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.om
implementation).org.kohsuke.rngom.nc Default Name Class Object Model (one example ofast.om
implementation).org.kohsuke.rngom.parse.compact org.kohsuke.rngom.parse.host Implementation of theasm.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 ParsedElementAnnotation 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 ParsedElementAnnotation Modifier and Type Method Description Leaf
SchemaBuilderImpl. 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 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)
-
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 interface
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 ParsedElementAnnotation Modifier and Type Method Description ParsedElementAnnotation
SchemaBuilderImpl. makeElementAnnotation()
Methods in org.kohsuke.rngom.binary with parameters of type ParsedElementAnnotation Modifier and Type Method Description void
SchemaBuilderImpl. addElement(ParsedElementAnnotation ea)
ParsedPattern
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 ParsedElementAnnotation Modifier and Type Class Description class
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 ParsedElementAnnotation Modifier and Type Method Description ParsedElementAnnotation
CompactSyntax. AnnotationElement(boolean nested)
ParsedElementAnnotation
CompactSyntax. AnnotationElementNotKeyword()
ParsedElementAnnotation
CompactSyntax. Documentation()
ParsedElementAnnotation
CompactSyntax. IdentifierAnnotationElement()
ParsedElementAnnotation
CompactSyntax. PrefixedAnnotationElement(boolean nested)
ParsedElementAnnotation
CompactSyntax. 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 ParsedPattern
SchemaBuilderHost. annotateAfter(ParsedPattern _p, ParsedElementAnnotation _e)
void
GrammarSectionHost. topLevelAnnotation(ParsedElementAnnotation _ea)
-