Constructor and Description |
---|
CompactParseable(org.xml.sax.InputSource in,
org.xml.sax.ErrorHandler eh) |
Modifier and Type | Method and Description |
---|---|
ParsedPattern |
parse(SchemaBuilder sb,
Scope scope) |
ParsedPattern |
parseExternal(java.lang.String uri,
SchemaBuilder sb,
Scope scope) |
ParsedPattern |
parseInclude(java.lang.String uri,
SchemaBuilder sb,
IncludedGrammar g) |
public CompactParseable(org.xml.sax.InputSource in, org.xml.sax.ErrorHandler eh)
public ParsedPattern parse(SchemaBuilder sb, Scope scope) throws BuildException, IllegalSchemaException
parse
in interface Parseable
BuildException
IllegalSchemaException
public ParsedPattern parseInclude(java.lang.String uri, SchemaBuilder sb, IncludedGrammar g) throws BuildException, IllegalSchemaException
parseInclude
in interface SubParser
BuildException
IllegalSchemaException
public ParsedPattern parseExternal(java.lang.String uri, SchemaBuilder sb, Scope scope) throws BuildException, IllegalSchemaException
parseExternal
in interface SubParser
BuildException
IllegalSchemaException