Class Summary |
DataWriter |
Write data- or field-oriented XML. |
DumbEscapeHandler |
Escape everything above the US-ASCII code range. |
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. |
SchemaLocationFilter |
This filter will insert the xsi:schemaLocation and
xsi:noNamespaceSchemaLocation attributes on the root
element of the marshalled xml if the properties are
set on the javax.xml.bind.Marshaller. |
XMLWriter |
Filter to write an XML document from a SAX event stream. |