org.deegree.feature.xpath
Class TextNode

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

public class TextNode
extends java.lang.Object
implements XPathNode

XPathNode that represents an XML text node.

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

Method Summary
 ElementNode getParent()
          Returns the parent node.
 PrimitiveValue getValue()
          Returns the value of the node.
 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

getParent

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

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

getValue

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

Specified by:
getValue in interface XPathNode
Returns:


Copyright © 2011. All Rights Reserved.