tomp.xtcl.source
Class XTSourceFactoryImpl

java.lang.Object
  extended bytomp.xtcl.source.XTSourceFactoryImpl
All Implemented Interfaces:
XTSourceFactory

public class XTSourceFactoryImpl
extends java.lang.Object
implements XTSourceFactory


Constructor Summary
XTSourceFactoryImpl()
           
 
Method Summary
 javax.xml.transform.sax.SAXSource newSAXSource(java.lang.String className, org.xml.sax.InputSource is)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XTSourceFactoryImpl

public XTSourceFactoryImpl()
Method Detail

newSAXSource

public javax.xml.transform.sax.SAXSource newSAXSource(java.lang.String className,
                                                      org.xml.sax.InputSource is)
                                               throws java.lang.ClassNotFoundException,
                                                      java.lang.InstantiationException,
                                                      java.lang.IllegalAccessException
Specified by:
newSAXSource in interface XTSourceFactory
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException