public class JAXPDOMAdapter extends AbstractDOMAdapter
This class is fully thread-safe.
| Constructor and Description |
|---|
JAXPDOMAdapter() |
| Modifier and Type | Method and 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 © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.