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

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

Uses of Scope in com.thaiopensource.relaxng.impl
 

Classes in com.thaiopensource.relaxng.impl that implement Scope
(package private) static class SchemaBuilderImpl.GrammarImpl
           
(package private) static class SchemaBuilderImpl.RootScope
           
 

Fields in com.thaiopensource.relaxng.impl declared as Scope
private  Scope SchemaBuilderImpl.GrammarImpl.parent
           
 

Methods in com.thaiopensource.relaxng.impl with parameters of type Scope
 ParsedPattern SchemaBuilderImpl.makeExternalRef(String uri, String ns, Scope scope, Location loc, Annotations anno)
           
 Grammar SchemaBuilderImpl.makeGrammar(Scope parent)
           
 

Constructors in com.thaiopensource.relaxng.impl with parameters of type Scope
SchemaBuilderImpl.GrammarImpl(SchemaBuilderImpl sb, Scope parent)
           
 

Uses of Scope in com.thaiopensource.relaxng.parse
 

Subinterfaces of Scope in com.thaiopensource.relaxng.parse
 interface Grammar
           
 interface IncludedGrammar
           
 

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

Uses of Scope in com.thaiopensource.relaxng.parse.compact
 

Methods in com.thaiopensource.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)
           
(package private)  ParsedPattern CompactSyntax.parse(Scope scope)
           
 ParsedPattern CompactParseable.parseExternal(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 com.thaiopensource.relaxng.parse.sax
 

Fields in com.thaiopensource.relaxng.parse.sax declared as Scope
(package private)  Scope SchemaParser.State.scope
           
 

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

Constructors in com.thaiopensource.relaxng.parse.sax with parameters of type Scope
SchemaParser.RootState(IncludedGrammar grammar, Scope scope, String ns)
           
SchemaParser(XMLReader xr, ErrorHandler eh, EntityResolver er, SchemaBuilder schemaBuilder, IncludedGrammar grammar, Scope scope)