com.finalist.mmbase.wizard
Class MMBaseDTDResolver

java.lang.Object
  extended by com.finalist.mmbase.wizard.MMBaseDTDResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class MMBaseDTDResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver

The com.finalist.mmbase.wizard.MMBaseDTDResolver checks if the requested dtd is known and returns a reference.

Version:
$Revision: 1.3 $, $Date: 2004/10/23 08:54:39 $
Author:
Kors van Beem

Constructor Summary
MMBaseDTDResolver()
           
 
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
 

Constructor Detail

MMBaseDTDResolver

public MMBaseDTDResolver()
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
Parameters:
publicId - The description of the dtd.
systemId - The reference to a dtd on a site.
Returns:
The correct inputsource


Copyright © 2003-2006 mmapps. All Rights Reserved.