martin.common.xml
Class EntityResolver
java.lang.Object
martin.common.xml.EntityResolver
- All Implemented Interfaces:
- org.xml.sax.EntityResolver
public class EntityResolver
- extends java.lang.Object
- implements org.xml.sax.EntityResolver
Method Summary |
org.xml.sax.InputSource |
resolveEntity(java.lang.String arg0,
java.lang.String arg1)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultHandler
private org.xml.sax.helpers.DefaultHandler defaultHandler
dtdLocations
private java.lang.String[] dtdLocations
scanStrings
private java.lang.String[] scanStrings
EntityResolver
public EntityResolver(java.lang.String[] dtdLocations)
resolveEntity
public org.xml.sax.InputSource resolveEntity(java.lang.String arg0,
java.lang.String arg1)
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