Uses of Interface
org.kohsuke.rngom.ast.builder.ElementAnnotationBuilder
-
Packages that use ElementAnnotationBuilder 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 ofast.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 theasm.builder
package that uses two other builds simultaneously. -
-
Uses of ElementAnnotationBuilder in com.sun.tools.txw2.builder.relaxng
Methods in com.sun.tools.txw2.builder.relaxng that return ElementAnnotationBuilder Modifier and Type Method 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)
-
Uses of ElementAnnotationBuilder in org.kohsuke.rngom.ast.builder
Methods in org.kohsuke.rngom.ast.builder that return ElementAnnotationBuilder Modifier and Type Method Description 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 Modifier and Type Class Description class
SchemaBuilderImpl
Methods in org.kohsuke.rngom.binary that return ElementAnnotationBuilder Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description ElementAnnotationBuilder
SchemaBuilderHost. makeElementAnnotationBuilder(String ns, String localName, String prefix, Location _loc, CommentList _comments, Context context)
-