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