Nux 1.2

nux.xom.tests
Class ValidationCommand

java.lang.Object
  extended bynux.xom.tests.ValidationCommand

public final class ValidationCommand
extends Object

Command line program that validates a set of local XML document files against a W3C XML Schema. Run this program without any arguments to get help (including descriptions of all options).

Requirements: 1) JDK 1.4 or higher, 2) xerces-java @ http://xml.apache.org 3) gnu-getopt @ http://www.urbanophile.com/%7Earenn/hacking/download.html

Author:
whoschek.AT.lbl.DOT.gov, $Author: hoschek3 $

Method Summary
static void main(String[] args)
          Run this program without any arguments to get help (including descriptions of all options).
 
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(String[] args)
Run this program without any arguments to get help (including descriptions of all options).


Nux 1.2