xmltorng.i2s.framework
Interface ChoicePatternCategory

All Superinterfaces:
PatternCategory
All Known Implementing Classes:
OptionalRepeatableElementPatternCategory, RepeatableElementPatternCategory

public interface ChoicePatternCategory
extends PatternCategory

A choice pattern category is a pattern category for choice patterns whose childs are elements, repeated or not repeated.


Method Summary
 java.util.Map fromElementNameToRepeatable()
          Return a not empty map with Name as input and Boolean as output.
 boolean isPatternOptional()
          The returned value say if the element may be ommited or not.
 
Methods inherited from interface xmltorng.i2s.framework.PatternCategory
addPattern, fullPattern
 

Method Detail

fromElementNameToRepeatable

java.util.Map fromElementNameToRepeatable()
Return a not empty map with Name as input and Boolean as output. The boolean value say if the named element may be repeated or not.


isPatternOptional

boolean isPatternOptional()
The returned value say if the element may be ommited or not.