com.ricebridge.xmlman.in
Class XPathExpression
java.lang.Object
com.ricebridge.xmlman.in.ExpressionSupport
com.ricebridge.xmlman.in.XPathExpression
- All Implemented Interfaces:
- Expression
- public class XPathExpression
- extends ExpressionSupport
Represents a Jaxen XPath expression.
|
Constructor Summary |
XPathExpression(com.ricebridge.xmlman.tp.expr.Expr pExpr)
Wrap the Jaxen Expr object. |
|
Method Summary |
protected String |
resolveImpl(com.ricebridge.xmlman.tp.Context pContext)
Resolve the current value of the expression against the specified context. |
String |
toString()
Debugging description. |
XPathExpression
public XPathExpression(com.ricebridge.xmlman.tp.expr.Expr pExpr)
- Wrap the Jaxen
Expr object.
resolveImpl
protected String resolveImpl(com.ricebridge.xmlman.tp.Context pContext)
- Resolve the current value of the expression against the specified context.
- Specified by:
resolveImpl in class ExpressionSupport
toString
public String toString()
- Debugging description.
Copyright © 2004-2005 Ricebridge