| 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 | Method | Description |
|---|---|---|
DDefine |
DGrammarPattern.get(java.lang.String name) |
Gets the named pattern by its name.
|
DDefine |
DRefPattern.getTarget() |
Gets the
DDefine that this block refers to. |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Iterator<DDefine> |
DGrammarPattern.iterator() |
Iterates all the
DDefines in this grammar. |
| Constructor | Description |
|---|---|
DRefPattern(DDefine target) |
Copyright © 2018 Oracle Corporation. All rights reserved.