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

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 Package
           
 interface SchemaBindings
           
 

Uses of TypedXmlWriter in com.sun.xml.bind.v2.schemagen.xmlschema
 

Subinterfaces of TypedXmlWriter in com.sun.xml.bind.v2.schemagen.xmlschema
 interface Annotated
           
 interface Annotation
           
 interface Any
           
 interface Appinfo
           
 interface AttrDecls
           
 interface AttributeType
           
 interface ComplexContent
           
 interface ComplexExtension
           
 interface ComplexRestriction
           
 interface ComplexType
           
 interface ComplexTypeHost
           
 interface ComplexTypeModel
           
 interface ContentModelContainer
          Used to write a content model.
 interface Documentation
           
 interface Element
           
 interface ExplicitGroup
           
 interface ExtensionType
           
 interface FixedOrDefault
           
 interface Import
           
 interface List
           
 interface LocalAttribute
           
 interface LocalElement
           
 interface NestedParticle
           
 interface NoFixedFacet
           
 interface Occurs
           
 interface Particle
           
 interface Redefinable
           
 interface Schema
           
 interface SchemaTop
           
 interface SimpleContent
           
 interface SimpleDerivation
           
 interface SimpleExtension
           
 interface SimpleRestriction
           
 interface SimpleRestrictionModel
           
 interface SimpleType
           
 interface SimpleTypeHost
           
 interface TopLevelAttribute
           
 interface TopLevelElement
           
 interface TypeDefParticle
           
 interface TypeHost
           
 interface Union
           
 interface Wildcard
           
 

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(java.lang.Class<T> targetInterface)
          Returns a different interface for this typed XML Writer.
<T extends TypedXmlWriter>
T
TypedXmlWriter._element(java.lang.Class<T> contentModel)
          Appends a new child element.
<T extends TypedXmlWriter>
T
TypedXmlWriter._element(javax.xml.namespace.QName tagName, java.lang.Class<T> contentModel)
          Appends a new child element.
<T extends TypedXmlWriter>
T
TypedXmlWriter._element(java.lang.String localName, java.lang.Class<T> contentModel)
          Appends a new child element.
<T extends TypedXmlWriter>
T
TypedXmlWriter._element(java.lang.String nsUri, java.lang.String localName, java.lang.Class<T> contentModel)
          Appends a new child element.
static
<T extends TypedXmlWriter>
T
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>
T
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)
           
 



Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.