Searched defs:localCatalogFiles (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalog.java284 * @see #localCatalogFiles
305 protected Vector localCatalogFiles = new Vector(); field in class:Catalog
717 if (!localCatalogFiles.isEmpty()) {
718 // Move all the localCatalogFiles into the front of
721 Enumeration q = localCatalogFiles.elements();
733 localCatalogFiles.clear();
772 if (!localCatalogFiles.isEmpty()) {
773 // Move all the localCatalogFiles into the front of
776 Enumeration q = localCatalogFiles.elements();
788 localCatalogFiles
[all...]

Completed in 76 milliseconds