Inheritance diagram for AbstractDOMAdapter::
Public Methods | |
Document | getDocument (File filename, boolean validate) throws Exception |
abstract Document | getDocument (InputStream in, boolean validate) throws Exception |
abstract Document | createDocument () throws Exception |
Document | createDocument (DocType doctype) throws Exception |
Protected Methods | |
void | setInternalSubset (DocumentType dt, String s) |
AbstractDOMAdapter
This class defines wrapper behavior for obtaining a DOM Document
object from a DOM parser.
|
This creates an empty
Reimplemented from DOMAdapter. |
|
This creates an empty
Reimplemented from DOMAdapter. Reimplemented in JAXPDOMAdapter, OracleV2DOMAdapter, CrimsonDOMAdapter, XercesDOMAdapter, OracleV1DOMAdapter, ProjectXDOMAdapter, and XML4JDOMAdapter. |
|
This creates a new
Reimplemented from DOMAdapter. Reimplemented in JAXPDOMAdapter, OracleV2DOMAdapter, CrimsonDOMAdapter, XercesDOMAdapter, OracleV1DOMAdapter, ProjectXDOMAdapter, and XML4JDOMAdapter. |
|
This creates a new
Reimplemented from 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.
|