Uses of Interface
xmltorng.framework.document.relaxng.Name

Packages that use Name
xmltorng.document.relaxng.impl   
xmltorng.i2s   
xmltorng.i2s.framework   
xmltorng.i2s.impl   
xmltorng.i2s.util   
 

Uses of Name in xmltorng.document.relaxng.impl
 

Classes in xmltorng.document.relaxng.impl that implement Name
 class NameImpl
           
 

Methods in xmltorng.document.relaxng.impl with parameters of type Name
 boolean NameImpl.equals(Name name)
           
 

Constructors in xmltorng.document.relaxng.impl with parameters of type Name
NameImpl(Name name)
           
 

Uses of Name in xmltorng.i2s
 

Methods in xmltorng.i2s with parameters of type Name
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)
           
 void SchemaGenerator.pattern(boolean isRoot, Name containerName, Name[] attributeNames, boolean hasText, RepeatableName[] contentRepeatableNames)
           
 

Uses of Name in xmltorng.i2s.framework
 

Methods in xmltorng.i2s.framework that return Name
 Name RepeatableName.getName()
           
 

Methods in xmltorng.i2s.framework with parameters of type Name
 void AttributesPatternCategory.addAttributeNames(Name[] attributeNames)
          Add a pattern as an attribute name set.
 boolean PatternCategory.addPattern(Name[] attributeNames, boolean hasText, RepeatableName[] repeatableElementNames)
          Add a pattern to this pattern category.
 boolean GroupPatternCategory.isOptional(Name elementName)
          The returned value say if the element with that name may be ommited or not.
 boolean GroupPatternCategory.isRepeatable(Name elementName)
          The returned value say if the element with that name may be repeated or not.
 void PatternHandler.pattern(boolean isRoot, Name containerName, Name[] attributeNames, boolean hasText, RepeatableName[] contentRepeatableNames)
          Notify that a container element has a given content.
 void PatternHandler.pattern(boolean isRoot, Name containerName, Name[] attributeNames, boolean hasText, RepeatableName[] contentRepeatableNames)
          Notify that a container element has a given content.
 

Uses of Name in xmltorng.i2s.impl
 

Methods in xmltorng.i2s.impl that return Name
 Name RepeatableNameImpl.getName()
           
 

Methods in xmltorng.i2s.impl with parameters of type Name
 void AttributesPatternCategoryImpl.addAttributeNames(Name[] attributeNames)
           
 void ElementPatternCategory.addElementName(Name elementName)
           
 void RepeatableElementPatternCategory.addElementName(Name elementName, boolean isRepeatable)
           
 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)
           
 boolean GroupPatternCategoryImpl.isOptional(Name elementName)
           
 boolean GroupPatternCategoryImpl.isRepeatable(Name elementName)
           
 

Constructors in xmltorng.i2s.impl with parameters of type Name
ElementPatternCategory(Name elementName)
           
OptionalRepeatableElementPatternCategory(Name elementName, boolean isRepeatable, boolean isOptional)
           
RepeatableElementPatternCategory(Name elementName, boolean isRepeatable)
           
 

Uses of Name in xmltorng.i2s.util
 

Methods in xmltorng.i2s.util with parameters of type Name
static NonEmptyPattern PatternFactory.namedAttribute(Name attributeName)
           
static NonEmptyPattern PatternFactory.namedAttribute(Name attributeName, boolean isOptional)
           
static NonEmptyPattern PatternFactory.namedElement(java.util.Map fromNameToElementDefinition, Name name)
           
static NonEmptyPattern PatternFactory.namedElement(java.util.Map fromNameToElementDefinition, Name name, boolean isRepeatable)