Uses of Interface
com.sun.xml.txw2.output.XmlSerializer
-
Packages that use XmlSerializer Package Description 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.txw2
Methods in com.sun.xml.txw2 with parameters of type XmlSerializer Modifier and Type Method Description static <T extends TypedXmlWriter>
TTXW. create(Class<T> rootElement, XmlSerializer out)Creates a newTypedXmlWriterto write a new instance of a document.static <T extends TypedXmlWriter>
TTXW. create(QName tagName, 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.classStreamSerializerclassTXWSerializerDummpy implementation to pass throughTypedXmlWritertoTXWMethods in com.sun.xml.txw2.output that return XmlSerializer Modifier and Type Method Description static XmlSerializerResultFactory. createSerializer(Result result)Factory method for producingXmlSerializerfromResult.
-