|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypedXmlWriter | |
---|---|
com.sun.xml.txw2 | TXW runtime. |
com.sun.xml.txw2.output | Defines XmlSerializer and its built-in implementations. |
Uses of TypedXmlWriter in com.sun.xml.txw2 |
---|
Methods in com.sun.xml.txw2 with type parameters of type TypedXmlWriter | ||
---|---|---|
|
TypedXmlWriter._cast(Class<T> targetInterface)
Returns a different interface for this typed XML Writer. |
|
|
TypedXmlWriter._element(Class<T> contentModel)
Appends a new child element. |
|
|
TypedXmlWriter._element(QName tagName,
Class<T> contentModel)
Appends a new child element. |
|
|
TypedXmlWriter._element(String localName,
Class<T> contentModel)
Appends a new child element. |
|
|
TypedXmlWriter._element(String nsUri,
String localName,
Class<T> contentModel)
Appends a new child element. |
|
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 TypedXmlWriter in com.sun.xml.txw2.output |
---|
Fields in com.sun.xml.txw2.output declared as TypedXmlWriter | |
---|---|
TypedXmlWriter |
TXWSerializer.txw
|
Methods in com.sun.xml.txw2.output that return TypedXmlWriter | |
---|---|
TypedXmlWriter |
TXWResult.getWriter()
|
Methods in com.sun.xml.txw2.output with parameters of type TypedXmlWriter | |
---|---|
void |
TXWResult.setWriter(TypedXmlWriter writer)
|
Constructors in com.sun.xml.txw2.output with parameters of type TypedXmlWriter | |
---|---|
TXWResult(TypedXmlWriter writer)
|
|
TXWSerializer(TypedXmlWriter txw)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |