Uses of Interface
xmltorng.i2s.framework.PatternCategory

Packages that use PatternCategory
xmltorng.i2s   
xmltorng.i2s.framework   
xmltorng.i2s.impl   
 

Uses of PatternCategory in xmltorng.i2s
 

Methods in xmltorng.i2s that return PatternCategory
static PatternCategory PatternCategoryFactory.addPatternToPatternCategory(PatternCategory patternCategory, Name[] attributeNames, boolean hasText, RepeatableName[] contentRepeatableNames)
           
static PatternCategory PatternCategoryFactory.createPatternCategory(Name[] attributeNames, boolean hasText, RepeatableName[] contentRepeatableNames)
           
static PatternCategory PatternCategoryFactory.generalizePatternCategory(PatternCategory patternCategory)
           
 

Methods in xmltorng.i2s with parameters of type PatternCategory
static PatternCategory PatternCategoryFactory.addPatternToPatternCategory(PatternCategory patternCategory, Name[] attributeNames, boolean hasText, RepeatableName[] contentRepeatableNames)
           
static PatternCategory PatternCategoryFactory.generalizePatternCategory(PatternCategory patternCategory)
           
 

Uses of PatternCategory in xmltorng.i2s.framework
 

Subinterfaces of PatternCategory in xmltorng.i2s.framework
 interface AttributesPatternCategory
          An attributes pattern category represents an attributes only pattern category.
 interface ChoicePatternCategory
          A choice pattern category is a pattern category for choice patterns whose childs are elements, repeated or not repeated.
 interface GroupPatternCategory
          A group pattern category is a pattern category for group or interleave patterns whose child patterns are repeatable or not repeatable, optional or required refs.
 

Uses of PatternCategory in xmltorng.i2s.impl
 

Classes in xmltorng.i2s.impl that implement PatternCategory
 class AttributesPatternCategoryImpl
          A pattern category for attribute patterns, disregarding elements.
 class ElementPatternCategory
          A pattern category for content with one element.
 class EmptyPatternCategory
          The EmptyPatternCategory contains the empty pattern and the combining of attribute set pattern and text pattern.
 class GroupPatternCategoryImpl
          A group pattern category is a pattern category for group patterns whose child patterns are supported by the choice pattern category or choice patterns whose child patterns are such group patterns.
 class InterleavePatternCategoryImpl
          An interleave pattern category is a pattern category for interleave patterns whose child patterns are repeatable or not repeatable, optional or required refs.
 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.