org.deegree.feature.xpath
Class XMLElementNode

java.lang.Object
  extended by org.deegree.feature.xpath.ElementNode<GenericXMLElement>
      extended by org.deegree.feature.xpath.XMLElementNode
All Implemented Interfaces:
XPathNode<GenericXMLElement>

public class XMLElementNode
extends ElementNode<GenericXMLElement>

ElementNode that wraps an ElementNode.

Version:
$Revision: 23169 $, $Date: 2010-03-19 16:59:32 +0100 (Fr, 19. Mär 2010) $
Author:
Markus Schneider , last edited by: $Author: mschneider $

Constructor Summary
XMLElementNode(XPathNode parentNode, GenericXMLElement element)
           
 
Method Summary
 XPathNode getParent()
          Returns the parent node.
 GenericXMLElement getValue()
          Returns the value of the node.
 
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 parentNode,
                      GenericXMLElement element)
Method Detail

getParent

public XPathNode getParent()
Description copied from interface: XPathNode
Returns the parent node.

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

getValue

public GenericXMLElement getValue()
Description copied from interface: XPathNode
Returns the value of the node.

Returns:


Copyright © 2011. All Rights Reserved.