Package | Description |
---|---|
com.sun.xml.txw2 |
TXW runtime.
|
com.sun.xml.txw2.output |
Defines XmlSerializer and its built-in implementations.
|
Modifier and Type | Field and Description |
---|---|
private XmlSerializer |
Document.out |
Modifier and Type | Method and Description |
---|---|
static <T extends TypedXmlWriter> |
TXW.create(java.lang.Class<T> rootElement,
XmlSerializer out)
Creates a new
TypedXmlWriter to write a new instance of a document. |
static <T extends TypedXmlWriter> |
TXW.create(javax.xml.namespace.QName tagName,
java.lang.Class<T> rootElement,
XmlSerializer out)
Creates a new
TypedXmlWriter to write a new instance of a document. |
Constructor and Description |
---|
Document(XmlSerializer out) |
Modifier and Type | Class and Description |
---|---|
class |
DomSerializer
|
class |
DumpSerializer
Shows the call sequence of
XmlSerializer methods. |
class |
SaxSerializer
|
class |
StaxSerializer
XML serializer for StAX XMLStreamWriter.
|
class |
StreamSerializer
XmlSerializer for StreamResult . |
class |
TXWSerializer
Dummpy implementation to pass through
TypedXmlWriter
to TXW |
Modifier and Type | Method and Description |
---|---|
static XmlSerializer |
ResultFactory.createSerializer(javax.xml.transform.Result result)
Factory method for producing XmlSerializer) from {@link javax.xml.transform.Result}.
|