|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.adaptx.xpath.engine.ErrorExpr
Simple interface for XSL Expressions
Field Summary |
---|
Fields inherited from interface org.exolab.adaptx.xpath.XPathExpression |
---|
BOOLEAN, ERROR, FILTER_EXPR, LOCATION_PATH, NODE_TEST, NUMBER, PATH_EXPR, PRIMARY, STEP, STRING, UNION_EXPR |
Method Summary | |
---|---|
XPathResult |
evaluate(XPathContext context)
Evaluates the expression and returns the XPath result. |
short |
getExprType()
Returns the type of Expr this Expr represents |
java.lang.String |
toString()
Returns the XPath expression as a string. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public short getExprType()
getExprType
in interface XPathExpression
public XPathResult evaluate(XPathContext context) throws XPathException
evaluate
in interface XPathExpression
context
- The XPathContext to use during evaluation.
XPathException
- if an error occured while
evaluating this expression.public java.lang.String toString()
XPathExpression
XPathExpression
object.
toString
in interface XPathExpression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |