public class org.apache.batik.parser.PreserveAspectRatioParser extends org.apache.batik.parser.AbstractParser
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.parser.PreserveAspectRatioParser
  super_class: org.apache.batik.parser.AbstractParser
{
  protected org.apache.batik.parser.PreserveAspectRatioHandler preserveAspectRatioHandler;
    descriptor: Lorg/apache/batik/parser/PreserveAspectRatioHandler;
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.PreserveAspectRatioParser this
         0: .line 40
            aload 0 /* this */
            invokespecial org.apache.batik.parser.AbstractParser.<init>:()V
         1: .line 41
            aload 0 /* this */
         2: .line 42
            getstatic org.apache.batik.parser.DefaultPreserveAspectRatioHandler.INSTANCE:Lorg/apache/batik/parser/PreserveAspectRatioHandler;
         3: .line 41
            putfield org.apache.batik.parser.PreserveAspectRatioParser.preserveAspectRatioHandler:Lorg/apache/batik/parser/PreserveAspectRatioHandler;
         4: .line 43
            return
        end local 0 // org.apache.batik.parser.PreserveAspectRatioParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/batik/parser/PreserveAspectRatioParser;

  public void setPreserveAspectRatioHandler(org.apache.batik.parser.PreserveAspectRatioHandler);
    descriptor: (Lorg/apache/batik/parser/PreserveAspectRatioHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.parser.PreserveAspectRatioParser this
        start local 1 // org.apache.batik.parser.PreserveAspectRatioHandler handler
         0: .line 58
            aload 0 /* this */
            aload 1 /* handler */
            putfield org.apache.batik.parser.PreserveAspectRatioParser.preserveAspectRatioHandler:Lorg/apache/batik/parser/PreserveAspectRatioHandler;
         1: .line 59
            return
        end local 1 // org.apache.batik.parser.PreserveAspectRatioHandler handler
        end local 0 // org.apache.batik.parser.PreserveAspectRatioParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/batik/parser/PreserveAspectRatioParser;
            0    2     1  handler  Lorg/apache/batik/parser/PreserveAspectRatioHandler;
    MethodParameters:
         Name  Flags
      handler  

  public org.apache.batik.parser.PreserveAspectRatioHandler getPreserveAspectRatioHandler();
    descriptor: ()Lorg/apache/batik/parser/PreserveAspectRatioHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.PreserveAspectRatioParser this
         0: .line 65
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.preserveAspectRatioHandler:Lorg/apache/batik/parser/PreserveAspectRatioHandler;
            areturn
        end local 0 // org.apache.batik.parser.PreserveAspectRatioParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/parser/PreserveAspectRatioParser;

  protected void doParse();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.PreserveAspectRatioParser this
         0: .line 72
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
         1: .line 73
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipSpaces:()V
         2: .line 75
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.parsePreserveAspectRatio:()V
         3: .line 76
            return
        end local 0 // org.apache.batik.parser.PreserveAspectRatioParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/parser/PreserveAspectRatioParser;
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void parsePreserveAspectRatio();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.PreserveAspectRatioParser this
         0: .line 83
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.preserveAspectRatioHandler:Lorg/apache/batik/parser/PreserveAspectRatioHandler;
            invokeinterface org.apache.batik.parser.PreserveAspectRatioHandler.startPreserveAspectRatio:()V
         1: .line 85
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            lookupswitch { // 2
                  110: 2
                  120: 21
              default: 137
          }
         2: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
         3: .line 88
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 111
            if_icmpeq 7
         4: .line 89
            aload 0 /* this */
            bipush 111
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
         5: .line 90
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
         6: .line 91
            goto 140
         7: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
         8: .line 94
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 110
            if_icmpeq 12
         9: .line 95
            aload 0 /* this */
            bipush 111
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
        10: .line 96
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
        11: .line 97
            goto 140
        12: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        13: .line 100
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 101
            if_icmpeq 17
        14: .line 101
            aload 0 /* this */
            bipush 101
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
        15: .line 102
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
        16: .line 103
            goto 140
        17: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        18: .line 106
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipSpaces:()V
        19: .line 107
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.preserveAspectRatioHandler:Lorg/apache/batik/parser/PreserveAspectRatioHandler;
            invokeinterface org.apache.batik.parser.PreserveAspectRatioHandler.none:()V
        20: .line 108
            goto 140
        21: .line 111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        22: .line 112
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 77
            if_icmpeq 26
        23: .line 113
            aload 0 /* this */
            bipush 77
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
        24: .line 114
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
        25: .line 115
            goto 140
        26: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        27: .line 118
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            lookupswitch { // 2
                   97: 28
                  105: 65
              default: 134
          }
        28: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        29: .line 121
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 120
            if_icmpeq 33
        30: .line 122
            aload 0 /* this */
            bipush 120
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
        31: .line 123
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
        32: .line 124
            goto 140
        33: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        34: .line 127
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 89
            if_icmpeq 38
        35: .line 128
            aload 0 /* this */
            bipush 89
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
        36: .line 129
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
        37: .line 130
            goto 140
        38: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        39: .line 133
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 77
            if_icmpeq 43
        40: .line 134
            aload 0 /* this */
            bipush 77
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
        41: .line 135
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
        42: .line 136
            goto 140
        43: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        44: .line 139
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            lookupswitch { // 2
                   97: 45
                  105: 53
              default: 64
          }
        45: .line 141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        46: .line 142
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 120
            if_icmpeq 50
        47: .line 143
            aload 0 /* this */
            bipush 120
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
        48: .line 144
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
        49: .line 145
            goto 140
        50: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.preserveAspectRatioHandler:Lorg/apache/batik/parser/PreserveAspectRatioHandler;
            invokeinterface org.apache.batik.parser.PreserveAspectRatioHandler.xMaxYMax:()V
        51: .line 148
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        52: .line 149
            goto 140
        53: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        54: .line 152
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            lookupswitch { // 2
                  100: 55
                  110: 58
              default: 61
          }
        55: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.preserveAspectRatioHandler:Lorg/apache/batik/parser/PreserveAspectRatioHandler;
            invokeinterface org.apache.batik.parser.PreserveAspectRatioHandler.xMaxYMid:()V
        56: .line 155
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        57: .line 156
            goto 140
        58: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.preserveAspectRatioHandler:Lorg/apache/batik/parser/PreserveAspectRatioHandler;
            invokeinterface org.apache.batik.parser.PreserveAspectRatioHandler.xMaxYMin:()V
        59: .line 159
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        60: .line 160
            goto 140
        61: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportUnexpectedCharacterError:(I)V
        62: .line 163
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
        63: .line 164
            goto 140
        64: .line 167
      StackMap locals:
      StackMap stack:
            goto 140
        65: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        66: .line 170
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            lookupswitch { // 2
                  100: 67
                  110: 99
              default: 131
          }
        67: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        68: .line 173
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 89
            if_icmpeq 72
        69: .line 174
            aload 0 /* this */
            bipush 89
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
        70: .line 175
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
        71: .line 176
            goto 140
        72: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        73: .line 179
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 77
            if_icmpeq 77
        74: .line 180
            aload 0 /* this */
            bipush 77
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
        75: .line 181
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
        76: .line 182
            goto 140
        77: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        78: .line 185
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            lookupswitch { // 2
                   97: 79
                  105: 87
              default: 98
          }
        79: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        80: .line 188
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 120
            if_icmpeq 84
        81: .line 189
            aload 0 /* this */
            bipush 120
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
        82: .line 190
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
        83: .line 191
            goto 140
        84: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.preserveAspectRatioHandler:Lorg/apache/batik/parser/PreserveAspectRatioHandler;
            invokeinterface org.apache.batik.parser.PreserveAspectRatioHandler.xMidYMax:()V
        85: .line 194
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        86: .line 195
            goto 140
        87: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        88: .line 198
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            lookupswitch { // 2
                  100: 89
                  110: 92
              default: 95
          }
        89: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.preserveAspectRatioHandler:Lorg/apache/batik/parser/PreserveAspectRatioHandler;
            invokeinterface org.apache.batik.parser.PreserveAspectRatioHandler.xMidYMid:()V
        90: .line 201
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        91: .line 202
            goto 140
        92: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.preserveAspectRatioHandler:Lorg/apache/batik/parser/PreserveAspectRatioHandler;
            invokeinterface org.apache.batik.parser.PreserveAspectRatioHandler.xMidYMin:()V
        93: .line 205
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
        94: .line 206
            goto 140
        95: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportUnexpectedCharacterError:(I)V
        96: .line 209
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
        97: .line 210
            goto 140
        98: .line 213
      StackMap locals:
      StackMap stack:
            goto 140
        99: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
       100: .line 216
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 89
            if_icmpeq 104
       101: .line 217
            aload 0 /* this */
            bipush 89
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
       102: .line 218
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
       103: .line 219
            goto 140
       104: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
       105: .line 222
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 77
            if_icmpeq 109
       106: .line 223
            aload 0 /* this */
            bipush 77
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
       107: .line 224
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
       108: .line 225
            goto 140
       109: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
       110: .line 228
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            lookupswitch { // 2
                   97: 111
                  105: 119
              default: 130
          }
       111: .line 230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
       112: .line 231
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 120
            if_icmpeq 116
       113: .line 232
            aload 0 /* this */
            bipush 120
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
       114: .line 233
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
       115: .line 234
            goto 140
       116: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.preserveAspectRatioHandler:Lorg/apache/batik/parser/PreserveAspectRatioHandler;
            invokeinterface org.apache.batik.parser.PreserveAspectRatioHandler.xMinYMax:()V
       117: .line 237
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
       118: .line 238
            goto 140
       119: .line 240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
       120: .line 241
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            lookupswitch { // 2
                  100: 121
                  110: 124
              default: 127
          }
       121: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.preserveAspectRatioHandler:Lorg/apache/batik/parser/PreserveAspectRatioHandler;
            invokeinterface org.apache.batik.parser.PreserveAspectRatioHandler.xMinYMid:()V
       122: .line 244
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
       123: .line 245
            goto 140
       124: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.preserveAspectRatioHandler:Lorg/apache/batik/parser/PreserveAspectRatioHandler;
            invokeinterface org.apache.batik.parser.PreserveAspectRatioHandler.xMinYMin:()V
       125: .line 248
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
       126: .line 249
            goto 140
       127: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportUnexpectedCharacterError:(I)V
       128: .line 252
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
       129: .line 253
            goto 140
       130: .line 256
      StackMap locals:
      StackMap stack:
            goto 140
       131: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportUnexpectedCharacterError:(I)V
       132: .line 259
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
       133: .line 260
            goto 140
       134: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportUnexpectedCharacterError:(I)V
       135: .line 265
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
       136: .line 267
            goto 140
       137: .line 269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            iconst_m1
            if_icmpeq 140
       138: .line 270
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportUnexpectedCharacterError:(I)V
       139: .line 271
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
       140: .line 275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipCommaSpaces:()V
       141: .line 277
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            lookupswitch { // 2
                  109: 142
                  115: 160
              default: 183
          }
       142: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
       143: .line 280
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 101
            if_icmpeq 147
       144: .line 281
            aload 0 /* this */
            bipush 101
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
       145: .line 282
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
       146: .line 283
            goto 186
       147: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
       148: .line 286
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 101
            if_icmpeq 152
       149: .line 287
            aload 0 /* this */
            bipush 101
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
       150: .line 288
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
       151: .line 289
            goto 186
       152: .line 291
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
       153: .line 292
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 116
            if_icmpeq 157
       154: .line 293
            aload 0 /* this */
            bipush 116
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
       155: .line 294
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
       156: .line 295
            goto 186
       157: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.preserveAspectRatioHandler:Lorg/apache/batik/parser/PreserveAspectRatioHandler;
            invokeinterface org.apache.batik.parser.PreserveAspectRatioHandler.meet:()V
       158: .line 298
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
       159: .line 299
            goto 186
       160: .line 301
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
       161: .line 302
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 108
            if_icmpeq 165
       162: .line 303
            aload 0 /* this */
            bipush 108
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
       163: .line 304
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
       164: .line 305
            goto 186
       165: .line 307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
       166: .line 308
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 105
            if_icmpeq 170
       167: .line 309
            aload 0 /* this */
            bipush 105
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
       168: .line 310
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
       169: .line 311
            goto 186
       170: .line 313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
       171: .line 314
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 99
            if_icmpeq 175
       172: .line 315
            aload 0 /* this */
            bipush 99
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
       173: .line 316
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
       174: .line 317
            goto 186
       175: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
       176: .line 320
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            bipush 101
            if_icmpeq 180
       177: .line 321
            aload 0 /* this */
            bipush 101
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportCharacterExpectedError:(CI)V
       178: .line 322
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
       179: .line 323
            goto 186
       180: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.preserveAspectRatioHandler:Lorg/apache/batik/parser/PreserveAspectRatioHandler;
            invokeinterface org.apache.batik.parser.PreserveAspectRatioHandler.slice:()V
       181: .line 326
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
       182: .line 327
            goto 186
       183: .line 329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            iconst_m1
            if_icmpeq 186
       184: .line 330
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportUnexpectedCharacterError:(I)V
       185: .line 331
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipIdentifier:()V
       186: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.skipSpaces:()V
       187: .line 336
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            iconst_m1
            if_icmpeq 191
       188: .line 337
            aload 0 /* this */
            ldc "end.of.stream.expected"
       189: .line 338
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
       190: .line 337
            invokevirtual org.apache.batik.parser.PreserveAspectRatioParser.reportError:(Ljava/lang/String;[Ljava/lang/Object;)V
       191: .line 341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.preserveAspectRatioHandler:Lorg/apache/batik/parser/PreserveAspectRatioHandler;
            invokeinterface org.apache.batik.parser.PreserveAspectRatioHandler.endPreserveAspectRatio:()V
       192: .line 342
            return
        end local 0 // org.apache.batik.parser.PreserveAspectRatioParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0  193     0  this  Lorg/apache/batik/parser/PreserveAspectRatioParser;
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void skipIdentifier();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.PreserveAspectRatioParser this
         0: .line 349
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
         1: .line 350
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            lookupswitch { // 4
                    9: 2
                   10: 2
                   13: 2
                   32: 2
              default: 4
          }
         2: .line 352
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
         3: .line 353
            goto 5
         4: .line 355
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PreserveAspectRatioParser.current:I
            iconst_m1
            if_icmpne 0
         5: .line 360
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.batik.parser.PreserveAspectRatioParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/batik/parser/PreserveAspectRatioParser;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "PreserveAspectRatioParser.java"