|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.resolver.apps.xparse
ResolvingXMLReader
for SAX2.
A simple command-line XML parsing application.
Copyright © 2000, 2001 Sun Microsystems, Inc. All Rights Reserved. This software is the proprietary information of Sun Microsystems, Inc. Use is subject to license terms.
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 Summary | |
xparse()
Deprecated. |
Method Summary | |
static void |
main(java.lang.String[] args)
Deprecated. The main entry point |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public xparse()
Method Detail |
public static void main(java.lang.String[] args) throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |