jd.xml.xslt.trace
Class TraceExpression
java.lang.Object
jd.xml.xpath.expr.ExpressionImpl
jd.xml.xpath.expr.misc.ProxyExpression
jd.xml.xslt.trace.TraceExpression
- All Implemented Interfaces:
- Expression
- class TraceExpression
- extends ProxyExpression
TraceExpression
public TraceExpression(Tracer tracer,
Location location,
Expression expression,
String source)
toXObject
public XObject toXObject(XPathContext context)
- Description copied from interface:
Expression
- Evaluate the expression to a XObject.
- Specified by:
toXObject
in interface Expression
- Overrides:
toXObject
in class ProxyExpression
toNumberValue
public double toNumberValue(XPathContext context)
- Description copied from interface:
Expression
- Evaluate the Expression to a number.
- Specified by:
toNumberValue
in interface Expression
- Overrides:
toNumberValue
in class ProxyExpression
toStringValue
public String toStringValue(XPathContext context)
- Description copied from interface:
Expression
- Evaluate the Expression to a String.
- Specified by:
toStringValue
in interface Expression
- Overrides:
toStringValue
in class ProxyExpression
toBooleanValue
public boolean toBooleanValue(XPathContext context)
- Description copied from interface:
Expression
- Evaluate the Expression to a boolean.
- Specified by:
toBooleanValue
in interface Expression
- Overrides:
toBooleanValue
in class ProxyExpression
getLocation
public Location getLocation()