- ODFEntityResolver - Class in org.odftoolkit.odfxsltrunner
-
- ODFEntityResolver(Logger) - Constructor for class org.odftoolkit.odfxsltrunner.ODFEntityResolver
-
- ODFXSLTRunner - Class in org.odftoolkit.odfxsltrunner
-
Class for applying style sheets to ODF documents.
- ODFXSLTRunner() - Constructor for class org.odftoolkit.odfxsltrunner.ODFXSLTRunner
-
Create new instance of ODFXSLTRunner.
- org.odftoolkit.odfxsltrunner - package org.odftoolkit.odfxsltrunner
-
- OUTPUT_MODE_COPY_INPUT_PACKAGE - Static variable in class org.odftoolkit.odfxsltrunner.ODFXSLTRunner
-
The input package is copied and the result of the transformation
is stored in the specified path within the copied package.
- OUTPUT_MODE_FILE - Static variable in class org.odftoolkit.odfxsltrunner.ODFXSLTRunner
-
Output file is a plain XML or text file.
- OUTPUT_MODE_REPLACE_INPUT_PACKAGE - Static variable in class org.odftoolkit.odfxsltrunner.ODFXSLTRunner
-
The transformation replaces the specified path within
the input file.
- OUTPUT_MODE_STDOUT - Static variable in class org.odftoolkit.odfxsltrunner.ODFXSLTRunner
-
Output is stdout.
- OUTPUT_MODE_TEMPLATE_PACKAGE - Static variable in class org.odftoolkit.odfxsltrunner.ODFXSLTRunner
-
The result of the transformation is stored in the specified path within
the output package.