first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.apache.xerces.xni.parser;
|
||||
|
||||
import org.apache.xerces.xni.XMLDocumentHandler;
|
||||
|
||||
public interface XMLDocumentSource {
|
||||
XMLDocumentHandler getDocumentHandler();
|
||||
|
||||
void setDocumentHandler(XMLDocumentHandler paramXMLDocumentHandler);
|
||||
}
|
Reference in New Issue
Block a user