| Package | Description |
|---|---|
| javax.xml.parsers |
Provides classes allowing the processing of XML documents.
|
| org.w3c.dom |
| Modifier and Type | Method and Description |
|---|---|
abstract DOMImplementation |
DocumentBuilder.getDOMImplementation()
Obtain an instance of a
DOMImplementation object. |
| Modifier and Type | Method and Description |
|---|---|
DOMImplementation |
Document.getImplementation()
The
DOMImplementation object that handles this document. |