Constructor and Description |
---|
CompactParseable(org.xml.sax.InputSource in,
org.xml.sax.ErrorHandler eh) |
Modifier and Type | Method and Description |
---|---|
ParsedPattern |
parse(SchemaBuilder sb)
Parses this
Parseable object into a RELAX NG pattern. |
ParsedPattern |
parseExternal(java.lang.String uri,
SchemaBuilder sb,
Scope scope,
java.lang.String inheritedNs)
Called from
SchemaBuilder in response to
SchemaBuilder.makeExternalRef(Parseable, String, String, Scope, Location, Annotations)
to parse the referenced grammar. |
ParsedPattern |
parseInclude(java.lang.String uri,
SchemaBuilder sb,
IncludedGrammar g,
java.lang.String inheritedNs)
Called from
Include in response to
Include.endInclude(Parseable, String, String, Location, Annotations)
to parse the included grammar. |
public CompactParseable(org.xml.sax.InputSource in, org.xml.sax.ErrorHandler eh)
public ParsedPattern parse(SchemaBuilder sb) throws BuildException, IllegalSchemaException
Parseable
Parseable
object into a RELAX NG pattern.parse
in interface Parseable
sb
- The builder of the schema object model. This object
dictates how the actual pattern is constructed.BuildException
IllegalSchemaException
public ParsedPattern parseInclude(java.lang.String uri, SchemaBuilder sb, IncludedGrammar g, java.lang.String inheritedNs) throws BuildException, IllegalSchemaException
Parseable
Include
in response to
Include.endInclude(Parseable, String, String, Location, Annotations)
to parse the included grammar.parseInclude
in interface Parseable
g
- receives the events from the included grammar.BuildException
IllegalSchemaException
public ParsedPattern parseExternal(java.lang.String uri, SchemaBuilder sb, Scope scope, java.lang.String inheritedNs) throws BuildException, IllegalSchemaException
Parseable
SchemaBuilder
in response to
SchemaBuilder.makeExternalRef(Parseable, String, String, Scope, Location, Annotations)
to parse the referenced grammar.parseExternal
in interface Parseable
sb
- receives the events from the referenced grammar.BuildException
IllegalSchemaException
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"