Uses of Interface
com.sun.tools.txw2.builder.relaxng.CommentListImpl
-
Packages that use CommentListImpl Package Description 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 Modifier and Type Method Description CommentListImplSchemaBuilderImpl. makeCommentList()Methods in com.sun.tools.txw2.builder.relaxng that return types with arguments of type CommentListImpl Modifier and Type Method Description com.sun.tools.rngom.ast.builder.ElementAnnotationBuilder<Leaf,com.sun.tools.rngom.ast.om.ParsedElementAnnotation,com.sun.tools.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>SchemaBuilderImpl. makeElementAnnotationBuilder(String ns, String localName, String prefix, com.sun.tools.rngom.ast.util.LocatorImpl locator, CommentListImpl commentList, com.sun.tools.rngom.parse.Context context)com.sun.tools.rngom.ast.builder.Grammar<Leaf,com.sun.tools.rngom.ast.om.ParsedElementAnnotation,com.sun.tools.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>SchemaBuilderImpl. makeGrammar(com.sun.tools.rngom.ast.builder.Scope<Leaf,com.sun.tools.rngom.ast.om.ParsedElementAnnotation,com.sun.tools.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 Modifier and Type Method Description LeafSchemaBuilderImpl. commentAfter(Leaf leaf, CommentListImpl commentList)com.sun.tools.txw2.builder.relaxng.AnnotationsImplSchemaBuilderImpl. makeAnnotations(CommentListImpl commentList, com.sun.tools.rngom.parse.Context context)com.sun.tools.rngom.ast.builder.ElementAnnotationBuilder<Leaf,com.sun.tools.rngom.ast.om.ParsedElementAnnotation,com.sun.tools.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>SchemaBuilderImpl. makeElementAnnotationBuilder(String ns, String localName, String prefix, com.sun.tools.rngom.ast.util.LocatorImpl locator, CommentListImpl commentList, com.sun.tools.rngom.parse.Context context)Method parameters in com.sun.tools.txw2.builder.relaxng with type arguments of type CommentListImpl Modifier and Type Method Description LeafSchemaBuilderImpl. makeExternalRef(com.sun.tools.rngom.parse.Parseable current, String uri, String ns, com.sun.tools.rngom.ast.builder.Scope<Leaf,com.sun.tools.rngom.ast.om.ParsedElementAnnotation,com.sun.tools.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> scope, com.sun.tools.rngom.ast.util.LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)com.sun.tools.rngom.ast.builder.Grammar<Leaf,com.sun.tools.rngom.ast.om.ParsedElementAnnotation,com.sun.tools.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>SchemaBuilderImpl. makeGrammar(com.sun.tools.rngom.ast.builder.Scope<Leaf,com.sun.tools.rngom.ast.om.ParsedElementAnnotation,com.sun.tools.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> scope)
-