org.apache.xml.resolver.apps
Class  resolver
java.lang.Object
  |
  +--org.apache.xml.resolver.apps.resolver
- public class resolver- extends java.lang.Object
A simple command-line resolver.
 
This class implements a simple command-line resolver. It takes
 some parameters and passes them through the resolver, printing the
 result.
 
 Usage: resolver [options] keyword
 Where options are:
 
 - -ccatalogfile
- Load a particular catalog file.
- -nname
- Sets the name.
- -ppublicId
- Sets the public identifier.
- -ssystemId
- Sets the system identifier.
- -a
- Absolute system URI.
- -uuri
- Sets the URI.
- -dinteger
- Set the debug level.
And keyword is one of: doctype, document, entity, notation, public,
 system, or uri.
 The process ends with error-level 1, if there errors.
- Version: 
- 1.0
- Author: 
- Norman Walsh
 Norman.Walsh@Sun.COM
- See Also: 
- ResolvingParser
 
| Method Summary | 
| static void | main(java.lang.String[] args)The main entry point
 | 
| static void | usage()
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
resolver
public resolver()
main
public static void main(java.lang.String[] args)
                 throws java.io.FileNotFoundException,
                        java.io.IOException
- The main entry point
usage
public static void usage()
Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.