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.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XCatalog.Parser.Resolver
XCatalog.Parser.Resolver()
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.