Uses of Class
org.apache.xml.resolver.Catalog

Packages that use Catalog
org.apache.xml.resolver Apache XML Commons Resolver package The classes in this package implement the full semantics of OASIS Technical Resolution 9401:1997 (Amendment 2 to TR 9401) catalogs. 
org.apache.xml.resolver.readers Apache XML Commons Resolver Readers package This package provides the set of classes that read catalog files and extract catalog entries from them. 
org.apache.xml.resolver.tools Apache XML Commons Resolver Tools package This package implements several tool classes for catalog-based entity resolution: org.apache.xml.resolver.tools.CatalogResolver This class provides a SAX EntityResolver and a JAXP URIResolver. 
 

Uses of Catalog in org.apache.xml.resolver
 

Subclasses of Catalog in org.apache.xml.resolver
 class Resolver
          An 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.
 

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 This method is used internally when constructing a new catalog.
 

Uses of Catalog in org.apache.xml.resolver.readers
 

Fields in org.apache.xml.resolver.readers declared as Catalog
protected  Catalog XCatalogReader.catalog
          The catalog object needs to be stored by the object so that SAX callbacks can use it.
protected  Catalog OASISXMLCatalogReader.catalog
          The 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 XCatalogReader.getCatalog()
          Get the current catalog.
 Catalog OASISXMLCatalogReader.getCatalog()
          Get the current catalog.
 

Methods in org.apache.xml.resolver.readers with parameters of type Catalog
 void DOMCatalogParser.parseCatalogEntry(Catalog catalog, Node node)
          Parse a DOM node as a catalog entry This method is expected to analyze the specified node and construct appropriate catalog entry(ies) from it.
 void SAXCatalogReader.readCatalog(Catalog catalog, InputStream is)
          Parse an XML Catalog stream.
 void TextCatalogReader.readCatalog(Catalog catalog, InputStream is)
           
 void DOMCatalogReader.readCatalog(Catalog catalog, InputStream is)
          Read a catalog from an input stream This class reads a catalog from an input stream: Based on the QName of the root element, it determines which parser to instantiate for this catalog.
 void CatalogReader.readCatalog(Catalog catalog, InputStream is)
          Read a catalog from an input stream This class reads a catalog from an input stream.
 void TR9401CatalogReader.readCatalog(Catalog catalog, InputStream is)
          Start parsing an OASIS TR9401 Open Catalog file.
 void SAXCatalogReader.readCatalog(Catalog catalog, String fileUrl)
          Parse an XML Catalog file.
 void TextCatalogReader.readCatalog(Catalog catalog, String fileUrl)
          Start parsing a text catalog file.
 void DOMCatalogReader.readCatalog(Catalog catalog, String fileUrl)
          Read the catalog behind the specified URL.
 void CatalogReader.readCatalog(Catalog catalog, String fileUrl)
          Read a catalog from a file This class reads a catalog from a URL.
 void XCatalogReader.setCatalog(Catalog catalog)
          Set the current catalog.
 void SAXCatalogParser.setCatalog(Catalog catalog)
          Set the Catalog for which parsing is being performed.
 void OASISXMLCatalogReader.setCatalog(Catalog catalog)
          Set the current catalog.
 

Uses of Catalog in org.apache.xml.resolver.tools
 

Methods in org.apache.xml.resolver.tools that return Catalog
 Catalog CatalogResolver.getCatalog()
          Return the underlying catalog
 Catalog ResolvingXMLFilter.getCatalog()
          Provide accessto the underlying Catalog
 Catalog ResolvingParser.getCatalog()
          Deprecated. Return the Catalog being used
 



Copyright © 2001 Apache. All Rights Reserved.