Class CurrentItemExpression

  • All Implemented Interfaces:
    java.io.Serializable, javax.xml.transform.SourceLocator, Container, Expression, InstructionInfoProvider

    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.
    See Also:
    Serialized Form