| Interface | Description |
|---|---|
| ContentVisitor |
Visits
Content. |
| DatatypeWriter<DT> |
Pluggable datatype writer.
|
| NamespaceResolver |
Used by
DatatypeWriter to declare additional namespaces. |
| TypedXmlWriter |
Defines common operations for all typed XML writers.
Root of all typed XML writer interfaces.
|
| Class | Description |
|---|---|
| Attribute | |
| Cdata |
CDATA section.
|
| Comment |
Comment.
|
| ContainerElement |
Dynamically implements
TypedXmlWriter interfaces. |
| Content | |
| Document |
Coordinates the entire writing process.
|
| EndDocument | |
| EndTag | |
| NamespaceDecl |
Namespace declarations.
|
| NamespaceSupport |
Encapsulate Namespace logic for use by applications using SAX,
or internally by SAX drivers.
|
| Pcdata |
PCDATA.
|
| StartDocument | |
| StartTag |
Start tag.
|
| Text | |
| TXW |
Entry point to TXW.
|
| Exception | Description |
|---|---|
| IllegalAnnotationException |
Signals an incorrect use of TXW annotations.
|
| IllegalSignatureException |
Signals incorrect method signatures on
TypedXmlWriter-derived interfaces. |
| TxwException |
Signals errors in the TXW processing.
|
TXW runtime.