Uses of Interface
org.kohsuke.rngom.ast.om.ParsedElementAnnotation
Packages that use ParsedElementAnnotation
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 ParsedElementAnnotation in com.sun.tools.txw2.builder.relaxng
Methods in com.sun.tools.txw2.builder.relaxng that return types with arguments of type ParsedElementAnnotationModifier and TypeMethodDescriptionElementAnnotationBuilder<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 ParsedElementAnnotationModifier and TypeMethodDescriptionSchemaBuilderImpl.annotateAfter(Leaf leaf, ParsedElementAnnotation parsedElementAnnotation) Method parameters in com.sun.tools.txw2.builder.relaxng with type arguments of type ParsedElementAnnotationModifier and TypeMethodDescriptionSchemaBuilderImpl.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) -
Uses of ParsedElementAnnotation in org.kohsuke.rngom.ast.builder
Classes in org.kohsuke.rngom.ast.builder with type parameters of type ParsedElementAnnotationModifier 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 ParsedElementAnnotation in org.kohsuke.rngom.binary
Methods in org.kohsuke.rngom.binary that return ParsedElementAnnotationMethods in org.kohsuke.rngom.binary with parameters of type ParsedElementAnnotationModifier and TypeMethodDescriptionvoidSchemaBuilderImpl.addElement(ParsedElementAnnotation ea) SchemaBuilderImpl.annotateAfter(ParsedPattern p, ParsedElementAnnotation e) -
Uses of ParsedElementAnnotation in org.kohsuke.rngom.nc
Classes in org.kohsuke.rngom.nc with type parameters of type ParsedElementAnnotationModifier and TypeClassDescriptionclassNameClassBuilderImpl<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 ParsedElementAnnotationModifier and TypeMethodDescriptionfinal ParsedElementAnnotationCompactSyntax.AnnotationElement(boolean nested) final ParsedElementAnnotationCompactSyntax.AnnotationElementNotKeyword()final ParsedElementAnnotationCompactSyntax.Documentation()final ParsedElementAnnotationCompactSyntax.IdentifierAnnotationElement()final ParsedElementAnnotationCompactSyntax.PrefixedAnnotationElement(boolean nested) final ParsedElementAnnotationCompactSyntax.UnprefixedAnnotationElement() -
Uses of ParsedElementAnnotation in org.kohsuke.rngom.parse.host
Methods in org.kohsuke.rngom.parse.host with parameters of type ParsedElementAnnotationModifier and TypeMethodDescriptionSchemaBuilderHost.annotateAfter(ParsedPattern _p, ParsedElementAnnotation _e) voidGrammarSectionHost.topLevelAnnotation(ParsedElementAnnotation _ea)