Inheritance diagram for DOMAdapter::
Public Methods | |
Document | getDocument (File filename, boolean validate) throws Exception |
Document | getDocument (InputStream in, boolean validate) throws Exception |
Document | createDocument () throws Exception |
Document | createDocument (DocType doctype) throws Exception |
DOMAdapter
This interface defines wrapper behavior for obtaining a DOM Document
object from a DOM parser.
|
This creates an empty
Reimplemented in AbstractDOMAdapter. |
|
This creates an empty
Reimplemented in JAXPDOMAdapter, AbstractDOMAdapter, OracleV2DOMAdapter, CrimsonDOMAdapter, XercesDOMAdapter, OracleV1DOMAdapter, ProjectXDOMAdapter, and XML4JDOMAdapter. |
|
This creates a new
Reimplemented in JAXPDOMAdapter, AbstractDOMAdapter, OracleV2DOMAdapter, CrimsonDOMAdapter, XercesDOMAdapter, OracleV1DOMAdapter, ProjectXDOMAdapter, and XML4JDOMAdapter. |
|
This creates a new
Reimplemented in AbstractDOMAdapter. |