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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Bindings |
interface |
Klass |
interface |
Package |
interface |
SchemaBindings |
Modifier and Type | Interface and 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.
|
Modifier and Type | Method and Description |
---|---|
<T extends TypedXmlWriter> |
TypedXmlWriter._cast(Class<T> targetInterface)
Returns a different interface for this typed XML Writer.
|
<T extends TypedXmlWriter> |
TypedXmlWriter._element(Class<T> contentModel)
Appends a new child element.
|
<T extends TypedXmlWriter> |
TypedXmlWriter._element(QName tagName,
Class<T> contentModel)
Appends a new child element.
|
<T extends TypedXmlWriter> |
TypedXmlWriter._element(String localName,
Class<T> contentModel)
Appends a new child element.
|
<T extends TypedXmlWriter> |
TypedXmlWriter._element(String nsUri,
String localName,
Class<T> contentModel)
Appends a new child element.
|
static <T extends TypedXmlWriter> |
TXW.create(Class<T> rootElement,
XmlSerializer out)
Creates a new
TypedXmlWriter to write a new instance of a document. |
static <T extends TypedXmlWriter> |
TXW.create(QName tagName,
Class<T> rootElement,
XmlSerializer out)
Creates a new
TypedXmlWriter to write a new instance of a document. |
Modifier and Type | Field and Description |
---|---|
TypedXmlWriter |
TXWSerializer.txw |
Modifier and Type | Method and Description |
---|---|
TypedXmlWriter |
TXWResult.getWriter() |
Modifier and Type | Method and Description |
---|---|
void |
TXWResult.setWriter(TypedXmlWriter writer) |
Constructor and Description |
---|
TXWResult(TypedXmlWriter writer) |
TXWSerializer(TypedXmlWriter txw) |
Copyright © 2019 Oracle Corporation. All rights reserved.