| 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.nc |
Default Name Class Object Model (one example of ast.om implementation).
|
| 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 | Interface and Description |
|---|---|
interface |
Annotations<E extends ParsedElementAnnotation,L extends Location,CL extends CommentList<L>>
Includes attributes and child elements before any RELAX NG element.
|
interface |
DataPatternBuilder<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
interface |
Div<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
interface |
ElementAnnotationBuilder<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
Used to build foreign element annotations.
|
interface |
Grammar<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
Scope for <grammar> element that serves as a container
of <define>s. |
interface |
GrammarSection<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
The container that can have <define> elements.
|
interface |
Include<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
interface |
IncludedGrammar<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
Scope for <grammar> element of the <include>d grammar. |
interface |
NameClassBuilder<N extends ParsedNameClass,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
interface |
SchemaBuilder<N extends ParsedNameClass,P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
interface |
Scope<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
| Modifier and Type | Method and Description |
|---|---|
ParsedElementAnnotation |
SchemaBuilderImpl.makeElementAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaBuilderImpl.addElement(ParsedElementAnnotation ea) |
ParsedPattern |
SchemaBuilderImpl.annotateAfter(ParsedPattern p,
ParsedElementAnnotation e) |
void |
SchemaBuilderImpl.DummyDataPatternBuilder.annotation(ParsedElementAnnotation ea) |
void |
SchemaBuilderImpl.DataPatternBuilderImpl.annotation(ParsedElementAnnotation ea) |
void |
SchemaBuilderImpl.GrammarImpl.topLevelAnnotation(ParsedElementAnnotation ea) |
void |
SchemaBuilderImpl.IncludeImpl.topLevelAnnotation(ParsedElementAnnotation ea) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ElementWrapper |
| Modifier and Type | Method and Description |
|---|---|
ParsedElementAnnotation |
ElementAnnotationBuilderImpl.makeElementAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementAnnotationBuilderImpl.addElement(ParsedElementAnnotation ea) |
void |
DataPatternBuilderImpl.annotation(ParsedElementAnnotation ea) |
void |
GrammarBuilderImpl.topLevelAnnotation(ParsedElementAnnotation ea) |
| Modifier and Type | Class and Description |
|---|---|
class |
NameClassBuilderImpl<E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
| Modifier and Type | Method and Description |
|---|---|
ParsedElementAnnotation |
CompactSyntax.AnnotationElement(boolean nested) |
ParsedElementAnnotation |
CompactSyntax.AnnotationElementNotKeyword() |
ParsedElementAnnotation |
CompactSyntax.Documentation() |
ParsedElementAnnotation |
CompactSyntax.IdentifierAnnotationElement() |
ParsedElementAnnotation |
CompactSyntax.PrefixedAnnotationElement(boolean nested) |
ParsedElementAnnotation |
CompactSyntax.UnprefixedAnnotationElement() |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ParsedElementAnnotationHost |
| Modifier and Type | Field and Description |
|---|---|
(package private) ParsedElementAnnotation |
ParsedElementAnnotationHost.lhs |
(package private) ParsedElementAnnotation |
ParsedElementAnnotationHost.rhs |
| Modifier and Type | Method and Description |
|---|---|
ParsedElementAnnotation |
ElementAnnotationBuilderHost.makeElementAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationsHost.addElement(ParsedElementAnnotation _ea) |
ParsedNameClass |
NameClassBuilderHost.annotateAfter(ParsedNameClass _nc,
ParsedElementAnnotation _e) |
ParsedPattern |
SchemaBuilderHost.annotateAfter(ParsedPattern _p,
ParsedElementAnnotation _e) |
void |
DataPatternBuilderHost.annotation(ParsedElementAnnotation _ea) |
void |
GrammarSectionHost.topLevelAnnotation(ParsedElementAnnotation _ea) |
| Constructor and Description |
|---|
ParsedElementAnnotationHost(ParsedElementAnnotation lhs,
ParsedElementAnnotation rhs) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
SchemaParser.State.endForeignChild(ParsedElementAnnotation ea) |
(package private) void |
SchemaParser.PatternContainerState.endForeignChild(ParsedElementAnnotation ea) |
(package private) void |
SchemaParser.ElementState.endForeignChild(ParsedElementAnnotation ea) |
(package private) void |
SchemaParser.DataState.endForeignChild(ParsedElementAnnotation ea) |
(package private) void |
SchemaParser.AttributeState.endForeignChild(ParsedElementAnnotation ea) |
(package private) void |
SchemaParser.GrammarSectionState.endForeignChild(ParsedElementAnnotation ea) |
(package private) void |
SchemaParser.NameClassChildState.endForeignChild(ParsedElementAnnotation ea) |
(package private) void |
SchemaParser.NameClassChoiceState.endForeignChild(ParsedElementAnnotation ea) |