OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NodeHandlingInterface
(Results
1 - 3
of
3
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/util/
VariableAndPathParser.java
11
import org.unicode.cldr.util.XPathExpressionParser.
NodeHandlingInterface
;
97
xpExpParser.iterateThroughNodeSet(varsXPath, new
NodeHandlingInterface
() {
124
xpExpParser.iterateThroughNodeSet(pathsXPath, new
NodeHandlingInterface
() {
XPathExpressionParser.java
61
public static interface
NodeHandlingInterface
extends SimpleContentHandlingInterface<Node> {
148
public void evaluateToNode(String xPathString,
NodeHandlingInterface
handler) throws XPathException {
159
public void iterate(String xPathString, QName expectedReturnType,
NodeHandlingInterface
handler) throws XPathException {
171
public void iterateThroughNodeSet(String xPathExpression,
NodeHandlingInterface
handler) throws XPathException {
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestLocale.java
127
new XPathExpressionParser.
NodeHandlingInterface
() {
Completed in 530 milliseconds