Uses of Interface
org.kohsuke.rngom.ast.builder.IncludedGrammar
Packages that use IncludedGrammar
Package
Description
-
Uses of IncludedGrammar in org.kohsuke.rngom.parse
Methods in org.kohsuke.rngom.parse with parameters of type IncludedGrammarModifier and TypeMethodDescription<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 IncludedGrammarModifier and TypeMethodDescriptionfinal ParsedPattern
CompactSyntax.IncludedGrammar
(IncludedGrammar g) 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 IncludedGrammarModifier and TypeMethodDescriptionSAXParseable.parseInclude
(String uri, SchemaBuilder schemaBuilder, IncludedGrammar g, String inheritedNs)