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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalog.java5 // Catalog.java - Represents OASIS Open Catalog files.
52 * Represents OASIS Open Catalog files.
54 * <p>This class implements the semantics of OASIS Open Catalog files
59 * <p>The primary purpose of the Catalog is to associate resources in the
64 * the methods implemented in this class obey the Catalog semantics
74 * <p>This class recognizes all of the Catalog entries defined in
198 public class Catalog { class
199 /** The BASE Catalog Entry type. */
202 /** The CATALOG Catalog Entr
369 public Catalog() { method in class:Catalog
380 public Catalog(CatalogManager manager) { method in class:Catalog
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DDTDParser.java2341 static final Catalog messages = new Catalog();
2343 static final class Catalog extends MessageCatalog { class in class:DTDParser
2345 Catalog() { method in class:DTDParser.Catalog

Completed in 1658 milliseconds