org.apache.xml.resolver.apps
Class resolver
java.lang.Objectorg.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
-nname
-ppublicId
-ssystemId
-a
-uuri
-dinteger
And keyword is one of: doctype, document, entity, notation, public,
system, or uri.
The process ends with error-level 1, if there errors.
static void | main(String[] args)- The main entry point
|
static void | usage()
|
main
public static void main(String[] args)
throws FileNotFoundException,
IOExceptionThe main entry point
usage
public static void usage()
Copyright B) 2001-2003 Apache Software Foundation. All Rights Reserved.