Uses of Interface
org.kohsuke.rngom.ast.builder.CommentList

Packages that use CommentList
org.kohsuke.rngom.ast.builder   
org.kohsuke.rngom.binary Minimal binarized pattern object model (one example of ast.om implementation). 
org.kohsuke.rngom.nc Default Name Class Object Model (one example of ast.om implementation). 
org.kohsuke.rngom.parse.host Implementation of the asm.builder package that uses two other builds simultaneously. 
 

Uses of CommentList in org.kohsuke.rngom.ast.builder
 

Classes in org.kohsuke.rngom.ast.builder with type parameters of type CommentList
 interface Annotations<E extends ParsedElementAnnotation,L extends Location,CL extends CommentList<L>>
          Includes attributes and child elements before any RELAX NG element.
 interface DataPatternBuilder<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
           
 interface Div<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
           
 interface ElementAnnotationBuilder<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
          Used to build foreign element annotations.
 interface Grammar<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
          Scope for <grammar> element that serves as a container of <define>s.
 interface GrammarSection<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
          The container that can have <define> elements.
 interface Include<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
           
 interface IncludedGrammar<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
          Scope for <grammar> element of the <include>d grammar.
 interface NameClassBuilder<N extends ParsedNameClass,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
           
 interface SchemaBuilder<N extends ParsedNameClass,P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
           
 interface Scope<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
           
 

Uses of CommentList in org.kohsuke.rngom.binary
 

Classes in org.kohsuke.rngom.binary that implement CommentList
 class SchemaBuilderImpl
           
 

Methods in org.kohsuke.rngom.binary that return CommentList
 CommentList SchemaBuilderImpl.makeCommentList()
           
 

Methods in org.kohsuke.rngom.binary with parameters of type CommentList
 void SchemaBuilderImpl.addComment(CommentList comments)
           
 void SchemaBuilderImpl.addLeadingComment(CommentList comments)
           
 void SchemaBuilderImpl.addText(String value, Location loc, 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)
           
 

Uses of CommentList in org.kohsuke.rngom.nc
 

Classes in org.kohsuke.rngom.nc with type parameters of type CommentList
 class NameClassBuilderImpl<E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
           
 

Uses of CommentList in org.kohsuke.rngom.parse.host
 

Methods in org.kohsuke.rngom.parse.host that return CommentList
 CommentList SchemaBuilderHost.makeCommentList()
           
 

Methods in org.kohsuke.rngom.parse.host with parameters of type CommentList
 ParsedPattern SchemaBuilderHost.commentAfter(ParsedPattern _p, CommentList _comments)
           
 Annotations SchemaBuilderHost.makeAnnotations(CommentList _comments, Context context)
           
 ElementAnnotationBuilder SchemaBuilderHost.makeElementAnnotationBuilder(String ns, String localName, String prefix, Location _loc, CommentList _comments, Context context)
           
 void GrammarSectionHost.topLevelComment(CommentList _comments)
           
 



Copyright © 2011. All Rights Reserved.