|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.feature.xpath.AttributeNode
public class AttributeNode
XPathNode
that represents an XML attribute node.
Method Summary | |
---|---|
java.lang.String |
getLocalName()
|
java.lang.String |
getNamespaceUri()
|
ElementNode |
getParent()
Returns the parent node. |
java.lang.String |
getPrefixedName()
|
PrimitiveValue |
getValue()
Returns the value of the node. |
boolean |
isElement()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean isElement()
isElement
in interface XPathNode<PrimitiveValue>
public ElementNode getParent()
XPathNode
getParent
in interface XPathNode<PrimitiveValue>
null
if this is the root nodepublic java.lang.String getLocalName()
public java.lang.String getPrefixedName()
public java.lang.String getNamespaceUri()
public PrimitiveValue getValue()
XPathNode
getValue
in interface XPathNode<PrimitiveValue>
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |