Uses of Class
com.sun.org.apache.xml.internal.resolver.CatalogException
-
Packages that use CatalogException Package Description com.sun.org.apache.xml.internal.resolver com.sun.org.apache.xml.internal.resolver.readers -
-
Uses of CatalogException in com.sun.org.apache.xml.internal.resolver
Methods in com.sun.org.apache.xml.internal.resolver 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(String name)Find out how many arguments an entry is required to have.static intCatalogEntry. getEntryType(String name)Lookup an entry typevoidCatalog. parseCatalog(String mimeType, InputStream is)Parse a catalog file, augmenting internal data structures.protected voidCatalog. parseCatalogFile(String fileName)Parse a single catalog file, augmenting internal data structures.Constructors in com.sun.org.apache.xml.internal.resolver that throw CatalogException Constructor Description 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 com.sun.org.apache.xml.internal.resolver.readers
Methods in com.sun.org.apache.xml.internal.resolver.readers that throw CatalogException Modifier and Type Method Description protected StringTextCatalogReader. nextToken()Return the next token in the catalog file.voidCatalogReader. readCatalog(Catalog catalog, InputStream is)Read a catalog from an input stream.voidCatalogReader. readCatalog(Catalog catalog, String fileUrl)Read a catalog from a file.voidDOMCatalogReader. readCatalog(Catalog catalog, InputStream is)Read a catalog from an input stream.voidDOMCatalogReader. readCatalog(Catalog catalog, String fileUrl)Read the catalog behind the specified URL.voidSAXCatalogReader. readCatalog(Catalog catalog, InputStream is)Parse an XML Catalog stream.voidSAXCatalogReader. readCatalog(Catalog catalog, String fileUrl)Parse an XML Catalog file.
-