org.apache.commons.modeler.util
Class DomUtil.NullResolver

java.lang.Object
  |
  +--org.apache.commons.modeler.util.DomUtil.NullResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver
Enclosing class:
DomUtil

public static class DomUtil.NullResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver


Constructor Summary
DomUtil.NullResolver()
           
 
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

DomUtil.NullResolver

public DomUtil.NullResolver()
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)
                                      throws org.xml.sax.SAXException,
                                             java.io.IOException
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
org.xml.sax.SAXException
java.io.IOException


Copyright (c) 2001-2003 - Apache Software Foundation