com.sun.org.apache.xml.internal.resolver |
|
Java Source File Name | Type | Comment |
Catalog.java | Class | 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.java | Class | 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.java | Class | Signal Catalog exception. |
CatalogManager.java | Class | CatalogManager provides an interface to the catalog properties.
Properties can come from two places: from system properties or
from a CatalogManager.properties file. |
Resolver.java | Class | An extension to OASIS Open Catalog files, this class supports
suffix-based matching and an external RFC2483 resolver. |