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

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

Uses of CommentList in com.thaiopensource.relaxng.impl
 

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

Methods in com.thaiopensource.relaxng.impl that return CommentList
 CommentList SchemaBuilderImpl.makeCommentList()
           
 

Methods in com.thaiopensource.relaxng.impl with parameters of type CommentList
 void SchemaBuilderImpl.addComment(CommentList comments)
           
 void SchemaBuilderImpl.addLeadingComment(CommentList comments)
           
 void SchemaBuilderImpl.addText(String value, Location loc, CommentList comments)
           
 ParsedNameClass SchemaBuilderImpl.commentAfter(ParsedNameClass nc, CommentList comments)
           
 ParsedPattern SchemaBuilderImpl.commentAfter(ParsedPattern p, CommentList comments)
           
 Annotations SchemaBuilderImpl.makeAnnotations(CommentList comments, Context context)
           
 ElementAnnotationBuilder SchemaBuilderImpl.makeElementAnnotationBuilder(String ns, String localName, String prefix, Location loc, CommentList comments, Context context)
           
 void SchemaBuilderImpl.GrammarImpl.topLevelComment(CommentList comments)
           
 void SchemaBuilderImpl.IncludeImpl.topLevelComment(CommentList comments)
           
 

Uses of CommentList in com.thaiopensource.relaxng.parse
 

Methods in com.thaiopensource.relaxng.parse that return CommentList
 CommentList SchemaBuilder.makeCommentList()
           
 

Methods in com.thaiopensource.relaxng.parse with parameters of type CommentList
 void Annotations.addComment(CommentList comments)
          Adds comments following the last initial child element annotation.
 void Annotations.addLeadingComment(CommentList comments)
           
 void ElementAnnotationBuilder.addText(String value, Location loc, CommentList comments)
           
 ParsedNameClass SchemaBuilder.commentAfter(ParsedNameClass nc, CommentList comments)
           
 ParsedPattern SchemaBuilder.commentAfter(ParsedPattern p, CommentList comments)
           
 Annotations SchemaBuilder.makeAnnotations(CommentList comments, Context context)
           
 ElementAnnotationBuilder SchemaBuilder.makeElementAnnotationBuilder(String ns, String localName, String prefix, Location loc, CommentList comments, Context context)
           
 void GrammarSection.topLevelComment(CommentList comments)
           
 

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

Fields in com.thaiopensource.relaxng.parse.compact declared as CommentList
private  CommentList CompactSyntax.topLevelComments
           
 

Methods in com.thaiopensource.relaxng.parse.compact that return CommentList
private  CommentList CompactSyntax.getComments()
           
private  CommentList CompactSyntax.getComments(CommentList comments)
           
private  CommentList CompactSyntax.getTopLevelComments()
           
 

Methods in com.thaiopensource.relaxng.parse.compact with parameters of type CommentList
private  CommentList CompactSyntax.getComments(CommentList comments)
           
 

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

Fields in com.thaiopensource.relaxng.parse.sax declared as CommentList
(package private)  CommentList SchemaParser.Handler.comments
           
 

Methods in com.thaiopensource.relaxng.parse.sax that return CommentList
(package private)  CommentList SchemaParser.Handler.getComments()
           
 

Constructors in com.thaiopensource.relaxng.parse.sax with parameters of type CommentList
SchemaParser.ForeignElementHandler(SchemaParser.State nextState, CommentList comments)