| 接口 | 说明 |
|---|---|
| DOMAdapter |
Defines a standard set of adapter methods for interfacing with a DOM parser
and obtaining a DOM
org.w3c.dom.Document object. |
| 类 | 说明 |
|---|---|
| AbstractDOMAdapter |
A DOMAdapter utility abstract base class.
|
| JAXPDOMAdapter |
A DOMAdapter that uses JAXP to obtain a org.w3c.dom.Document instance.
|