| 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.compact | |
| 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 | Field and Description |
|---|---|
static GrammarSection.Combine |
GrammarSection.COMBINE_CHOICE |
static GrammarSection.Combine |
GrammarSection.COMBINE_INTERLEAVE |
| Modifier and Type | Method and Description |
|---|---|
void |
GrammarSection.define(java.lang.String name,
GrammarSection.Combine combine,
P pattern,
L loc,
A anno)
Called when a pattern is defined.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
SchemaBuilderImpl.GrammarImpl.define(RefPattern rp,
GrammarSection.Combine combine,
ParsedPattern pattern,
Location loc) |
void |
SchemaBuilderImpl.GrammarImpl.define(java.lang.String name,
GrammarSection.Combine combine,
ParsedPattern pattern,
Location loc,
Annotations anno) |
void |
SchemaBuilderImpl.IncludeImpl.define(java.lang.String name,
GrammarSection.Combine combine,
ParsedPattern pattern,
Location loc,
Annotations anno) |
| Modifier and Type | Method and Description |
|---|---|
void |
IncludeImpl.define(java.lang.String name,
GrammarSection.Combine combine,
ParsedPattern pattern,
Location loc,
Annotations anno) |
void |
IncludeImpl.IncludedGrammarImpl.define(java.lang.String name,
GrammarSection.Combine combine,
ParsedPattern pattern,
Location loc,
Annotations anno) |
void |
GrammarBuilderImpl.define(java.lang.String name,
GrammarSection.Combine combine,
ParsedPattern pattern,
Location loc,
Annotations anno) |
| Modifier and Type | Method and Description |
|---|---|
GrammarSection.Combine |
CompactSyntax.AssignOp() |
| Modifier and Type | Method and Description |
|---|---|
void |
GrammarSectionHost.define(java.lang.String name,
GrammarSection.Combine combine,
ParsedPattern _pattern,
Location _loc,
Annotations _anno) |
| Modifier and Type | Field and Description |
|---|---|
(package private) GrammarSection.Combine |
SchemaParser.DefinitionState.combine |