import javax.xml.transform.TransformerFactory;


/*
 *  ARCWAY AG
 *
 * $Revision$
 *
 * Last Modification $Author$
 * Last Modification $Date$
 * Creation Author: rkugel
 * Creation Date: Jan 21, 2009
 * Creation Project: ARCWAYXMLXerces
 * Creation Name: .test
 *
 */

/**
 * Test.
 *
 * @author rkugel
 */
public class test {

	/**
	 * Constructor method.
	 */
	public test() {
		TransformerFactory factory;
	}

}


//$Log$
//Revision 1.3  2022/06/22 20:42:31  hherzog
//FIX: Try to fix Xerxes build
//
//Revision 1.2  2009/10/19 17:06:01  hherzog
//reviewed FIXMEs and TODOs of all projects from A to Documentmodule
//
//Revision 1.1  2009/01/21 19:02:26  rkugel
//Splitted DocGeneratorHTML into three projects
// - DocGeneratorHTML (Cockpit & docbook => HTML specific stuff)
// - ARCWAYXMLXalanInt  (XSLT Processor +docbook-xsl extensions)
// - ARCWAYXMLXerces (XML Parser Version required by Xalan version contained
//   in ARCWAYXMLXalanInt
//
