Home
last modified time | relevance | path

Searched refs:functionResolver (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
DXPathExpressionImpl.java55 private XPathFunctionResolver functionResolver; field in XPathExpressionImpl
72 XPathFunctionResolver functionResolver, in XPathExpressionImpl() argument
76 this.functionResolver = functionResolver; in XPathExpressionImpl()
83 XPathFunctionResolver functionResolver, in XPathExpressionImpl() argument
88 this.functionResolver = functionResolver; in XPathExpressionImpl()
110 if ( functionResolver != null ) { in eval()
112 functionResolver, featureSecureProcessing ); in eval()
DXPathImpl.java61 private XPathFunctionResolver functionResolver; field in XPathImpl
73 this.origFunctionResolver = this.functionResolver = fr; in XPathImpl()
79 this.origFunctionResolver = this.functionResolver = fr; in XPathImpl()
119 this.functionResolver = resolver; in setXPathFunctionResolver()
128 return functionResolver; in getXPathFunctionResolver()
202 if ( functionResolver != null ) { in eval()
204 functionResolver, featureSecureProcessing ); in eval()
404 prefixResolver, functionResolver, variableResolver, in compile()
541 this.functionResolver = this.origFunctionResolver; in reset()