|
JDOM 2.0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdom2.adapters.AbstractDOMAdapter
org.jdom2.adapters.JAXPDOMAdapter
public class JAXPDOMAdapter
A DOMAdapter that uses JAXP to obtain a org.w3c.dom.Document instance.
This class is fully thread-safe.
Constructor Summary | |
---|---|
JAXPDOMAdapter()
|
Method Summary | |
---|---|
org.w3c.dom.Document |
createDocument()
This creates an empty Document object based
on the current JAXP parser implementation. |
Methods inherited from class org.jdom2.adapters.AbstractDOMAdapter |
---|
createDocument, setInternalSubset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JAXPDOMAdapter()
Method Detail |
---|
public 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.
|
JDOM 2.0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |