public class DocReader
extends java.lang.Object
SchemaHelper$Id $
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
The main program for the DocReader 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.Exceptionpublic static org.dom4j.Document parseWithSAX(java.net.URL url)
throws java.lang.Exception
java.lang.Exception