com.sun.syndication.io
Class WireFeedInput.EmptyEntityResolver

java.lang.Object
  extended by com.sun.syndication.io.WireFeedInput.EmptyEntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver
Enclosing class:
WireFeedInput

private static class WireFeedInput.EmptyEntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver


Constructor Summary
private WireFeedInput.EmptyEntityResolver()
           
 
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

WireFeedInput.EmptyEntityResolver

private WireFeedInput.EmptyEntityResolver()
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


Copyright © Sun Microsystems. All Rights Reserved.