Interface | Description |
---|---|
CharacterEscapeHandler |
Performs character escaping and write the result
to the output.
|
IdentifiableObject |
This interface will be implemented by content tree classes
with ID, so that the marshaller can properly serialize ID value.
|
Class | Description |
---|---|
DataWriter |
Write data- or field-oriented XML.
|
DumbEscapeHandler |
Escape everything above the US-ASCII code range.
|
MarshallerImpl | Deprecated
in JAXB1.0.1
|
Messages |
Formats error messages.
|
MinimumEscapeHandler |
Performs no character escaping.
|
MS1252Encoder |
MS1252 encoder that corrects a bug in JDK1.4.2_01.
|
NamespacePrefixMapper |
Implemented by the user application to determine URI -> prefix
mapping.
|
NamespaceSupport |
Encapsulate Namespace logic for use by applications using SAX,
or internally by SAX drivers.
|
NioEscapeHandler |
Uses JDK1.4 NIO functionality to escape characters smartly.
|
SAX2DOMEx |
Builds a DOM tree from SAX2 events.
|
SAXMarshaller | Deprecated
in JAXB1.0.1
|
SchemaLocationFilter | Deprecated
not used in 2.0
|
Util | Deprecated
in JAXB1.0.1
|
XMLWriter |
Filter to write an XML document from a SAX event stream.
|
Copyright © 2018 Oracle Corporation. All rights reserved.