org.deegree.feature.xpath
Class XMLElementNode<P extends TypedObjectNode>
java.lang.Object
org.deegree.feature.xpath.ElementNode<ElementNode>
org.deegree.feature.xpath.XMLElementNode<P>
- All Implemented Interfaces:
- XPathNode<ElementNode>
public class XMLElementNode<P extends TypedObjectNode>
- extends ElementNode<ElementNode>
ElementNode
that wraps an ElementNode
.
- Version:
- $Revision: 30425 $, $Date: 2011-04-13 13:41:10 +0200 (Wed, 13 Apr 2011) $
- Author:
- Markus Schneider , last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLElementNode
public XMLElementNode(XPathNode<P> parentNode,
ElementNode element)
getParent
public XPathNode<P> getParent()
- Description copied from interface:
XPathNode
- Returns the parent node.
- Returns:
- the parent node or
null
if this is the root node
getValue
public ElementNode getValue()
- Returns:
- the value of the node.
Copyright © 2011. All Rights Reserved.