org.enhydra.dods.generator
Class DOMLEntityResolver
java.lang.Object
org.enhydra.dods.generator.DOMLEntityResolver
- All Implemented Interfaces:
- org.xml.sax.EntityResolver
public class DOMLEntityResolver
- extends java.lang.Object
- implements org.xml.sax.EntityResolver
Replaces the internet location of the DOML 8.0 schema, with its content read
from resources.
- Author:
- Dejan Betos
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOML_SCHEMA
public static final java.lang.String DOML_SCHEMA
- See Also:
- Constant Field Values
DOMLEntityResolver
public DOMLEntityResolver()
resolveEntity
public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
java.lang.String systemId)
- Specified by:
resolveEntity
in interface org.xml.sax.EntityResolver
getSchemaInputSource
public static org.xml.sax.InputSource getSchemaInputSource()