ResolvingXMLReader for SAX2.public class xparse extends Object
This class implements a simple command-line XML Parser. It's just a little wrapper around the JAXP Parser with support for catalogs.
Usage: xparse [options] document.xml
Where:
-c catalogfile-w-v (the default)-n-N (the default)-d integer-E integerThe process ends with error-level 1, if there errors.
ResolvingParser| Constructor and Description |
|---|
xparse()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Deprecated.
The main entry point
|
public static void main(String[] args) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionCopyright ? 2001-2003 Apache Software Foundation. All Rights Reserved.