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(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 |
---|---|---|
Iterator<DDefine> |
DGrammarPattern.iterator() |
Iterates all the
DDefine s in this grammar. |
Constructor | Description |
---|---|
DRefPattern(DDefine target) |
Copyright © 2018 Oracle Corporation. All rights reserved.