| |
|
| java.lang.Object com.jcorporate.expresso.kernel.management.TraxDOMWriter
TraxDOMWriter | public class TraxDOMWriter implements DOMWriter(Code) | | DOM Writer that uses the Java TRAX API for writing the Expresso configuration
file. This requires that an Java TRAX compliant XSL engine is available
in the classpath. An example of this is the Xalan library from Apache.
author: Michael Rimov version: $Revision: 1.7 $ on $Date: 2004/11/17 20:48:17 $ |
TraxDOMWriter | public TraxDOMWriter()(Code) | | |
getRequiredClass | public String getRequiredClass()(Code) | | Retrieve a class that must exist in the classpath for this to work.
Used as a sanity check to make sure the appropriate jars are installed.
java.lang.String - the name for TransformerFactory |
isTraxInstalled | protected boolean isTraxInstalled()(Code) | | Checks to make sure that the appropriate TransformerFactory is available
before attempting to work with things.
true if we can find the appropriate TRAX API objects |
|
|
|