DOMAdapterpublic class JAXPDOMAdapter extends AbstractDOMAdapter
This class is fully thread-safe.
| Constructor | Description |
|---|---|
JAXPDOMAdapter() |
| Modifier and Type | Method | Description |
|---|---|---|
org.w3c.dom.Document |
createDocument() |
This creates an empty
Document object based
on the current JAXP parser implementation. |
createDocument, setInternalSubsetpublic org.w3c.dom.Document createDocument()
throws JDOMException
Document object based
on the current JAXP parser implementation.Document - created DOM Document.JDOMException - when errors occur in parsing.Copyright ? 2019 Jason Hunter, Brett McLaughlin. All Rights Reserved.