Uses of Interface
convert.relaxng.parse.ParsedElementAnnotation

Packages that use ParsedElementAnnotation
convert.relaxng.parse   
convert.relaxng.parse.compact   
 

Uses of ParsedElementAnnotation in convert.relaxng.parse
 

Methods in convert.relaxng.parse that return ParsedElementAnnotation
 ParsedElementAnnotation ElementAnnotationBuilder.makeElementAnnotation()
           
 

Methods in convert.relaxng.parse with parameters of type ParsedElementAnnotation
 void Annotations.addElement(ParsedElementAnnotation ea)
           
 ParsedNameClass SchemaBuilder.annotateAfter(ParsedNameClass nc, ParsedElementAnnotation e)
           
 ParsedPattern SchemaBuilder.annotateAfter(ParsedPattern p, ParsedElementAnnotation e)
           
 void DataPatternBuilder.annotation(ParsedElementAnnotation ea)
           
 void GrammarSection.topLevelAnnotation(ParsedElementAnnotation ea)
           
 

Uses of ParsedElementAnnotation in convert.relaxng.parse.compact
 

Methods in convert.relaxng.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()