| Interface | Description |
|---|---|
| CanonicalXMLSerializerInterface |
Defines the interface for an XML serializer according to the rules defined in
Canonical XML.
|
| DOMUtilsInterface |
Defines the interface for all methods IXSIL relies on for DOM manipulations (that either cannot be
expressed using the DOM level 2 interfaces, or that are for convenience).
|
| ExclusiveCanonicalXMLSerializerInterface |
Defines the interface for an XML serializer according to the rules defined in
Exclusive XML Canonicalization.
|
| ExternalReferenceResolverInterface |
Defines the interface, which IXSIL relies on to resolve external URI references.
|
| InternalReferenceResolverInterface |
Defines an interface, which IXSIL relies on to resolve internal URI references.
|
| Class | Description |
|---|---|
| CanonicalXMLSerializerImpl |
This class implements the interfaces
CanonicalXMLSerializerInterface and ExclusiveCanonicalXMLSerializerInterface. |
| DOMUtils |
Encapsulates all utility methods regarding DOM manipulation.
|
| DOMUtilsImpl |
The standard implementation of the
DOMUtilsInterface, which is shipped with the IXSIL toolkit. |
| ExternalReferenceResolverImpl |
Standard implementation for
ExternalReferenceResolverInterface, which is shipped with IXSIL. |
| InternalReferenceResolverImpl |
Standard implementation for
InternalReferenceResolverInterface, which is shipped with IXSIL. |
| URI |
This class represents a Uniform Ressource Identifier (URI), as specified in
RFC 2396.
|
| Utils |
Contains some basic utility functions for use within IXISL.
|
| XPathUtilsImpl |
The standard implementation of the
XPathUtilsInterface, which is shipped with the IXSIL toolkit. |
| XPathUtilsInterface |
Defines the interface for all methods IXSIL relies on to perform XPath manipulations.
|
| XPointerReferenceResolver |
This is a resolver for internal references which can evaluate a limited set of XPointers, according to
XML Pointer Framework.
|