public final class com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver implements com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$Driver
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver
  super_class: java.lang.Object
{
  final com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl this$0;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver this
         0: .line 731
            aload 0 /* this */
            aload 1
            putfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver.this$0:Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$XMLDeclDriver;
    MethodParameters:
        Name  Flags
      this$0  final

  public int next();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver this
         0: .line 743
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver.this$0:Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;
            bipush 43
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.setScannerState:(I)V
         1: .line 744
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver.this$0:Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver.this$0:Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;
            getfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.fPrologDriver:Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$Driver;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.setDriver:(Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$Driver;)V
         2: .line 749
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver.this$0:Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;
            getfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getstatic com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.XMLDECL:[C
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipString:([C)Z
            ifeq 8
         3: .line 750
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver.this$0:Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;
            getfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.peekChar:()I
            invokestatic com.sun.org.apache.xerces.internal.util.XMLChar.isSpace:(I)Z
            ifeq 7
         4: .line 751
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver.this$0:Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;
            dup
            getfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.fMarkupDepth:I
            iconst_1
            iadd
            putfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.fMarkupDepth:I
         5: .line 752
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver.this$0:Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;
            iconst_0
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.scanXMLDeclOrTextDecl:(Z)V
         6: .line 753
            goto 8
         7: .line 755
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver.this$0:Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;
            getfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.fEntityManager:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager;
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager.fCurrentEntity:Lcom/sun/xml/internal/stream/Entity$ScannedEntity;
            iconst_0
            putfield com.sun.xml.internal.stream.Entity$ScannedEntity.position:I
         8: .line 760
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver.this$0:Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;
            getfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.fEntityManager:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager;
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager.fCurrentEntity:Lcom/sun/xml/internal/stream/Entity$ScannedEntity;
            iconst_1
            putfield com.sun.xml.internal.stream.Entity$ScannedEntity.mayReadChunks:Z
         9: .line 761
            bipush 7
            ireturn
        10: .line 765
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException
            astore 1 /* e */
        start local 1 // com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException e
        11: .line 766
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver.this$0:Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;
            getfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.fErrorReporter:Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;
            aload 1 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException.getDomain:()Ljava/lang/String;
            aload 1 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException.getKey:()Ljava/lang/String;
        12: .line 767
            aload 1 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException.getArguments:()[Ljava/lang/Object;
            iconst_2
            aload 1 /* e */
        13: .line 766
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;SLjava/lang/Exception;)Ljava/lang/String;
            pop
        14: .line 768
            iconst_m1
            ireturn
        end local 1 // com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException e
        15: .line 769
      StackMap locals:
      StackMap stack: java.io.CharConversionException
            astore 1 /* e */
        start local 1 // java.io.CharConversionException e
        16: .line 770
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver.this$0:Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;
            getfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.fErrorReporter:Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;
        17: .line 771
            ldc "http://www.w3.org/TR/1998/REC-xml-19980210"
        18: .line 772
            ldc "CharConversionFailure"
        19: .line 773
            aconst_null
        20: .line 774
            iconst_2
            aload 1 /* e */
        21: .line 770
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;SLjava/lang/Exception;)Ljava/lang/String;
            pop
        22: .line 775
            iconst_m1
            ireturn
        end local 1 // java.io.CharConversionException e
        23: .line 778
      StackMap locals:
      StackMap stack: java.io.EOFException
            pop
        24: .line 779
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver.this$0:Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;
            ldc "PrematureEOF"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        25: .line 780
            iconst_m1
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   26     0  this  Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$XMLDeclDriver;
           11   15     1     e  Lcom/sun/org/apache/xerces/internal/impl/io/MalformedByteSequenceException;
           16   23     1     e  Ljava/io/CharConversionException;
      Exception table:
        from    to  target  type
           2     9      10  Class com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException
           2     9      15  Class java.io.CharConversionException
           2     9      23  Class java.io.EOFException
    Exceptions:
      throws java.io.IOException, com.sun.org.apache.xerces.internal.xni.XNIException
}
SourceFile: "XMLDocumentScannerImpl.java"
NestHost: com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl
InnerClasses:
  protected abstract Driver = com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$Driver of com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl
  protected final XMLDeclDriver = com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver of com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl
  public ScannedEntity = com.sun.xml.internal.stream.Entity$ScannedEntity of com.sun.xml.internal.stream.Entity