Uses of Interface
org.kohsuke.rngom.ast.builder.SchemaBuilder
-
Packages that use SchemaBuilder Package Description com.sun.tools.txw2.builder.relaxng Reads RELAX NG grammar from RNGOM and builds the model for TXW.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.om
implementation).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.builder
package that uses two other builds simultaneously.org.kohsuke.rngom.parse.xml -
-
Uses of SchemaBuilder in com.sun.tools.txw2.builder.relaxng
Classes in com.sun.tools.txw2.builder.relaxng that implement SchemaBuilder Modifier and Type Class Description class
SchemaBuilderImpl
Builds a model from a RELAX NG grammar. -
Uses of SchemaBuilder in org.kohsuke.rngom.ast.util
Classes in org.kohsuke.rngom.ast.util that implement SchemaBuilder Modifier and Type Class Description class
CheckingSchemaBuilder
Wraps aSchemaBuilder
and does all the semantic checks required by the RELAX NG spec.Constructors in org.kohsuke.rngom.ast.util with parameters of type SchemaBuilder Constructor Description CheckingSchemaBuilder(SchemaBuilder sb, org.xml.sax.ErrorHandler eh)
CheckingSchemaBuilder(SchemaBuilder sb, org.xml.sax.ErrorHandler eh, org.relaxng.datatype.DatatypeLibraryFactory dlf)
-
Uses of SchemaBuilder in org.kohsuke.rngom.binary
Classes in org.kohsuke.rngom.binary that implement SchemaBuilder Modifier and Type Class Description class
SchemaBuilderImpl
-
Uses of SchemaBuilder in org.kohsuke.rngom.digested
Classes in org.kohsuke.rngom.digested that implement SchemaBuilder Modifier and Type Class Description class
DSchemaBuilderImpl
-
Uses of SchemaBuilder in org.kohsuke.rngom.parse
Methods in org.kohsuke.rngom.parse with parameters of type SchemaBuilder Modifier and Type Method Description <P extends ParsedPattern>
PParseable. parse(SchemaBuilder<?,P,?,?,?,?> sb)
Parses thisParseable
object into a RELAX NG pattern.<P extends ParsedPattern>
PParseable. parseExternal(java.lang.String uri, SchemaBuilder<?,P,?,?,?,?> f, Scope s, java.lang.String inheritedNs)
Called fromSchemaBuilder
in response tomakeExternalRef(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 fromInclude
in response toInclude.endInclude(Parseable, String, String, Location, Annotations)
to parse the included grammar. -
Uses of SchemaBuilder in org.kohsuke.rngom.parse.compact
Methods in org.kohsuke.rngom.parse.compact with parameters of type SchemaBuilder Modifier and Type Method Description ParsedPattern
CompactParseable. parse(SchemaBuilder sb)
ParsedPattern
CompactParseable. parseExternal(java.lang.String uri, SchemaBuilder sb, Scope scope, java.lang.String inheritedNs)
ParsedPattern
CompactParseable. parseInclude(java.lang.String uri, SchemaBuilder sb, IncludedGrammar g, java.lang.String inheritedNs)
Constructors in org.kohsuke.rngom.parse.compact with parameters of type SchemaBuilder Constructor Description CompactSyntax(CompactParseable parseable, java.io.Reader r, java.lang.String sourceUri, SchemaBuilder sb, org.xml.sax.ErrorHandler eh, java.lang.String inheritedNs)
-
Uses of SchemaBuilder in org.kohsuke.rngom.parse.host
Classes in org.kohsuke.rngom.parse.host that implement SchemaBuilder Modifier and Type Class Description class
SchemaBuilderHost
Constructors in org.kohsuke.rngom.parse.host with parameters of type SchemaBuilder Constructor Description SchemaBuilderHost(SchemaBuilder lhs, SchemaBuilder rhs)
-
Uses of SchemaBuilder in org.kohsuke.rngom.parse.xml
Methods in org.kohsuke.rngom.parse.xml with parameters of type SchemaBuilder Modifier and Type Method Description ParsedPattern
SAXParseable. parse(SchemaBuilder schemaBuilder)
ParsedPattern
SAXParseable. parseExternal(java.lang.String uri, SchemaBuilder schemaBuilder, Scope s, java.lang.String inheritedNs)
ParsedPattern
SAXParseable. parseInclude(java.lang.String uri, SchemaBuilder schemaBuilder, IncludedGrammar g, java.lang.String inheritedNs)
-