| AbstractXMLSerializer |
Abstract XML serializer implementation that works with IMicroNode and
org.w3c.dom.Node objects.
|
| AbstractXMLSerializer.NamespaceStack |
Contains the hierarchy of XML namespaces within a document structure.
|
| EXMLCharMode |
Defines the different characters modes that are relevant to determine invalid
characters as well characters to be masked.
|
| EXMLIncorrectCharacterHandling |
Define what to do, when an invalid character is to be serialized to XML.
|
| EXMLSerializeBracketMode |
Determines the bracket mode for XML elements?
|
| EXMLSerializeComments |
Determines whether comments should be serialized or not.
|
| EXMLSerializeDocType |
Used for creating string representation of XML.
|
| EXMLSerializeIndent |
Determines the indentation and alignment mode of XML serialization.
|
| EXMLSerializeVersion |
XML serialization version.
|
| EXMLSerializeXMLDeclaration |
Used for creating string representation of XML.
|
| IXMLBracketModeDeterminator |
Interface used in writing XML to determine which of the bracket mode as
outlined in EXMLSerializeBracketMode should be used for a single
element.
|
| IXMLIndentDeterminator |
Interface used in writing XML to determine the real indentation and align (as
defined in EXMLSerializeIndent) that should be used for a single
element.
|
| IXMLWriterSettings |
Interface for the settings to be used for serializing XML nodes.
|
| SafeXMLStreamWriter |
A special stream writer, that ensures that special XML characters are handled
correctly.
See https://github.com/javaee/jaxb-v2/issues/614
See https://github.com/javaee/jaxb-v2/issues/960
|
| XMLEmitter |
Converts XML constructs into a string representation.
|
| XMLWriterSettings |
Default implementation of the IXMLWriterSettings interface.
Describes the export settings for the MicroWriter.
|