|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
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. |
Uses of Context in org.kohsuke.rngom.ast.builder |
---|
Methods in org.kohsuke.rngom.ast.builder with parameters of type Context | |
---|---|
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)
|
Uses of Context in org.kohsuke.rngom.binary |
---|
Methods in org.kohsuke.rngom.binary with parameters of type Context | |
---|---|
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)
|
Uses of Context in org.kohsuke.rngom.digested |
---|
Methods in org.kohsuke.rngom.digested that return Context | |
---|---|
Context |
DDataPattern.Param.getContext()
|
Context |
DValuePattern.getContext()
|
Methods in org.kohsuke.rngom.digested with parameters of type Context | |
---|---|
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)
|
Constructors in org.kohsuke.rngom.digested with parameters of type Context | |
---|---|
DDataPattern.Param(String name,
String value,
Context context,
String ns,
Location loc,
org.kohsuke.rngom.digested.Annotation anno)
|
|
DValuePattern(String datatypeLibrary,
String type,
String value,
Context context,
String ns)
|
Uses of Context in org.kohsuke.rngom.parse |
---|
Methods in org.kohsuke.rngom.parse that return Context | |
---|---|
Context |
Context.copy()
Returns the immutable snapshot of this Context . |
Uses of Context in org.kohsuke.rngom.parse.compact |
---|
Classes in org.kohsuke.rngom.parse.compact that implement Context | |
---|---|
class |
CompactSyntax
|
Methods in org.kohsuke.rngom.parse.compact that return Context | |
---|---|
Context |
CompactSyntax.copy()
|
Uses of Context in org.kohsuke.rngom.parse.host |
---|
Methods in org.kohsuke.rngom.parse.host with parameters of type Context | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |