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

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

public static class DomUtil.NullResolver
extends Object
implements EntityResolver


Constructor Summary
DomUtil.NullResolver()
           
 
Method Summary
 InputSource resolveEntity(String publicId, 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 InputSource resolveEntity(String publicId,
                                 String systemId)
                          throws SAXException,
                                 IOException
Specified by:
resolveEntity in interface EntityResolver


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.