DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.test
Class Dom4jTester

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

public class Dom4jTester
extends Object

Class for testing dom manipulation with help from SchemaHelper

Version:
$Id: Dom4jTester.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 Dom4jTester class
static Document parseWithSAX(File aFile)
          NOT YET DOCUMENTED
static Document parseWithSAX(URL url)
           
 
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 Dom4jTester 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

parseWithSAX

public static Document parseWithSAX(URL url)
                             throws Exception
Throws:
Exception

DLESE Tools
v1.6.0