org.xmlpull.v1.builder.xpath
Class Xb1XPath

java.lang.Object
  extended by org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
      extended by org.xmlpull.v1.builder.xpath.Xb1XPath
All Implemented Interfaces:
java.io.Serializable, XPath

public class Xb1XPath
extends BaseXPath

An XPath implementation for the XB1 model for more details on XB1 see XB1

See Also:
Serialized Form

Constructor Summary
Xb1XPath(java.lang.String xpathExpr)
          Compile XPath expression into an executable form suitable to use with XB1.
 
Method Summary
 
Methods inherited from class org.xmlpull.v1.builder.xpath.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

Xb1XPath

public Xb1XPath(java.lang.String xpathExpr)
         throws JaxenException
Compile XPath expression into an executable form suitable to use with XB1.

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