| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Catalog | |
|---|---|
| org.apache.xml.resolver | Apache XML Commons Resolver package. | 
| org.apache.xml.resolver.readers | Apache XML Commons Resolver Readers package. | 
| org.apache.xml.resolver.tools | Apache XML Commons Resolver Tools package. | 
| Uses of Catalog in org.apache.xml.resolver | 
|---|
| Subclasses of Catalog in org.apache.xml.resolver | |
|  class | ResolverAn 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 Catalog | |
| protected  Catalog | Catalog.newCatalog()Create a new Catalog object. | 
|  Catalog | CatalogManager.getPrivateCatalog()Get a new catalog instance. | 
|  Catalog | CatalogManager.getCatalog()Get a catalog instance. | 
| Methods in org.apache.xml.resolver with parameters of type Catalog | |
| protected  void | Catalog.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 Catalog | |
| protected  Catalog | OASISXMLCatalogReader.catalogThe catalog object needs to be stored by the object so that SAX callbacks can use it. | 
| protected  Catalog | XCatalogReader.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 Catalog | |
|  Catalog | OASISXMLCatalogReader.getCatalog()Get the current catalog. | 
|  Catalog | XCatalogReader.getCatalog()Get the current catalog. | 
| Methods in org.apache.xml.resolver.readers with parameters of type Catalog | |
|  void | TextCatalogReader.readCatalog(Catalog catalog,
            java.lang.String fileUrl)Start parsing a text catalog file. | 
|  void | TextCatalogReader.readCatalog(Catalog catalog,
            java.io.InputStream is) | 
|  void | SAXCatalogReader.readCatalog(Catalog catalog,
            java.lang.String fileUrl)Parse an XML Catalog file. | 
|  void | SAXCatalogReader.readCatalog(Catalog catalog,
            java.io.InputStream is)Parse an XML Catalog stream. | 
|  void | OASISXMLCatalogReader.setCatalog(Catalog catalog)Set the current catalog. | 
|  void | SAXCatalogParser.setCatalog(Catalog catalog)Set the Catalog for which parsing is being performed. | 
|  void | DOMCatalogParser.parseCatalogEntry(Catalog catalog,
                  org.w3c.dom.Node node)Parse a DOM node as a catalog entry. | 
|  void | TR9401CatalogReader.readCatalog(Catalog catalog,
            java.io.InputStream is)Start parsing an OASIS TR9401 Open Catalog file. | 
|  void | XCatalogReader.setCatalog(Catalog catalog)Set the current catalog. | 
|  void | CatalogReader.readCatalog(Catalog catalog,
            java.lang.String fileUrl)Read a catalog from a file. | 
|  void | CatalogReader.readCatalog(Catalog catalog,
            java.io.InputStream is)Read a catalog from an input stream. | 
|  void | DOMCatalogReader.readCatalog(Catalog catalog,
            java.io.InputStream is)Read a catalog from an input stream. | 
|  void | DOMCatalogReader.readCatalog(Catalog catalog,
            java.lang.String fileUrl)Read the catalog behind the specified URL. | 
| Constructors in org.apache.xml.resolver.readers with parameters of type Catalog | |
| OASISXMLCatalogReader(javax.xml.parsers.SAXParserFactory parserFactory,
                      Catalog catalog)Constructor allowing for providing custom SAX parser factory | |
| XCatalogReader(javax.xml.parsers.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 Catalog | |
|  Catalog | ResolvingParser.getCatalog()Deprecated. Return the Catalog being used. | 
|  Catalog | ResolvingXMLFilter.getCatalog()Provide accessto the underlying Catalog. | 
|  Catalog | CatalogResolver.getCatalog()Return the underlying catalog | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||