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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalog.java156 * {@link #parseCatalog} method.</p>
571 // This is a little odd. The parseCatalog() method expects
578 // catalogFiles vector and pass it to parseCatalog. This
580 // parseCatalog() to do the right thing in the non-init
585 parseCatalog(catfile);
598 public synchronized void parseCatalog(String fileName) method in class:Catalog
626 public synchronized void parseCatalog(String mimeType, InputStream is) method in class:Catalog
657 * the parseCatalog(String) performs and passing it as an input stream
666 public synchronized void parseCatalog(URL aUrl) throws IOException { method in class:Catalog
1129 * <li><p>If you add new catalogs with <code>parseCatalog</cod
[all...]

Completed in 32 milliseconds