|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Abstract xpath evaluation engine
Method Summary | |
IXPathResult |
eval(Object aContext,
String aXPath)
Evaluate an xpath on a given context within this |
void |
reset()
Reset any state in the evaluator after updates to the document |
Method Detail |
public IXPathResult eval(Object aContext, String aXPath) throws XPathImplementationException
aContext
- an implementation specific context objectaXPath
- an xpath into the document
XPathImplementationException
- thrown if the evaluation fails for any reasonpublic void reset()
|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |