Package com.musicxmltasks.xml
Class XmlEntityResolver
java.lang.Object
com.musicxmltasks.xml.XmlEntityResolver
- All Implemented Interfaces:
org.xml.sax.EntityResolver
public class XmlEntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver
-
Constructor Summary
Constructors Constructor Description XmlEntityResolver() -
Method Summary
Modifier and Type Method Description org.xml.sax.InputSourceresolveEntity(java.lang.String publicId, java.lang.String systemId)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
XmlEntityResolver
public XmlEntityResolver()
-
-
Method Details
-
resolveEntity
public org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)- Specified by:
resolveEntityin interfaceorg.xml.sax.EntityResolver
-