001 package com.oxygenxml.validate.isoschematron; 002 003 //import com.icl.saxon.TransformerFactoryImpl; 004 005 import javax.xml.transform.TransformerFactory; 006 007 public class SaxonSchemaReaderFactory extends SchematronSchemaReaderFactory { 008 public TransformerFactory newTransformerFactory() { 009 // return new TransformerFactoryImpl(); 010 return null; 011 } 012 }