|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlSerializer | |
---|---|
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 | ||
---|---|---|
static
|
TXW.create(Class<T> rootElement,
XmlSerializer out)
Creates a new TypedXmlWriter to write a new instance of a document. |
|
static
|
TXW.create(QName tagName,
Class<T> rootElement,
XmlSerializer out)
Creates a new TypedXmlWriter 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 | |
---|---|
class |
DomSerializer
XmlSerializer for DOMResult and Node . |
class |
DumpSerializer
Shows the call sequence of XmlSerializer methods. |
class |
SaxSerializer
XmlSerializer for SAXResult and ContentHandler . |
class |
StaxSerializer
XML serializer for StAX XMLStreamWriter. |
class |
StreamSerializer
XmlSerializer for StreamResult . |
class |
TXWSerializer
Dummpy implementation to pass through TypedXmlWriter
to TXW |
Methods in com.sun.xml.txw2.output that return XmlSerializer | |
---|---|
static XmlSerializer |
ResultFactory.createSerializer(Result result)
Factory method for producing XmlSerializer) from {@link javax.xml.transform.Result}. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |