1 57 58 package com.sun.org.apache.xerces.internal.xni.parser; 59 60 import java.io.IOException ; 61 import com.sun.org.apache.xerces.internal.xni.XNIException; 62 63 80 public interface XMLDocumentScanner 81 extends XMLDocumentSource { 82 83 87 94 public void setInputSource(XMLInputSource inputSource) throws IOException ; 95 96 109 public boolean scanDocument(boolean complete) 110 throws IOException , XNIException; 111 112 } | Popular Tags |