Uses of Interface
com.sun.xml.txw2.TypedXmlWriter
-
Packages that use TypedXmlWriter Package Description 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 Modifier and Type Interface Description 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 Modifier and Type Interface Description 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 Modifier and Type Method Description <T extends TypedXmlWriter>
TTypedXmlWriter. _cast(java.lang.Class<T> targetInterface)
Returns a different interface for this typed XML Writer.<T extends TypedXmlWriter>
TTypedXmlWriter. _element(java.lang.Class<T> contentModel)
Appends a new child element.<T extends TypedXmlWriter>
TTypedXmlWriter. _element(java.lang.String localName, java.lang.Class<T> contentModel)
Appends a new child element.<T extends TypedXmlWriter>
TTypedXmlWriter. _element(java.lang.String nsUri, java.lang.String localName, java.lang.Class<T> contentModel)
Appends a new child element.<T extends TypedXmlWriter>
TTypedXmlWriter. _element(javax.xml.namespace.QName tagName, java.lang.Class<T> contentModel)
Appends a new child element.static <T extends TypedXmlWriter>
TTXW. create(java.lang.Class<T> rootElement, XmlSerializer out)
Creates a newTypedXmlWriter
to write a new instance of a document.static <T extends TypedXmlWriter>
TTXW. create(javax.xml.namespace.QName tagName, java.lang.Class<T> rootElement, XmlSerializer out)
Creates a newTypedXmlWriter
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 Modifier and Type Field Description TypedXmlWriter
TXWSerializer. txw
Methods in com.sun.xml.txw2.output that return TypedXmlWriter Modifier and Type Method Description TypedXmlWriter
TXWResult. getWriter()
Methods in com.sun.xml.txw2.output with parameters of type TypedXmlWriter Modifier and Type Method Description void
TXWResult. setWriter(TypedXmlWriter writer)
Constructors in com.sun.xml.txw2.output with parameters of type TypedXmlWriter Constructor Description TXWResult(TypedXmlWriter writer)
TXWSerializer(TypedXmlWriter txw)
-