Uses of Class
com.sun.tools.rngom.parse.IllegalSchemaException
Packages that use IllegalSchemaException
Package
Description
-
Uses of IllegalSchemaException in com.sun.tools.rngom.ast.builder
Methods in com.sun.tools.rngom.ast.builder that throw IllegalSchemaException -
Uses of IllegalSchemaException in com.sun.tools.rngom.ast.util
Methods in com.sun.tools.rngom.ast.util that throw IllegalSchemaException -
Uses of IllegalSchemaException in com.sun.tools.rngom.binary
Methods in com.sun.tools.rngom.binary that throw IllegalSchemaException -
Uses of IllegalSchemaException in com.sun.tools.rngom.digested
Methods in com.sun.tools.rngom.digested that throw IllegalSchemaExceptionModifier and TypeMethodDescriptionDSchemaBuilderImpl.expandPattern(DPattern p) DSchemaBuilderImpl.makeExternalRef(Parseable current, String uri, String ns, Scope<DPattern, com.sun.tools.rngom.digested.ElementWrapper, LocatorImpl, com.sun.tools.rngom.digested.Annotation, com.sun.tools.rngom.digested.CommentListImpl> scope, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno) -
Uses of IllegalSchemaException in com.sun.tools.rngom.parse
Methods in com.sun.tools.rngom.parse that throw IllegalSchemaExceptionModifier and TypeMethodDescription<P extends ParsedPattern>
PParseable.parse(SchemaBuilder<?, P, ?, ?, ?, ?> sb) Parses this object into a RELAX NG pattern.<P extends ParsedPattern>
PParseable.parseExternal(String uri, SchemaBuilder<?, P, ?, ?, ?, ?> f, Scope s, String inheritedNs) Called fromSchemaBuilderin 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 fromIncludein response toInclude.endInclude(Parseable, String, String, Location, Annotations)to parse the included grammar. -
Uses of IllegalSchemaException in com.sun.tools.rngom.parse.compact
Methods in com.sun.tools.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 com.sun.tools.rngom.parse.host
Methods in com.sun.tools.rngom.parse.host that throw IllegalSchemaExceptionModifier and TypeMethodDescriptionvoidIncludeHost.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 com.sun.tools.rngom.parse.xml
Methods in com.sun.tools.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)