org.apache.axiom.om.xpath
Class AXIOMXPath

java.lang.Object
  extended byorg.jaxen.BaseXPath
      extended byorg.apache.axiom.om.xpath.AXIOMXPath
All Implemented Interfaces:
java.io.Serializable, org.jaxen.XPath

public class AXIOMXPath
extends org.jaxen.BaseXPath

See Also:
Serialized Form

Constructor Summary
AXIOMXPath(java.lang.String xpathExpr)
          Construct given an XPath expression string.
 
Methods inherited from class org.jaxen.BaseXPath
addNamespace, booleanValueOf, createFunctionContext, createNamespaceContext, createVariableContext, debug, evaluate, getContext, getContextSupport, getFunctionContext, getNamespaceContext, getNavigator, getRootExpr, getVariableContext, numberValueOf, selectNodes, selectNodesForContext, selectSingleNode, selectSingleNodeForContext, setFunctionContext, setNamespaceContext, setVariableContext, stringValueOf, toString, valueOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AXIOMXPath

public AXIOMXPath(java.lang.String xpathExpr)
           throws org.jaxen.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