|
Class Summary |
| AttributesPatternCategoryImpl |
A pattern category for attribute patterns, disregarding elements. |
| ElementPatternCategory |
A pattern category for content with one element. |
| EmptyPatternCategory |
The EmptyPatternCategory contains the empty pattern and the
combining of attribute set pattern and text pattern. |
| 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. |
| InterleavePatternCategoryImpl |
An interleave pattern category is a pattern category for interleave patterns
whose child patterns are repeatable or not repeatable,
optional or required refs. |
| OptionalRepeatableElementPatternCategory |
The OptionalRepeatableElementPatterncategory is a pattern
category that contains optional or not optional choice patterns between
repeatable or not repeatable named elements. |
| RepeatableElementPatternCategory |
The RepeatableElementPatterncategory is a pattern category
that contains choice patterns between repeatable or not repeatable named
elements. |
| RepeatableNameImpl |
|