net.sf.tomp.xtcl.source
Class XTSourceFactoryImpl

java.lang.Object
  extended bynet.sf.tomp.xtcl.source.XTSourceFactoryImpl
All Implemented Interfaces:
XTSourceFactory

public class XTSourceFactoryImpl
extends java.lang.Object
implements XTSourceFactory

DOCUMENT ME!

Author:
tomp

Constructor Summary
XTSourceFactoryImpl()
           
 
Method Summary
 javax.xml.transform.sax.SAXSource newSAXSource(java.lang.String className, org.xml.sax.InputSource is)
          DOCUMENT ME!
 
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
DOCUMENT ME!

Specified by:
newSAXSource in interface XTSourceFactory
Parameters:
className - DOCUMENT ME!
is - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
java.lang.ClassNotFoundException - DOCUMENT ME!
java.lang.InstantiationException - DOCUMENT ME!
java.lang.IllegalAccessException - DOCUMENT ME!


Copyright © 2004 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.