com.mathling.scd
Class SCDGenerator

java.lang.Object
  extended by com.mathling.scd.SCDGenerator

public class SCDGenerator
extends java.lang.Object

Main entry point for schema component path generator.

Copyright (c) 2005-2010 Mary Holstege.

Author:
Mary Holstege (nojunk@mathling.com)

Constructor Summary
SCDGenerator()
           
 
Method Summary
static void main(java.lang.String[] argv)
          

Main program entry point for SCD generator.

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCDGenerator

public SCDGenerator()
Method Detail

main

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

Main program entry point for SCD generator. Arguments: -s Generate paths to components in XML Schema namespace. -a Generate paths to annotations. -f Generate full canonical paths (no abbrevations). -l n Generate paths n levels deep; 0 = generate canonical paths only. -ns prefix=uri Binds a namespace prefix. May be repeated. schema Schema location. May be repeated.