com.thaiopensource.validate.rng
Class SAXSchemaReader

java.lang.Object
  extended by com.thaiopensource.relaxng.impl.SchemaReaderImpl
      extended by com.thaiopensource.validate.rng.SAXSchemaReader
All Implemented Interfaces:
SchemaReader

public class SAXSchemaReader
extends SchemaReaderImpl


Field Summary
private static SchemaReader theInstance
           
 
Fields inherited from interface com.thaiopensource.validate.SchemaReader
BASE_URI
 
Constructor Summary
private SAXSchemaReader()
           
 
Method Summary
protected  Parseable createParseable(XMLReaderCreator xrc, InputSource in, ErrorHandler eh, EntityResolver er)
           
static SchemaReader getInstance()
           
 
Methods inherited from class com.thaiopensource.relaxng.impl.SchemaReaderImpl
createSchema, getOption
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theInstance

private static final SchemaReader theInstance
Constructor Detail

SAXSchemaReader

private SAXSchemaReader()
Method Detail

getInstance

public static SchemaReader getInstance()

createParseable

protected Parseable createParseable(XMLReaderCreator xrc,
                                    InputSource in,
                                    ErrorHandler eh,
                                    EntityResolver er)
Specified by:
createParseable in class SchemaReaderImpl