Uses of Class
com.evolvedbinary.xpath.parser.ast.OccurrenceIndicator
-
Packages that use OccurrenceIndicator Package Description com.evolvedbinary.xpath.parser.ast com.evolvedbinary.xpath.parser.ast.partial -
-
Uses of OccurrenceIndicator in com.evolvedbinary.xpath.parser.ast
Fields in com.evolvedbinary.xpath.parser.ast declared as OccurrenceIndicator Modifier and Type Field Description static OccurrenceIndicatorOccurrenceIndicator. ONE_OR_MOREstatic OccurrenceIndicatorOccurrenceIndicator. ZERO_OR_MOREstatic OccurrenceIndicatorOccurrenceIndicator. ZERO_OR_ONEMethods in com.evolvedbinary.xpath.parser.ast that return OccurrenceIndicator Modifier and Type Method Description static OccurrenceIndicatorOccurrenceIndicator. fromSyntax(char syntax)Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type OccurrenceIndicator Constructor Description SequenceType(ItemType itemType, OccurrenceIndicator occurrenceIndicator) -
Uses of OccurrenceIndicator in com.evolvedbinary.xpath.parser.ast.partial
Methods in com.evolvedbinary.xpath.parser.ast.partial with parameters of type OccurrenceIndicator Modifier and Type Method Description SequenceTypePartialSequenceType. complete(OccurrenceIndicator occurrenceIndicator)
-