public class SchemaEntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver
Constructor and Description |
---|
SchemaEntityResolver(java.sql.Connection cnn) |
Modifier and Type | Method and Description |
---|---|
org.xml.sax.InputSource |
resolveEntity(java.lang.String targetNS, java.lang.String systemId) |
public org.xml.sax.InputSource resolveEntity(java.lang.String targetNS, java.lang.String systemId) throws org.xml.sax.SAXException, java.io.IOException, java.lang.RuntimeException
resolveEntity
in interface org.xml.sax.EntityResolver
targetNS
- NamespacesystemId
- URLorg.xml.sax.SAXException
java.io.IOException
java.lang.RuntimeException