org.apache.axis2.om.xpath
Class AXIOMXPath

java.lang.Object
  extended byBaseXPath
      extended byorg.apache.axis2.om.xpath.AXIOMXPath

public class AXIOMXPath
extends BaseXPath

See Also:
Serialized Form

Constructor Summary
AXIOMXPath(java.lang.String xpathExpr)
          Construct given an XPath expression string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AXIOMXPath

public AXIOMXPath(java.lang.String xpathExpr)
           throws JaxenException
Construct given an XPath expression string.

Parameters:
xpathExpr - the XPath expression.
Throws:
org.jaxen.JaxenException - if there is a syntax error while parsing the expression
JaxenException