Uses of Interface
com.sun.tools.rngom.ast.builder.SchemaBuilder
-
Packages that use SchemaBuilder Package Description com.sun.tools.rngom.ast.util Typical implementations of the ast.builder/ast.om packages.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 SchemaBuilder in com.sun.tools.rngom.ast.util
Classes in com.sun.tools.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 com.sun.tools.rngom.ast.util with parameters of type SchemaBuilder Constructor Description CheckingSchemaBuilder(SchemaBuilder sb, ErrorHandler eh)CheckingSchemaBuilder(SchemaBuilder sb, ErrorHandler eh, DatatypeLibraryFactory dlf) -
Uses of SchemaBuilder in com.sun.tools.rngom.digested
Classes in com.sun.tools.rngom.digested that implement SchemaBuilder Modifier and Type Class Description classDSchemaBuilderImpl -
Uses of SchemaBuilder in com.sun.tools.rngom.parse
Methods in com.sun.tools.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(String uri, SchemaBuilder<?,P,?,?,?,?> f, Scope s, String inheritedNs)Called fromSchemaBuilderin response tomakeExternalRef(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 SchemaBuilder in com.sun.tools.rngom.parse.compact
Methods in com.sun.tools.rngom.parse.compact with parameters of type SchemaBuilder 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)Constructors in com.sun.tools.rngom.parse.compact with parameters of type SchemaBuilder Constructor Description CompactSyntax(CompactParseable parseable, Reader r, String sourceUri, SchemaBuilder sb, ErrorHandler eh, String inheritedNs) -
Uses of SchemaBuilder in com.sun.tools.rngom.parse.host
Classes in com.sun.tools.rngom.parse.host with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw SchemaBuilder Modifier and Type Class Description classcom.sun.tools.rngom.parse.host.SchemaBuilderHost -
Uses of SchemaBuilder in com.sun.tools.rngom.parse.xml
Methods in com.sun.tools.rngom.parse.xml with parameters of type SchemaBuilder 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)
-