org.jboss.seam.util
Class XML.NullEntityResolver

java.lang.Object
  extended by org.jboss.seam.util.XML.NullEntityResolver
All Implemented Interfaces:
EntityResolver
Enclosing class:
XML

public static class XML.NullEntityResolver
extends Object
implements EntityResolver


Constructor Summary
XML.NullEntityResolver()
           
 
Method Summary
 InputSource resolveEntity(String systemId, String publicId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XML.NullEntityResolver

public XML.NullEntityResolver()
Method Detail

resolveEntity

public InputSource resolveEntity(String systemId,
                                 String publicId)
                          throws SAXException,
                                 IOException
Specified by:
resolveEntity in interface EntityResolver
Throws:
SAXException
IOException


Copyright © 2011 Seam Framework. All Rights Reserved.