public class JAXPDOMAdapter extends AbstractDOMAdapter
This class is fully thread-safe.
| 构造器和说明 |
|---|
JAXPDOMAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.w3c.dom.Document |
createDocument()
This creates an empty
Document object based
on the current JAXP parser implementation. |
createDocumentpublic 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.