public class org.apache.xml.utils.XMLCharacterRecognizer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xml.utils.XMLCharacterRecognizer
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.XMLCharacterRecognizer this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.xml.utils.XMLCharacterRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/utils/XMLCharacterRecognizer;

  public static boolean isWhiteSpace(char);
    descriptor: (C)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // char ch
         0: .line 40
            iload 0 /* ch */
            bipush 32
            if_icmpeq 1
            iload 0 /* ch */
            bipush 9
            if_icmpeq 1
            iload 0 /* ch */
            bipush 13
            if_icmpeq 1
            iload 0 /* ch */
            bipush 10
            if_icmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // char ch
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    ch  C
    MethodParameters:
      Name  Flags
      ch    

  public static boolean isWhiteSpace(char[], int, int);
    descriptor: ([CII)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // char[] ch
        start local 1 // int start
        start local 2 // int length
         0: .line 55
            iload 1 /* start */
            iload 2 /* length */
            iadd
            istore 3 /* end */
        start local 3 // int end
         1: .line 57
            iload 1 /* start */
            istore 4 /* s */
        start local 4 // int s
         2: goto 6
         3: .line 59
      StackMap locals: int int
      StackMap stack:
            aload 0 /* ch */
            iload 4 /* s */
            caload
            invokestatic org.apache.xml.utils.XMLCharacterRecognizer.isWhiteSpace:(C)Z
            ifne 5
         4: .line 60
            iconst_0
            ireturn
         5: .line 57
      StackMap locals:
      StackMap stack:
            iinc 4 /* s */ 1
      StackMap locals:
      StackMap stack:
         6: iload 4 /* s */
            iload 3 /* end */
            if_icmplt 3
        end local 4 // int s
         7: .line 63
            iconst_1
            ireturn
        end local 3 // int end
        end local 2 // int length
        end local 1 // int start
        end local 0 // char[] ch
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0      ch  [C
            0    8     1   start  I
            0    8     2  length  I
            1    8     3     end  I
            2    7     4       s  I
    MethodParameters:
        Name  Flags
      ch      
      start   
      length  

  public static boolean isWhiteSpace(java.lang.StringBuffer);
    descriptor: (Ljava/lang/StringBuffer;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // java.lang.StringBuffer buf
         0: .line 75
            aload 0 /* buf */
            invokevirtual java.lang.StringBuffer.length:()I
            istore 1 /* n */
        start local 1 // int n
         1: .line 77
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 79
      StackMap locals: int int
      StackMap stack:
            aload 0 /* buf */
            iload 2 /* i */
            invokevirtual java.lang.StringBuffer.charAt:(I)C
            invokestatic org.apache.xml.utils.XMLCharacterRecognizer.isWhiteSpace:(C)Z
            ifne 5
         4: .line 80
            iconst_0
            ireturn
         5: .line 77
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            iload 1 /* n */
            if_icmplt 3
        end local 2 // int i
         7: .line 83
            iconst_1
            ireturn
        end local 1 // int n
        end local 0 // java.lang.StringBuffer buf
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0   buf  Ljava/lang/StringBuffer;
            1    8     1     n  I
            2    7     2     i  I
    MethodParameters:
      Name  Flags
      buf   

  public static boolean isWhiteSpace(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // java.lang.String s
         0: .line 95
            aload 0 /* s */
            ifnull 8
         1: .line 97
            aload 0 /* s */
            invokevirtual java.lang.String.length:()I
            istore 1 /* n */
        start local 1 // int n
         2: .line 99
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 7
         4: .line 101
      StackMap locals: int int
      StackMap stack:
            aload 0 /* s */
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic org.apache.xml.utils.XMLCharacterRecognizer.isWhiteSpace:(C)Z
            ifne 6
         5: .line 102
            iconst_0
            ireturn
         6: .line 99
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            iload 1 /* n */
            if_icmplt 4
        end local 2 // int i
        end local 1 // int n
         8: .line 106
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0     s  Ljava/lang/String;
            2    8     1     n  I
            3    8     2     i  I
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "XMLCharacterRecognizer.java"