Package org.apache.xml.resolver.apps
Class resolver
java.lang.Object
org.apache.xml.resolver.apps.resolver
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:
-c
catalogfile- Load a particular catalog file.
-n
name- Sets the name.
-p
publicId- Sets the public identifier.
-s
systemId- Sets the system identifier.
-a
- Absolute system URI.
-u
uri- Sets the URI.
-d
integer- 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:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
resolver
public resolver()
-
-
Method Details
-
main
The main entry point- Throws:
FileNotFoundException
IOException
-
usage
public static void usage()
-