org.deegree.feature.xpath
Class XMLElementNode<P extends TypedObjectNode>

java.lang.Object
  extended by org.deegree.feature.xpath.ElementNode<ElementNode>
      extended by 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 $

Constructor Summary
XMLElementNode(XPathNode<P> parentNode, ElementNode element)
           
 
Method Summary
 XPathNode<P> getParent()
          Returns the parent node.
 ElementNode getValue()
           
 
Methods inherited from class org.deegree.feature.xpath.ElementNode
getLocalName, getNamespaceUri, getPrefixedName, isElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLElementNode

public XMLElementNode(XPathNode<P> parentNode,
                      ElementNode element)
Method Detail

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.