com.ricebridge.xmlman.in
Class XPathExpression

java.lang.Object
  extended bycom.ricebridge.xmlman.in.ExpressionSupport
      extended bycom.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.
 
Methods inherited from class com.ricebridge.xmlman.in.ExpressionSupport
resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPathExpression

public XPathExpression(com.ricebridge.xmlman.tp.expr.Expr pExpr)
Wrap the Jaxen Expr object.

Method Detail

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