| 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 | Field and Description |
|---|---|
protected DGrammarPattern |
GrammarBuilderImpl.grammar |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Void |
DPatternWalker.onGrammar(DGrammarPattern p) |
ParsedPattern |
PatternParseable.Parser.onGrammar(DGrammarPattern p) |
V |
DPatternVisitor.onGrammar(DGrammarPattern p) |
java.lang.Void |
DXMLPrinter.DXMLPrinterVisitor.onGrammar(DGrammarPattern p) |
void |
DXMLPrinter.printDocument(DGrammarPattern grammar)
Prints grammar enclosed by start/end document.
|
| Constructor and Description |
|---|
GrammarBuilderImpl(DGrammarPattern p,
Scope parent,
DSchemaBuilderImpl sb) |
IncludedGrammarImpl(DGrammarPattern p,
Scope parent,
DSchemaBuilderImpl sb) |
IncludeImpl(DGrammarPattern p,
Scope parent,
DSchemaBuilderImpl sb) |