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 {

	/** Logger for this class (never null) */
//	private final static com.arcway.lib.logging.ILogger LOGGER = com.arcway.lib.logging.Logger.getLogger(test.class);

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

}


//$Log$
//Revision 1.2  2009/10/19 17:05:51  hherzog
//reviewed FIXMEs and TODOs of all projects from A to Documentmodule
//
//Revision 1.1  2009/01/21 19:03:17  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
//