com.servingxml.components.saxsource
Class SaxReaderFactory

java.lang.Object
  extended by com.servingxml.components.saxsource.SaxReaderFactory
All Implemented Interfaces:
SaxSourceFactory

public class SaxReaderFactory
extends java.lang.Object
implements SaxSourceFactory

Factory for creating a SaxSource.


Constructor Summary
SaxReaderFactory(InstanceFactory instanceFactory, java.util.Properties properties, OutputPropertyFactory[] defaultOutputPropertyFactories, SubstitutionExpr systemIdResolver)
           
 
Method Summary
 SaxSource createSaxSource(ServiceContext context, Flow flow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaxReaderFactory

public SaxReaderFactory(InstanceFactory instanceFactory,
                        java.util.Properties properties,
                        OutputPropertyFactory[] defaultOutputPropertyFactories,
                        SubstitutionExpr systemIdResolver)
Method Detail

createSaxSource

public SaxSource createSaxSource(ServiceContext context,
                                 Flow flow)
Specified by:
createSaxSource in interface SaxSourceFactory