org.apache.ddlutils.io
Class LocalEntityResolver

java.lang.Object
  extended by org.apache.ddlutils.io.LocalEntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class LocalEntityResolver
extends java.lang.Object
implements org.xml.sax.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 $

Field Summary
static java.lang.String DTD_PREFIX
          The default DTD.
 
Constructor Summary
LocalEntityResolver()
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DTD_PREFIX

public static final java.lang.String DTD_PREFIX
The default DTD.

See Also:
Constant Field Values
Constructor Detail

LocalEntityResolver

public LocalEntityResolver()
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)
                                      throws org.xml.sax.SAXException

Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
Throws:
org.xml.sax.SAXException


Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.