NXvalidate  1
 All Classes Namespaces Files Functions Variables
Public Member Functions | Static Public Member Functions
org.nexusformat.nxvalidate.NXschematron Class Reference
Collaboration diagram for org.nexusformat.nxvalidate.NXschematron:
Collaboration graph

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 
)

Definition at line 55 of file NXschematron.java.

Referenced by org.nexusformat.nxvalidate.NXschematron.main().


Member Function Documentation

static void org.nexusformat.nxvalidate.NXschematron.main ( String[]  args)
static

Definition at line 199 of file NXschematron.java.

References org.nexusformat.nxvalidate.NXschematron.NXschematron().

Here is the call graph for this function:

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:
inputFilenamethe XML input file name.
xslFilenamethe xslt file name.
outputFilenamethe filename to store the results of the transformation.
Exceptions:
TransformerException

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:
inputFilethe XML input file
xslFilethe xslt file.
outputFilethe result of the transformation.
Exceptions:
TransformerException

Definition at line 102 of file NXschematron.java.

static void org.nexusformat.nxvalidate.NXschematron.TransformoMatic ( InputStream  inputFileStream,
InputStream  xslFileStream,
OutputStream  outputFileStream 
) throws TransformerException
static

Definition at line 120 of file NXschematron.java.


The documentation for this class was generated from the following file: