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
           Auto-generated, do not edit.
 interface Annotation
           Auto-generated, do not edit.
 interface Any
           Auto-generated, do not edit.
 interface Appinfo
           Auto-generated, do not edit.
 interface AttrDecls
           Auto-generated, do not edit.
 interface AttributeType
           Auto-generated, do not edit.
 interface ComplexContent
           Auto-generated, do not edit.
 interface ComplexExtension
           Auto-generated, do not edit.
 interface ComplexRestriction
           Auto-generated, do not edit.
 interface ComplexType
           Auto-generated, do not edit.
 interface ComplexTypeHost
           Auto-generated, do not edit.
 interface ComplexTypeModel
           Auto-generated, do not edit.
 interface ContentModelContainer
          Used to write a content model.
 interface Documentation
           Auto-generated, do not edit.
 interface Element
           Auto-generated, do not edit.
 interface ExplicitGroup
           Auto-generated, do not edit.
 interface ExtensionType
           Auto-generated, do not edit.
 interface FixedOrDefault
           Auto-generated, do not edit.
 interface Import
           Auto-generated, do not edit.
 interface List
           Auto-generated, do not edit.
 interface LocalAttribute
           Auto-generated, do not edit.
 interface LocalElement
           Auto-generated, do not edit.
 interface NestedParticle
           Auto-generated, do not edit.
 interface NoFixedFacet
           Auto-generated, do not edit.
 interface Occurs
           Auto-generated, do not edit.
 interface Particle
           
 interface Redefinable
           Auto-generated, do not edit.
 interface Schema
           Auto-generated, do not edit.
 interface SchemaTop
           Auto-generated, do not edit.
 interface SimpleContent
           Auto-generated, do not edit.
 interface SimpleDerivation
           Auto-generated, do not edit.
 interface SimpleExtension
           Auto-generated, do not edit.
 interface SimpleRestriction
           Auto-generated, do not edit.
 interface SimpleRestrictionModel
           Auto-generated, do not edit.
 interface SimpleType
           Auto-generated, do not edit.
 interface SimpleTypeHost
           Auto-generated, do not edit.
 interface TopLevelAttribute
           Auto-generated, do not edit.
 interface TopLevelElement
           Auto-generated, do not edit.
 interface TypeDefParticle
           Auto-generated, do not edit.
 interface TypeHost
           Auto-generated, do not edit.
 interface Union
           Auto-generated, do not edit.
 interface Wildcard
           Auto-generated, do not edit.
 

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)
           
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.