Package net.sf.saxon.expr.parser
Class ExpressionVisitor.ContextItemType
- java.lang.Object
-
- net.sf.saxon.expr.parser.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.
-
-
Field Summary
Fields Modifier and Type Field Description boolean
contextMaybeUndefined
ItemType
itemType
-
Constructor Summary
Constructors Constructor Description ContextItemType(ItemType itemType, boolean maybeUndefined)
-