org.jboss.portal.server.impl.xml
Class EntityResolverService
java.lang.Object
ServiceMBeanSupport
org.jboss.portal.jems.as.system.AbstractJBossService
org.jboss.portal.server.impl.xml.EntityResolverService
- All Implemented Interfaces:
- org.xml.sax.EntityResolver
public class EntityResolverService
- extends AbstractJBossService
- implements org.xml.sax.EntityResolver
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EntityResolverService
public EntityResolverService()
getDTDMapping
public org.w3c.dom.Element getDTDMapping()
setDTDMapping
public void setDTDMapping(org.w3c.dom.Element dtdMapping)
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
toString
public java.lang.String toString()