org.deegree.metadata.xpath
Class DocumentNode

java.lang.Object
  extended by org.deegree.metadata.xpath.DocumentNode
All Implemented Interfaces:
XPathNode

public class DocumentNode
extends java.lang.Object
implements XPathNode

TODO add class documentation here

Version:
$Revision: 27235 $, $Date: 2010-10-14 17:57:32 +0200 (Do, 14. Okt 2010) $
Author:
Steffen Thomas, last edited by: $Author: sthomas $

Method Summary
 XPathNode getParent()
          Returns the parent node.
 XPathNode getRootNode()
           
 boolean isElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isElement

public boolean isElement()

getParent

public XPathNode getParent()
Description copied from interface: XPathNode
Returns the parent node.

Specified by:
getParent in interface XPathNode
Returns:
the parent node or null if this is the root node

getRootNode

public XPathNode getRootNode()


Copyright © 2011. All Rights Reserved.