Uses of Interface
org.kohsuke.rngom.ast.om.ParsedElementAnnotation
-
Packages that use ParsedElementAnnotation Package Description com.sun.tools.txw2.builder.relaxng Reads RELAX NG grammar from RNGOM and builds the model for TXW.org.kohsuke.rngom.ast.builder org.kohsuke.rngom.binary Minimal binarized pattern object model (one example ofast.omimplementation).org.kohsuke.rngom.nc Default Name Class Object Model (one example ofast.omimplementation).org.kohsuke.rngom.parse.compact org.kohsuke.rngom.parse.host Implementation of theasm.builderpackage that uses two other builds simultaneously. -
-
Uses of ParsedElementAnnotation in com.sun.tools.txw2.builder.relaxng
Methods in com.sun.tools.txw2.builder.relaxng that return types with arguments of type ParsedElementAnnotation Modifier and Type Method Description ElementAnnotationBuilder<Leaf,ParsedElementAnnotation,LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>SchemaBuilderImpl. makeElementAnnotationBuilder(java.lang.String ns, java.lang.String localName, java.lang.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 ParsedElementAnnotation Modifier and Type Method Description LeafSchemaBuilderImpl. annotateAfter(Leaf leaf, ParsedElementAnnotation parsedElementAnnotation)Method parameters in com.sun.tools.txw2.builder.relaxng with type arguments of type ParsedElementAnnotation Modifier and Type Method Description LeafSchemaBuilderImpl. makeExternalRef(Parseable current, java.lang.String uri, java.lang.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) -
Uses of ParsedElementAnnotation in org.kohsuke.rngom.ast.builder
Classes in org.kohsuke.rngom.ast.builder with type parameters of type ParsedElementAnnotation Modifier and Type Interface Description interfaceAnnotations<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 ParsedElementAnnotation in org.kohsuke.rngom.binary
Methods in org.kohsuke.rngom.binary that return ParsedElementAnnotation Modifier and Type Method Description ParsedElementAnnotationSchemaBuilderImpl. makeElementAnnotation()Methods in org.kohsuke.rngom.binary with parameters of type ParsedElementAnnotation Modifier and Type Method Description voidSchemaBuilderImpl. addElement(ParsedElementAnnotation ea)ParsedPatternSchemaBuilderImpl. annotateAfter(ParsedPattern p, ParsedElementAnnotation e) -
Uses of ParsedElementAnnotation in org.kohsuke.rngom.nc
Classes in org.kohsuke.rngom.nc with type parameters of type ParsedElementAnnotation Modifier and Type Class Description classNameClassBuilderImpl<E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> -
Uses of ParsedElementAnnotation in org.kohsuke.rngom.parse.compact
Methods in org.kohsuke.rngom.parse.compact that return ParsedElementAnnotation Modifier and Type Method Description ParsedElementAnnotationCompactSyntax. AnnotationElement(boolean nested)ParsedElementAnnotationCompactSyntax. AnnotationElementNotKeyword()ParsedElementAnnotationCompactSyntax. Documentation()ParsedElementAnnotationCompactSyntax. IdentifierAnnotationElement()ParsedElementAnnotationCompactSyntax. PrefixedAnnotationElement(boolean nested)ParsedElementAnnotationCompactSyntax. UnprefixedAnnotationElement() -
Uses of ParsedElementAnnotation in org.kohsuke.rngom.parse.host
Methods in org.kohsuke.rngom.parse.host with parameters of type ParsedElementAnnotation Modifier and Type Method Description ParsedPatternSchemaBuilderHost. annotateAfter(ParsedPattern _p, ParsedElementAnnotation _e)voidGrammarSectionHost. topLevelAnnotation(ParsedElementAnnotation _ea)
-