org.deegree.feature.xpath
Class PropertyNode

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

public class PropertyNode
extends ElementNode<Property>

ElementNode that wraps a Property of a feature.

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

Method Summary
 GMLObjectNode<? extends TypedObjectNode,? extends TypedObjectNode> getParent()
          Returns the parent node.
 Property getValue()
          The wrapped property.
 
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
 

Method Detail

getParent

public GMLObjectNode<? extends TypedObjectNode,? extends TypedObjectNode> getParent()
Description copied from interface: XPathNode
Returns the parent node.

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

getValue

public Property getValue()
The wrapped property.

Returns:
wrapped property


Copyright © 2011. All Rights Reserved.