|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElementAnnotationBuilder | |
---|---|
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. |
Uses of ElementAnnotationBuilder in org.kohsuke.rngom.ast.builder |
---|
Methods in org.kohsuke.rngom.ast.builder that return ElementAnnotationBuilder | |
---|---|
ElementAnnotationBuilder<P,E,L,A,CL> |
SchemaBuilder.makeElementAnnotationBuilder(String ns,
String localName,
String prefix,
L loc,
CL comments,
Context context)
|
Uses of ElementAnnotationBuilder in org.kohsuke.rngom.binary |
---|
Classes in org.kohsuke.rngom.binary that implement ElementAnnotationBuilder | |
---|---|
class |
SchemaBuilderImpl
|
Methods in org.kohsuke.rngom.binary that return ElementAnnotationBuilder | |
---|---|
ElementAnnotationBuilder |
SchemaBuilderImpl.makeElementAnnotationBuilder(String ns,
String localName,
String prefix,
Location loc,
CommentList comments,
Context context)
|
Uses of ElementAnnotationBuilder in org.kohsuke.rngom.digested |
---|
Methods in org.kohsuke.rngom.digested that return ElementAnnotationBuilder | |
---|---|
ElementAnnotationBuilder |
DSchemaBuilderImpl.makeElementAnnotationBuilder(String ns,
String localName,
String prefix,
LocatorImpl loc,
org.kohsuke.rngom.digested.CommentListImpl comments,
Context context)
|
Uses of ElementAnnotationBuilder in org.kohsuke.rngom.parse.compact |
---|
Methods in org.kohsuke.rngom.parse.compact with parameters of type ElementAnnotationBuilder | |
---|---|
void |
CompactSyntax.AnnotationElementContent(ElementAnnotationBuilder eab)
|
void |
CompactSyntax.AnnotationElementLiteral(ElementAnnotationBuilder eab)
|
Uses of ElementAnnotationBuilder in org.kohsuke.rngom.parse.host |
---|
Methods in org.kohsuke.rngom.parse.host that return ElementAnnotationBuilder | |
---|---|
ElementAnnotationBuilder |
SchemaBuilderHost.makeElementAnnotationBuilder(String ns,
String localName,
String prefix,
Location _loc,
CommentList _comments,
Context context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |