Uses of Interface
org.kohsuke.rngom.ast.builder.CommentList
Packages that use CommentList
Package
Description
Reads RELAX NG grammar from RNGOM and builds the model for TXW.
Minimal binarized pattern object model (one example of
ast.om implementation).Default Name Class Object Model (one example of
ast.om implementation).Implementation of the
asm.builder package that uses two
other builds simultaneously.-
Uses of CommentList in com.sun.tools.txw2.builder.relaxng
Subinterfaces of CommentList in com.sun.tools.txw2.builder.relaxng -
Uses of CommentList in org.kohsuke.rngom.ast.builder
Classes in org.kohsuke.rngom.ast.builder with type parameters of type CommentListModifier and TypeInterfaceDescriptioninterfaceAnnotations<E extends ParsedElementAnnotation,L extends Location, CL extends CommentList<L>> Includes attributes and child elements before any RELAX NG element.interfaceDataPatternBuilder<P extends ParsedPattern,E extends ParsedElementAnnotation, L extends Location, A extends Annotations<E, L, CL>, CL extends CommentList<L>> interfaceDiv<P extends ParsedPattern,E extends ParsedElementAnnotation, L extends Location, A extends Annotations<E, L, CL>, CL extends CommentList<L>> interfaceElementAnnotationBuilder<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.interfaceGrammar<P extends ParsedPattern,E extends ParsedElementAnnotation, L extends Location, A extends Annotations<E, L, CL>, CL extends CommentList<L>> interfaceGrammarSection<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.interfaceInclude<P extends ParsedPattern,E extends ParsedElementAnnotation, L extends Location, A extends Annotations<E, L, CL>, CL extends CommentList<L>> interfaceIncludedGrammar<P extends ParsedPattern,E extends ParsedElementAnnotation, L extends Location, A extends Annotations<E, L, CL>, CL extends CommentList<L>> interfaceNameClassBuilder<N extends ParsedNameClass,E extends ParsedElementAnnotation, L extends Location, A extends Annotations<E, L, CL>, CL extends CommentList<L>> interfaceSchemaBuilder<N extends ParsedNameClass,P extends ParsedPattern, E extends ParsedElementAnnotation, L extends Location, A extends Annotations<E, L, CL>, CL extends CommentList<L>> interfaceScope<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 CommentListMethods in org.kohsuke.rngom.binary that return CommentListMethods in org.kohsuke.rngom.binary with parameters of type CommentListModifier and TypeMethodDescriptionvoidSchemaBuilderImpl.addComment(CommentList comments) voidSchemaBuilderImpl.addLeadingComment(CommentList comments) voidSchemaBuilderImpl.addText(String value, Location loc, CommentList comments) SchemaBuilderImpl.commentAfter(ParsedPattern p, CommentList comments) SchemaBuilderImpl.makeAnnotations(CommentList comments, Context context) 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 CommentListModifier and TypeClassDescriptionclassNameClassBuilderImpl<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 CommentListMethods in org.kohsuke.rngom.parse.host with parameters of type CommentListModifier and TypeMethodDescriptionSchemaBuilderHost.commentAfter(ParsedPattern _p, CommentList _comments) SchemaBuilderHost.makeAnnotations(CommentList _comments, Context context) SchemaBuilderHost.makeElementAnnotationBuilder(String ns, String localName, String prefix, Location _loc, CommentList _comments, Context context) voidGrammarSectionHost.topLevelComment(CommentList _comments)