org.enhydra.apache.xerces.readers
Class XCatalog.Parser.Resolver

java.lang.Object
  |
  +--org.enhydra.apache.xerces.readers.XCatalog.Parser.Resolver
All Implemented Interfaces:
EntityResolver
Enclosing class:
XCatalog.Parser

class XCatalog.Parser.Resolver
extends Object
implements EntityResolver

Resolver for locating the XCatalog DTD resource.


Constructor Summary
(package private) XCatalog.Parser.Resolver()
           
 
Method Summary
 InputSource resolveEntity(String publicId, String systemId)
          Resolves the XCatalog DTD entity.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XCatalog.Parser.Resolver

XCatalog.Parser.Resolver()
Method Detail

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)
                          throws SAXException,
                                 IOException
Resolves the XCatalog DTD entity.
Specified by:
resolveEntity in interface EntityResolver


Copyright © 1999 The Apache Software Foundation. All Rights reserved.