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

java.lang.Object
  extended by org.deegree.feature.xpath.TextNode<P>
All Implemented Interfaces:
XPathNode<PrimitiveValue>

public class TextNode<P extends TypedObjectNode>
extends Object
implements XPathNode<PrimitiveValue>

XPathNode that represents an XML text node.

Version:
$Revision:$, $Date:$
Author:
Markus Schneider , last edited by: $Author:$

Method Summary
 ElementNode<P> getParent()
          Returns the parent node.
 PrimitiveValue getValue()
           
 boolean isElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isElement

public boolean isElement()
Specified by:
isElement in interface XPathNode<PrimitiveValue>

getParent

public ElementNode<P> getParent()
Description copied from interface: XPathNode
Returns the parent node.

Specified by:
getParent in interface XPathNode<PrimitiveValue>
Returns:
the parent node or null if this is the root node

getValue

public PrimitiveValue getValue()
Specified by:
getValue in interface XPathNode<PrimitiveValue>
Returns:
the value of the node.


Copyright © 2011. All Rights Reserved.