|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypedXmlWriter | |
|---|---|
| com.sun.xml.bind.v2.schemagen.episode | TXW interfaces for writing episode file, which is what XJC needs to handle separate compilation. |
| com.sun.xml.bind.v2.schemagen.xmlschema | XML Schema writer generated by TXW. |
| 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.bind.v2.schemagen.episode |
|---|
| Subinterfaces of TypedXmlWriter in com.sun.xml.bind.v2.schemagen.episode | |
|---|---|
interface |
Bindings
|
interface |
Klass
|
interface |
SchemaBindings
|
| Uses of TypedXmlWriter in com.sun.xml.bind.v2.schemagen.xmlschema |
|---|
| Uses of TypedXmlWriter in com.sun.xml.txw2 |
|---|
| Methods in com.sun.xml.txw2 with type parameters of type TypedXmlWriter | ||
|---|---|---|
|
TypedXmlWriter._cast(java.lang.Class<T> targetInterface)
Returns a different interface for this typed XML Writer. |
|
|
TypedXmlWriter._element(java.lang.Class<T> contentModel)
Appends a new child element. |
|
|
TypedXmlWriter._element(javax.xml.namespace.QName tagName,
java.lang.Class<T> contentModel)
Appends a new child element. |
|
|
TypedXmlWriter._element(java.lang.String localName,
java.lang.Class<T> contentModel)
Appends a new child element. |
|
|
TypedXmlWriter._element(java.lang.String nsUri,
java.lang.String localName,
java.lang.Class<T> contentModel)
Appends a new child element. |
|
static
|
TXW.create(java.lang.Class<T> rootElement,
XmlSerializer out)
Creates a new TypedXmlWriter to write a new instance of a document. |
|
static
|
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. |
|
| 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 | |||||||||