Uses of Class
org.apache.xml.resolver.Catalog
Packages that use Catalog
Package
Description
Apache XML Commons Resolver package.
Apache XML Commons Resolver Readers package.
Apache XML Commons Resolver Tools package.
-
Uses of Catalog in org.apache.xml.resolver
Subclasses of Catalog in org.apache.xml.resolverModifier and TypeClassDescriptionclassAn extension to OASIS Open Catalog files, this class supports suffix-based matching and an external RFC2483 resolver.Methods in org.apache.xml.resolver that return CatalogModifier and TypeMethodDescriptionCatalogManager.getCatalog()Get a catalog instance.CatalogManager.getPrivateCatalog()Get a new catalog instance.protected CatalogCatalog.newCatalog()Create a new Catalog object.Methods in org.apache.xml.resolver with parameters of type CatalogModifier and TypeMethodDescriptionprotected voidCatalog.copyReaders(Catalog newCatalog) Copies the reader list from the current Catalog to a new Catalog. -
Uses of Catalog in org.apache.xml.resolver.readers
Fields in org.apache.xml.resolver.readers declared as CatalogModifier and TypeFieldDescriptionprotected CatalogOASISXMLCatalogReader.catalogThe catalog object needs to be stored by the object so that SAX callbacks can use it.protected CatalogXCatalogReader.catalogThe catalog object needs to be stored by the object so that SAX callbacks can use it.Methods in org.apache.xml.resolver.readers that return CatalogModifier and TypeMethodDescriptionOASISXMLCatalogReader.getCatalog()Get the current catalog.XCatalogReader.getCatalog()Get the current catalog.Methods in org.apache.xml.resolver.readers with parameters of type CatalogModifier and TypeMethodDescriptionvoidDOMCatalogParser.parseCatalogEntry(Catalog catalog, Node node) Parse a DOM node as a catalog entry.voidCatalogReader.readCatalog(Catalog catalog, InputStream is) Read a catalog from an input stream.voidCatalogReader.readCatalog(Catalog catalog, String fileUrl) Read a catalog from a file.voidDOMCatalogReader.readCatalog(Catalog catalog, InputStream is) Read a catalog from an input stream.voidDOMCatalogReader.readCatalog(Catalog catalog, String fileUrl) Read the catalog behind the specified URL.voidSAXCatalogReader.readCatalog(Catalog catalog, InputStream is) Parse an XML Catalog stream.voidSAXCatalogReader.readCatalog(Catalog catalog, String fileUrl) Parse an XML Catalog file.voidTextCatalogReader.readCatalog(Catalog catalog, InputStream is) voidTextCatalogReader.readCatalog(Catalog catalog, String fileUrl) Start parsing a text catalog file.voidTR9401CatalogReader.readCatalog(Catalog catalog, InputStream is) Start parsing an OASIS TR9401 Open Catalog file.voidOASISXMLCatalogReader.setCatalog(Catalog catalog) Set the current catalog.voidSAXCatalogParser.setCatalog(Catalog catalog) Set the Catalog for which parsing is being performed.voidXCatalogReader.setCatalog(Catalog catalog) Set the current catalog.Constructors in org.apache.xml.resolver.readers with parameters of type CatalogModifierConstructorDescriptionOASISXMLCatalogReader(SAXParserFactory parserFactory, Catalog catalog) Constructor allowing for providing custom SAX parser factoryXCatalogReader(SAXParserFactory parserFactory, Catalog catalog) Constructor allowing for providing custom SAX parser factory -
Uses of Catalog in org.apache.xml.resolver.tools
Methods in org.apache.xml.resolver.tools that return CatalogModifier and TypeMethodDescriptionCatalogResolver.getCatalog()Return the underlying catalogResolvingParser.getCatalog()Deprecated.Return the Catalog being used.ResolvingXMLFilter.getCatalog()Provide accessto the underlying Catalog.