OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:functionResolver
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathExpressionImpl.java
55
private XPathFunctionResolver
functionResolver
;
72
XPathFunctionResolver
functionResolver
,
76
this.
functionResolver
=
functionResolver
;
83
XPathFunctionResolver
functionResolver
,
88
this.
functionResolver
=
functionResolver
;
110
if (
functionResolver
!= null ) {
112
functionResolver
, featureSecureProcessing );
XPathImpl.java
61
private XPathFunctionResolver
functionResolver
;
73
this.origFunctionResolver = this.
functionResolver
= fr;
79
this.origFunctionResolver = this.
functionResolver
= fr;
119
this.
functionResolver
= resolver;
128
return
functionResolver
;
202
if (
functionResolver
!= null ) {
204
functionResolver
, featureSecureProcessing );
404
prefixResolver,
functionResolver
, variableResolver,
541
this.
functionResolver
= this.origFunctionResolver;
Completed in 35 milliseconds