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

Uses in package org.apache.xml.resolver

Constructors which throw type org.apache.xml.resolver.CatalogException

CatalogEntry.CatalogEntry(String name, Vector args)
Construct a catalog entry of the specified type.
CatalogEntry.CatalogEntry(int type, Vector args)
Construct a catalog entry of the specified type.

Methods which throw type org.apache.xml.resolver.CatalogException

int
Find out how many arguments an entry is required to have.
int
Find out how many arguments an entry is required to have.
int
Lookup an entry type
void
Catalog.parseCatalog(String mimeType, InputStream is)
Parse a catalog file, augmenting internal data structures

Catalogs retrieved over the net may have an associated MIME type.

void
Catalog.parseCatalogFile(String fileName)
Parse a single catalog file, augmenting internal data structures

Uses in package org.apache.xml.resolver.readers

Methods which throw type org.apache.xml.resolver.CatalogException

void
CatalogReader.readCatalog(Catalog catalog, InputStream is)
Read a catalog from an input stream

This class reads a catalog from an input stream.

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.
  • It constructs a DOM Document from the catalog and
  • For each child of the root node, it calls the parser's parseCatalogEntry method.
void
SAXCatalogReader.readCatalog(Catalog catalog, InputStream is)
Parse an XML Catalog stream.
void
CatalogReader.readCatalog(Catalog catalog, String fileUrl)
Read a catalog from a file

This class reads a catalog from a URL.

void
DOMCatalogReader.readCatalog(Catalog catalog, String fileUrl)
Read the catalog behind the specified URL.
void
SAXCatalogReader.readCatalog(Catalog catalog, String fileUrl)
Parse an XML Catalog file.

Copyright B) 2001 Apache. All Rights Reserved.