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.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 -
-
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.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)
-