| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectnet.sf.saxon.Transform
com.saxonica.Transform
public class Transform
This is a schema-aware version of the command line interface for running XSLT transformations
| Constructor Summary | |
|---|---|
Transform()
 | 
|
| Method Summary | |
|---|---|
 Configuration | 
getConfiguration()
Get the configuration.  | 
static void | 
main(String[] args)
Main program, can be used directly from the command line.  | 
 void | 
setFactoryConfiguration(boolean schemaAware,
                        String className)
Set the configuration in the TransformerFactory.  | 
 void | 
setPOption(Configuration config)
 | 
| Methods inherited from class net.sf.saxon.Transform | 
|---|
doTransform, loadDocuments, now, preprocess, processDirectory, processDirectoryAssoc, processFile, processFileAssoc | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Transform()
| Method Detail | 
|---|
public void setFactoryConfiguration(boolean schemaAware,
                                    String className)
setFactoryConfiguration in class TransformschemaAware - className - Name of the schema-aware Configuration class to be loaded. Designed for use by .NET;
 can normally be null.public Configuration getConfiguration()
Transform
public void setPOption(Configuration config)
setPOption in class Transform
public static void main(String[] args)
                 throws Exception
The format is:
java net.sf.saxon.Transform [options] source-file style-file >output-file
followed by any number of parameters in the form {keyword=value}... which can be referenced from within the stylesheet.
This program applies the XSL style sheet in style-file to the source XML document in source-file.
args - List of arguments supplied on operating system command line
Exception - Indicates that a compile-time or
     run-time error occurred
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||