org.exolab.adaptx.xslt.dom

Class Root

public class Root extends ParentNode

A representation of a Root node

Version: $Revision: 3914 $ $Date: 2003-09-29 15:30:53 -0400 (Mon, 29 Sep 2003) $

Author: Keith Visco

Constructor Summary
Root()
Creates a new Root Node
Method Summary
StringgetDocumentURI()
Returns the URI for this root node, or null if unknown.
intgetNodeType()
Returns the type of this node.
XPathNodegetRootNode()
Returns the root node.

Constructor Detail

Root

public Root()
Creates a new Root Node

Method Detail

getDocumentURI

public String getDocumentURI()
Returns the URI for this root node, or null if unknown.

Returns: the URI for this root node, or null if unknown.

getNodeType

public int getNodeType()
Returns the type of this node.

Returns: The type of this node

getRootNode

public XPathNode getRootNode()
Returns the root node.

Returns: The root node