Package | Description |
---|---|
com.sun.tools.txw2.builder.relaxng |
Reads RELAX NG grammar from RNGOM and builds the model for TXW.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ElementAnnotationBuilder<Leaf,ParsedElementAnnotation,LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> |
SchemaBuilderImpl.makeElementAnnotationBuilder(String ns,
String localName,
String prefix,
LocatorImpl locator,
CommentListImpl commentList,
Context context) |
Modifier and Type | Method and Description |
---|---|
ElementAnnotationBuilder<P,E,L,A,CL> |
SchemaBuilder.makeElementAnnotationBuilder(String ns,
String localName,
String prefix,
L loc,
CL comments,
Context context) |
Modifier and Type | Class and Description |
---|---|
class |
SchemaBuilderImpl |
Modifier and Type | Method and Description |
---|---|
ElementAnnotationBuilder |
SchemaBuilderImpl.makeElementAnnotationBuilder(String ns,
String localName,
String prefix,
Location loc,
CommentList comments,
Context context) |
Modifier and Type | Method and Description |
---|---|
ElementAnnotationBuilder |
DSchemaBuilderImpl.makeElementAnnotationBuilder(String ns,
String localName,
String prefix,
LocatorImpl loc,
org.kohsuke.rngom.digested.CommentListImpl comments,
Context context) |
Modifier and Type | Method and Description |
---|---|
void |
CompactSyntax.AnnotationElementContent(ElementAnnotationBuilder eab) |
void |
CompactSyntax.AnnotationElementLiteral(ElementAnnotationBuilder eab) |
Modifier and Type | Method and Description |
---|---|
ElementAnnotationBuilder |
SchemaBuilderHost.makeElementAnnotationBuilder(String ns,
String localName,
String prefix,
Location _loc,
CommentList _comments,
Context context) |
Copyright © 2019 Oracle Corporation. All rights reserved.