convert.relaxng.parse.sax
Class SAXParseable

java.lang.Object
  extended by convert.relaxng.parse.sax.SAXSubParser
      extended by convert.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 convert.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 convert.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