Uses of Interface
org.kohsuke.rngom.ast.builder.IncludedGrammar
-
Packages that use IncludedGrammar Package Description org.kohsuke.rngom.parse org.kohsuke.rngom.parse.compact org.kohsuke.rngom.parse.xml -
-
Uses of IncludedGrammar in org.kohsuke.rngom.parse
Methods in org.kohsuke.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 fromInclude
in response toInclude.endInclude(Parseable, String, String, Location, Annotations)
to parse the included grammar. -
Uses of IncludedGrammar in org.kohsuke.rngom.parse.compact
Methods in org.kohsuke.rngom.parse.compact with parameters of type IncludedGrammar Modifier and Type Method Description ParsedPattern
CompactSyntax. IncludedGrammar(IncludedGrammar g)
ParsedPattern
CompactParseable. parseInclude(String uri, SchemaBuilder sb, IncludedGrammar g, String inheritedNs)
-
Uses of IncludedGrammar in org.kohsuke.rngom.parse.xml
Methods in org.kohsuke.rngom.parse.xml with parameters of type IncludedGrammar Modifier and Type Method Description ParsedPattern
SAXParseable. parseInclude(String uri, SchemaBuilder schemaBuilder, IncludedGrammar g, String inheritedNs)
-