| Package | Description |
|---|---|
| org.kohsuke.rngom.digested |
Another RELAX NG AST implementation that optimizes away
inclusions and some other syntax sugars, while still retaining
all the annotations, location information, and etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DChoicePattern
<choice> pattern.
|
class |
DGroupPattern |
class |
DInterleavePattern |
| Modifier and Type | Method and Description |
|---|---|
(package private) static DContainerPattern |
DSchemaBuilderImpl.addAll(DContainerPattern parent,
java.util.List<DPattern> children) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static DContainerPattern |
DSchemaBuilderImpl.addAll(DContainerPattern parent,
java.util.List<DPattern> children) |
protected java.lang.Void |
DPatternWalker.onContainer(DContainerPattern p) |