Uses of Interface
com.sun.xml.txw2.output.XmlSerializer
-
Packages that use XmlSerializer Package Description com.sun.xml.bind.v2.schemagen Schema generator.com.sun.xml.txw2 TXW runtime.com.sun.xml.txw2.output Defines XmlSerializer and its built-in implementations. -
-
Uses of XmlSerializer in com.sun.xml.bind.v2.schemagen
Methods in com.sun.xml.bind.v2.schemagen with parameters of type XmlSerializer Modifier and Type Method Description voidXmlSchemaGenerator. writeEpisodeFile(XmlSerializer out)Writes out the episode file. -
Uses of XmlSerializer in com.sun.xml.txw2
Methods in com.sun.xml.txw2 with parameters of type XmlSerializer Modifier and Type Method Description static <T extends TypedXmlWriter>
TTXW. create(java.lang.Class<T> rootElement, XmlSerializer out)Creates a newTypedXmlWriterto write a new instance of a document.static <T extends TypedXmlWriter>
TTXW. create(javax.xml.namespace.QName tagName, java.lang.Class<T> rootElement, XmlSerializer out)Creates a newTypedXmlWriterto write a new instance of a document. -
Uses of XmlSerializer in com.sun.xml.txw2.output
Classes in com.sun.xml.txw2.output that implement XmlSerializer Modifier and Type Class Description classDomSerializerclassDumpSerializerShows the call sequence ofXmlSerializermethods.classSaxSerializerclassStaxSerializerXML serializer for StAX XMLStreamWriter.classStreamSerializerXmlSerializerforStreamResult.classTXWSerializerDummpy implementation to pass throughTypedXmlWritertoTXWMethods in com.sun.xml.txw2.output that return XmlSerializer Modifier and Type Method Description static XmlSerializerResultFactory. createSerializer(javax.xml.transform.Result result)Factory method for producingXmlSerializerfromResult.
-