Uses of Interface
com.sun.tools.rngom.ast.builder.Scope
-
Packages that use Scope Package Description com.sun.tools.rngom.ast.builder com.sun.tools.rngom.digested Another RELAX NG AST implementation that optimizes away inclusions and some other syntax sugars, while still retaining all the annotations, location information, and etc.com.sun.tools.rngom.parse com.sun.tools.rngom.parse.compact com.sun.tools.rngom.parse.xml -
-
Uses of Scope in com.sun.tools.rngom.ast.builder
Subinterfaces of Scope in com.sun.tools.rngom.ast.builder Modifier and Type Interface Description interfaceGrammar<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>interfaceIncludedGrammar<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>Methods in com.sun.tools.rngom.ast.builder with parameters of type Scope Modifier and Type Method Description PSchemaBuilder. makeExternalRef(Parseable current, String uri, String ns, Scope<P,E,L,A,CL> scope, L loc, A anno)Grammar<P,E,L,A,CL>SchemaBuilder. makeGrammar(Scope<P,E,L,A,CL> parent) -
Uses of Scope in com.sun.tools.rngom.digested
Methods in com.sun.tools.rngom.digested with parameters of type Scope Modifier and Type Method Description DPatternDSchemaBuilderImpl. makeExternalRef(Parseable current, String uri, String ns, Scope<DPattern,com.sun.tools.rngom.digested.ElementWrapper,LocatorImpl,com.sun.tools.rngom.digested.Annotation,com.sun.tools.rngom.digested.CommentListImpl> scope, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)GrammarDSchemaBuilderImpl. makeGrammar(Scope parent) -
Uses of Scope in com.sun.tools.rngom.parse
Methods in com.sun.tools.rngom.parse with parameters of type Scope Modifier and Type Method Description <P extends ParsedPattern>
PParseable. parseExternal(String uri, SchemaBuilder<?,P,?,?,?,?> f, Scope s, String inheritedNs)Called fromSchemaBuilderin response toSchemaBuilder.makeExternalRef(Parseable, String, String, Scope, Location, Annotations)to parse the referenced grammar. -
Uses of Scope in com.sun.tools.rngom.parse.compact
Methods in com.sun.tools.rngom.parse.compact with parameters of type Scope Modifier and Type Method Description ParsedPatternCompactSyntax. AnnotatedPrimaryExpr(boolean topLevel, Scope scope, Token[] except)ParsedPatternCompactSyntax. AttributeExpr(Scope scope, Annotations a)ParsedPatternCompactSyntax. DataExpr(boolean topLevel, Scope scope, Annotations a, Token[] except)voidCompactSyntax. Define(GrammarSection section, Scope scope, Annotations a)voidCompactSyntax. Definition(GrammarSection section, Scope scope, Annotations a)voidCompactSyntax. Div(GrammarSection section, Scope scope, Annotations a)ParsedPatternCompactSyntax. ElementExpr(Scope scope, Annotations a)ParsedPatternCompactSyntax. Except(Scope scope, Token[] except)ParsedPatternCompactSyntax. Expr(boolean topLevel, Scope scope, Token t, Annotations a)ParsedPatternCompactSyntax. ExternalRefExpr(Scope scope, Annotations a)AnnotationsCompactSyntax. GrammarBody(GrammarSection section, Scope scope, Annotations a)voidCompactSyntax. GrammarComponent(GrammarSection section, Scope scope)ParsedPatternCompactSyntax. GrammarExpr(Scope scope, Annotations a)ParsedPatternCompactSyntax. IdentifierExpr(Scope scope, Annotations a)voidCompactSyntax. Include(GrammarSection section, Scope scope, Annotations a)AnnotationsCompactSyntax. IncludeBody(GrammarSection section, Scope scope, Annotations a)voidCompactSyntax. IncludeComponent(GrammarSection section, Scope scope)voidCompactSyntax. IncludeDiv(GrammarSection section, Scope scope, Annotations a)ParsedPatternCompactSyntax. Input(Scope scope)ParsedPatternCompactSyntax. ListExpr(Scope scope, Annotations a)ParsedPatternCompactSyntax. MixedExpr(Scope scope, Annotations a)ParsedPatternCompactSyntax. ParenExpr(boolean topLevel, Scope scope, Annotations a)ParsedPatternCompactSyntax. ParentExpr(Scope scope, Annotations a)ParsedPatternCompactParseable. parseExternal(String uri, SchemaBuilder sb, Scope scope, String inheritedNs)ParsedPatternCompactSyntax. PrimaryExpr(boolean topLevel, Scope scope, Annotations a, Token[] except)voidCompactSyntax. Start(GrammarSection section, Scope scope, Annotations a)ParsedPatternCompactSyntax. TopLevelGrammar(Scope scope)ParsedPatternCompactSyntax. UnaryExpr(boolean topLevel, Scope scope, boolean[] hadOccur, Token[] except) -
Uses of Scope in com.sun.tools.rngom.parse.xml
Methods in com.sun.tools.rngom.parse.xml with parameters of type Scope Modifier and Type Method Description ParsedPatternSAXParseable. parseExternal(String uri, SchemaBuilder schemaBuilder, Scope s, String inheritedNs)
-