| Package | Description |
|---|---|
| com.sun.xml.bind.v2.schemagen |
Schema generator.
|
| com.sun.xml.txw2 |
TXW runtime.
|
| com.sun.xml.txw2.output |
Defines XmlSerializer and its built-in implementations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaGenerator.writeEpisodeFile(XmlSerializer out)
Writes out the episode file.
|
| Modifier and Type | Method and Description |
|---|---|
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 | Class and Description |
|---|---|
class |
DomSerializer
|
class |
DumpSerializer
Shows the call sequence of
XmlSerializer methods. |
class |
SaxSerializer
|
class |
StaxSerializer
XML serializer for StAX XMLStreamWriter.
|
class |
StreamSerializer
|
class |
TXWSerializer
Dummpy implementation to pass through
TypedXmlWriter
to TXW |
| Modifier and Type | Method and Description |
|---|---|
static XmlSerializer |
ResultFactory.createSerializer(Result result)
Factory method for producing
XmlSerializer from Result. |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.