com.thaiopensource.validate.rng
Class CompactSchemaReader

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

public class CompactSchemaReader
extends SchemaReaderImpl


Field Summary
private static SchemaReader theInstance
           
 
Fields inherited from interface com.thaiopensource.validate.SchemaReader
BASE_URI
 
Constructor Summary
private CompactSchemaReader()
           
 
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

CompactSchemaReader

private CompactSchemaReader()
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