|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.expr.Expression
net.sf.saxon.expr.ContextItemExpression
net.sf.saxon.expr.CurrentItemExpression
public class CurrentItemExpression
The expression is generated when compiling the current() function in XSLT. It differs from the ContextItemExpression "." only in the error code that is returned when there is no context item.
Field Summary |
---|
Fields inherited from class net.sf.saxon.expr.Expression |
---|
EVALUATE_METHOD, ITERATE_METHOD, locationId, PROCESS_METHOD, staticProperties |
Constructor Summary | |
---|---|
CurrentItemExpression()
|
Method Summary | |
---|---|
protected java.lang.String |
getErrorCodeForUndefinedContext()
Get the error code for use when there is no context item |
Methods inherited from class net.sf.saxon.expr.ContextItemExpression |
---|
addToPathMap, computeCardinality, computeSpecialProperties, copy, equals, evaluateItem, explain, getIntrinsicDependencies, getItemType, hashCode, iterate, optimize, toString, typeCheck |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CurrentItemExpression()
Method Detail |
---|
protected java.lang.String getErrorCodeForUndefinedContext()
getErrorCodeForUndefinedContext
in class ContextItemExpression
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |