DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.test
Class SimpleDomTester

java.lang.Object
  extended by org.dlese.dpc.schemedit.test.SimpleDomTester

public class SimpleDomTester
extends Object

Class for testing dom manipulation with help from SchemaHelper

Version:
$Id: SimpleDomTester.java,v 1.3 2009/03/20 23:33:58 jweather Exp $
Author:
ostwald

$Id $


Method Summary
static void main(String[] args)
          The main program for the SimpleDomTester class
static Document parseWithSAX(File aFile)
          NOT YET DOCUMENTED
 
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)
                 throws Exception
The main program for the SimpleDomTester class

Parameters:
args - The command line arguments
Throws:
Exception - NOT YET DOCUMENTED

parseWithSAX

public static Document parseWithSAX(File aFile)
                             throws Exception
NOT YET DOCUMENTED

Parameters:
aFile - NOT YET DOCUMENTED
Returns:
NOT YET DOCUMENTED
Throws:
DocumentException - NOT YET DOCUMENTED
Exception

DLESE Tools
v1.6.0