Uses of Interface
com.thaiopensource.relaxng.parse.ElementAnnotationBuilder

Packages that use ElementAnnotationBuilder
com.thaiopensource.relaxng.impl   
com.thaiopensource.relaxng.parse   
com.thaiopensource.relaxng.parse.compact   
com.thaiopensource.relaxng.parse.sax   
 

Uses of ElementAnnotationBuilder in com.thaiopensource.relaxng.impl
 

Classes in com.thaiopensource.relaxng.impl that implement ElementAnnotationBuilder
 class SchemaBuilderImpl
           
 

Methods in com.thaiopensource.relaxng.impl that return ElementAnnotationBuilder
 ElementAnnotationBuilder SchemaBuilderImpl.makeElementAnnotationBuilder(String ns, String localName, String prefix, Location loc, CommentList comments, Context context)
           
 

Uses of ElementAnnotationBuilder in com.thaiopensource.relaxng.parse
 

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

Uses of ElementAnnotationBuilder in com.thaiopensource.relaxng.parse.compact
 

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

Uses of ElementAnnotationBuilder in com.thaiopensource.relaxng.parse.sax
 

Fields in com.thaiopensource.relaxng.parse.sax declared as ElementAnnotationBuilder
(package private)  ElementAnnotationBuilder SchemaParser.ForeignElementHandler.builder