Lines Matching defs:catalog

49  * <p>The catalog resolver handles the resolution of external
61 * catalog resolution outside of a parsing context. It may be shared
70 /** Internal catalog manager for Apache catalogs. **/
73 /** Internal catalog structure. **/
76 /** An array of catalog URIs. **/
90 * the parser or some other component performing catalog
97 * <p>Constructs a catalog resolver with a default configuration.</p>
104 * <p>Constructs a catalog resolver with the given
114 * <p>Constructs a catalog resolver with the given
126 * <p>Returns the initial list of catalog entry files.</p>
128 * @return the initial list of catalog entry files
136 * <p>Sets the initial list of catalog entry files.
137 * If there were any catalog mappings cached from
138 * the previous list they will be replaced by catalog
139 * mappings from the new list the next time the catalog
151 * <p>Forces the cache of catalog mappings to be cleared.</p>
161 * on the <code>catalog</code> entry of a catalog. If this
175 * on the <code>catalog</code> entry of a catalog.</p>
192 * for catalog resolution
218 * literal system identifers for catalog resolution
228 * catalog for the given external identifier. It should be
260 * catalog for the given external identifier. It should be
318 * <p>Resolves a resource using the catalog. This method interprets that
319 * the namespace URI corresponds to uri entries in the catalog.
384 * an input source if an entry was found in the catalog. It
405 * <p>Resolves an identifier using the catalog. This method interprets that
406 * the namespace of the identifier corresponds to uri entries in the catalog.
449 * <p>Returns the URI mapping in the catalog for the given
456 * @param systemId the system identifier to locate in the catalog
459 * was found in the catalog
462 * the catalog
476 * <p>Returns the URI mapping in the catalog for the given
481 * @param publicId the public identifier to locate in the catalog
482 * @param systemId the system identifier to locate in the catalog
485 * was found in the catalog
488 * the catalog
502 * <p>Returns the URI mapping in the catalog for the given URI
511 * @param uri the URI to locate in the catalog
514 * was found in the catalog
517 * the catalog
534 * the behaviour of this catalog resolver.
552 * catalogs in the list. Only the first catalog will actually be
561 String catalog = fCatalogsList[i];
562 if (catalog != null && catalog.length() > 0) {
563 fCatalog.parseCatalog(catalog);
573 * Attaches the reader to the catalog.
575 private void attachReaderToCatalog (Catalog catalog) {
582 saxReader.setCatalogParser(OASISXMLCatalogReader.namespaceName, "catalog",
584 catalog.addReader("application/xml", saxReader);