Uses of Interface
convert.relaxng.parse.Annotations

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

Uses of Annotations in convert.relaxng.parse
 

Subinterfaces of Annotations in convert.relaxng.parse
 interface ElementAnnotationBuilder
           
 

Methods in convert.relaxng.parse that return Annotations
 Annotations SchemaBuilder.makeAnnotations(CommentList comments, Context context)
           
 

Methods in convert.relaxng.parse with parameters of type Annotations
 void DataPatternBuilder.addParam(java.lang.String name, java.lang.String value, Context context, java.lang.String ns, Location loc, Annotations anno)
           
 ParsedNameClass SchemaBuilder.annotate(ParsedNameClass nc, Annotations anno)
           
 ParsedPattern SchemaBuilder.annotate(ParsedPattern p, Annotations anno)
           
 void GrammarSection.define(java.lang.String name, GrammarSection.Combine combine, ParsedPattern pattern, Location loc, Annotations anno)
           
 void Div.endDiv(Location loc, Annotations anno)
           
 ParsedPattern Grammar.endGrammar(Location loc, Annotations anno)
           
 void Include.endInclude(java.lang.String uri, java.lang.String ns, Location loc, Annotations anno)
           
 ParsedPattern IncludedGrammar.endIncludedGrammar(Location loc, Annotations anno)
           
 ParsedNameClass SchemaBuilder.makeAnyName(Location loc, Annotations anno)
           
 ParsedNameClass SchemaBuilder.makeAnyName(ParsedNameClass except, Location loc, Annotations anno)
          Caller must enforce constraints on except.
 ParsedPattern SchemaBuilder.makeAttribute(ParsedNameClass nc, ParsedPattern p, Location loc, Annotations anno)
           
 ParsedNameClass SchemaBuilder.makeChoice(ParsedNameClass[] nameClasses, int nNameClasses, Location loc, Annotations anno)
           
 ParsedPattern SchemaBuilder.makeChoice(ParsedPattern[] patterns, int nPatterns, Location loc, Annotations anno)
           
 ParsedPattern SchemaBuilder.makeElement(ParsedNameClass nc, ParsedPattern p, Location loc, Annotations anno)
           
 ParsedPattern SchemaBuilder.makeEmpty(Location loc, Annotations anno)
           
 ParsedPattern SchemaBuilder.makeExternalRef(java.lang.String uri, java.lang.String ns, Scope scope, Location loc, Annotations anno)
           
 ParsedPattern SchemaBuilder.makeGroup(ParsedPattern[] patterns, int nPatterns, Location loc, Annotations anno)
           
 ParsedPattern SchemaBuilder.makeInterleave(ParsedPattern[] patterns, int nPatterns, Location loc, Annotations anno)
           
 ParsedPattern SchemaBuilder.makeList(ParsedPattern p, Location loc, Annotations anno)
           
 ParsedPattern SchemaBuilder.makeMixed(ParsedPattern p, Location loc, Annotations anno)
           
 ParsedNameClass SchemaBuilder.makeName(java.lang.String ns, java.lang.String localName, java.lang.String prefix, Location loc, Annotations anno)
           
 ParsedPattern SchemaBuilder.makeNotAllowed(Location loc, Annotations anno)
           
 ParsedNameClass SchemaBuilder.makeNsName(java.lang.String ns, Location loc, Annotations anno)
           
 ParsedNameClass SchemaBuilder.makeNsName(java.lang.String ns, ParsedNameClass except, Location loc, Annotations anno)
          Caller must enforce constraints on except.
 ParsedPattern SchemaBuilder.makeOneOrMore(ParsedPattern p, Location loc, Annotations anno)
           
 ParsedPattern SchemaBuilder.makeOptional(ParsedPattern p, Location loc, Annotations anno)
           
 ParsedPattern Scope.makeParentRef(java.lang.String name, Location loc, Annotations anno)
           
 ParsedPattern DataPatternBuilder.makePattern(Location loc, Annotations anno)
           
 ParsedPattern DataPatternBuilder.makePattern(ParsedPattern except, Location loc, Annotations anno)
           
 ParsedPattern Scope.makeRef(java.lang.String name, Location loc, Annotations anno)
           
 ParsedPattern SchemaBuilder.makeText(Location loc, Annotations anno)
           
 ParsedPattern SchemaBuilder.makeValue(java.lang.String datatypeLibrary, java.lang.String type, java.lang.String value, Context c, java.lang.String ns, Location loc, Annotations anno)
           
 ParsedPattern SchemaBuilder.makeZeroOrMore(ParsedPattern p, Location loc, Annotations anno)
           
 

