XMLPath.BooleanXMLPath, XMLPath.NodeSetXMLPath, XMLPath.NodeXMLPath, XMLPath.NumberXMLPath, XMLPath.SourceXMLPath, XMLPath.StringXMLPath
m_ctx, m_previous, m_xPath
Modifier | Constructor and Description |
---|---|
protected |
SourceXMLPath(XMLPathCtx ctx,
Document doc)
Constructor creates a new instance.
|
protected |
SourceXMLPath(XMLPathCtx ctx,
Node doc)
Constructor creates a new instance.
|
protected |
SourceXMLPath(XMLPathCtx ctx,
NodeList set)
Constructor creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
eval()
Method evals the xpath.
|
protected QName |
getReturnType()
Method gets the returnType of an evaluation.
|
protected SourceXMLPath(XMLPathCtx ctx, Document doc)
ctx
- the ctx.doc
- the doc.protected SourceXMLPath(XMLPathCtx ctx, Node doc)
ctx
- the ctx.doc
- the doc.protected SourceXMLPath(XMLPathCtx ctx, NodeList set)
ctx
- the ctx.set
- the set.protected Object eval()
XMLPath
eval
in class XMLPath
XMLPath.eval()
protected QName getReturnType()
XMLPath
getReturnType
in class XMLPath
XMLPath.getReturnType()
Copyright © 2004–2017 52north.org. All rights reserved.