org.apache.xml.resolver.apps
public class xparse extends Object
Deprecated: This interface has been replaced by the ResolvingXMLReader for SAX2.
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 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.
Version: 1.0
Method Summary | |
---|---|
static void | main(String[] args) The main entry point |