|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jclark.xsl.sax.Driver
public class Driver
A Command line driver program for XSLProcessor
Nested Class Summary | |
---|---|
(package private) static class |
Driver.ErrorHandlerImpl
|
Constructor Summary | |
---|---|
Driver()
|
Method Summary | |
---|---|
static org.xml.sax.InputSource |
fileInputSource(java.io.File file)
|
static org.xml.sax.InputSource |
fileInputSource(java.lang.String str)
Generates an InputSource from a file name. |
static void |
main(java.lang.String[] args)
|
(package private) static void |
printSAXParseException(org.xml.sax.SAXParseException e)
|
(package private) static void |
setParser(XSLProcessorImpl xsl)
|
(package private) static boolean |
transform(XSLProcessor xsl,
org.xml.sax.InputSource stylesheetSource,
org.xml.sax.InputSource inputSource)
|
(package private) static boolean |
transformFile(XSLProcessor xsl,
OutputMethodHandlerImpl outputMethodHandler,
java.io.File inputFile,
java.io.File stylesheetFile,
java.io.File outputFile)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Driver()
Method Detail |
---|
public static void main(java.lang.String[] args)
static boolean transformFile(XSLProcessor xsl, OutputMethodHandlerImpl outputMethodHandler, java.io.File inputFile, java.io.File stylesheetFile, java.io.File outputFile)
static boolean transform(XSLProcessor xsl, org.xml.sax.InputSource stylesheetSource, org.xml.sax.InputSource inputSource)
static void printSAXParseException(org.xml.sax.SAXParseException e)
static void setParser(XSLProcessorImpl xsl)
public static org.xml.sax.InputSource fileInputSource(java.lang.String str)
InputSource
from a file name.
public static org.xml.sax.InputSource fileInputSource(java.io.File file)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |