com.thaiopensource.relaxng.parse.sax
Class SAXParseable

java.lang.Object
  extended bycom.thaiopensource.relaxng.parse.sax.SAXSubParser
      extended bycom.thaiopensource.relaxng.parse.sax.SAXParseable
All Implemented Interfaces:
Parseable, SubParser

public class SAXParseable
extends SAXSubParser
implements Parseable


Constructor Summary
SAXParseable(XMLReaderCreator xrc, org.xml.sax.InputSource in, org.xml.sax.ErrorHandler eh)
           
 
Method Summary
 ParsedPattern parse(SchemaBuilder schemaBuilder, Scope scope)
           
 
Methods inherited from class com.thaiopensource.relaxng.parse.sax.SAXSubParser
parseExternal, parseInclude
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.thaiopensource.relaxng.parse.SubParser
parseExternal, parseInclude
 

Constructor Detail

SAXParseable

public SAXParseable(XMLReaderCreator xrc,
                    org.xml.sax.InputSource in,
                    org.xml.sax.ErrorHandler eh)
Method Detail

parse

public ParsedPattern parse(SchemaBuilder schemaBuilder,
                           Scope scope)
                    throws BuildException,
                           IllegalSchemaException
Specified by:
parse in interface Parseable
Throws:
BuildException
IllegalSchemaException