TXW2 Compiler 20110809-redhat-2

Uses of Interface
com.sun.tools.txw2.builder.relaxng.CommentListImpl

Packages that use CommentListImpl
com.sun.tools.txw2.builder.relaxng Reads RELAX NG grammar from RNGOM and builds the model for TXW. 
 

Uses of CommentListImpl in com.sun.tools.txw2.builder.relaxng
 

Methods in com.sun.tools.txw2.builder.relaxng that return CommentListImpl
 CommentListImpl SchemaBuilderImpl.makeCommentList()
           
 

Methods in com.sun.tools.txw2.builder.relaxng that return types with arguments of type CommentListImpl
 org.kohsuke.rngom.ast.builder.ElementAnnotationBuilder<Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> SchemaBuilderImpl.makeElementAnnotationBuilder(String ns, String localName, String prefix, org.kohsuke.rngom.ast.util.LocatorImpl locator, CommentListImpl commentList, org.kohsuke.rngom.parse.Context context)
           
 org.kohsuke.rngom.ast.builder.Grammar<Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> SchemaBuilderImpl.makeGrammar(org.kohsuke.rngom.ast.builder.Scope<Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> scope)
           
 

Methods in com.sun.tools.txw2.builder.relaxng with parameters of type CommentListImpl
 Leaf SchemaBuilderImpl.commentAfter(Leaf leaf, CommentListImpl commentList)
           
 com.sun.tools.txw2.builder.relaxng.AnnotationsImpl SchemaBuilderImpl.makeAnnotations(CommentListImpl commentList, org.kohsuke.rngom.parse.Context context)
           
 org.kohsuke.rngom.ast.builder.ElementAnnotationBuilder<Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> SchemaBuilderImpl.makeElementAnnotationBuilder(String ns, String localName, String prefix, org.kohsuke.rngom.ast.util.LocatorImpl locator, CommentListImpl commentList, org.kohsuke.rngom.parse.Context context)
           
 

Method parameters in com.sun.tools.txw2.builder.relaxng with type arguments of type CommentListImpl
 Leaf SchemaBuilderImpl.makeExternalRef(org.kohsuke.rngom.parse.Parseable current, String uri, String ns, org.kohsuke.rngom.ast.builder.Scope<Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> scope, org.kohsuke.rngom.ast.util.LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)
           
 org.kohsuke.rngom.ast.builder.Grammar<Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> SchemaBuilderImpl.makeGrammar(org.kohsuke.rngom.ast.builder.Scope<Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> scope)
           
 


TXW2 Compiler 20110809-redhat-2

Copyright © 2012 Oracle. All Rights Reserved.