| Package | Description |
|---|---|
| com.sun.tools.rngom.ast.builder | |
| com.sun.tools.rngom.binary |
Minimal binarized pattern object model (one example of
ast.om implementation). |
| com.sun.tools.rngom.nc |
Default Name Class Object Model (one example of
ast.om implementation). |
| com.sun.tools.rngom.parse.host |
Implementation of the
asm.builder package that uses two
other builds simultaneously. |
| Modifier and Type | Interface | 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>> |
|
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>> |
|
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 | Class | Description |
|---|---|---|
class |
SchemaBuilderImpl |
| Modifier and Type | Method | Description |
|---|---|---|
CommentList |
SchemaBuilderImpl.makeCommentList() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SchemaBuilderImpl.addComment(CommentList comments) |
|
void |
SchemaBuilderImpl.addLeadingComment(CommentList comments) |
|
void |
SchemaBuilderImpl.addText(java.lang.String value,
Location loc,
CommentList comments) |
|
ParsedPattern |
SchemaBuilderImpl.commentAfter(ParsedPattern p,
CommentList comments) |
|
Annotations |
SchemaBuilderImpl.makeAnnotations(CommentList comments,
Context context) |
|
ElementAnnotationBuilder |
SchemaBuilderImpl.makeElementAnnotationBuilder(java.lang.String ns,
java.lang.String localName,
java.lang.String prefix,
Location loc,
CommentList comments,
Context context) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
NameClassBuilderImpl<E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
| Modifier and Type | Method | Description |
|---|---|---|
CommentList |
SchemaBuilderHost.makeCommentList() |
| Modifier and Type | Method | Description |
|---|---|---|
ParsedPattern |
SchemaBuilderHost.commentAfter(ParsedPattern _p,
CommentList _comments) |
|
Annotations |
SchemaBuilderHost.makeAnnotations(CommentList _comments,
Context context) |
|
ElementAnnotationBuilder |
SchemaBuilderHost.makeElementAnnotationBuilder(java.lang.String ns,
java.lang.String localName,
java.lang.String prefix,
Location _loc,
CommentList _comments,
Context context) |
|
void |
GrammarSectionHost.topLevelComment(CommentList _comments) |
Copyright © 2018 Oracle Corporation. All rights reserved.