Uses of Class
org.kohsuke.rngom.parse.IllegalSchemaException
-
Packages that use IllegalSchemaException Package Description com.sun.tools.txw2 com.sun.tools.txw2.builder.relaxng Reads RELAX NG grammar from RNGOM and builds the model for TXW.org.kohsuke.rngom.ast.builder org.kohsuke.rngom.ast.util Typical implementations of the ast.builder/ast.om packages.org.kohsuke.rngom.binary Minimal binarized pattern object model (one example ofast.omimplementation).org.kohsuke.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.org.kohsuke.rngom.parse org.kohsuke.rngom.parse.compact org.kohsuke.rngom.parse.host Implementation of theasm.builderpackage that uses two other builds simultaneously.org.kohsuke.rngom.parse.xml -
-
Uses of IllegalSchemaException in com.sun.tools.txw2
Methods in com.sun.tools.txw2 that throw IllegalSchemaException Modifier and Type Method Description NodeSetSchemaBuilder. build(TxwOptions options) -
Uses of IllegalSchemaException in com.sun.tools.txw2.builder.relaxng
Methods in com.sun.tools.txw2.builder.relaxng that throw IllegalSchemaException Modifier and Type Method Description LeafSchemaBuilderImpl. makeExternalRef(Parseable current, java.lang.String uri, java.lang.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 Modifier and Type Method Description voidInclude. endInclude(Parseable current, java.lang.String uri, java.lang.String ns, L loc, A anno)PSchemaBuilder. expandPattern(P p)Called after all the parsing is done.PSchemaBuilder. makeExternalRef(Parseable current, java.lang.String uri, java.lang.String ns, Scope<P,E,L,A,CL> scope, L loc, A anno) -
Uses of IllegalSchemaException in org.kohsuke.rngom.ast.util
Methods in org.kohsuke.rngom.ast.util that throw IllegalSchemaException Modifier and Type Method Description ParsedPatternCheckingSchemaBuilder. expandPattern(ParsedPattern p) -
Uses of IllegalSchemaException in org.kohsuke.rngom.binary
Methods in org.kohsuke.rngom.binary that throw IllegalSchemaException Modifier and Type Method Description ParsedPatternSchemaBuilderImpl. expandPattern(ParsedPattern _pattern) -
Uses of IllegalSchemaException in org.kohsuke.rngom.digested
Methods in org.kohsuke.rngom.digested that throw IllegalSchemaException Modifier and Type Method Description DPatternDSchemaBuilderImpl. expandPattern(DPattern p)DPatternDSchemaBuilderImpl. makeExternalRef(Parseable current, java.lang.String uri, java.lang.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 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(java.lang.String uri, SchemaBuilder<?,P,?,?,?,?> f, Scope s, java.lang.String inheritedNs)Called fromSchemaBuilderin response toSchemaBuilder.makeExternalRef(Parseable, String, String, Scope, Location, Annotations)to parse the referenced grammar.<P extends ParsedPattern>
PParseable. parseInclude(java.lang.String uri, SchemaBuilder<?,P,?,?,?,?> f, IncludedGrammar<P,?,?,?,?> g, java.lang.String inheritedNs)Called fromIncludein 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 IllegalSchemaException Modifier and Type Method Description ParsedPatternCompactParseable. parse(SchemaBuilder sb)ParsedPatternCompactParseable. parseExternal(java.lang.String uri, SchemaBuilder sb, Scope scope, java.lang.String inheritedNs)ParsedPatternCompactParseable. parseInclude(java.lang.String uri, SchemaBuilder sb, IncludedGrammar g, java.lang.String inheritedNs) -
Uses of IllegalSchemaException in org.kohsuke.rngom.parse.host
Methods in org.kohsuke.rngom.parse.host that throw IllegalSchemaException Modifier and Type Method Description voidIncludeHost. endInclude(Parseable current, java.lang.String uri, java.lang.String ns, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. expandPattern(ParsedPattern _p)ParsedPatternSchemaBuilderHost. makeExternalRef(Parseable current, java.lang.String uri, java.lang.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 IllegalSchemaException Modifier and Type Method Description ParsedPatternSAXParseable. parse(SchemaBuilder schemaBuilder)ParsedPatternSAXParseable. parseExternal(java.lang.String uri, SchemaBuilder schemaBuilder, Scope s, java.lang.String inheritedNs)ParsedPatternSAXParseable. parseInclude(java.lang.String uri, SchemaBuilder schemaBuilder, IncludedGrammar g, java.lang.String inheritedNs)
-