Uses of Interface
com.evolvedbinary.xpath.parser.ast.ItemType
-
Packages that use ItemType Package Description com.evolvedbinary.xpath.parser.ast com.evolvedbinary.xpath.parser.ast.partial -
-
Uses of ItemType in com.evolvedbinary.xpath.parser.ast
Classes in com.evolvedbinary.xpath.parser.ast that implement ItemType Modifier and Type Class Description classAnyKindTestCreated by aretter on 31/01/2016.classAtomicTypeCreated by aretter on 11/02/2016.classAttributeTestCreated by aretter on 30/01/2016.classCommentTestCreated by aretter on 31/01/2016.classDocumentTestCreated by aretter on 30/01/2016.classElementTestCreated by aretter on 30/01/2016.classItemTypeItemCreated by aretter on 12/02/2016.classKindTestCreated by aretter on 30/01/2016.classPITestCreated by aretter on 30/01/2016.classSchemaAttributeTestCreated by aretter on 30/01/2016.classSchemaElementTestCreated by aretter on 30/01/2016.Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type ItemType Constructor Description SequenceType(ItemType itemType, OccurrenceIndicator occurrenceIndicator) -
Uses of ItemType in com.evolvedbinary.xpath.parser.ast.partial
Constructors in com.evolvedbinary.xpath.parser.ast.partial with parameters of type ItemType Constructor Description PartialSequenceType(ItemType itemType)
-