java.lang.Object
org.jdom.adapters.AbstractDOMAdapter
org.jdom.adapters.JAXPDOMAdapter
- All Implemented Interfaces:
- DOMAdapter
- public class JAXPDOMAdapter
- extends AbstractDOMAdapter
An adapter for any parser supporting the Sun JAXP APIs.
- Version:
- $Revision: 1.12 $, $Date: 2004/02/06 09:28:31 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CVS_ID
private static final java.lang.String CVS_ID
- See Also:
- Constant Field Values
JAXPDOMAdapter
public JAXPDOMAdapter()
getDocument
public org.w3c.dom.Document getDocument(java.io.InputStream in,
boolean validate)
throws java.io.IOException,
org.jdom.JDOMException
- This creates a new
org.w3c.dom.Document from an
existing InputStream by letting a JAXP
parser handle parsing using the supplied stream.
- Specified by:
getDocument in interface DOMAdapter- Specified by:
getDocument in class AbstractDOMAdapter
createDocument
public org.w3c.dom.Document createDocument()
throws org.jdom.JDOMException
- This creates an empty
Document object based
on a specific parser implementation.
- Specified by:
createDocument in interface DOMAdapter- Specified by:
createDocument in class AbstractDOMAdapter