| 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.
|
| org.kohsuke.rngom.parse.xml |
| Modifier and Type | Method and Description |
|---|---|
Include<P,E,L,A,CL> |
GrammarSection.makeInclude()
Returns null if already in an include.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
SchemaBuilderImpl.IncludeImpl |
| Modifier and Type | Method and Description |
|---|---|
Include |
SchemaBuilderImpl.GrammarImpl.makeInclude() |
Include |
SchemaBuilderImpl.IncludeImpl.makeInclude() |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
IncludeImpl |
| Modifier and Type | Method and Description |
|---|---|
Include |
GrammarBuilderImpl.makeInclude() |
| Modifier and Type | Class and Description |
|---|---|
class |
IncludeHost |
| Modifier and Type | Field and Description |
|---|---|
private Include |
IncludeHost.lhs |
private Include |
IncludeHost.rhs |
| Modifier and Type | Method and Description |
|---|---|
Include |
GrammarSectionHost.makeInclude() |
| Constructor and Description |
|---|
IncludeHost(Include lhs,
Include rhs) |
IncludeHost(Include lhs,
Include rhs) |
| Modifier and Type | Field and Description |
|---|---|
(package private) Include |
SchemaParser.IncludeState.include |
| Constructor and Description |
|---|
IncludeState(Include include) |