Apache XML Commons Resolver package
The classes in this package implement the full semantics of OASIS Technical Resolution 9401:1997 (Amendment 2 to TR 9401) catalogs.
See: Description
Class Summary | |
---|---|
Catalog |
Represents OASIS Open Catalog files. This class implements the semantics of OASIS Open Catalog files (defined by OASIS Technical Resolution 9401:1997 (Amendment 2 to TR 9401)). The primary purpose of the Catalog is to associate resources in the document with local system identifiers. |
CatalogEntry |
Represents a Catalog entry. Instances of this class represent individual entries in a Catalog. Each catalog entry has a unique name and is associated with an arbitrary number of arguments (all strings). |
CatalogException |
Signal Catalog exception. This exception is thrown if an error occurs loading a catalog file. |
CatalogManager |
CatalogManager provides an interface to the catalog properties. Properties can come from two places: from system properties or from a CatalogManager.properties file. |
Resolver |
An extension to OASIS Open Catalog files, this class supports suffix-based matching and an external RFC2483 resolver. |
Apache XML Commons Resolver package
The classes in this package implement the full semantics of OASIS Technical Resolution 9401:1997 (Amendment 2 to TR 9401) catalogs. Also included are a framework of classes designed to read catalog files in a number of formats.
The principal classes in this package are: