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