| Package | Description |
|---|---|
| com.entrust.toolkit.xml.util |
Contains an interface and classes that allow you to work with Apache XML Processors and the JAXP API.
|
| iaik.ixsil.util |
| Modifier and Type | Class and Description |
|---|---|
class |
DOMUtilsImplApache
This subclass of
DOMUtilsImplBase lets the Toolkit use an Apache XML
parser that resides in your Java runtime, as an installed JRE extension or on the
class path. |
class |
DOMUtilsImplBase
DOMUtilsImplBase is the abstract base class for Toolkit classes that support the DOMUtilsInterface
through the JAXP API. |
| Modifier and Type | Class and Description |
|---|---|
class |
DOMUtilsImpl
The standard implementation of the
DOMUtilsInterface, which is shipped with the IXSIL toolkit. |
| Modifier and Type | Field and Description |
|---|---|
protected static DOMUtilsInterface |
DOMUtils.implementation
Reference to the actual implementation of the DOM utility methods.
|