Uses of Interface
com.tailf.maapi.MaapiXPathEvalTrace
Package
Description
MAAPI is an API which provides full access to the systems internal
transaction engine.
-
Uses of MaapiXPathEvalTrace in com.tailf.maapi
Modifier and TypeMethodDescriptionvoid
Maapi.xpathEval
(int tid, MaapiXPathEvalResult xpatheval, MaapiXPathEvalTrace xpathtrace, String expr, Object initstate, String fmt, Object... arguments) Evaluated the xpath expression as supplied in byexpr
.Maapi.xpathEvalExpr
(int tid, String expr, MaapiXPathEvalTrace xpathtrace, String fmt, Object... arg) Evaluate the xpath expression given inexpr
parameter and return the result as a string.