public static class ValidatingXMLParser.MoMLEntityResolver extends java.lang.Object implements org.xml.sax.EntityResolver
| Constructor and Description |
|---|
MoMLEntityResolver() |
| Modifier and Type | Method and Description |
|---|---|
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicID,
java.lang.String systemID)
Resolve the entity.
|
public MoMLEntityResolver()
public org.xml.sax.InputSource resolveEntity(java.lang.String publicID, java.lang.String systemID) throws org.xml.sax.SAXException
resolveEntity in interface org.xml.sax.EntityResolverpublicID - Ignored.systemID - The systemID.org.xml.sax.SAXException - If the MoML DTD cannot be created.