com.thaiopensource.validate.schematron
Class SaxonSchemaReaderFactory

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

public class SaxonSchemaReaderFactory
extends SchematronSchemaReaderFactory


Constructor Summary
SaxonSchemaReaderFactory()
           
 
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

SaxonSchemaReaderFactory

public SaxonSchemaReaderFactory()
Method Detail

newTransformerFactory

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