org.exolab.adaptx.xpath.engine
Class ErrorExpr
java.lang.Objectorg.exolab.adaptx.xpath.engine.ErrorExpr
- XPathExpression
public class ErrorExpr
extends java.lang.Object
Simple interface for XSL Expressions
$Revision: 3737 $ $Id: ErrorExpr.java 3737 2003-05-13 07:59:57Z kvisco $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