com.thaiopensource.validate.schematron
Class XalanSchemaReaderFactory

java.lang.Object
  |
  +--com.thaiopensource.validate.schematron.SchematronSchemaReaderFactory
        |
        +--com.thaiopensource.validate.schematron.XalanSchemaReaderFactory
All Implemented Interfaces:
SchemaReaderFactory

public class XalanSchemaReaderFactory
extends SchematronSchemaReaderFactory


Constructor Summary
XalanSchemaReaderFactory()
           
 
Method Summary
 TransformerFactory newTransformerFactory()
           
 
Methods inherited from class com.thaiopensource.validate.schematron.SchematronSchemaReaderFactory
createSchemaReader, getOption
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XalanSchemaReaderFactory

public XalanSchemaReaderFactory()
Method Detail

newTransformerFactory

public TransformerFactory newTransformerFactory()
Specified by:
newTransformerFactory in class SchematronSchemaReaderFactory