Interface | Description |
---|---|
DOMAdapter |
Defines a standard set of adapter methods for interfacing with a DOM parser
and obtaining a DOM
org.w3c.dom.Document object. |
Class | Description |
---|---|
AbstractDOMAdapter |
A DOMAdapter utility abstract base class.
|
CrimsonDOMAdapter |
An adapter for the Apache Crimson DOM parser.
|
JAXPDOMAdapter |
An adapter for any parser supporting the Sun JAXP APIs.
|
OracleV1DOMAdapter |
An adapter for the Oracle Version 1 DOM parser.
|
OracleV2DOMAdapter |
An adapter for the Oracle Version 2 DOM parser.
|
XercesDOMAdapter |
An adapter for the Apache Xerces DOM parser.
|
XML4JDOMAdapter |
An adapter for the IBM XML4J DOM parser.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.