Uses of Interface
convert.relaxng.parse.CommentList

Packages that use CommentList
convert.relaxng.parse   
 

Uses of CommentList in convert.relaxng.parse
 

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

Methods in convert.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(java.lang.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(java.lang.String ns, java.lang.String localName, java.lang.String prefix, Location loc, CommentList comments, Context context)
           
 void GrammarSection.topLevelComment(CommentList comments)