org.apache.commons.jxpath.ri
Class Parser

java.lang.Object
  extended byorg.apache.commons.jxpath.ri.Parser

public class Parser
extends java.lang.Object

XPath parser

Version:
$Revision: 1.6 $ $Date: 2003/03/11 00:59:19 $
Author:
Dmitri Plotnikov

Constructor Summary
Parser()
           
 
Method Summary
static java.lang.Object parseExpression(java.lang.String expression, Compiler compiler)
          Parses the XPath expression.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

public Parser()
Method Detail

parseExpression

public static java.lang.Object parseExpression(java.lang.String expression,
                                               Compiler compiler)
Parses the XPath expression. Throws a JXPathException in case of a syntax error.



Copyright (c) 2001 - Apache Software Foundation