com.thaiopensource.relaxng
Class CompactSchemaLanguage

java.lang.Object
  |
  +--com.thaiopensource.relaxng.impl.SchemaLanguageImpl
        |
        +--com.thaiopensource.relaxng.CompactSchemaLanguage
All Implemented Interfaces:
SchemaLanguage

public class CompactSchemaLanguage
extends com.thaiopensource.relaxng.impl.SchemaLanguageImpl


Method Summary
protected  com.thaiopensource.relaxng.parse.Parseable createParseable(XMLReaderCreator xrc, InputSource in, ErrorHandler eh)
           
static SchemaLanguage getInstance()
           
 
Methods inherited from class com.thaiopensource.relaxng.impl.SchemaLanguageImpl
createSchema
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SchemaLanguage getInstance()

createParseable

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