Uses of Class
org.apache.xml.resolver.CatalogException
Packages that use CatalogException
Package
Description
Apache XML Commons Resolver package.
Apache XML Commons Resolver Readers package.
-
Uses of CatalogException in org.apache.xml.resolver
Methods in org.apache.xml.resolver that throw CatalogExceptionModifier and TypeMethodDescriptionstatic 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 typevoid
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.apache.xml.resolver that throw CatalogExceptionModifierConstructorDescriptionCatalogEntry
(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 CatalogExceptionModifier and TypeMethodDescriptionprotected String
TextCatalogReader.nextToken()
Return the next token in the catalog file.void
CatalogReader.readCatalog
(Catalog catalog, InputStream is) Read a catalog from an input stream.void
CatalogReader.readCatalog
(Catalog catalog, String fileUrl) Read a catalog from a file.void
DOMCatalogReader.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, InputStream is) Parse an XML Catalog stream.void
SAXCatalogReader.readCatalog
(Catalog catalog, String fileUrl) Parse an XML Catalog file.