Uses of Class
jd.xml.xpath.parser.XPathParseException

Packages that use XPathParseException
jd.xml.xpath.parser Contains the XPath expression parser. 
jd.xml.xpath.tool Contains utility classes to evaluate XPath expressions. 
jd.xml.xslt.parser Contains parser classes for stylesheets, stylesheet templates elements and patterns. 
 

Uses of XPathParseException in jd.xml.xpath.parser
 

Methods in jd.xml.xpath.parser that return XPathParseException
 XPathParseException Scanner.createParseException(String message)
           
 

Methods in jd.xml.xpath.parser that throw XPathParseException
 int Scanner.nextToken()
           
 boolean Scanner.consumeToken(int token)
           
 boolean Scanner.consumeToken(int token, String value)
           
 void Scanner.consumeExpectedToken(int token)
           
 void Scanner.consumeExpectedToken(int token, String value)
           
static void Scanner.print(String expr)
           
 Expression ExpressionParser.parseExpression(String expression)
           
 Expression ExpressionParser.parseExpression(Scanner scanner)
          Parse the production rule: Expr ::= OrExpr
protected  VariableReference ExpressionParser.parseVariableReference(Scanner scanner)
           
protected  Expression ExpressionParser.createFunction(Scanner scanner, String functionName, Expression[] arguments)
          Create a function call expression for a function with the given name and arguments.
 NodeTest ExpressionParser.parseNodeTest(String nodeTestString)
           
protected  NodeTest ExpressionParser.parseNodeTest(Scanner scanner)
           
protected  NodeTest ExpressionParser.parseNodeTest(Scanner scanner, String name)
           
 NodeNameTest ExpressionParser.parseNodeNameTest(Scanner scanner, String qname, boolean useNamePool)
           
protected  String ExpressionParser.getNamespaceUri(Scanner scanner, String prefix)
          Return the namespace uri for the given prefix.
 

Uses of XPathParseException in jd.xml.xpath.tool
 

Constructors in jd.xml.xpath.tool that throw XPathParseException
XPath(String expr)
          Create a XPath object for the given Expression string.
XPath(String expr, XPathNamespaces namespaces)
          Create a XPath object for the given Expression string.
 

Uses of XPathParseException in jd.xml.xslt.parser
 

Methods in jd.xml.xslt.parser that throw XPathParseException
 Expression PatternParser.parseExpression(String source)
           
 Pattern PatternParser.parsePattern(String source)
           
protected  Expression PatternParser.createFunction(Scanner scanner, String functionName, Expression[] arguments)
           
 AttributeValue PatternParser.parseAttributeValue(String source)