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 void
XmlSchemaGenerator. 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(Class<T> rootElement, XmlSerializer out)
Creates a newTypedXmlWriter
to write a new instance of a document.static <T extends TypedXmlWriter>
TTXW. create(QName tagName, Class<T> rootElement, XmlSerializer out)
Creates a newTypedXmlWriter
to 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 class
DomSerializer
class
DumpSerializer
Shows the call sequence ofXmlSerializer
methods.class
SaxSerializer
class
StaxSerializer
XML serializer for StAX XMLStreamWriter.class
StreamSerializer
class
TXWSerializer
Dummpy implementation to pass throughTypedXmlWriter
toTXW
Methods in com.sun.xml.txw2.output that return XmlSerializer Modifier and Type Method Description static XmlSerializer
ResultFactory. createSerializer(Result result)
Factory method for producingXmlSerializer
fromResult
.
-