Searched refs:_funcHereContext (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DCachedXPathFuncHereAPI.java58 FuncHereContext _funcHereContext = null; field in class:CachedXPathFuncHereAPI
81 return this._funcHereContext;
278 if (this._funcHereContext == null) {
279 this._funcHereContext = new FuncHereContext(xpathnode,
306 int ctxtNode = this._funcHereContext.getDTMHandleFromNode(contextNode);
308 return xpath.execute(this._funcHereContext, ctxtNode, prefixResolver);
366 if (this._funcHereContext == null) {
367 this._funcHereContext = new FuncHereContext(xpathnode,
371 int ctxtNode = this._funcHereContext.getDTMHandleFromNode(contextNode);
373 return xpath.execute(this._funcHereContext, ctxtNod
[all...]

Completed in 29 milliseconds