List of all members.
Public Member Functions |
| NXschematron (File inputNexusFile, File reducedNeXusFile, File schematronFile, final boolean keepTemp) |
Static Public Member Functions |
static void | TransformoMatic (String inputFilename, String xslFilename, String outputFilename) throws TransformerException |
| Transform an XML file to something else given an XSLT transformation.
|
static void | TransformoMatic (File inputFile, File xslFile, File outputFile) throws TransformerException |
| Transform an XML file to something else given an XSLT transformation.
|
static void | TransformoMatic (InputStream inputFileStream, InputStream xslFileStream, OutputStream outputFileStream) throws TransformerException |
static void | main (String[] args) |
Detailed Description
Definition at line 42 of file NXschematron.java.
Constructor & Destructor Documentation
org.nexusformat.nxvalidate.NXschematron.NXschematron |
( |
File |
inputNexusFile, |
|
|
File |
reducedNeXusFile, |
|
|
File |
schematronFile, |
|
|
final boolean |
keepTemp |
|
) |
| |
Member Function Documentation
static void org.nexusformat.nxvalidate.NXschematron.main |
( |
String[] |
args | ) |
|
|
static |
static void org.nexusformat.nxvalidate.NXschematron.TransformoMatic |
( |
String |
inputFilename, |
|
|
String |
xslFilename, |
|
|
String |
outputFilename |
|
) |
| throws TransformerException |
|
static |
Transform an XML file to something else given an XSLT transformation.
- Parameters:
-
inputFilename | the XML input file name. |
xslFilename | the xslt file name. |
outputFilename | the filename to store the results of the transformation. |
- Exceptions:
-
Definition at line 88 of file NXschematron.java.
static void org.nexusformat.nxvalidate.NXschematron.TransformoMatic |
( |
File |
inputFile, |
|
|
File |
xslFile, |
|
|
File |
outputFile |
|
) |
| throws TransformerException |
|
static |
Transform an XML file to something else given an XSLT transformation.
- Parameters:
-
inputFile | the XML input file |
xslFile | the xslt file. |
outputFile | the result of the transformation. |
- Exceptions:
-
Definition at line 102 of file NXschematron.java.
static void org.nexusformat.nxvalidate.NXschematron.TransformoMatic |
( |
InputStream |
inputFileStream, |
|
|
InputStream |
xslFileStream, |
|
|
OutputStream |
outputFileStream |
|
) |
| throws TransformerException |
|
static |
The documentation for this class was generated from the following file: