|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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<P extends TypedObjectNode>
XPathNode that represents an XML attribute node. |
class |
ElementNode<V extends TypedObjectNode>
XPathNode that represents an XML element node. |
class |
GMLObjectNode<V extends GMLObject,P extends TypedObjectNode>
ElementNode that wraps a GMLObject . |
class |
PropertyNode
ElementNode that wraps a Property of a feature. |
class |
TextNode<P extends TypedObjectNode>
XPathNode that represents an XML text node. |
class |
XMLElementNode<P extends TypedObjectNode>
ElementNode that wraps an ElementNode . |
Methods in org.deegree.feature.xpath that return XPathNode | |
---|---|
XPathNode<P> |
XMLElementNode.getParent()
|
XPathNode<? extends TypedObjectNode> |
XPathNode.getParent()
Returns the parent node. |
XPathNode<P> |
GMLObjectNode.getParent()
|
Constructors in org.deegree.feature.xpath with parameters of type XPathNode | |
---|---|
GMLObjectNode(XPathNode<P> parentNode,
V object,
GMLVersion version)
|
|
XMLElementNode(XPathNode<P> parentNode,
ElementNode element)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |