|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.feature.xpath.TextNode
public class TextNode
XPathNode
that represents an XML text node.
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 |
---|
public boolean isElement()
isElement
in interface XPathNode
public ElementNode getParent()
XPathNode
getParent
in interface XPathNode
null
if this is the root nodepublic PrimitiveValue getValue()
XPathNode
getValue
in interface XPathNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |