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 com.thaiopensource.relaxng.impl.SchemaReaderImpl
 
 
 
| 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 | 
 
getInstance
public static SchemaReader getInstance()
- 
 
createParseable
protected com.thaiopensource.relaxng.parse.Parseable createParseable(XMLReaderCreator xrc,
                                                                     InputSource in,
                                                                     ErrorHandler eh)
- 
- Specified by:
- createParseablein class- com.thaiopensource.relaxng.impl.SchemaReaderImpl
 
-