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 QueryResult
QueryCatalog.lookup
(CatalogManager manager, EntryCatalog catalog) protected QueryResult
QueryDoctype.lookup
(CatalogManager manager, EntryCatalog catalog) protected QueryResult
QueryDocument.lookup
(CatalogManager manager, EntryCatalog catalog) protected QueryResult
QueryEntity.lookup
(CatalogManager manager, EntryCatalog catalog) protected QueryResult
QueryNotation.lookup
(CatalogManager manager, EntryCatalog catalog) protected QueryResult
QueryPublic.lookup
(CatalogManager manager, EntryCatalog catalog) QuerySystem.lookup
(CatalogManager manager, EntryCatalog catalog) protected QueryResult
QueryUri.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.catalogMap
protected final HashMap
<URI, EntryCatalog> XmlLoader.catalogMap
Methods 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.