|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.feature.xpath.ElementNode<V>
org.deegree.feature.xpath.GMLObjectNode<V>
V
- public class GMLObjectNode<V extends GMLObject>
ElementNode
that wraps a GMLObject
.
Constructor Summary | |
---|---|
GMLObjectNode(XPathNode parentNode,
V object,
GMLVersion version)
|
Method Summary | |
---|---|
XPathNode |
getParent()
Returns the parent node. |
V |
getValue()
Returns the value of the node. |
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 |
Constructor Detail |
---|
public GMLObjectNode(XPathNode parentNode, V object, GMLVersion version)
Method Detail |
---|
public XPathNode getParent()
XPathNode
null
if this is the root nodepublic V getValue()
XPathNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |