Uses of Class
com.evolvedbinary.xpath.parser.ast.OccurrenceIndicator

Packages that use OccurrenceIndicator
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
static OccurrenceIndicator OccurrenceIndicator.ONE_OR_MORE
           
static OccurrenceIndicator OccurrenceIndicator.ZERO_OR_MORE
           
static OccurrenceIndicator OccurrenceIndicator.ZERO_OR_ONE
           
 

Methods in com.evolvedbinary.xpath.parser.ast that return OccurrenceIndicator
static OccurrenceIndicator OccurrenceIndicator.fromSyntax(char syntax)
           
 

Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type OccurrenceIndicator
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
 SequenceType PartialSequenceType.complete(OccurrenceIndicator occurrenceIndicator)
           
 



Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.