Frames | No Frames |
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 | CatalogEntry.getEntryArgCount(String name) Find out how many arguments an entry is required to have. |
int | CatalogEntry.getEntryArgCount(int type) Find out how many arguments an entry is required to have. |
int | CatalogEntry.getEntryType(String name) Lookup an entry type
|
void | Catalog.parseCatalog(String mimeType, InputStream is) Parse a catalog file, augmenting internal data structures. |
void | Catalog.parseCatalogFile(String fileName) Parse a single catalog file, augmenting internal data structures. |
Methods which throw type org.apache.xml.resolver.CatalogException | |
String | Return the next token in the catalog file. |
void | Read a catalog from an input stream. |
void | Read a catalog from an input stream. |
void | Parse an XML Catalog stream. |
void | Read a catalog from a file. |
void | Read the catalog behind the specified URL. |
void | Parse an XML Catalog file. |