org.apache.xml.resolver.apps
Class xread
A simple command-line XML parsing application.
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
-s
-n
-N
-d
integer
-E
integer
The process ends with error-level 1, if there errors.
static void | main(String[] args) - The main entry point
|
main
public static void main(String[] args)
throws FileNotFoundException,
IOException
The main entry point
Copyright B) 2001-2003 Apache Software Foundation. All Rights Reserved.