net.sf.saxon.expr

Class CurrentItemExpression

public class CurrentItemExpression extends ContextItemExpression

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.
Method Summary
protected StringgetErrorCodeForUndefinedContext()
Get the error code for use when there is no context item

Method Detail

getErrorCodeForUndefinedContext

protected String getErrorCodeForUndefinedContext()
Get the error code for use when there is no context item

Returns: the string "XTDE1360"