org.deegree.feature.xpath
Interface XPathNode<V extends org.deegree.commons.tom.TypedObjectNode>
- All Known Implementing Classes:
- AttributeNode, ElementNode, GMLObjectNode, PropertyNode, TextNode, XMLElementNode
public interface XPathNode<V extends org.deegree.commons.tom.TypedObjectNode>
Base interface for XML nodes that have to be represented during XPath-evaluation.
- Version:
- $Revision:$, $Date:$
- Author:
- Markus Schneider , last edited by: $Author:$
getParent
XPathNode<? extends org.deegree.commons.tom.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.