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.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 SchemaBuilder in com.sun.tools.txw2.builder.relaxng
Classes in com.sun.tools.txw2.builder.relaxng that implement SchemaBuilder Modifier and Type Class Description classSchemaBuilderImplBuilds 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 classCheckingSchemaBuilderWraps aSchemaBuilderand 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 classSchemaBuilderImpl -
Uses of SchemaBuilder in org.kohsuke.rngom.digested
Classes in org.kohsuke.rngom.digested that implement SchemaBuilder Modifier and Type Class Description classDSchemaBuilderImpl -
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 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 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 fromIncludein 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 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)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 classSchemaBuilderHostConstructors 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 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)
-