Uses of Class
org.kohsuke.rngom.parse.IllegalSchemaException
Packages that use IllegalSchemaException
Package
Description
Reads RELAX NG grammar from RNGOM and builds the model for TXW.
Typical implementations of the ast.builder/ast.om packages.
Minimal binarized pattern object model (one example of
ast.om
implementation).Another RELAX NG AST implementation that optimizes away
inclusions and some other syntax sugars, while still retaining
all the annotations, location information, and etc.
Implementation of the
asm.builder
package that uses two
other builds simultaneously.-
Uses of IllegalSchemaException in com.sun.tools.txw2
Methods in com.sun.tools.txw2 that throw IllegalSchemaException -
Uses of IllegalSchemaException in com.sun.tools.txw2.builder.relaxng
Methods in com.sun.tools.txw2.builder.relaxng that throw IllegalSchemaExceptionModifier and TypeMethodDescriptionSchemaBuilderImpl.makeExternalRef
(Parseable current, String uri, String ns, Scope<Leaf, ParsedElementAnnotation, LocatorImpl, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl, CommentListImpl> scope, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) -
Uses of IllegalSchemaException in org.kohsuke.rngom.ast.builder
Methods in org.kohsuke.rngom.ast.builder that throw IllegalSchemaException -
Uses of IllegalSchemaException in org.kohsuke.rngom.ast.util
Methods in org.kohsuke.rngom.ast.util that throw IllegalSchemaException -
Uses of IllegalSchemaException in org.kohsuke.rngom.binary
Methods in org.kohsuke.rngom.binary that throw IllegalSchemaException -
Uses of IllegalSchemaException in org.kohsuke.rngom.digested
Methods in org.kohsuke.rngom.digested that throw IllegalSchemaExceptionModifier and TypeMethodDescriptionDSchemaBuilderImpl.expandPattern
(DPattern p) DSchemaBuilderImpl.makeExternalRef
(Parseable current, String uri, String ns, Scope<DPattern, org.kohsuke.rngom.digested.ElementWrapper, LocatorImpl, org.kohsuke.rngom.digested.Annotation, org.kohsuke.rngom.digested.CommentListImpl> scope, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno) -
Uses of IllegalSchemaException in org.kohsuke.rngom.parse
Methods in org.kohsuke.rngom.parse that throw IllegalSchemaExceptionModifier and TypeMethodDescription<P extends ParsedPattern>
PParseable.parse
(SchemaBuilder<?, P, ?, ?, ?, ?> sb) Parses thisParseable
object into a RELAX NG pattern.<P extends ParsedPattern>
PParseable.parseExternal
(String uri, SchemaBuilder<?, P, ?, ?, ?, ?> f, Scope s, String inheritedNs) Called fromSchemaBuilder
in response toSchemaBuilder.makeExternalRef(Parseable, String, String, Scope, Location, Annotations)
to parse the referenced grammar.<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 IllegalSchemaException in org.kohsuke.rngom.parse.compact
Methods in org.kohsuke.rngom.parse.compact that throw IllegalSchemaExceptionModifier and TypeMethodDescriptionCompactParseable.parse
(SchemaBuilder sb) CompactParseable.parseExternal
(String uri, SchemaBuilder sb, Scope scope, String inheritedNs) CompactParseable.parseInclude
(String uri, SchemaBuilder sb, IncludedGrammar g, String inheritedNs) -
Uses of IllegalSchemaException in org.kohsuke.rngom.parse.host
Methods in org.kohsuke.rngom.parse.host that throw IllegalSchemaExceptionModifier and TypeMethodDescriptionvoid
IncludeHost.endInclude
(Parseable current, String uri, String ns, Location _loc, Annotations _anno) SchemaBuilderHost.expandPattern
(ParsedPattern _p) SchemaBuilderHost.makeExternalRef
(Parseable current, String uri, String ns, Scope _scope, Location _loc, Annotations _anno) -
Uses of IllegalSchemaException in org.kohsuke.rngom.parse.xml
Methods in org.kohsuke.rngom.parse.xml that throw IllegalSchemaExceptionModifier and TypeMethodDescriptionSAXParseable.parse
(SchemaBuilder schemaBuilder) SAXParseable.parseExternal
(String uri, SchemaBuilder schemaBuilder, Scope s, String inheritedNs) SAXParseable.parseInclude
(String uri, SchemaBuilder schemaBuilder, IncludedGrammar g, String inheritedNs)