Uses of Interface
org.kohsuke.rngom.ast.om.ParsedElementAnnotation

Packages that use ParsedElementAnnotation
org.kohsuke.rngom.ast.builder   
org.kohsuke.rngom.binary Minimal binarized pattern object model (one example of ast.om implementation). 
org.kohsuke.rngom.nc Default Name Class Object Model (one example of ast.om implementation). 
org.kohsuke.rngom.parse.compact   
org.kohsuke.rngom.parse.host Implementation of the asm.builder package that uses two other builds simultaneously. 
 

Uses of ParsedElementAnnotation in org.kohsuke.rngom.ast.builder
 

Classes in org.kohsuke.rngom.ast.builder with type parameters of type ParsedElementAnnotation
 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>>
          Scope for <grammar> element that serves as a container of <define>s.
 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>>
          Scope for <grammar> element of the <include>d grammar.
 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
 ParsedElementAnnotation SchemaBuilderImpl.makeElementAnnotation()
           
 

Methods in org.kohsuke.rngom.binary with parameters of type ParsedElementAnnotation
 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
 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
 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
 ParsedPattern SchemaBuilderHost.annotateAfter(ParsedPattern _p, ParsedElementAnnotation _e)
           
 void GrammarSectionHost.topLevelAnnotation(ParsedElementAnnotation _ea)
           
 



Copyright © 2011. All Rights Reserved.