org.deegree.feature.xpath
Interface XPathNode<V extends TypedObjectNode>

All Known Implementing Classes:
AttributeNode, ElementNode, GMLObjectNode, PropertyNode, TextNode, XMLElementNode

public interface XPathNode<V extends TypedObjectNode>

Base interface for XML nodes that have to be represented during XPath-evaluation.

Version:
$Revision:$, $Date:$
Author:
Markus Schneider , last edited by: $Author:$

Method Summary
 XPathNode getParent()
          Returns the parent node.
 V getValue()
          Returns the value of the node.
 boolean isElement()
           
 

Method Detail

getParent

XPathNode getParent()
Returns the parent node.

Returns:
the parent node or null if this is the root node

getValue

V getValue()
Returns the value of the node.

Returns:

isElement

boolean isElement()


Copyright © 2011. All Rights Reserved.