Searched defs:catalogs (Results 1 - 2 of 2) 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 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 30 milliseconds