org.exolab.adaptx.xpath.engine
Class ErrorExpr
java.lang.Object
org.exolab.adaptx.xpath.engine.ErrorExpr
- XPathExpression
public class ErrorExpr
extends java.lang.Object
Simple interface for XSL Expressions
Version:
- Keith Visco
BOOLEAN , ERROR , FILTER_EXPR , LOCATION_PATH , NODE_TEST , NUMBER , PATH_EXPR , PRIMARY , STEP , STRING , UNION_EXPR |
getExprType
public short getExprType()
Returns the type of Expr this Expr represents
- getExprType in interface XPathExpression
- the type of Expr this Expr represents
toString
public String toString()
Returns the XPath expression as a string. The returned value is
a valid XPath expression that can be parsed into an equivalent
XPathExpression
object.
- toString in interface XPathExpression
- The XPath expression as a string