| Package | Description |
|---|---|
| org.w3c.dom |
Provides the interfaces for the Document Object Model (DOM) which is a component API of the
Java API for XML Processing.
|
| org.w3c.dom.ls |
| Modifier and Type | Method and Description |
|---|---|
DOMConfiguration |
Document.getDomConfig()
The configuration used when
Document.normalizeDocument() is invoked.
|
| Modifier and Type | Method and Description |
|---|---|
DOMConfiguration |
LSParser.getDomConfig()
The
DOMConfiguration object used when parsing an input source.
|
DOMConfiguration |
LSSerializer.getDomConfig()
The
DOMConfiguration object used by the
LSSerializer when serializing a DOM node.
|