com.thaiopensource.validate.rng
Class CompactSchemaReader

java.lang.Object
  |
  +--com.thaiopensource.relaxng.impl.SchemaReaderImpl
        |
        +--com.thaiopensource.validate.rng.CompactSchemaReader
All Implemented Interfaces:
SchemaReader

public class CompactSchemaReader
extends com.thaiopensource.relaxng.impl.SchemaReaderImpl


Field Summary
 
Fields inherited from interface com.thaiopensource.validate.SchemaReader
BASE_URI
 
Method Summary
protected  com.thaiopensource.relaxng.parse.Parseable createParseable(XMLReaderCreator xrc, InputSource in, ErrorHandler eh)
           
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
 

Method Detail

getInstance

public static SchemaReader getInstance()

createParseable

protected com.thaiopensource.relaxng.parse.Parseable createParseable(XMLReaderCreator xrc,
                                                                     InputSource in,
                                                                     ErrorHandler eh)
Specified by:
createParseable in class com.thaiopensource.relaxng.impl.SchemaReaderImpl