xmltorng.framework.document.relaxng
Interface ListPattern

All Superinterfaces:
NonEmptyPattern, Pattern
All Known Implementing Classes:
ListPatternImpl

public interface ListPattern
extends NonEmptyPattern

List pattern.


Field Summary
 
Fields inherited from interface xmltorng.framework.document.relaxng.NonEmptyPattern
PATTERN_ATTRIBUTE, PATTERN_DATA, PATTERN_GROUP, PATTERN_LIST, PATTERN_REF, PATTERN_TEXT, PATTERN_VALUE
 
Method Summary
 Pattern getPattern()
          Return the pattern.
 
Methods inherited from interface xmltorng.framework.document.relaxng.NonEmptyPattern
canBeRepeated, getPatternType
 
Methods inherited from interface xmltorng.framework.document.relaxng.Pattern
isEmpty
 

Method Detail

getPattern

Pattern getPattern()
Return the pattern. Is not null.