Main Page | Class Hierarchy | Class List | Class Members

org::jdom::adapters::OracleV2DOMAdapter Class Reference

Inheritance diagram for org::jdom::adapters::OracleV2DOMAdapter:

org::jdom::adapters::AbstractDOMAdapter org::jdom::adapters::DOMAdapter List of all members.

Public Member Functions

Document getDocument (InputStream in, boolean validate) throws IOException, JDOMException
Document createDocument () throws JDOMException

Detailed Description

An adapter for the Oracle Version 2 DOM parser.

Version:
Revision
1.18
,
Date
2004/02/06 09:28:31
Author:
Brett McLaughlin

Jason Hunter


Member Function Documentation

Document org::jdom::adapters::OracleV2DOMAdapter::createDocument  )  throws JDOMException [inline, virtual]
 

This creates an empty Document object based on a specific parser implementation.

Returns:
Document - created DOM Document.
Exceptions:
JDOMException when errors occur.

Implements org::jdom::adapters::AbstractDOMAdapter.

Document org::jdom::adapters::OracleV2DOMAdapter::getDocument InputStream  in,
boolean  validate
throws IOException, JDOMException [inline, virtual]
 

This creates a new Document from an existing InputStream by letting a DOM parser handle parsing using the supplied stream.

Parameters:
in InputStream to parse.
validate boolean to indicate if validation should occur.
Returns:
Document - instance ready for use.
Exceptions:
IOException when I/O error occurs.
JDOMException when errors occur in parsing.

Implements org::jdom::adapters::AbstractDOMAdapter.


The documentation for this class was generated from the following file:
Generated on Thu Dec 9 10:42:05 2004 for JDOM by  doxygen 1.3.9.1