Uses of Class
com.evolvedbinary.xpath.parser.ast.SequenceType
-
Packages that use SequenceType Package Description com.evolvedbinary.xpath.parser.ast com.evolvedbinary.xpath.parser.ast.partial -
-
Uses of SequenceType in com.evolvedbinary.xpath.parser.ast
Fields in com.evolvedbinary.xpath.parser.ast declared as SequenceType Modifier and Type Field Description static SequenceTypeSequenceType. EMPTY_SEQUENCEConstructors in com.evolvedbinary.xpath.parser.ast with parameters of type SequenceType Constructor Description InstanceOfExpr(AbstractOperand operand, SequenceType type)TreatExpr(AbstractOperand operand, SequenceType type) -
Uses of SequenceType in com.evolvedbinary.xpath.parser.ast.partial
Methods in com.evolvedbinary.xpath.parser.ast.partial that return SequenceType Modifier and Type Method Description SequenceTypePartialSequenceType. complete(OccurrenceIndicator occurrenceIndicator)
-