Searched refs:catalogs (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLCatalogResolver.java50 * identifiers and URI references through XML catalogs. This
51 * component supports XML catalogs defined by the
70 /** Internal catalog manager for Apache catalogs. **/
80 * Indicates whether the list of catalogs has
107 * @param catalogs an ordered array list of absolute URIs
109 public XMLCatalogResolver (String [] catalogs) { argument
110 this(catalogs, true);
118 * @param catalogs an ordered array list of absolute URIs
121 public XMLCatalogResolver (String [] catalogs, boolean preferPublic) { argument
122 init(catalogs, preferPubli
144 setCatalogList(String [] catalogs) argument
536 init(String [] catalogs, boolean preferPublic) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalogManager.java70 * <td>catalogs</td>
76 * <td>relative-catalogs</td>
79 * URIs obtained from the <i>catalogs</i> property <emph>in the</emph>
416 String allow = resources.getString("relative-catalogs");
484 catalogList = resources.getString("catalogs");
487 System.err.println(propertyFile + ": catalogs not found.");
503 * @return A vector of the catalog file names or null if no catalogs
512 Vector catalogs = new Vector();
526 catalogs.add(catalogFile);
529 return catalogs;
[all...]
H A DResolver.java189 // Otherwise, look in the subordinate catalogs
263 * (or subordinate catalogs) will be used in preference to an
422 * Find the URNs for a given system identifier in all catalogs.
438 // Otherwise, look in the subordinate catalogs
476 * <p>Note that this function will force all subordinate catalogs
501 // Then look in the subordinate catalogs
576 * Search the subordinate catalogs, in order, looking for all
611 for (int catPos = 0; catPos < catalogs.size(); catPos++) {
615 c = (Resolver) catalogs.elementAt(catPos);
617 String catfile = (String) catalogs
[all...]
H A DCatalog.java87 * specifies alternate catalogs for some public identifiers. The delegated
88 * catalogs are not loaded until they are needed, but they are cached
91 * specifies alternate catalogs for some system identifiers. The delegated
92 * catalogs are not loaded until they are needed, but they are cached
95 * specifies alternate catalogs for some URIs. The delegated
96 * catalogs are not loaded until they are needed, but they are cached
146 * <p>Note that subordinate catalogs (all catalogs except the first,
147 * including CATALOG and DELEGATE* catalogs) are only loaded if and when
152 * semantics to be implemented for TR9401 text-based catalogs, XM
324 protected Vector catalogs = new Vector(); field in class:Catalog
[all...]

Completed in 36 milliseconds