Method Summary |
|
void | abort() Abort any translating activity.
This is needed as some translators iterate internally on a data structure.
The abort method should silently fail or succeed based upon the state of
a translation. |
void | encode(Object o) Encode the object. |
String | getDefaultNamespace() Get the default URI used by this Translator for encoding. |
String | getDefaultPrefix() Get the default prefix used by this Translator for encoding. |
NamespaceSupport | getNamespaceSupport() Obtain the namespace prefixes and URIs to be included in the output
document. |
SchemaLocationSupport | getSchemaLocationSupport() Gets the location of the schemas used in this translator. |