Class ExpressionVisitor.ContextItemType

java.lang.Object
net.sf.saxon.expr.parser.ExpressionVisitor.ContextItemType
Enclosing class:
ExpressionVisitor

public static class ExpressionVisitor.ContextItemType extends Object
A data structure that represents the required type of the context item, together with information about whether it is known to be present or absent or whether it is not known statically whether it is present or absent.
  • Field Details

    • itemType

      public ItemType itemType
    • contextMaybeUndefined

      public boolean contextMaybeUndefined
  • Constructor Details

    • ContextItemType

      public ContextItemType(ItemType itemType, boolean maybeUndefined)