org.exolab.adaptx.xslt.dom
Class Root
- java.io.Serializable
public class Root
extends org.exolab.adaptx.xslt.dom.ParentNode
A representation of a Root node
$Revision: 3914 $ $Date: 2003-09-29 21:30:53 +0200 (Mon, 29 Sep 2003) $
Root() - Creates a new Root Node
|
getAttribute , getFirstAttribute , getFirstChild , getFirstNamespace , getLocalName , getNamespacePrefix , getNamespaceURI , getNamespaceURI , getNext , getNodeType , getParentNode , getPrevious , getProperty , getRootNode , getStringValue , hasChildNodes , setProperty |
getAttribute , getFirstAttribute , getFirstChild , getFirstNamespace , getLocalName , getNamespacePrefix , getNamespaceURI , getNamespaceURI , getNext , getNodeType , getParentNode , getPrevious , getRootNode , getStringValue , hasChildNodes |
Root
public Root()
Creates a new Root Node
getDocumentURI
public String getDocumentURI()
Returns the URI for this root node, or null if unknown.
- the URI for this root node, or null if unknown.
getNodeType
public int getNodeType()
Returns the type of this node.
- getNodeType in interface org.exolab.adaptx.xslt.dom.BaseNode
getRootNode
public XPathNode getRootNode()
Returns the root node.
- getRootNode in interface org.exolab.adaptx.xslt.dom.BaseNode