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: 481151 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DTD_PREFIX
public static final String DTD_PREFIX
- The default DTD.
- See Also:
- Constant Field Values
LocalEntityResolver
public LocalEntityResolver()
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
throws SAXException
-
- Specified by:
resolveEntity
in interface EntityResolver
- Throws:
SAXException
Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.