Searched refs:catalogFile (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalogManager.java514 String catalogFile = files.nextToken();
519 absURI = new URL(propertyFileURI, catalogFile);
520 catalogFile = absURI.toString();
526 catalogs.add(catalogFile);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DOptions.java631 File catalogFile = new File(requireArgument("-catalog",args,++i));
633 addCatalog(catalogFile);
636 Messages.format(Messages.FAILED_TO_PARSE,catalogFile,e.getMessage()),e);
765 public void addCatalog(File catalogFile) throws IOException { argument
770 ((CatalogResolver)entityResolver).getCatalog().parseCatalog(catalogFile.getPath());

Completed in 34 milliseconds