|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CatalogException | |
---|---|
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. |
Uses of CatalogException in org.apache.xml.resolver |
---|
Methods in org.apache.xml.resolver that throw CatalogException | |
---|---|
static int |
CatalogEntry.getEntryArgCount(int type)
Find out how many arguments an entry is required to have. |
static int |
CatalogEntry.getEntryArgCount(String name)
Find out how many arguments an entry is required to have. |
static int |
CatalogEntry.getEntryType(String name)
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. |
protected void |
Catalog.parseCatalogFile(String fileName)
Parse a single catalog file, augmenting internal data structures |
Constructors in org.apache.xml.resolver that throw CatalogException | |
---|---|
CatalogEntry(int type,
Vector args)
Construct a catalog entry of the specified type. |
|
CatalogEntry(String name,
Vector args)
Construct a catalog entry of the specified type. |
Uses of CatalogException in org.apache.xml.resolver.readers |
---|
Methods in org.apache.xml.resolver.readers that throw CatalogException | |
---|---|
void |
SAXCatalogReader.readCatalog(Catalog catalog,
InputStream is)
Parse an XML Catalog 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. |
void |
CatalogReader.readCatalog(Catalog catalog,
InputStream is)
Read a catalog from an input stream This class reads a catalog from an input stream. |
void |
SAXCatalogReader.readCatalog(Catalog catalog,
String fileUrl)
Parse an XML 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |