first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.apache.xerces.xni.parser;
|
||||
|
||||
import java.io.IOException;
|
||||
import org.apache.xerces.xni.XMLResourceIdentifier;
|
||||
import org.apache.xerces.xni.XNIException;
|
||||
|
||||
public interface XMLEntityResolver {
|
||||
XMLInputSource resolveEntity(XMLResourceIdentifier paramXMLResourceIdentifier) throws XNIException, IOException;
|
||||
}
|
Reference in New Issue
Block a user