ui.listener
Class EntityResolverNull

java.lang.Object
  extended by ui.listener.EntityResolverNull
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class EntityResolverNull
extends java.lang.Object
implements org.xml.sax.EntityResolver

Resolver qui ne resolve rien du tout; Permet de se passer de dtd pour les parsage de documents

Author:
bruno

Constructor Summary
EntityResolverNull()
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Permet de se passer de dtd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityResolverNull

public EntityResolverNull()
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
Permet de se passer de dtd

Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
Throws:
org.xml.sax.SAXException
java.io.IOException
See Also:
EntityResolver.resolveEntity(java.lang.String, java.lang.String)