public class resolver
extends java.lang.Object
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-n name-p publicId-s systemId-a-u uri-d integerAnd keyword is one of: doctype, document, entity, notation, public, system, or uri.
The process ends with error-level 1, if there errors.
ResolvingParser| Constructor and Description |
|---|
resolver() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
The main entry point
|
static void |
usage() |
Copyright ? 2001-2003 Apache Software Foundation. All Rights Reserved.