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 | |
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 | Description |
---|---|---|
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl |
SchemaBuilderImpl.makeAnnotations(CommentListImpl commentList,
Context context) |
|
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) |
|
Leaf |
SchemaBuilderImpl.makeValue(String datatypeLibrary,
String type,
String value,
Context c,
String ns,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
Modifier and Type | Method | Description |
---|---|---|
void |
DataPatternBuilder.addParam(String name,
String value,
Context context,
String ns,
L loc,
A anno) |
|
A |
SchemaBuilder.makeAnnotations(CL comments,
Context context) |
Creates
Annotations object to parse annotations on patterns. |
ElementAnnotationBuilder<P,E,L,A,CL> |
SchemaBuilder.makeElementAnnotationBuilder(String ns,
String localName,
String prefix,
L loc,
CL comments,
Context context) |
|
P |
SchemaBuilder.makeValue(String datatypeLibrary,
String type,
String value,
Context c,
String ns,
L loc,
A anno) |
Modifier and Type | Method | Description |
---|---|---|
Annotations |
SchemaBuilderImpl.makeAnnotations(CommentList comments,
Context context) |
|
ElementAnnotationBuilder |
SchemaBuilderImpl.makeElementAnnotationBuilder(String ns,
String localName,
String prefix,
Location loc,
CommentList comments,
Context context) |
|
ParsedPattern |
SchemaBuilderImpl.makeValue(String datatypeLibrary,
String type,
String value,
Context context,
String ns,
Location loc,
Annotations anno) |
Modifier and Type | Method | Description |
---|---|---|
Context |
DDataPattern.Param.getContext() |
|
Context |
DValuePattern.getContext() |
Modifier and Type | Method | Description |
---|---|---|
org.kohsuke.rngom.digested.Annotation |
DSchemaBuilderImpl.makeAnnotations(org.kohsuke.rngom.digested.CommentListImpl comments,
Context context) |
|
ElementAnnotationBuilder |
DSchemaBuilderImpl.makeElementAnnotationBuilder(String ns,
String localName,
String prefix,
LocatorImpl loc,
org.kohsuke.rngom.digested.CommentListImpl comments,
Context context) |
|
DPattern |
DSchemaBuilderImpl.makeValue(String datatypeLibrary,
String type,
String value,
Context c,
String ns,
LocatorImpl loc,
org.kohsuke.rngom.digested.Annotation anno) |
Constructor | Description |
---|---|
DValuePattern(String datatypeLibrary,
String type,
String value,
Context context,
String ns) |
|
Param(String name,
String value,
Context context,
String ns,
Location loc,
org.kohsuke.rngom.digested.Annotation anno) |
Modifier and Type | Method | Description |
---|---|---|
Context |
Context.copy() |
Returns the immutable snapshot of this
Context . |
Modifier and Type | Class | Description |
---|---|---|
class |
CompactSyntax |
Modifier and Type | Method | Description |
---|---|---|
Context |
CompactSyntax.copy() |
Modifier and Type | Method | Description |
---|---|---|
Annotations |
SchemaBuilderHost.makeAnnotations(CommentList _comments,
Context context) |
|
ElementAnnotationBuilder |
SchemaBuilderHost.makeElementAnnotationBuilder(String ns,
String localName,
String prefix,
Location _loc,
CommentList _comments,
Context context) |
|
ParsedPattern |
SchemaBuilderHost.makeValue(String datatypeLibrary,
String type,
String value,
Context c,
String ns,
Location _loc,
Annotations _anno) |
Copyright © 2018 Oracle Corporation. All rights reserved.