Package com.tailf.maapi
Interface MaapiXPathEvalTrace
public interface MaapiXPathEvalTrace
This interface is used with the
xpathEval
method
in Maapi. It allows a way trace output from the xpath evaluator.-
Method Summary
Modifier and TypeMethodDescriptionThe interface declare a method that takes a single string as argument.
-
Method Details
-
trace
The interface declare a method that takes a single string as argument. If supplied to
maapiXPathEval
method it will be invoked when the xpath implementation has trace output for the current expression. If no trace is wanted null can be called tomaapiXPathEval
given.If the
trace
method returnsITER_STOP
no more trace output is done. IfITER_CONTINUE
returns it tells the xpath evaluator to continues with the next tracing output.
-