Uses of Interface
com.sun.tools.rngom.ast.builder.IncludedGrammar
Packages that use IncludedGrammar
Package
Description
-
Uses of IncludedGrammar in com.sun.tools.rngom.parse
Methods in com.sun.tools.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 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 IncludedGrammarModifier and TypeMethodDescriptionfinal ParsedPatternCompactSyntax.IncludedGrammar(IncludedGrammar g) CompactParseable.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 IncludedGrammarModifier and TypeMethodDescriptionSAXParseable.parseInclude(String uri, SchemaBuilder schemaBuilder, IncludedGrammar g, String inheritedNs)