com.thaiopensource.validate.rng
Class SAXSchemaReader
java.lang.Object
com.thaiopensource.relaxng.impl.SchemaReaderImpl
com.thaiopensource.validate.rng.SAXSchemaReader
- All Implemented Interfaces:
- SchemaReader
public class SAXSchemaReader
- extends SchemaReaderImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
theInstance
private static final SchemaReader theInstance
SAXSchemaReader
private SAXSchemaReader()
getInstance
public static SchemaReader getInstance()
createParseable
protected Parseable createParseable(XMLReaderCreator xrc,
InputSource in,
ErrorHandler eh,
EntityResolver er)
- Specified by:
createParseable
in class SchemaReaderImpl