|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CatalogException | |
---|---|
org.jboss.util.xml.catalog | XML utilities. |
org.jboss.util.xml.catalog.readers | XML utilities. |
Uses of CatalogException in org.jboss.util.xml.catalog |
---|
Methods in org.jboss.util.xml.catalog 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. |
protected void |
Catalog.parseCatalogFile(String fileName)
Parse a single catalog file, augmenting internal data structures. |
Constructors in org.jboss.util.xml.catalog 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.jboss.util.xml.catalog.readers |
---|
Methods in org.jboss.util.xml.catalog.readers that throw CatalogException | |
---|---|
void |
DOMCatalogReader.readCatalog(Catalog catalog,
InputStream is)
Read a catalog from an input stream. |
void |
SAXCatalogReader.readCatalog(Catalog catalog,
InputStream is)
Parse an XML Catalog stream. |
void |
CatalogReader.readCatalog(Catalog catalog,
InputStream is)
Read a catalog from an input stream. |
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. |
void |
CatalogReader.readCatalog(Catalog catalog,
String fileUrl)
Read a catalog from a file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |