Uses of Interface
convert.relaxng.parse.Scope

Packages that use Scope
convert.relaxng.parse   
convert.relaxng.parse.compact   
convert.relaxng.parse.sax   
 

Uses of Scope in convert.relaxng.parse
 

Subinterfaces of Scope in convert.relaxng.parse
 interface Grammar
           
 interface IncludedGrammar
           
 

Methods in convert.relaxng.parse with parameters of type Scope
 ParsedPatternFuture ParseReceiver.installHandlers(org.xml.sax.XMLReader xr, SchemaBuilder schemaBuilder, Scope scope)
           
 ParsedPattern SchemaBuilder.makeExternalRef(java.lang.String uri, java.lang.String ns, Scope scope, Location loc, Annotations anno)
           
 Grammar SchemaBuilder.makeGrammar(Scope parent)
           
 ParsedPattern Parseable.parse(SchemaBuilder f, Scope scope)
           
 ParsedPattern SubParser.parseExternal(java.lang.String uri, SchemaBuilder f, Scope s)
           
 

Uses of Scope in convert.relaxng.parse.compact
 

Methods in convert.relaxng.parse.compact with parameters of type Scope
 ParsedPattern CompactSyntax.AnnotatedPrimaryExpr(boolean topLevel, Scope scope, Token[] except)
           
 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.Except(Scope scope, Token[] except)
           
 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)
           
 void CompactSyntax.GrammarComponent(GrammarSection section, Scope scope)
           
 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.IncludeComponent(GrammarSection section, Scope scope)
           
 void CompactSyntax.IncludeDiv(GrammarSection section, Scope scope, Annotations a)
           
 ParsedPattern CompactSyntax.Input(Scope scope)
           
 ParsedPattern CompactSyntax.ListExpr(Scope scope, Annotations a)
           
 ParsedPattern CompactSyntax.MixedExpr(Scope scope, Annotations a)
           
 ParsedPattern CompactSyntax.ParenExpr(boolean topLevel, Scope scope, Annotations a)
           
 ParsedPattern CompactSyntax.ParentExpr(Scope scope, Annotations a)
           
 ParsedPattern CompactParseable.parse(SchemaBuilder sb, Scope scope)
           
 ParsedPattern CompactParseable.parseExternal(java.lang.String uri, SchemaBuilder sb, Scope scope)
           
 ParsedPattern CompactSyntax.PrimaryExpr(boolean topLevel, Scope scope, Annotations a, Token[] except)
           
 void CompactSyntax.Start(GrammarSection section, Scope scope, Annotations a)
           
 ParsedPattern CompactSyntax.TopLevelGrammar(Scope scope)
           
 ParsedPattern CompactSyntax.UnaryExpr(boolean topLevel, Scope scope, boolean[] hadOccur, Token[] except)
           
 

Uses of Scope in convert.relaxng.parse.sax
 

Methods in convert.relaxng.parse.sax with parameters of type Scope
 ParsedPatternFuture SAXParseReceiver.installHandlers(org.xml.sax.XMLReader xr, SchemaBuilder schemaBuilder, Scope scope)
           
 ParsedPattern SAXParseable.parse(SchemaBuilder schemaBuilder, Scope scope)
           
 ParsedPattern SAXSubParser.parseExternal(java.lang.String uri, SchemaBuilder schemaBuilder, Scope s)