Inheritance diagram for org::jdom::adapters::AbstractDOMAdapter:
Public Member Functions | |
Document | getDocument (File filename, boolean validate) throws IOException, JDOMException |
abstract Document | getDocument (InputStream in, boolean validate) throws IOException, JDOMException |
abstract Document | createDocument () throws JDOMException |
Document | createDocument (DocType doctype) throws JDOMException |
Protected Member Functions | |
void | setInternalSubset (DocumentType dt, String s) |
AbstractDOMAdapter
.
This class defines wrapper behavior for obtaining a DOM Document
object from a DOM parser.
Jason Hunter
|
This creates an empty
Implements org::jdom::adapters::DOMAdapter. |
|
This creates an empty
Implements org::jdom::adapters::DOMAdapter. Implemented in org::jdom::adapters::CrimsonDOMAdapter, org::jdom::adapters::JAXPDOMAdapter, org::jdom::adapters::OracleV1DOMAdapter, org::jdom::adapters::OracleV2DOMAdapter, org::jdom::adapters::XercesDOMAdapter, and org::jdom::adapters::XML4JDOMAdapter. |
|
This creates a new
Implements org::jdom::adapters::DOMAdapter. Implemented in org::jdom::adapters::CrimsonDOMAdapter, org::jdom::adapters::JAXPDOMAdapter, org::jdom::adapters::OracleV1DOMAdapter, org::jdom::adapters::OracleV2DOMAdapter, org::jdom::adapters::XercesDOMAdapter, and org::jdom::adapters::XML4JDOMAdapter. |
|
This creates a new
Implements org::jdom::adapters::DOMAdapter. |
|
This attempts to change the DocumentType to have the given internal DTD subset value. This is not a standard ability in DOM, so it's only available with some parsers. Subclasses can alter the mechanism by which the attempt is made to set the value.
|