com.mathling.scd
Class SCDLocatorTest

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

public class SCDLocatorTest
extends java.lang.Object

Main entry point for schema component path locator.test driver for checking non-canonical path tests in SCD testsuite. http://dev.w3.org/2009/xmlschema-ref-test-suite/TestSuiteStagingArea/

Copyright (c) 2007-2010 Mary Holstege.

Author:
Mary Holstege (nojunk@mathling.com)

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

Main program entry point for SCD locator.

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

Constructor Detail

SCDLocatorTest

public SCDLocatorTest()
Method Detail

main

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

Main program entry point for SCD locator. Arguments: -ns prefix=uri Binds a namespace prefix. May be repeated. -p path Path to locate. May be repeated. If absent, paths read from standard in. schema Schema location. May be repeated.