info.joseluismartin.xml
Class Main

java.lang.Object
  extended by info.joseluismartin.xml.Main

public class Main
extends Object

Command Line Xml utility

Author:
Jose Luis Martin - (jlm@joseluismartin.info)

Constructor Summary
Main()
           
 
Method Summary
static void main(String[] args)
           
static void validateXML(String xmlPath, String schemaPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

validateXML

public static void validateXML(String xmlPath,
                               String schemaPath)
                        throws SAXException,
                               IOException
Throws:
SAXException
IOException


Copyright © 2012 JDAL. All Rights Reserved.