Apache Tomcat 6.0.53

org.apache.tomcat.util
Class DomUtil.NullResolver

java.lang.Object
  extended by org.apache.tomcat.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
Throws:
org.xml.sax.SAXException
java.io.IOException

Apache Tomcat 6.0.53

Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.