| Package | Description |
|---|---|
| com.helger.commons.microdom.serialize | |
| com.helger.commons.xml.serialize.read | |
| com.helger.commons.xml.serialize.write |
| Class and Description |
|---|
| AbstractXMLSerializer
Abstract XML serializer implementation that works with IMicroNode and
org.w3c.dom.Node objects.
|
| IXMLWriterSettings
Interface for the settings to be used for serializing XML nodes.
|
| XMLEmitter
Converts XML constructs into a string representation.
|
| Class and Description |
|---|
| IXMLWriterSettings
Interface for the settings to be used for serializing XML nodes.
|
| Class and Description |
|---|
| 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.
|
| XMLEmitter
Converts XML constructs into a string representation.
|
| XMLWriterSettings
Default implementation of the
IXMLWriterSettings interface. |
Copyright © 2014–2015 Philip Helger. All rights reserved.