| Package | Description |
|---|---|
| org.kohsuke.rngom.ast.builder | |
| org.kohsuke.rngom.binary |
Minimal binarized pattern object model (one example of
ast.om implementation). |
| 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.
|
| org.kohsuke.rngom.parse.host |
Implementation of the
asm.builder package that uses two
other builds simultaneously. |
| Modifier and Type | Method and Description |
|---|---|
Grammar<P,E,L,A,CL> |
SchemaBuilder.makeGrammar(Scope<P,E,L,A,CL> parent) |
| Modifier and Type | Method and Description |
|---|---|
Grammar |
SchemaBuilderImpl.makeGrammar(Scope parent) |
| Modifier and Type | Method and Description |
|---|---|
Grammar |
DSchemaBuilderImpl.makeGrammar(Scope parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
GrammarHost
Wraps
Grammar and provides error checking. |
| Modifier and Type | Method and Description |
|---|---|
Grammar |
SchemaBuilderHost.makeGrammar(Scope _parent) |
| Constructor and Description |
|---|
GrammarHost(Grammar lhs,
Grammar rhs) |
GrammarHost(Grammar lhs,
Grammar rhs) |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.