Uses of Interface
com.sun.xml.txw2.output.XmlSerializer
Packages that use XmlSerializer
Package
Description
Schema generator.
TXW runtime.
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 XmlSerializerModifier and TypeMethodDescriptionvoid
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 XmlSerializerModifier and TypeMethodDescriptionstatic <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 XmlSerializerModifier and TypeClassDescriptionclass
class
Shows the call sequence ofXmlSerializer
methods.class
class
XML serializer for StAX XMLStreamWriter.class
final class
Dummpy implementation to pass throughTypedXmlWriter
toTXW
Methods in com.sun.xml.txw2.output that return XmlSerializerModifier and TypeMethodDescriptionstatic XmlSerializer
ResultFactory.createSerializer
(Result result) Factory method for producingXmlSerializer
fromResult
.