Uses of Class
org.xmlresolver.catalog.entry.EntryCatalog
Packages that use EntryCatalog
Package
Description
The XML (Catalog) Resolver.
XML Resolver cache.
Catalog loaders.
-
Uses of EntryCatalog in org.xmlresolver
Methods in org.xmlresolver that return EntryCatalogModifier and TypeMethodDescriptionCatalogManager.loadCatalog(URI catalog) Load the specified catalog.CatalogManager.loadCatalog(URI catalog, InputSource source) Load the specified catalog from a given input source.CatalogManager.loadCatalog(URI catalog, SaxProducer producer) Load the specified catalog by sending events to the ContentHandler. -
Uses of EntryCatalog in org.xmlresolver.cache
Subclasses of EntryCatalog in org.xmlresolver.cache -
Uses of EntryCatalog in org.xmlresolver.catalog.query
Methods in org.xmlresolver.catalog.query with parameters of type EntryCatalogModifier and TypeMethodDescriptionprotected abstract QueryResultQueryCatalog.lookup(CatalogManager manager, EntryCatalog catalog) protected QueryResultQueryDoctype.lookup(CatalogManager manager, EntryCatalog catalog) protected QueryResultQueryDocument.lookup(CatalogManager manager, EntryCatalog catalog) protected QueryResultQueryEntity.lookup(CatalogManager manager, EntryCatalog catalog) protected QueryResultQueryNotation.lookup(CatalogManager manager, EntryCatalog catalog) protected QueryResultQueryPublic.lookup(CatalogManager manager, EntryCatalog catalog) QuerySystem.lookup(CatalogManager manager, EntryCatalog catalog) protected QueryResultQueryUri.lookup(CatalogManager manager, EntryCatalog catalog) QueryDelegatePublic.updatedCatalogSearchList(EntryCatalog catalog, ArrayList<URI> oldCatalogs) QueryDelegateSystem.updatedCatalogSearchList(EntryCatalog catalog, ArrayList<URI> oldCatalogs) QueryDelegateUri.updatedCatalogSearchList(EntryCatalog catalog, ArrayList<URI> oldCatalogs) QueryResult.updatedCatalogSearchList(EntryCatalog catalog, ArrayList<URI> catalogs) -
Uses of EntryCatalog in org.xmlresolver.loaders
Fields in org.xmlresolver.loaders with type parameters of type EntryCatalogModifier and TypeFieldDescriptionprotected final HashMap<URI, EntryCatalog> ValidatingXmlLoader.catalogMapprotected final HashMap<URI, EntryCatalog> XmlLoader.catalogMapMethods in org.xmlresolver.loaders that return EntryCatalogModifier and TypeMethodDescriptionCatalogLoader.loadCatalog(URI catalog) Load the specified catalog.CatalogLoader.loadCatalog(URI catalog, InputSource source) Load the specified catalog from a given input source.CatalogLoader.loadCatalog(URI catalog, SaxProducer producer) Load the specified catalog by sending events to the ContentHandler.ValidatingXmlLoader.loadCatalog(URI catalog) Load the specified catalog.ValidatingXmlLoader.loadCatalog(URI catalog, InputSource source) Load the specified catalog from the specified stream.ValidatingXmlLoader.loadCatalog(URI catalog, SaxProducer producer) Load the specified catalog from the specified stream.XmlLoader.loadCatalog(URI catalog) XmlLoader.loadCatalog(URI catalog, InputSource source) Load the specified catalog from a given input source.XmlLoader.loadCatalog(URI catalog, SaxProducer producer) Load the specified catalog by sending events to the ContentHandler.