Uses of Interface
xmltorng.i2s.framework.ChoicePatternCategory

Packages that use ChoicePatternCategory
xmltorng.i2s.impl   
 

Uses of ChoicePatternCategory in xmltorng.i2s.impl
 

Classes in xmltorng.i2s.impl that implement ChoicePatternCategory
 class OptionalRepeatableElementPatternCategory
          The OptionalRepeatableElementPatterncategory is a pattern category that contains optional or not optional choice patterns between repeatable or not repeatable named elements.
 class RepeatableElementPatternCategory
          The RepeatableElementPatterncategory is a pattern category that contains choice patterns between repeatable or not repeatable named elements.
 

Constructors in xmltorng.i2s.impl with parameters of type ChoicePatternCategory
GroupPatternCategoryImpl(ChoicePatternCategory patternCategory, AttributesPatternCategory attributesPatternCategory, boolean hasText)
           
InterleavePatternCategoryImpl(ChoicePatternCategory patternCategory, AttributesPatternCategory attributesPatternCategory, boolean hasText)