Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.style.tools
Class StyleSheetGenerator

java.lang.Object
  |
  +--oracle.cabo.style.tools.StyleSheetGenerator

public class StyleSheetGenerator
extends java.lang.Object

StyleSheetGenerator generates a single CSS style sheet from an XML Style Sheet (XSS) document.

StyleSheetGenerator has one required parameter - the name of the source XSS file. The XSS file name must be specified as the first argument on the command line. The StyleSheetGenerator also takes the following optional arguments:

These optional arguments can be specified in any order after the input XSS file name. If an optional argument is omitted, the corresponding variant is not considered when generating the style sheet. For example, if no locale is specified, only locale-independent CSS <styleSheet> elements will be processed.


Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.