TXW2 Runtime 20110809-redhat-2

Uses of Interface
com.sun.xml.txw2.TypedXmlWriter

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
<T extends TypedXmlWriter>
T
TypedXmlWriter._cast(Class<T> targetInterface)
          Returns a different interface for this typed XML Writer.
<T extends TypedXmlWriter>
T
TypedXmlWriter._element(Class<T> contentModel)
          Appends a new child element.
<T extends TypedXmlWriter>
T
TypedXmlWriter._element(QName tagName, Class<T> contentModel)
          Appends a new child element.
<T extends TypedXmlWriter>
T
TypedXmlWriter._element(String localName, Class<T> contentModel)
          Appends a new child element.
<T extends TypedXmlWriter>
T
TypedXmlWriter._element(String nsUri, String localName, Class<T> contentModel)
          Appends a new child element.
static
<T extends TypedXmlWriter>
T
TXW.create(Class<T> rootElement, XmlSerializer out)
          Creates a new TypedXmlWriter to write a new instance of a document.
static
<T extends TypedXmlWriter>
T
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)
           
 


TXW2 Runtime 20110809-redhat-2

Copyright © 2012 Oracle. All Rights Reserved.