| Interface | Description |
|---|---|
| IBaseXMLReaderSettings |
Base Read-only interface for DOM and SAX reader settings.
|
| IDOMReaderSettings |
Read-only interface for DOM reader settings.
|
| ISAXReaderSettings |
Read only interface for the
SAXReaderSettings. |
| IXMLSerializer<NODETYPE> |
Base interface for XML like serializers.
|
| IXMLWriterSettings |
Interface for the settings to be used for serializing XML nodes.
|
| Class | Description |
|---|---|
| AbstractSerializerPhloc<NODETYPE> |
Abstract XML serializer implementation that works with IMicroNode and
org.w3c.dom.Node objects.
|
| AbstractSerializerPhloc.NamespaceLevel |
Contains the XML namespace definitions for a single element.
|
| AbstractSerializerPhloc.NamespaceStack |
Contains the hierarchy of XML namespaces within a document structure.
|
| DOMInputStreamProvider |
A special input stream provider that takes an existing
Node and
converts it to a byte array. |
| DOMReaderDefaultSettings |
DOM reader default settings
|
| DOMReaderSettings |
DOM reader settings
|
| HTMLdtd |
Utility class for accessing information specific to HTML documents.
|
| SAXReader |
Helper class to read XML documents via SAX
|
| SAXReaderDefaultSettings |
SAX reader default settings
|
| SAXReaderFactory | |
| SAXReaderSettings |
SAX reader settings
|
| XMLCharHelper |
This class contains XML utility methods for character handling.
|
| XMLEmitterPhloc |
Converts XML constructs into a string representation.
|
| XMLLoggingExceptionHandler |
A special version of the
LoggingExceptionHandler that handles the
most common XML exceptions in a nice way :) |
| XMLMaskHelper |
This class contains all the methods for masking XML content.
|
| XMLReader |
Helper class to read XML documents via SAX or DOM
|
| XMLReaderFactoryPhloc |
Factory for creating an XML reader.
|
| XMLSerializerPhloc |
org.w3c.dom.Node serializer that correctly handles HTML empty elements
(<span></span> vs.
|
| XMLWriter |
This is a helper class to serialize DOM nodes to a String.
|
| XMLWriterSettings |
Default implementation of the
IXMLWriterSettings interface. |
| Enum | Description |
|---|---|
| EXMLSerializeComments |
Determines whether comments should be serialized or not.
|
| EXMLSerializeDocType |
Used for creating string representation of XML.
|
| EXMLSerializeFormat |
Determines the output format for XML serialization.
|
| EXMLSerializeIndent |
Determines the indentation and alignment mode of XML serialization.
|
| EXMLSerializeVersion |
XML serialization version.
|
Copyright © 2006–2014 phloc systems. All rights reserved.