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<? extends TypedObjectNode> getParent()
          Returns the parent node.
 V getValue()
           
 boolean isElement()
           
 

Method Detail

getParent

XPathNode<? extends TypedObjectNode> 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.

isElement

boolean isElement()


Copyright © 2011. All Rights Reserved.