1 16 17 package org.apache.xerces.xni.parser; 18 19 import java.io.IOException ; 20 import org.apache.xerces.xni.XNIException; 21 22 39 public interface XMLDocumentScanner 40 extends XMLDocumentSource { 41 42 46 53 public void setInputSource(XMLInputSource inputSource) throws IOException ; 54 55 68 public boolean scanDocument(boolean complete) 69 throws IOException , XNIException; 70 71 } | Popular Tags |