public interface com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentScanner extends com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentScanner
super_class: java.lang.Object
{
public abstract void setInputSource(com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource);
descriptor: (Lcom/sun/org/apache/xerces/internal/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, com.sun.org.apache.xerces.internal.xni.XNIException
MethodParameters:
Name Flags
complete
public abstract int next();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.sun.org.apache.xerces.internal.xni.XNIException, java.io.IOException
}
SourceFile: "XMLDocumentScanner.java"