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