header

net.sf.xframe.xsddoc
Class Main

java.lang.Object
  extended bynet.sf.xframe.xsddoc.Main

public final class Main
extends java.lang.Object

Command line interface of xsddoc.

Usage:
xsddoc [-option] schema
              (to document a schema)
where options include:
    -o -out <folder>      Set the output folder
    -t -doctitle <title>  Set the documentation title
    -h -header <header>   Set the documentation header
    -f -footer <footer>   Set the documentation footer
    -b -bottom <bottom>   Set the documentation bottom
    -v -verbose           Output messages about what xsddoc is doing
    -q -quiet             Donot output any messages
    -s -hideSubTypes      hide sub types references
    -l -hideSubLocalUsage hide show local usage references
    -p -hideTypes         hide types in overview pages
    -g -hideGroups        hide groups in overview pages
    -a -hideAttributes    hide attributes in overview pages
    -xml                  output as XML instead of HTML
    -css <css-file>    provide external CSS file
    -version              Only output version of xsddoc
    -launch               Launch documentation after creation
    -cf                   Create output folder if not exists
    -d -debug             Output debug messages
    -? -help              Print this help message

Author:
Kurt Riede

Method Summary
static void main(java.lang.String[] args)
          Main method of command line interface of xsddoc.
 
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)
Main method of command line interface of xsddoc.

Parameters:
args - Array of command line arguments

header

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.