Package | Description |
---|---|
com.sun.xml.txw2 |
TXW runtime.
|
com.sun.xml.txw2.output |
Defines XmlSerializer and its built-in implementations.
|
Modifier and Type | Method and Description |
---|---|
<T extends TypedXmlWriter> |
TypedXmlWriter._cast(Class<T> targetInterface)
Returns a different interface for this typed XML Writer.
|
<T extends TypedXmlWriter> |
TypedXmlWriter._element(Class<T> contentModel)
Appends a new child element.
|
<T extends TypedXmlWriter> |
TypedXmlWriter._element(QName tagName,
Class<T> contentModel)
Appends a new child element.
|
<T extends TypedXmlWriter> |
TypedXmlWriter._element(String localName,
Class<T> contentModel)
Appends a new child element.
|
<T extends TypedXmlWriter> |
TypedXmlWriter._element(String nsUri,
String localName,
Class<T> contentModel)
Appends a new child element.
|
static <T extends TypedXmlWriter> |
TXW.create(Class<T> rootElement,
XmlSerializer out)
Creates a new
TypedXmlWriter to write a new instance of a document. |
static <T extends TypedXmlWriter> |
TXW.create(QName tagName,
Class<T> rootElement,
XmlSerializer out)
Creates a new
TypedXmlWriter to write a new instance of a document. |
Modifier and Type | Field and Description |
---|---|
TypedXmlWriter |
TXWSerializer.txw |
Modifier and Type | Method and Description |
---|---|
TypedXmlWriter |
TXWResult.getWriter() |
Modifier and Type | Method and Description |
---|---|
void |
TXWResult.setWriter(TypedXmlWriter writer) |
Constructor and Description |
---|
TXWResult(TypedXmlWriter writer) |
TXWSerializer(TypedXmlWriter txw) |
Copyright © 2014 Oracle. All Rights Reserved.