com.sun.xml.bind.v2.runtime

Class InlineBinaryTransducer<V>

public class InlineBinaryTransducer<V> extends FilterTransducer<V>

Transducer that signals the runtime that this binary data shall be always inlined.
Constructor Summary
InlineBinaryTransducer(Transducer<V> core)
Method Summary
CharSequenceprint(V o)
voidwriteLeafElement(XMLSerializer w, Name tagName, V o, String fieldName)
voidwriteText(XMLSerializer w, V o, String fieldName)

Constructor Detail

InlineBinaryTransducer

public InlineBinaryTransducer(Transducer<V> core)

Method Detail

print

CharSequence print(V o)

writeLeafElement

void writeLeafElement(XMLSerializer w, Name tagName, V o, String fieldName)

writeText

void writeText(XMLSerializer w, V o, String fieldName)