edu.ucsb.nceas.metacat
Class XMLValidate

java.lang.Object
  |
  +--edu.ucsb.nceas.metacat.XMLValidate

public class XMLValidate
extends java.lang.Object

XMLValidate.java Purpose: A Class that validates XML documents This class is uses a specific parser and calls the GenericXMLValidate class to do the actual validation Copyright: 2000 Regents of the University of California and the National Center for Ecological Analysis and Synthesis April 28, 2000


Field Summary
 boolean validating
           
 
Constructor Summary
XMLValidate(java.lang.String docname)
           
 
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
 

Field Detail

validating

public boolean validating
Constructor Detail

XMLValidate

public XMLValidate(java.lang.String docname)
Method Detail

main

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