HomeSort by relevance Sort by last modified time
    Searched refs:XPathExpressionParser (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;
56 * XPathExpressionParser, used internally
58 private final XPathExpressionParser xpExpParser;
86 xpExpParser = new XPathExpressionParser(f);
90 xpExpParser = new XPathExpressionParser(in);
XPathExpressionParser.java 36 public class XPathExpressionParser {
81 public XPathExpressionParser(File f) throws IOException {
90 public XPathExpressionParser(Reader rdr) throws IOException {
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestLocale.java 29 import org.unicode.cldr.util.XPathExpressionParser;
125 XPathExpressionParser parser = new XPathExpressionParser(file);
127 new XPathExpressionParser.NodeHandlingInterface() {

Completed in 221 milliseconds