Searched refs:XPathParser (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DXPathParser.java21 public class XPathParser extends com.sun.java_cup.internal.runtime.lr_parser { class in inherits:com.sun.java_cup.internal.runtime.lr_parser
24 public XPathParser() {super();} method in class:XPathParser
27 public XPathParser(com.sun.java_cup.internal.runtime.Scanner s) {super(s);} method in class:XPathParser
824 protected CUP$XPathParser$actions action_obj;
829 action_obj = new CUP$XPathParser$actions(this);
841 return action_obj.CUP$XPathParser$do_action(act_num, parser, stack, top);
888 public XPathParser(Parser parser) { method in class:XPathParser
1094 addError(new ErrorMsg(ErrorMsg.INTERNAL_ERR, "XPathParser.insertStep"));
1112 class CUP$XPathParser$actions {
1113 private final XPathParser parse
[all...]
H A DParser.java75 private XPathParser _xpathParser; // Reference to the XPath parser.
117 _xpathParser = new XPathParser(this);
1125 * Parse an XPath expression or pattern using the generated XPathParser
H A Dxpath.cup77 public XPathParser(Parser parser) {
283 addError(new ErrorMsg(ErrorMsg.INTERNAL_ERR, "XPathParser.insertStep"));
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DLexer.java50 XPathParser m_processor;
83 XPathParser xpathProcessor)
H A DXPathParser.java21 * $Id: XPathParser.java,v 1.2.4.1 2005/09/14 19:46:02 jeffsuttor Exp $
41 public class XPathParser class
80 public XPathParser(ErrorListener errorListener, javax.xml.transform.SourceLocator sourceLocator) method in class:XPathParser
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPath.java37 import com.sun.org.apache.xpath.internal.compiler.XPathParser;
154 * (Needs review -sc) This method initializes an XPathParser/
176 XPathParser parser = new XPathParser(errorListener, locator);
202 * (Needs review -sc) This method initializes an XPathParser/
225 XPathParser parser = new XPathParser(errorListener, locator);
254 * (Needs review -sc) This method initializes an XPathParser/

Completed in 50 milliseconds