com.sun.xml.bind.v2.runtime
public class SchemaTypeTransducer<V> extends FilterTransducer<V>
This transducer is used to implement the semantics of XmlSchemaType annotation.
See Also: schemaType
Constructor Summary | |
---|---|
SchemaTypeTransducer(Transducer<V> core, QName schemaType) |
Method Summary | |
---|---|
CharSequence | print(V o) |
void | writeLeafElement(XMLSerializer w, Name tagName, V o, String fieldName) |
void | writeText(XMLSerializer w, V o, String fieldName) |