Uses of Interface
com.sun.tools.rngom.ast.builder.IncludedGrammar
-
Packages that use IncludedGrammar Package Description com.sun.tools.rngom.parse com.sun.tools.rngom.parse.compact com.sun.tools.rngom.parse.xml -
-
Uses of IncludedGrammar in com.sun.tools.rngom.parse
Methods in com.sun.tools.rngom.parse with parameters of type IncludedGrammar Modifier and Type Method Description <P extends ParsedPattern>
PParseable. parseInclude(String uri, SchemaBuilder<?,P,?,?,?,?> f, IncludedGrammar<P,?,?,?,?> g, String inheritedNs)Called fromIncludein response toInclude.endInclude(Parseable, String, String, Location, Annotations)to parse the included grammar. -
Uses of IncludedGrammar in com.sun.tools.rngom.parse.compact
Methods in com.sun.tools.rngom.parse.compact with parameters of type IncludedGrammar Modifier and Type Method Description ParsedPatternCompactSyntax. IncludedGrammar(IncludedGrammar g)ParsedPatternCompactParseable. parseInclude(String uri, SchemaBuilder sb, IncludedGrammar g, String inheritedNs) -
Uses of IncludedGrammar in com.sun.tools.rngom.parse.xml
Methods in com.sun.tools.rngom.parse.xml with parameters of type IncludedGrammar Modifier and Type Method Description ParsedPatternSAXParseable. parseInclude(String uri, SchemaBuilder schemaBuilder, IncludedGrammar g, String inheritedNs)
-