jd.xml.xslt
Class Stylesheet.CmdLine

java.lang.Object
  extended byjd.xml.xslt.CommandLine
      extended byjd.xml.xslt.Stylesheet.CmdLine
Enclosing class:
Stylesheet

public static class Stylesheet.CmdLine
extends CommandLine


Field Summary
 
Fields inherited from class jd.xml.xslt.CommandLine
EXIT_INCORRECT_USAGE, EXIT_OK, EXIT_PARSE_ERROR, EXIT_RUNTIME_ERROR, EXIT_STYLESHEET_ERROR, MBF_BIG, MBF_NORMAL, URI_IDENTITY, URI_MEMORY, URI_STDIN
 
Constructor Summary
Stylesheet.CmdLine()
           
 
Method Summary
protected  XObject getParamExpressionValue(String s)
           
protected  Transformation getTransformation(Vector uris)
           
protected  void printHelp()
           
protected  void printTransformationInfo(VerboseLog log)
           
 
Methods inherited from class jd.xml.xslt.CommandLine
evaluate, evaluateAndExit, getAssocStylesheetSource, getExitCode, getSource, printHelpLine, printOptionsHelp, setTransformationOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stylesheet.CmdLine

public Stylesheet.CmdLine()
Method Detail

getParamExpressionValue

protected XObject getParamExpressionValue(String s)
Specified by:
getParamExpressionValue in class CommandLine

getTransformation

protected Transformation getTransformation(Vector uris)
                                    throws Exception
Specified by:
getTransformation in class CommandLine
Throws:
Exception

printTransformationInfo

protected void printTransformationInfo(VerboseLog log)
Specified by:
printTransformationInfo in class CommandLine

printHelp

protected void printHelp()
Specified by:
printHelp in class CommandLine