Interface | Description |
---|---|
CharacterEscapeHandler |
Performs character escaping and write the result
to the output.
|
Class | Description |
---|---|
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.
|
NamespacePrefixMapper |
Implemented by the user application to determine URI
-> prefix
mapping. |
NioEscapeHandler |
Uses JDK1.4 NIO functionality to escape characters smartly.
|
NoEscapeHandler |
Performs no character escaping.
|
SAX2DOMEx |
Builds a DOM tree from SAX2 events.
|
XMLWriter |
Filter to write an XML document from a SAX event stream.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.