|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.security.common.xml.XMLPath
org.n52.security.common.xml.XMLPath.NumberXMLPath
public static class XMLPath.NumberXMLPath
Class NumberXMLPath, represents xpath queries resulting in number values.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.n52.security.common.xml.XMLPath |
---|
XMLPath.BooleanXMLPath, XMLPath.NodeSetXMLPath, XMLPath.NodeXMLPath, XMLPath.NumberXMLPath, XMLPath.SourceXMLPath, XMLPath.StringXMLPath |
Field Summary |
---|
Fields inherited from class org.n52.security.common.xml.XMLPath |
---|
m_ctx, m_previous, m_xPath |
Constructor Summary | |
---|---|
protected |
XMLPath.NumberXMLPath(XMLPath previous)
Constructor creates a new instance. |
Method Summary | |
---|---|
java.lang.Number |
get()
Method gets the queried number. |
protected javax.xml.namespace.QName |
getReturnType()
Method gets the returnType of an evaluation. |
Methods inherited from class org.n52.security.common.xml.XMLPath |
---|
all, bool, compile, eval, node, number, text |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected XMLPath.NumberXMLPath(XMLPath previous)
previous
- the previous.Method Detail |
---|
public java.lang.Number get()
protected javax.xml.namespace.QName getReturnType()
XMLPath
getReturnType
in class XMLPath
XMLPath.getReturnType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |