Uses of Interface
convert.relaxng.parse.ElementAnnotationBuilder

Packages that use ElementAnnotationBuilder
convert.relaxng.parse   
convert.relaxng.parse.compact   
 

Uses of ElementAnnotationBuilder in convert.relaxng.parse
 

Methods in convert.relaxng.parse that return ElementAnnotationBuilder
 ElementAnnotationBuilder SchemaBuilder.makeElementAnnotationBuilder(java.lang.String ns, java.lang.String localName, java.lang.String prefix, Location loc, CommentList comments, Context context)
           
 

Uses of ElementAnnotationBuilder in convert.relaxng.parse.compact
 

Methods in convert.relaxng.parse.compact with parameters of type ElementAnnotationBuilder
 void CompactSyntax.AnnotationElementContent(ElementAnnotationBuilder eab)
           
 void CompactSyntax.AnnotationElementLiteral(ElementAnnotationBuilder eab)