org.apache.fop.apps
Class XTCommandLine
- public class XTCommandLine
mainline class for full transformation (via XT) + formatting/rendering.
gets input, stylesheet and output filenames from the command line
creates an implementation of XSLProcessor, passing it the stylesheet
treats XSLProcessor as SAXParser
Method Summary |
(package private) static Parser | createParser() creates a SAX parser, using the value of org.xml.sax.parser
defaulting to org.apache.xerces.parsers.SAXParser |
static void | main(String[] args) mainline method. |
createParser
static Parser createParser()
- creates a SAX parser, using the value of org.xml.sax.parser
defaulting to org.apache.xerces.parsers.SAXParser
- Returns: the created SAX parser
main
public static void main(String[] args)
- mainline method.
first command line argument is XML input file
second command line argument is XSL stylesheet file
third command line argument is outputfile