Main Page | Class Hierarchy | Class List | Class Members

org::jdom::output::DOMOutputter Class Reference

List of all members.

Public Member Functions

 DOMOutputter ()
 DOMOutputter (String adapterClass)
org.w3c.dom.Document output (Document document) throws JDOMException

Detailed Description

Outputs a JDOM org.jdom.Document as a DOM org.w3c.dom.Document.

Version:
Revision
1.41
,
Date
2004/09/03 06:03:42
Author:
Brett McLaughlin

Jason Hunter

Matthew Merlo

Dan Schaffer

Yusuf Goolamabbas

Bradley S. Huffman


Constructor & Destructor Documentation

org::jdom::output::DOMOutputter::DOMOutputter  )  [inline]
 

This creates a new DOMOutputter which will attempt to first locate a DOM implementation to use via JAXP, and if JAXP does not exist or there's a problem, will fall back to the default parser.

org::jdom::output::DOMOutputter::DOMOutputter String  adapterClass  )  [inline]
 

This creates a new DOMOutputter using the specified DOMAdapter implementation as a way to choose the underlying parser.

Parameters:
adapterClass String name of class to use for DOM output


Member Function Documentation

org.w3c.dom.Document org::jdom::output::DOMOutputter::output Document  document  )  throws JDOMException [inline]
 

This converts the JDOM Document parameter to a DOM Document, returning the DOM version. The DOM implementation is the one chosen in the constructor.

Parameters:
document Document to output.
Returns:
an org.w3c.dom.Document version


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