Package org.docbook.xsltng
Class Main
java.lang.Object
net.sf.saxon.Transform
org.docbook.xsltng.Main
public class Main
extends net.sf.saxon.Transform
Main driver program for executing the stylesheets.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe catalog file to use by defaultprotected org.docbook.xsltng.extensions.DebuggingLoggerThe debugging logger.protected XslTNGThe XslTNG object used for processing.Fields inherited from class net.sf.saxon.Transform
allowExit, repeat, run, schemaAware, showTime, sourceParserName, useURLs -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.saxon.Transform
applyLocalOptions, doTransform, doTransform, getConfiguration, initializeConfiguration, newTransformer, now, preprocess, processFile, quit, setFactoryConfiguration, setPermittedOptions
-
Field Details
-
logger
protected org.docbook.xsltng.extensions.DebuggingLogger loggerThe debugging logger. -
catalogFile
The catalog file to use by default -
xslTNG
The XslTNG object used for processing.
-
-
Constructor Details
-
Main
Instantiate the main object.- Parameters:
args- The command line objects.
-
-
Method Details
-
main
Run the command.- Parameters:
args- The command line arguments.
-
run
public void run()Run the transform. -
badUsage
Print the help message for bad usage.- Overrides:
badUsagein classnet.sf.saxon.Transform- Parameters:
message- The error message
-