com.smallx.xml.tools
Class xslt

java.lang.Object
  extended bycom.smallx.xml.tools.CommandLine
      extended bycom.smallx.xml.tools.xslt
All Implemented Interfaces:
DestinationSource

public class xslt
extends CommandLine
implements DestinationSource


Constructor Summary
xslt()
          Creates a new instance of xslt
 
Method Summary
 ItemConstructor createItemConstructor()
           
 ItemDestination getDestination()
           
 ItemDestination getDestination(java.net.URI baseURI)
           
 Infoset getInfoset()
           
static void main(java.lang.String[] args)
           
 int run(java.lang.String[] args)
           
 void setup()
           
 void usage()
           
 
Methods inherited from class com.smallx.xml.tools.CommandLine
allowMoreArguments, allowOption, allowOptionWithArgument, allowOptionWithArguments, doMain, getOption, getOptionValues, hasOption, setLogLevel, setMinimumArguments, toURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

xslt

public xslt()
Creates a new instance of xslt

Method Detail

usage

public void usage()
Specified by:
usage in class CommandLine

setup

public void setup()
Specified by:
setup in class CommandLine

run

public int run(java.lang.String[] args)
Specified by:
run in class CommandLine

main

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

getDestination

public ItemDestination getDestination()
                               throws XMLException
Specified by:
getDestination in interface DestinationSource
Throws:
XMLException

getDestination

public ItemDestination getDestination(java.net.URI baseURI)
                               throws XMLException
Specified by:
getDestination in interface DestinationSource
Throws:
XMLException

createItemConstructor

public ItemConstructor createItemConstructor()
Specified by:
createItemConstructor in interface DestinationSource

getInfoset

public Infoset getInfoset()
Specified by:
getInfoset in interface DestinationSource