com.jclark.xsl.sax
Class Driver

java.lang.Object
  |
  +--com.jclark.xsl.sax.Driver

public class Driver
extends java.lang.Object

A Command line driver program for XSLProcessor


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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Driver

public Driver()
Method Detail

main

public static void main(java.lang.String[] args)

fileInputSource

public static org.xml.sax.InputSource fileInputSource(java.lang.String str)
Generates an InputSource from a file name.

fileInputSource

public static org.xml.sax.InputSource fileInputSource(java.io.File file)