public interface org.apache.xerces.xni.parser.XMLDocumentScanner extends org.apache.xerces.xni.parser.XMLDocumentSource
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.xerces.xni.parser.XMLDocumentScanner
  super_class: java.lang.Object
{
  public abstract void setInputSource(org.apache.xerces.xni.parser.XMLInputSource);
    descriptor: (Lorg/apache/xerces/xni/parser/XMLInputSource;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      inputSource  

  public abstract boolean scanDocument(boolean);
    descriptor: (Z)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException, org.apache.xerces.xni.XNIException
    MethodParameters:
          Name  Flags
      complete  
}
SourceFile: "XMLDocumentScanner.java"