|
||||||||||
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.SourceXMLPath
public static class XMLPath.SourceXMLPath
Class SourceXMLPath, represents the xpath root/or source of evaluation.
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.SourceXMLPath(XMLPathCtx ctx,
Document doc)
Constructor creates a new instance. |
protected |
XMLPath.SourceXMLPath(XMLPathCtx ctx,
InputSource source)
Constructor creates a new instance. |
protected |
XMLPath.SourceXMLPath(XMLPathCtx ctx,
Node doc)
Constructor creates a new instance. |
protected |
XMLPath.SourceXMLPath(XMLPathCtx ctx,
NodeList set)
Constructor creates a new instance. |
protected |
XMLPath.SourceXMLPath(XMLPathCtx ctx,
String source)
Constructor creates a new instance. |
Method Summary | |
---|---|
protected Object |
eval()
Method evals the xpath. |
protected QName |
getReturnType()
Method gets the returnType of an evaluation. |
Methods inherited from class org.n52.security.common.xml.XMLPath |
---|
all, bool, compile, 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.SourceXMLPath(XMLPathCtx ctx, Document doc)
ctx
- the ctx.doc
- the doc.protected XMLPath.SourceXMLPath(XMLPathCtx ctx, Node doc)
ctx
- the ctx.doc
- the doc.protected XMLPath.SourceXMLPath(XMLPathCtx ctx, NodeList set)
ctx
- the ctx.set
- the set.protected XMLPath.SourceXMLPath(XMLPathCtx ctx, InputSource source)
ctx
- the ctx.source
- the source.protected XMLPath.SourceXMLPath(XMLPathCtx ctx, String source)
ctx
- the ctx.source
- the source.Method Detail |
---|
protected Object eval()
XMLPath
eval
in class XMLPath
XMLPath.eval()
protected 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 |