Class ExpressionVisitor.ContextItemType

  • Enclosing class:
    ExpressionVisitor

    public static class ExpressionVisitor.ContextItemType
    extends java.lang.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.
    • Constructor Summary

      Constructors 
      Constructor Description
      ContextItemType​(ItemType itemType, boolean maybeUndefined)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • contextMaybeUndefined

        public boolean contextMaybeUndefined
    • Constructor Detail

      • ContextItemType

        public ContextItemType​(ItemType itemType,
                               boolean maybeUndefined)