net.mtu.eggplant.app
Class SchemaValidator

java.lang.Object
  extended by net.mtu.eggplant.app.SchemaValidator

public class SchemaValidator
extends Object

Validate a schema.


Constructor Summary
SchemaValidator()
           
 
Method Summary
static void main(String[] args)
           
static Schema parseSchema(File xsdFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaValidator

public SchemaValidator()
Method Detail

main

public static void main(String[] args)
Parameters:
args -

parseSchema

public static Schema parseSchema(File xsdFile)
                          throws SAXException,
                                 ClassCastException,
                                 ClassNotFoundException,
                                 InstantiationException,
                                 IllegalAccessException,
                                 IOException
Throws:
SAXException
ClassCastException
ClassNotFoundException
InstantiationException
IllegalAccessException
IOException