Uses of Interface
org.kohsuke.rngom.ast.builder.ElementAnnotationBuilder
Packages that use ElementAnnotationBuilder
Package
Description
Reads RELAX NG grammar from RNGOM and builds the model for TXW.
Minimal binarized pattern object model (one example of
ast.om
implementation).Another RELAX NG AST implementation that optimizes away
inclusions and some other syntax sugars, while still retaining
all the annotations, location information, and etc.
Implementation of the
asm.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 ElementAnnotationBuilderModifier and TypeMethodDescriptionElementAnnotationBuilder<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 -
Uses of ElementAnnotationBuilder in org.kohsuke.rngom.binary
Classes in org.kohsuke.rngom.binary that implement ElementAnnotationBuilderMethods in org.kohsuke.rngom.binary that return ElementAnnotationBuilderModifier and TypeMethodDescriptionSchemaBuilderImpl.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 ElementAnnotationBuilderModifier and TypeMethodDescriptionDSchemaBuilderImpl.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 ElementAnnotationBuilderModifier and TypeMethodDescriptionfinal void
CompactSyntax.AnnotationElementContent
(ElementAnnotationBuilder eab) final void
CompactSyntax.AnnotationElementLiteral
(ElementAnnotationBuilder eab) -
Uses of ElementAnnotationBuilder in org.kohsuke.rngom.parse.host
Methods in org.kohsuke.rngom.parse.host that return ElementAnnotationBuilderModifier and TypeMethodDescriptionSchemaBuilderHost.makeElementAnnotationBuilder
(String ns, String localName, String prefix, Location _loc, CommentList _comments, Context context)