| Interface | Description |
|---|---|
| IHasXMLRepresentation |
Interface for object that have a representation as
Node |
| IXMLIterationHandler |
Callback interface when iterating XML nodes.
|
| Class | Description |
|---|---|
| ChildElementIterator |
Iterate child elements of a single node.
|
| ChildNodeIterator |
Iterate child elements of a single node.
|
| CXML |
This is just a workaround if Xerces is not in the build path.
|
| CXMLRegEx |
XML regular expressions.
|
| DefaultXMLIterationHandler |
Empty implementation of
IXMLIterationHandler that does nothing. |
| FilterElementWithNamespace |
An implementation of
ISerializableFilter on Element objects
that will only return elements with a certain namespace URI. |
| FilterElementWithNamespaceAndLocalName |
An implementation of
ISerializableFilter on Element objects
that will only return elements with a certain namespace URI and a certain
local name. |
| FilterElementWithoutNamespace | |
| FilterElementWithTagName |
An implementation of
ISerializableFilter on Element objects
that will only return elements with a certain tag name and without a
namespace URI. |
| FilterNodeIsElement | |
| RecursiveChildNodeIterator |
Iterate all children of the start node, but NOT the start node itself.
|
| XMLDebug |
Misc.
|
| XMLFactory |
Utility class for creating XML DOM documents.
|
| XMLHelper |
This class contains multiple XML utility methods.
|
| Enum | Description |
|---|---|
| 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.
|
| EXMLParserFeature |
Contains constants for parser features.
|
| EXMLParserFeatureType |
Contains the types of XML parser features.
|
| EXMLParserProperty |
Contains constants for parser properties.
|
| EXMLParserPropertyType |
Contains the types of XML parser properties.
|
| EXMLVersion |
XML version determinator.
|
Copyright © 2006–2015 phloc systems. All rights reserved.