Uses of Interface
org.kohsuke.rngom.ast.builder.SchemaBuilder

Packages that use SchemaBuilder
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 of ast.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 the asm.builder package that uses two other builds simultaneously. 
org.kohsuke.rngom.parse.xml   
 

Uses of SchemaBuilder in org.kohsuke.rngom.ast.util
 

Classes in org.kohsuke.rngom.ast.util that implement SchemaBuilder
 class CheckingSchemaBuilder
          Wraps a SchemaBuilder and does all the semantic checks required by the RELAX NG spec.
 

Constructors in org.kohsuke.rngom.ast.util with parameters of type SchemaBuilder
CheckingSchemaBuilder(SchemaBuilder sb, ErrorHandler eh)
           
CheckingSchemaBuilder(SchemaBuilder sb, ErrorHandler eh, org.relaxng.datatype.DatatypeLibraryFactory dlf)
           
 

Uses of SchemaBuilder in org.kohsuke.rngom.binary
 

Classes in org.kohsuke.rngom.binary that implement SchemaBuilder
 class SchemaBuilderImpl
           
 

Uses of SchemaBuilder in org.kohsuke.rngom.digested
 

Classes in org.kohsuke.rngom.digested that implement SchemaBuilder
 class DSchemaBuilderImpl
          Parses as Parseable into a DPattern.
 

Uses of SchemaBuilder in org.kohsuke.rngom.parse
 

Methods in org.kohsuke.rngom.parse with parameters of type SchemaBuilder
<P extends ParsedPattern>
P
Parseable.parse(SchemaBuilder<?,P,?,?,?,?> sb)
          Parses this Parseable object into a RELAX NG pattern.
<P extends ParsedPattern>
P
Parseable.parseExternal(String uri, SchemaBuilder<?,P,?,?,?,?> f, Scope s, String inheritedNs)
          Called from SchemaBuilder in response to makeExternalRef(Parseable, String, String, Scope, Location, Annotations) to parse the referenced grammar.
<P extends ParsedPattern>
P
Parseable.parseInclude(String uri, SchemaBuilder<?,P,?,?,?,?> f, IncludedGrammar<P,?,?,?,?> g, String inheritedNs)
          Called from Include in response to Include.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
 ParsedPattern CompactParseable.parse(SchemaBuilder sb)
           
 ParsedPattern CompactParseable.parseExternal(String uri, SchemaBuilder sb, Scope scope, String inheritedNs)
           
 ParsedPattern CompactParseable.parseInclude(String uri, SchemaBuilder sb, IncludedGrammar g, String inheritedNs)
           
 

Constructors in org.kohsuke.rngom.parse.compact with parameters of type SchemaBuilder
CompactSyntax(CompactParseable parseable, Reader r, String sourceUri, SchemaBuilder sb, ErrorHandler eh, String inheritedNs)
           
 

Uses of SchemaBuilder in org.kohsuke.rngom.parse.host
 

Classes in org.kohsuke.rngom.parse.host that implement SchemaBuilder
 class SchemaBuilderHost
           
 

Constructors in org.kohsuke.rngom.parse.host with parameters of type SchemaBuilder
SchemaBuilderHost(SchemaBuilder lhs, SchemaBuilder rhs)
           
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
 ParsedPattern SAXParseable.parse(SchemaBuilder schemaBuilder)
           
 ParsedPattern SAXParseable.parseExternal(String uri, SchemaBuilder schemaBuilder, Scope s, String inheritedNs)
           
 ParsedPattern SAXParseable.parseInclude(String uri, SchemaBuilder schemaBuilder, IncludedGrammar g, String inheritedNs)
           
 



Copyright © 2011. All Rights Reserved.