|
| | NXschematron (File inputNexusFile, File reducedNeXusFile, File schematronFile, final boolean keepTemp) |
| |
|
| static void | TransformoMatic (String inputFilename, String xslFilename, String outputFilename) throws TransformerException |
| | Transform an XML file to something else given an XSLT transformation. More...
|
| |
| static void | TransformoMatic (File inputFile, File xslFile, File outputFile) throws TransformerException |
| | Transform an XML file to something else given an XSLT transformation. More...
|
| |
| static void | TransformoMatic (InputStream inputFileStream, InputStream xslFileStream, OutputStream outputFileStream) throws TransformerException |
| |
| static void | main (String[] args) |
| |
Definition at line 42 of file NXschematron.java.
| org.nexusformat.nxvalidate.NXschematron.NXschematron |
( |
File |
inputNexusFile, |
|
|
File |
reducedNeXusFile, |
|
|
File |
schematronFile, |
|
|
final boolean |
keepTemp |
|
) |
| |
| 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 |
| 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: