BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xalan.xslt
Class Process

java.lang.Object
  |
  +--weblogic.apache.xalan.xslt.Process

public class Process
extends java.lang.Object

The main() method handles the Xalan command-line interface.

This class is based on an implementation from the Apache XML Project. In future releases the XML parser, XSLT processor, and associated classes will likely be updated to be based on a later version of the Apache implementations. Since Apache does not guarantee backwards compatibility between versions of their software, we cannot guarantee backwards compatibility of any of the classes contained in the weblogic.apache package or sub-packages.


Constructor Summary
Process()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Command line interfact to transform the XML according to the instructions found in the XSL stylesheet.
protected static void printArgOptions(XSLTErrorResources resbundle)
          Prints argument options.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Process

public Process()
Method Detail

printArgOptions

protected static void printArgOptions(XSLTErrorResources resbundle)
Prints argument options.

Parameters:
resbundle - Resource bundle

main

public static void main(java.lang.String[] argv)
Command line interfact to transform the XML according to the instructions found in the XSL stylesheet.

To set stylesheet parameters from the command line, use -PARAM name expression. If you want to set the parameter to a string value, enclose the string in single quotes (') to

Parameters:
argv - Input parameters from command line

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.