Uses of Interface
com.sun.tools.rngom.ast.builder.ElementAnnotationBuilder
-
Packages that use ElementAnnotationBuilder Package Description com.sun.tools.rngom.ast.builder com.sun.tools.rngom.binary Minimal binarized pattern object model (one example ofast.omimplementation).com.sun.tools.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.com.sun.tools.rngom.parse.compact com.sun.tools.rngom.parse.host Implementation of theasm.builderpackage that uses two other builds simultaneously. -
-
Uses of ElementAnnotationBuilder in com.sun.tools.rngom.ast.builder
Methods in com.sun.tools.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 com.sun.tools.rngom.binary
Classes in com.sun.tools.rngom.binary that implement ElementAnnotationBuilder Modifier and Type Class Description classSchemaBuilderImplMethods in com.sun.tools.rngom.binary that return ElementAnnotationBuilder Modifier and Type Method Description ElementAnnotationBuilderSchemaBuilderImpl. makeElementAnnotationBuilder(String ns, String localName, String prefix, Location loc, CommentList comments, Context context) -
Uses of ElementAnnotationBuilder in com.sun.tools.rngom.digested
Methods in com.sun.tools.rngom.digested that return ElementAnnotationBuilder Modifier and Type Method Description ElementAnnotationBuilderDSchemaBuilderImpl. makeElementAnnotationBuilder(String ns, String localName, String prefix, LocatorImpl loc, com.sun.tools.rngom.digested.CommentListImpl comments, Context context) -
Uses of ElementAnnotationBuilder in com.sun.tools.rngom.parse.compact
Methods in com.sun.tools.rngom.parse.compact with parameters of type ElementAnnotationBuilder Modifier and Type Method Description voidCompactSyntax. AnnotationElementContent(ElementAnnotationBuilder eab)voidCompactSyntax. AnnotationElementLiteral(ElementAnnotationBuilder eab) -
Uses of ElementAnnotationBuilder in com.sun.tools.rngom.parse.host
Methods in com.sun.tools.rngom.parse.host that return ElementAnnotationBuilder Modifier and Type Method Description ElementAnnotationBuilderSchemaBuilderHost. makeElementAnnotationBuilder(String ns, String localName, String prefix, Location _loc, CommentList _comments, Context context)
-