org.enhydra.shark.xpdl
Class XPDLEntityResolver
java.lang.Object
org.enhydra.shark.xpdl.XPDLEntityResolver
- All Implemented Interfaces:
- org.xml.sax.EntityResolver
public class XPDLEntityResolver
- extends java.lang.Object
- implements org.xml.sax.EntityResolver
Replaces the internet location of the XPDL1.0 schema, with its content read
from resources.
- Author:
- Sasa Bojanic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPDL_SCHEMA
public static final java.lang.String XPDL_SCHEMA
- See Also:
- Constant Field Values
XPDLEntityResolver
public XPDLEntityResolver()
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()