Uses of Annotations in convert.relaxng.parse.compact
 

Methods in convert.relaxng.parse.compact that return Annotations
 Annotations CompactSyntax.Annotations()
           
 Annotations CompactSyntax.GrammarBody(GrammarSection section, Scope scope, Annotations a)
           
 Annotations CompactSyntax.IncludeBody(GrammarSection section, Scope scope, Annotations a)
           
 

Methods in convert.relaxng.parse.compact with parameters of type Annotations
 void CompactSyntax.AnnotationAttribute(Annotations a)
           
 ParsedNameClass CompactSyntax.AnyNameExceptClass(int context, Annotations a, Annotations[] pa)
           
 ParsedNameClass CompactSyntax.AnyNameExceptClass(int context, Annotations a, Annotations[] pa)
           
 ParsedPattern CompactSyntax.AttributeExpr(Scope scope, Annotations a)
           
 ParsedPattern CompactSyntax.DataExpr(boolean topLevel, Scope scope, Annotations a, Token[] except)
           
 void CompactSyntax.Define(GrammarSection section, Scope scope, Annotations a)
           
 void CompactSyntax.Definition(GrammarSection section, Scope scope, Annotations a)
           
 void CompactSyntax.Div(GrammarSection section, Scope scope, Annotations a)
           
 ParsedPattern CompactSyntax.ElementExpr(Scope scope, Annotations a)
           
 ParsedPattern CompactSyntax.EmptyExpr(Annotations a)
           
 ParsedPattern CompactSyntax.Expr(boolean topLevel, Scope scope, Token t, Annotations a)
           
 ParsedPattern CompactSyntax.ExternalRefExpr(Scope scope, Annotations a)
           
 Annotations CompactSyntax.GrammarBody(GrammarSection section, Scope scope, Annotations a)
           
 ParsedPattern CompactSyntax.GrammarExpr(Scope scope, Annotations a)
           
 ParsedPattern CompactSyntax.IdentifierExpr(Scope scope, Annotations a)
           
 void CompactSyntax.Include(GrammarSection section, Scope scope, Annotations a)
           
 Annotations CompactSyntax.IncludeBody(GrammarSection section, Scope scope, Annotations a)
           
 void CompactSyntax.IncludeDiv(GrammarSection section, Scope scope, Annotations a)
           
 ParsedPattern CompactSyntax.ListExpr(Scope scope, Annotations a)
           
 ParsedPattern CompactSyntax.MixedExpr(Scope scope, Annotations a)
           
 ParsedNameClass CompactSyntax.NameClass(int context, Annotations[] pa)
           
 ParsedNameClass CompactSyntax.NameClassAlternatives(int context, ParsedNameClass nc, Annotations[] pa)
           
 ParsedPattern CompactSyntax.NotAllowedExpr(Annotations a)
           
 ParsedNameClass CompactSyntax.NsNameExceptClass(int context, Annotations a, Annotations[] pa)
           
 ParsedNameClass CompactSyntax.NsNameExceptClass(int context, Annotations a, Annotations[] pa)
           
 ParsedNameClass CompactSyntax.OpenNameClass(int context, Annotations a)
           
 ParsedPattern CompactSyntax.ParenExpr(boolean topLevel, Scope scope, Annotations a)
           
 ParsedNameClass CompactSyntax.ParenNameClass(int context, Annotations a)
           
 ParsedPattern CompactSyntax.ParentExpr(Scope scope, Annotations a)
           
 void CompactSyntax.PrefixedAnnotationAttribute(Annotations a, boolean nested)
           
 ParsedNameClass CompactSyntax.PrefixedNameClass(Annotations a)
           
 ParsedPattern CompactSyntax.PrimaryExpr(boolean topLevel, Scope scope, Annotations a, Token[] except)
           
 ParsedNameClass CompactSyntax.PrimaryNameClass(int context, Annotations a)
           
 void CompactSyntax.Start(GrammarSection section, Scope scope, Annotations a)
           
 ParsedPattern CompactSyntax.TextExpr(Annotations a)
           
 void CompactSyntax.UnprefixedAnnotationAttribute(Annotations a)
           
 ParsedNameClass CompactSyntax.UnprefixedNameClass(int context, Annotations a)
           
 ParsedPattern CompactSyntax.ValueExpr(boolean topLevel, Annotations a)