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.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

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://e-docs.bea.com/wls/docs61

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