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 TypeInterfaceDescriptioninterface
Annotations<E extends ParsedElementAnnotation,
L extends Location, CL extends CommentList<L>> Includes attributes and child elements before any RELAX NG element.interface
DataPatternBuilder<P extends ParsedPattern,
E extends ParsedElementAnnotation, L extends Location, A extends Annotations<E, L, CL>, CL extends CommentList<L>> interface
Div<P extends ParsedPattern,
E extends ParsedElementAnnotation, L extends Location, A extends Annotations<E, L, CL>, CL extends CommentList<L>> interface
ElementAnnotationBuilder<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.interface
Grammar<P extends ParsedPattern,
E extends ParsedElementAnnotation, L extends Location, A extends Annotations<E, L, CL>, CL extends CommentList<L>> interface
GrammarSection<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.interface
Include<P extends ParsedPattern,
E extends ParsedElementAnnotation, L extends Location, A extends Annotations<E, L, CL>, CL extends CommentList<L>> interface
IncludedGrammar<P extends ParsedPattern,
E extends ParsedElementAnnotation, L extends Location, A extends Annotations<E, L, CL>, CL extends CommentList<L>> interface
NameClassBuilder<N extends ParsedNameClass,
E extends ParsedElementAnnotation, L extends Location, A extends Annotations<E, L, CL>, CL extends CommentList<L>> interface
SchemaBuilder<N extends ParsedNameClass,
P extends ParsedPattern, E extends ParsedElementAnnotation, L extends Location, A extends Annotations<E, L, CL>, CL extends CommentList<L>> interface
Scope<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 TypeMethodDescriptionvoid
SchemaBuilderImpl.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 TypeClassDescriptionclass
NameClassBuilderImpl<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 ParsedElementAnnotation
CompactSyntax.AnnotationElement
(boolean nested) final ParsedElementAnnotation
CompactSyntax.AnnotationElementNotKeyword()
final ParsedElementAnnotation
CompactSyntax.Documentation()
final ParsedElementAnnotation
CompactSyntax.IdentifierAnnotationElement()
final ParsedElementAnnotation
CompactSyntax.PrefixedAnnotationElement
(boolean nested) final ParsedElementAnnotation
CompactSyntax.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) void
GrammarSectionHost.topLevelAnnotation
(ParsedElementAnnotation _ea)