public class Dom4jTester
extends java.lang.Object
SchemaHelper
$Id $
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
The main program for the Dom4jTester class
|
static org.dom4j.Document |
parseWithSAX(java.io.File aFile)
NOT YET DOCUMENTED
|
static org.dom4j.Document |
parseWithSAX(java.net.URL url) |
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- The command line argumentsjava.lang.Exception
- NOT YET DOCUMENTEDpublic static org.dom4j.Document parseWithSAX(java.io.File aFile) throws java.lang.Exception
aFile
- NOT YET DOCUMENTEDorg.dom4j.DocumentException
- NOT YET DOCUMENTEDjava.lang.Exception
public static org.dom4j.Document parseWithSAX(java.net.URL url) throws java.lang.Exception
java.lang.Exception