com.thaiopensource.validate.schematron
Class NewSaxonSchemaReaderFactory

java.lang.Object
  extended by com.thaiopensource.validate.schematron.SchematronSchemaReaderFactory
      extended by com.thaiopensource.validate.schematron.NewSaxonSchemaReaderFactory
All Implemented Interfaces:
SchemaReaderFactory, TransformerFactoryInitializer

public class NewSaxonSchemaReaderFactory
extends SchematronSchemaReaderFactory


Constructor Summary
NewSaxonSchemaReaderFactory()
           
 
Method Summary
 void initTransformerFactory(TransformerFactory factory)
           
 SAXTransformerFactory 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

NewSaxonSchemaReaderFactory

public NewSaxonSchemaReaderFactory()
Method Detail

newTransformerFactory

public SAXTransformerFactory newTransformerFactory()
Overrides:
newTransformerFactory in class SchematronSchemaReaderFactory

initTransformerFactory

public void initTransformerFactory(TransformerFactory factory)
Specified by:
initTransformerFactory in interface TransformerFactoryInitializer
Overrides:
initTransformerFactory in class SchematronSchemaReaderFactory