|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Marker interface for XPathFunctions that require the XPath Context passed as an argument.
If this marker is implemented, then XPathFunctionWithContext.setContext(Context)
is called immediately before
XPathFunction.evaluate(java.util.List)
.
Method Summary | |
---|---|
void |
setContext(Context context)
Set the XPath context to use during evaluation of the function. |
Method Detail |
public void setContext(Context context)
context
- the XPath context object. Will not be null
.
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |