Uses of Interface
xmltorng.i2s.framework.RepeatableName

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

Uses of RepeatableName in xmltorng.i2s
 

Methods in xmltorng.i2s with parameters of type RepeatableName
static PatternCategory PatternCategoryFactory.addPatternToPatternCategory(PatternCategory patternCategory, Name[] attributeNames, boolean hasText, RepeatableName[] contentRepeatableNames)
           
static PatternCategory PatternCategoryFactory.createPatternCategory(Name[] attributeNames, boolean hasText, RepeatableName[] contentRepeatableNames)
           
 void SchemaGenerator.pattern(boolean isRoot, Name containerName, Name[] attributeNames, boolean hasText, RepeatableName[] contentRepeatableNames)
           
 

Uses of RepeatableName in xmltorng.i2s.framework
 

Methods in xmltorng.i2s.framework with parameters of type RepeatableName
 boolean PatternCategory.addPattern(Name[] attributeNames, boolean hasText, RepeatableName[] repeatableElementNames)
          Add a pattern to this pattern category.
 void PatternHandler.pattern(boolean isRoot, Name containerName, Name[] attributeNames, boolean hasText, RepeatableName[] contentRepeatableNames)
          Notify that a container element has a given content.
 

Uses of RepeatableName in xmltorng.i2s.impl
 

Classes in xmltorng.i2s.impl that implement RepeatableName
 class RepeatableNameImpl
           
 

Methods in xmltorng.i2s.impl with parameters of type RepeatableName
 boolean AttributesPatternCategoryImpl.addPattern(Name[] attributeNames, boolean hasText, RepeatableName[] repeatableElementNames)
           
 boolean ElementPatternCategory.addPattern(Name[] attributeNames, boolean hasText, RepeatableName[] repeatableElementNames)
           
 boolean EmptyPatternCategory.addPattern(Name[] attributeNames, boolean hasText, RepeatableName[] repeatableElementNames)
           
 boolean GroupPatternCategoryImpl.addPattern(Name[] attributeNames, boolean hasText, RepeatableName[] repeatableElementNames)
           
 boolean InterleavePatternCategoryImpl.addPattern(Name[] attributeNames, boolean hasText, RepeatableName[] repeatableElementNames)
           
 boolean OptionalRepeatableElementPatternCategory.addPattern(Name[] attributeNames, boolean hasText, RepeatableName[] repeatableElementNames)
           
 boolean RepeatableElementPatternCategory.addPattern(Name[] attributeNames, boolean hasText, RepeatableName[] repeatableElementNames)