Uses of Class
com.sun.tools.rngom.parse.IllegalSchemaException
-
Packages that use IllegalSchemaException Package Description com.sun.tools.rngom.ast.builder com.sun.tools.rngom.ast.util Typical implementations of the ast.builder/ast.om packages.com.sun.tools.rngom.binary Minimal binarized pattern object model (one example ofast.omimplementation).com.sun.tools.rngom.digested Another RELAX NG AST implementation that optimizes away inclusions and some other syntax sugars, while still retaining all the annotations, location information, and etc.com.sun.tools.rngom.parse com.sun.tools.rngom.parse.compact com.sun.tools.rngom.parse.host Implementation of theasm.builderpackage that uses two other builds simultaneously.com.sun.tools.rngom.parse.xml -
-
Uses of IllegalSchemaException in com.sun.tools.rngom.ast.builder
Methods in com.sun.tools.rngom.ast.builder that throw IllegalSchemaException Modifier and Type Method Description voidInclude. endInclude(Parseable current, String uri, String ns, L loc, A anno)PSchemaBuilder. expandPattern(P p)Called after all the parsing is done.PSchemaBuilder. makeExternalRef(Parseable current, String uri, String ns, Scope<P,E,L,A,CL> scope, L loc, A anno) -
Uses of IllegalSchemaException in com.sun.tools.rngom.ast.util
Methods in com.sun.tools.rngom.ast.util that throw IllegalSchemaException Modifier and Type Method Description ParsedPatternCheckingSchemaBuilder. expandPattern(ParsedPattern p) -
Uses of IllegalSchemaException in com.sun.tools.rngom.binary
Methods in com.sun.tools.rngom.binary that throw IllegalSchemaException Modifier and Type Method Description ParsedPatternSchemaBuilderImpl. expandPattern(ParsedPattern _pattern) -
Uses of IllegalSchemaException in com.sun.tools.rngom.digested
Methods in com.sun.tools.rngom.digested that throw IllegalSchemaException Modifier and Type Method Description DPatternDSchemaBuilderImpl. expandPattern(DPattern p)DPatternDSchemaBuilderImpl. 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 IllegalSchemaException Modifier and Type Method Description <P extends ParsedPattern>
PParseable. parse(SchemaBuilder<?,P,?,?,?,?> sb)Parses thisParseableobject 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 IllegalSchemaException Modifier and Type Method Description ParsedPatternCompactParseable. parse(SchemaBuilder sb)ParsedPatternCompactParseable. parseExternal(String uri, SchemaBuilder sb, Scope scope, String inheritedNs)ParsedPatternCompactParseable. 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 IllegalSchemaException Modifier and Type Method Description voidIncludeHost. endInclude(Parseable current, String uri, String ns, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. expandPattern(ParsedPattern _p)ParsedPatternSchemaBuilderHost. 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 IllegalSchemaException Modifier and Type Method Description ParsedPatternSAXParseable. parse(SchemaBuilder schemaBuilder)ParsedPatternSAXParseable. parseExternal(String uri, SchemaBuilder schemaBuilder, Scope s, String inheritedNs)ParsedPatternSAXParseable. parseInclude(String uri, SchemaBuilder schemaBuilder, IncludedGrammar g, String inheritedNs)
-