OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMatchScore
(Results
1 - 5
of
5
) sorted by null
/external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateSubPatternAssociation.java
155
double score = m_stepPattern.
getMatchScore
(xctxt, targetNode);
ElemNumber.java
620
if (fromMatchPattern.
getMatchScore
(xctxt, context)
631
if (countMatchPattern.
getMatchScore
(xctxt, context)
670
if (fromMatchPattern.
getMatchScore
(xctxt, context)
681
if (countMatchPattern.
getMatchScore
(xctxt, context)
878
if ((DTM.NULL != next) && ((((null != fromMatchPattern) && (fromMatchPattern.
getMatchScore
(
906
|| (countMatchPattern.
getMatchScore
(xctxt, pos)
921
|| (countMatchPattern.
getMatchScore
(xctxt, pos)
989
&& (m_fromMatchPattern.
getMatchScore
(xctxt, node)
1007
if (countMatchPattern.
getMatchScore
(xctxt, node)
[
all
...]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyIterator.java
129
double score = matchExpr.
getMatchScore
(xctxt, testNode);
/external/apache-xml/src/main/java/org/apache/xpath/
XPath.java
478
public double
getMatchScore
(XPathContext xctxt, int context)
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
StepPattern.java
892
public double
getMatchScore
(XPathContext xctxt, int context)
Completed in 708 milliseconds