|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IXPathImplementation
Abstract xpath evaluation engine
| Method Summary | |
|---|---|
IXPathResult |
eval(java.lang.Object aContext,
java.lang.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 |
|---|
IXPathResult eval(java.lang.Object aContext,
java.lang.String aXPath)
throws XPathImplementationException
aContext - an implementation specific context objectaXPath - an xpath into the document
XPathImplementationException - thrown if the evaluation fails for any reasonvoid reset()
|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||