| java.lang.Object com.jcorporate.expresso.kernel.management.XercesDOMWriter
XercesDOMWriter | public class XercesDOMWriter implements DOMWriter(Code) | | This class writes the DOM structures to a file using specific Xerces capabilies.
If you cannot use Xerces, then you'll need a TRAX compliant XSL parser and
use the TraxDOMWriter supplied class instead.
author: Michael Rimov version: $Revision: 1.6 $ on $Date: 2004/11/17 20:48:17 $ |
Field Summary | |
static Logger | log |
XercesDOMWriter | public XercesDOMWriter()(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: ...xerces.parsers.SAXParer |
isXercesInstalled | protected boolean isXercesInstalled()(Code) | | Checks to see if Xerces classes are available via the classpath
true if Xerces appears to be installed. |
|
|