org.w3c.mwi.mobileok.basic
Class MobileOKCatalog

java.lang.Object
  extended by org.apache.xml.resolver.Catalog
      extended by org.w3c.mwi.mobileok.basic.MobileOKCatalog

public final class MobileOKCatalog
extends org.apache.xml.resolver.Catalog

Modified version of Catalog that can also read catalog files from the classpath.

The class makes it possible to store the catalog within the JAR package.

Version:
$Revision: 1.1 $
Author:
The W3C mobileOK Checker Task Force

Field Summary
 
Fields inherited from class org.apache.xml.resolver.Catalog
base, BASE, CATALOG, catalogCwd, catalogEntries, catalogFiles, catalogManager, catalogs, default_override, DELEGATE_PUBLIC, DELEGATE_SYSTEM, DELEGATE_URI, DOCTYPE, DOCUMENT, DTDDECL, ENTITY, LINKTYPE, localCatalogFiles, localDelegate, NOTATION, OVERRIDE, PUBLIC, readerArr, readerMap, REWRITE_SYSTEM, REWRITE_URI, SGMLDECL, SYSTEM, SYSTEM_SUFFIX, URI, URI_SUFFIX
 
Constructor Summary
MobileOKCatalog()
           
 
Method Summary
protected  void parseCatalogFile(java.lang.String fileName)
           
 
Methods inherited from class org.apache.xml.resolver.Catalog
addDelegate, addEntry, addReader, copyReaders, encodedByte, fixSlashes, getCatalogManager, getCurrentBase, getDefaultOverride, loadSystemCatalogs, makeAbsolute, newCatalog, normalizeURI, parseAllCatalogs, parseCatalog, parseCatalog, parseCatalog, parsePendingCatalogs, resolveDoctype, resolveDocument, resolveEntity, resolveLocalPublic, resolveLocalSystem, resolveLocalURI, resolveNotation, resolvePublic, resolveSubordinateCatalogs, resolveSystem, resolveURI, setCatalogManager, setupReaders, unknownEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobileOKCatalog

public MobileOKCatalog()
Method Detail

parseCatalogFile

protected void parseCatalogFile(java.lang.String fileName)
                         throws java.io.IOException
Overrides:
parseCatalogFile in class org.apache.xml.resolver.Catalog
Throws:
java.io.IOException