|
||||||||||
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.NodeSetXMLPath
public static class XMLPath.NodeSetXMLPath
Class NodeSetXMLPath, represents xpaths resulting in NodeLists.
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.NodeSetXMLPath(XMLPath previous)
Constructor creates a new instance. |
Method Summary | |
---|---|
org.w3c.dom.NodeList |
get()
Method gets the queried NodeList. |
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.NodeSetXMLPath(XMLPath previous)
previous
- the previous.Method Detail |
---|
public org.w3c.dom.NodeList 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 |