org.apache.ddlutils.io
Class LocalEntityResolver
java.lang.Object
org.apache.ddlutils.io.LocalEntityResolver
- All Implemented Interfaces:
- EntityResolver
- public class LocalEntityResolver
- extends Object
- implements EntityResolver
An entity resolver that matches the specific database dtds to the one that comes
with DdlUtils, and that can handle file url's.
- Version:
- $Revision: 365443 $
- Author:
- Thomas Dudziak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalEntityResolver
public LocalEntityResolver()
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
throws SAXException
-
- Specified by:
resolveEntity
in interface EntityResolver
- Throws:
SAXException
Copyright © 2005 Apache Software Foundation. All Rights Reserved.