Uses of Interface
org.deegree.feature.xpath.XPathNode

Packages that use XPathNode
org.deegree.feature.xpath   
 

Uses of XPathNode in org.deegree.feature.xpath
 

Classes in org.deegree.feature.xpath that implement XPathNode
 class AttributeNode
          XPathNode that represents an XML attribute node.
 class ElementNode<V extends TypedObjectNode>
          XPathNode that represents an XML element node.
 class GMLObjectNode<V extends GMLObject>
          ElementNode that wraps a GMLObject.
 class PropertyNode
          ElementNode that wraps a Property of a feature.
 class TextNode
          XPathNode that represents an XML text node.
 class XMLElementNode
          ElementNode that wraps an ElementNode.
 

Methods in org.deegree.feature.xpath that return XPathNode
 XPathNode PropertyNode.getParent()
           
 XPathNode XPathNode.getParent()
          Returns the parent node.
 XPathNode GMLObjectNode.getParent()
           
 XPathNode XMLElementNode.getParent()
           
 

Constructors in org.deegree.feature.xpath with parameters of type XPathNode
GMLObjectNode(XPathNode parentNode, V object, GMLVersion version)
           
XMLElementNode(XPathNode parentNode, GenericXMLElement element)
           
 



Copyright © 2011. All Rights Reserved.