Uses of Class
org.jboss.util.xml.catalog.CatalogException
-
Packages that use CatalogException Package Description 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 Modifier and Type Method Description static intCatalogEntry. getEntryArgCount(int type)Find out how many arguments an entry is required to have.static intCatalogEntry. getEntryArgCount(java.lang.String name)Find out how many arguments an entry is required to have.static intCatalogEntry. getEntryType(java.lang.String name)Lookup an entry typevoidCatalog. parseCatalog(java.lang.String mimeType, java.io.InputStream is)Parse a catalog file, augmenting internal data structures.protected voidCatalog. parseCatalogFile(java.lang.String fileName)Parse a single catalog file, augmenting internal data structures.Constructors in org.jboss.util.xml.catalog that throw CatalogException Constructor Description CatalogEntry(int type, java.util.Vector args)Construct a catalog entry of the specified type.CatalogEntry(java.lang.String name, java.util.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 Modifier and Type Method Description voidCatalogReader. readCatalog(Catalog catalog, java.io.InputStream is)Read a catalog from an input stream.voidCatalogReader. readCatalog(Catalog catalog, java.lang.String fileUrl)Read a catalog from a file.voidDOMCatalogReader. readCatalog(Catalog catalog, java.io.InputStream is)Read a catalog from an input stream.voidDOMCatalogReader. readCatalog(Catalog catalog, java.lang.String fileUrl)Read the catalog behind the specified URL.voidSAXCatalogReader. readCatalog(Catalog catalog, java.io.InputStream is)Parse an XML Catalog stream.voidSAXCatalogReader. readCatalog(Catalog catalog, java.lang.String fileUrl)Parse an XML Catalog file.
-