Uses of Interface
com.thaiopensource.relaxng.parse.ParsedElementAnnotation

Packages that use ParsedElementAnnotation
com.thaiopensource.relaxng.impl   
com.thaiopensource.relaxng.parse   
com.thaiopensource.relaxng.parse.compact   
com.thaiopensource.relaxng.parse.sax   
 

Uses of ParsedElementAnnotation in com.thaiopensource.relaxng.impl
 

Methods in com.thaiopensource.relaxng.impl that return ParsedElementAnnotation
 ParsedElementAnnotation SchemaBuilderImpl.makeElementAnnotation()
           
 

Methods in com.thaiopensource.relaxng.impl with parameters of type ParsedElementAnnotation
 void SchemaBuilderImpl.addElement(ParsedElementAnnotation ea)
           
 ParsedNameClass SchemaBuilderImpl.annotateAfter(ParsedNameClass nc, ParsedElementAnnotation e)
           
 ParsedPattern SchemaBuilderImpl.annotateAfter(ParsedPattern p, ParsedElementAnnotation e)
           
 void SchemaBuilderImpl.DummyDataPatternBuilder.annotation(ParsedElementAnnotation ea)
           
 void SchemaBuilderImpl.DataPatternBuilderImpl.annotation(ParsedElementAnnotation ea)
           
 void SchemaBuilderImpl.GrammarImpl.topLevelAnnotation(ParsedElementAnnotation ea)
           
 void SchemaBuilderImpl.IncludeImpl.topLevelAnnotation(ParsedElementAnnotation ea)
           
 

Uses of ParsedElementAnnotation in com.thaiopensource.relaxng.parse
 

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

Methods in com.thaiopensource.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 com.thaiopensource.relaxng.parse.compact
 

Methods in com.thaiopensource.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()
           
 

Uses of ParsedElementAnnotation in com.thaiopensource.relaxng.parse.sax
 

Methods in com.thaiopensource.relaxng.parse.sax with parameters of type ParsedElementAnnotation
(package private)  void SchemaParser.State.endForeignChild(ParsedElementAnnotation ea)
           
(package private)  void SchemaParser.PatternContainerState.endForeignChild(ParsedElementAnnotation ea)
           
(package private)  void SchemaParser.ElementState.endForeignChild(ParsedElementAnnotation ea)
           
(package private)  void SchemaParser.DataState.endForeignChild(ParsedElementAnnotation ea)
           
(package private)  void SchemaParser.AttributeState.endForeignChild(ParsedElementAnnotation ea)
           
(package private)  void SchemaParser.GrammarSectionState.endForeignChild(ParsedElementAnnotation ea)
           
(package private)  void SchemaParser.NameClassChildState.endForeignChild(ParsedElementAnnotation ea)
           
(package private)  void SchemaParser.NameClassChoiceState.endForeignChild(ParsedElementAnnotation ea)