public final class org.jooq.XMLFormat
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jooq.XMLFormat
  super_class: java.lang.Object
{
  public static final org.jooq.XMLFormat DEFAULT_FOR_RESULTS;
    descriptor: Lorg/jooq/XMLFormat;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.jooq.XMLFormat DEFAULT_FOR_RECORDS;
    descriptor: Lorg/jooq/XMLFormat;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  final boolean xmlns;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final boolean format;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final java.lang.String newline;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final int indent;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final java.lang.String[] indented;
    descriptor: [Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final boolean header;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final org.jooq.XMLFormat$RecordFormat recordFormat;
    descriptor: Lorg/jooq/XMLFormat$RecordFormat;
    flags: (0x0010) ACC_FINAL

  final boolean quoteNested;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 49
            new org.jooq.XMLFormat
            dup
            invokespecial org.jooq.XMLFormat.<init>:()V
            putstatic org.jooq.XMLFormat.DEFAULT_FOR_RESULTS:Lorg/jooq/XMLFormat;
         1: .line 50
            new org.jooq.XMLFormat
            dup
            invokespecial org.jooq.XMLFormat.<init>:()V
            iconst_0
            invokevirtual org.jooq.XMLFormat.header:(Z)Lorg/jooq/XMLFormat;
            iconst_0
            invokevirtual org.jooq.XMLFormat.xmlns:(Z)Lorg/jooq/XMLFormat;
            putstatic org.jooq.XMLFormat.DEFAULT_FOR_RECORDS:Lorg/jooq/XMLFormat;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=1, args_size=1
        start local 0 // org.jooq.XMLFormat this
         0: .line 62
            aload 0 /* this */
         1: .line 63
            iconst_1
         2: .line 64
            iconst_0
         3: .line 65
            ldc "\n"
         4: .line 66
            iconst_2
         5: .line 67
            aconst_null
         6: .line 68
            iconst_1
         7: .line 69
            getstatic org.jooq.XMLFormat$RecordFormat.VALUE_ELEMENTS_WITH_FIELD_ATTRIBUTE:Lorg/jooq/XMLFormat$RecordFormat;
         8: .line 70
            iconst_0
            invokespecial org.jooq.XMLFormat.<init>:(ZZLjava/lang/String;I[Ljava/lang/String;ZLorg/jooq/XMLFormat$RecordFormat;Z)V
         9: .line 72
            return
        end local 0 // org.jooq.XMLFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/jooq/XMLFormat;

  private void <init>(boolean, boolean, java.lang.String, int, java.lang.String[], boolean, org.jooq.XMLFormat$RecordFormat, boolean);
    descriptor: (ZZLjava/lang/String;I[Ljava/lang/String;ZLorg/jooq/XMLFormat$RecordFormat;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=9, args_size=9
        start local 0 // org.jooq.XMLFormat this
        start local 1 // boolean xmlns
        start local 2 // boolean format
        start local 3 // java.lang.String newline
        start local 4 // int indent
        start local 5 // java.lang.String[] indented
        start local 6 // boolean header
        start local 7 // org.jooq.XMLFormat$RecordFormat recordFormat
        start local 8 // boolean quoteNested
         0: .line 74
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 84
            aload 0 /* this */
            iload 1 /* xmlns */
            putfield org.jooq.XMLFormat.xmlns:Z
         2: .line 85
            aload 0 /* this */
            iload 2 /* format */
            putfield org.jooq.XMLFormat.format:Z
         3: .line 86
            aload 0 /* this */
            aload 3 /* newline */
            putfield org.jooq.XMLFormat.newline:Ljava/lang/String;
         4: .line 87
            aload 0 /* this */
            iload 4 /* indent */
            putfield org.jooq.XMLFormat.indent:I
         5: .line 88
            aload 0 /* this */
            aload 5 /* indented */
            ifnull 6
            aload 5 /* indented */
            goto 17
      StackMap locals: org.jooq.XMLFormat int int java.lang.String int java.lang.String[] int org.jooq.XMLFormat$RecordFormat int
      StackMap stack: org.jooq.XMLFormat
         6: iconst_4
            anewarray java.lang.String
            dup
            iconst_0
         7: .line 89
            ldc ""
            aastore
            dup
            iconst_1
         8: .line 90
            iload 2 /* format */
            ifeq 9
            ldc ""
            iload 4 /* indent */
            iconst_1
            imul
            invokestatic org.jooq.tools.StringUtils.rightPad:(Ljava/lang/String;I)Ljava/lang/String;
            goto 10
      StackMap locals: org.jooq.XMLFormat int int java.lang.String int java.lang.String[] int org.jooq.XMLFormat$RecordFormat int
      StackMap stack: org.jooq.XMLFormat java.lang.String[] java.lang.String[] int
         9: ldc ""
      StackMap locals: org.jooq.XMLFormat int int java.lang.String int java.lang.String[] int org.jooq.XMLFormat$RecordFormat int
      StackMap stack: org.jooq.XMLFormat java.lang.String[] java.lang.String[] int java.lang.String
        10: aastore
            dup
            iconst_2
        11: .line 91
            iload 2 /* format */
            ifeq 12
            ldc ""
            iload 4 /* indent */
            iconst_2
            imul
            invokestatic org.jooq.tools.StringUtils.rightPad:(Ljava/lang/String;I)Ljava/lang/String;
            goto 13
      StackMap locals: org.jooq.XMLFormat int int java.lang.String int java.lang.String[] int org.jooq.XMLFormat$RecordFormat int
      StackMap stack: org.jooq.XMLFormat java.lang.String[] java.lang.String[] int
        12: ldc ""
      StackMap locals: org.jooq.XMLFormat int int java.lang.String int java.lang.String[] int org.jooq.XMLFormat$RecordFormat int
      StackMap stack: org.jooq.XMLFormat java.lang.String[] java.lang.String[] int java.lang.String
        13: aastore
            dup
            iconst_3
        14: .line 92
            iload 2 /* format */
            ifeq 15
            ldc ""
            iload 4 /* indent */
            iconst_3
            imul
            invokestatic org.jooq.tools.StringUtils.rightPad:(Ljava/lang/String;I)Ljava/lang/String;
            goto 16
      StackMap locals: org.jooq.XMLFormat int int java.lang.String int java.lang.String[] int org.jooq.XMLFormat$RecordFormat int
      StackMap stack: org.jooq.XMLFormat java.lang.String[] java.lang.String[] int
        15: ldc ""
      StackMap locals: org.jooq.XMLFormat int int java.lang.String int java.lang.String[] int org.jooq.XMLFormat$RecordFormat int
      StackMap stack: org.jooq.XMLFormat java.lang.String[] java.lang.String[] int java.lang.String
        16: aastore
        17: .line 88
      StackMap locals: org.jooq.XMLFormat int int java.lang.String int java.lang.String[] int org.jooq.XMLFormat$RecordFormat int
      StackMap stack: org.jooq.XMLFormat java.lang.String[]
            putfield org.jooq.XMLFormat.indented:[Ljava/lang/String;
        18: .line 94
            aload 0 /* this */
            iload 6 /* header */
            putfield org.jooq.XMLFormat.header:Z
        19: .line 95
            aload 0 /* this */
            aload 7 /* recordFormat */
            putfield org.jooq.XMLFormat.recordFormat:Lorg/jooq/XMLFormat$RecordFormat;
        20: .line 96
            aload 0 /* this */
            iload 8 /* quoteNested */
            putfield org.jooq.XMLFormat.quoteNested:Z
        21: .line 97
            return
        end local 8 // boolean quoteNested
        end local 7 // org.jooq.XMLFormat$RecordFormat recordFormat
        end local 6 // boolean header
        end local 5 // java.lang.String[] indented
        end local 4 // int indent
        end local 3 // java.lang.String newline
        end local 2 // boolean format
        end local 1 // boolean xmlns
        end local 0 // org.jooq.XMLFormat this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Lorg/jooq/XMLFormat;
            0   22     1         xmlns  Z
            0   22     2        format  Z
            0   22     3       newline  Ljava/lang/String;
            0   22     4        indent  I
            0   22     5      indented  [Ljava/lang/String;
            0   22     6        header  Z
            0   22     7  recordFormat  Lorg/jooq/XMLFormat$RecordFormat;
            0   22     8   quoteNested  Z
    MethodParameters:
              Name  Flags
      xmlns         
      format        
      newline       
      indent        
      indented      
      header        
      recordFormat  
      quoteNested   

  public final org.jooq.XMLFormat xmlns(boolean);
    descriptor: (Z)Lorg/jooq/XMLFormat;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // org.jooq.XMLFormat this
        start local 1 // boolean newXmlns
         0: .line 103
            new org.jooq.XMLFormat
            dup
         1: .line 104
            iload 1 /* newXmlns */
         2: .line 105
            aload 0 /* this */
            getfield org.jooq.XMLFormat.format:Z
         3: .line 106
            aload 0 /* this */
            getfield org.jooq.XMLFormat.newline:Ljava/lang/String;
         4: .line 107
            aload 0 /* this */
            getfield org.jooq.XMLFormat.indent:I
         5: .line 108
            aload 0 /* this */
            getfield org.jooq.XMLFormat.indented:[Ljava/lang/String;
         6: .line 109
            aload 0 /* this */
            getfield org.jooq.XMLFormat.header:Z
         7: .line 110
            aload 0 /* this */
            getfield org.jooq.XMLFormat.recordFormat:Lorg/jooq/XMLFormat$RecordFormat;
         8: .line 111
            aload 0 /* this */
            getfield org.jooq.XMLFormat.quoteNested:Z
         9: .line 103
            invokespecial org.jooq.XMLFormat.<init>:(ZZLjava/lang/String;I[Ljava/lang/String;ZLorg/jooq/XMLFormat$RecordFormat;Z)V
            areturn
        end local 1 // boolean newXmlns
        end local 0 // org.jooq.XMLFormat this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lorg/jooq/XMLFormat;
            0   10     1  newXmlns  Z
    MethodParameters:
          Name  Flags
      newXmlns  

  public final boolean xmlns();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.XMLFormat this
         0: .line 119
            aload 0 /* this */
            getfield org.jooq.XMLFormat.xmlns:Z
            ireturn
        end local 0 // org.jooq.XMLFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/XMLFormat;

  public final org.jooq.XMLFormat format(boolean);
    descriptor: (Z)Lorg/jooq/XMLFormat;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // org.jooq.XMLFormat this
        start local 1 // boolean newFormat
         0: .line 126
            new org.jooq.XMLFormat
            dup
         1: .line 127
            aload 0 /* this */
            getfield org.jooq.XMLFormat.xmlns:Z
         2: .line 128
            iload 1 /* newFormat */
         3: .line 129
            aload 0 /* this */
            getfield org.jooq.XMLFormat.newline:Ljava/lang/String;
         4: .line 130
            aload 0 /* this */
            getfield org.jooq.XMLFormat.indent:I
         5: .line 131
            aconst_null
         6: .line 132
            aload 0 /* this */
            getfield org.jooq.XMLFormat.header:Z
         7: .line 133
            aload 0 /* this */
            getfield org.jooq.XMLFormat.recordFormat:Lorg/jooq/XMLFormat$RecordFormat;
         8: .line 134
            aload 0 /* this */
            getfield org.jooq.XMLFormat.quoteNested:Z
         9: .line 126
            invokespecial org.jooq.XMLFormat.<init>:(ZZLjava/lang/String;I[Ljava/lang/String;ZLorg/jooq/XMLFormat$RecordFormat;Z)V
            areturn
        end local 1 // boolean newFormat
        end local 0 // org.jooq.XMLFormat this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/jooq/XMLFormat;
            0   10     1  newFormat  Z
    MethodParameters:
           Name  Flags
      newFormat  

  public final boolean format();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.XMLFormat this
         0: .line 142
            aload 0 /* this */
            getfield org.jooq.XMLFormat.format:Z
            ireturn
        end local 0 // org.jooq.XMLFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/XMLFormat;

  public final org.jooq.XMLFormat newline(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/XMLFormat;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // org.jooq.XMLFormat this
        start local 1 // java.lang.String newNewline
         0: .line 149
            new org.jooq.XMLFormat
            dup
         1: .line 150
            aload 0 /* this */
            getfield org.jooq.XMLFormat.xmlns:Z
         2: .line 151
            aload 0 /* this */
            getfield org.jooq.XMLFormat.format:Z
         3: .line 152
            aload 1 /* newNewline */
         4: .line 153
            aload 0 /* this */
            getfield org.jooq.XMLFormat.indent:I
         5: .line 154
            aload 0 /* this */
            getfield org.jooq.XMLFormat.indented:[Ljava/lang/String;
         6: .line 155
            aload 0 /* this */
            getfield org.jooq.XMLFormat.header:Z
         7: .line 156
            aload 0 /* this */
            getfield org.jooq.XMLFormat.recordFormat:Lorg/jooq/XMLFormat$RecordFormat;
         8: .line 157
            aload 0 /* this */
            getfield org.jooq.XMLFormat.quoteNested:Z
         9: .line 149
            invokespecial org.jooq.XMLFormat.<init>:(ZZLjava/lang/String;I[Ljava/lang/String;ZLorg/jooq/XMLFormat$RecordFormat;Z)V
            areturn
        end local 1 // java.lang.String newNewline
        end local 0 // org.jooq.XMLFormat this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lorg/jooq/XMLFormat;
            0   10     1  newNewline  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      newNewline  

  public final java.lang.String newline();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.XMLFormat this
         0: .line 165
            aload 0 /* this */
            getfield org.jooq.XMLFormat.format:Z
            ifeq 1
            aload 0 /* this */
            getfield org.jooq.XMLFormat.newline:Ljava/lang/String;
            goto 2
      StackMap locals:
      StackMap stack:
         1: ldc ""
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // org.jooq.XMLFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jooq/XMLFormat;

  public final org.jooq.XMLFormat indent(int);
    descriptor: (I)Lorg/jooq/XMLFormat;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // org.jooq.XMLFormat this
        start local 1 // int newIndent
         0: .line 172
            new org.jooq.XMLFormat
            dup
         1: .line 173
            aload 0 /* this */
            getfield org.jooq.XMLFormat.xmlns:Z
         2: .line 174
            aload 0 /* this */
            getfield org.jooq.XMLFormat.format:Z
         3: .line 175
            aload 0 /* this */
            getfield org.jooq.XMLFormat.newline:Ljava/lang/String;
         4: .line 176
            iload 1 /* newIndent */
         5: .line 177
            aconst_null
         6: .line 178
            aload 0 /* this */
            getfield org.jooq.XMLFormat.header:Z
         7: .line 179
            aload 0 /* this */
            getfield org.jooq.XMLFormat.recordFormat:Lorg/jooq/XMLFormat$RecordFormat;
         8: .line 180
            aload 0 /* this */
            getfield org.jooq.XMLFormat.quoteNested:Z
         9: .line 172
            invokespecial org.jooq.XMLFormat.<init>:(ZZLjava/lang/String;I[Ljava/lang/String;ZLorg/jooq/XMLFormat$RecordFormat;Z)V
            areturn
        end local 1 // int newIndent
        end local 0 // org.jooq.XMLFormat this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/jooq/XMLFormat;
            0   10     1  newIndent  I
    MethodParameters:
           Name  Flags
      newIndent  

  public final int indent();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.XMLFormat this
         0: .line 188
            aload 0 /* this */
            getfield org.jooq.XMLFormat.indent:I
            ireturn
        end local 0 // org.jooq.XMLFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/XMLFormat;

  public final java.lang.String indentString(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.XMLFormat this
        start local 1 // int level
         0: .line 195
            iload 1 /* level */
            aload 0 /* this */
            getfield org.jooq.XMLFormat.indented:[Ljava/lang/String;
            arraylength
            if_icmpge 2
         1: .line 196
            aload 0 /* this */
            getfield org.jooq.XMLFormat.indented:[Ljava/lang/String;
            iload 1 /* level */
            aaload
            areturn
         2: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.XMLFormat.format:Z
            ifeq 4
         3: .line 198
            ldc ""
            aload 0 /* this */
            getfield org.jooq.XMLFormat.indent:I
            iload 1 /* level */
            imul
            invokestatic org.jooq.tools.StringUtils.rightPad:(Ljava/lang/String;I)Ljava/lang/String;
            areturn
         4: .line 200
      StackMap locals:
      StackMap stack:
            ldc ""
            areturn
        end local 1 // int level
        end local 0 // org.jooq.XMLFormat this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/jooq/XMLFormat;
            0    5     1  level  I
    MethodParameters:
       Name  Flags
      level  

  public final org.jooq.XMLFormat header(boolean);
    descriptor: (Z)Lorg/jooq/XMLFormat;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // org.jooq.XMLFormat this
        start local 1 // boolean newHeader
         0: .line 213
            new org.jooq.XMLFormat
            dup
         1: .line 214
            aload 0 /* this */
            getfield org.jooq.XMLFormat.xmlns:Z
         2: .line 215
            aload 0 /* this */
            getfield org.jooq.XMLFormat.format:Z
         3: .line 216
            aload 0 /* this */
            getfield org.jooq.XMLFormat.newline:Ljava/lang/String;
         4: .line 217
            aload 0 /* this */
            getfield org.jooq.XMLFormat.indent:I
         5: .line 218
            aload 0 /* this */
            getfield org.jooq.XMLFormat.indented:[Ljava/lang/String;
         6: .line 219
            iload 1 /* newHeader */
         7: .line 220
            aload 0 /* this */
            getfield org.jooq.XMLFormat.recordFormat:Lorg/jooq/XMLFormat$RecordFormat;
         8: .line 221
            aload 0 /* this */
            getfield org.jooq.XMLFormat.quoteNested:Z
         9: .line 213
            invokespecial org.jooq.XMLFormat.<init>:(ZZLjava/lang/String;I[Ljava/lang/String;ZLorg/jooq/XMLFormat$RecordFormat;Z)V
            areturn
        end local 1 // boolean newHeader
        end local 0 // org.jooq.XMLFormat this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/jooq/XMLFormat;
            0   10     1  newHeader  Z
    MethodParameters:
           Name  Flags
      newHeader  

  public final boolean header();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.XMLFormat this
         0: .line 229
            aload 0 /* this */
            getfield org.jooq.XMLFormat.header:Z
            ireturn
        end local 0 // org.jooq.XMLFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/XMLFormat;

  public final org.jooq.XMLFormat recordFormat(org.jooq.XMLFormat$RecordFormat);
    descriptor: (Lorg/jooq/XMLFormat$RecordFormat;)Lorg/jooq/XMLFormat;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // org.jooq.XMLFormat this
        start local 1 // org.jooq.XMLFormat$RecordFormat newRecordFormat
         0: .line 237
            new org.jooq.XMLFormat
            dup
         1: .line 238
            aload 0 /* this */
            getfield org.jooq.XMLFormat.xmlns:Z
         2: .line 239
            aload 0 /* this */
            getfield org.jooq.XMLFormat.format:Z
         3: .line 240
            aload 0 /* this */
            getfield org.jooq.XMLFormat.newline:Ljava/lang/String;
         4: .line 241
            aload 0 /* this */
            getfield org.jooq.XMLFormat.indent:I
         5: .line 242
            aload 0 /* this */
            getfield org.jooq.XMLFormat.indented:[Ljava/lang/String;
         6: .line 243
            aload 0 /* this */
            getfield org.jooq.XMLFormat.header:Z
         7: .line 244
            aload 1 /* newRecordFormat */
         8: .line 245
            aload 0 /* this */
            getfield org.jooq.XMLFormat.quoteNested:Z
         9: .line 237
            invokespecial org.jooq.XMLFormat.<init>:(ZZLjava/lang/String;I[Ljava/lang/String;ZLorg/jooq/XMLFormat$RecordFormat;Z)V
            areturn
        end local 1 // org.jooq.XMLFormat$RecordFormat newRecordFormat
        end local 0 // org.jooq.XMLFormat this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Lorg/jooq/XMLFormat;
            0   10     1  newRecordFormat  Lorg/jooq/XMLFormat$RecordFormat;
    MethodParameters:
                 Name  Flags
      newRecordFormat  

  public final org.jooq.XMLFormat$RecordFormat recordFormat();
    descriptor: ()Lorg/jooq/XMLFormat$RecordFormat;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.XMLFormat this
         0: .line 254
            aload 0 /* this */
            getfield org.jooq.XMLFormat.recordFormat:Lorg/jooq/XMLFormat$RecordFormat;
            areturn
        end local 0 // org.jooq.XMLFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/XMLFormat;

  public final org.jooq.XMLFormat quoteNested(boolean);
    descriptor: (Z)Lorg/jooq/XMLFormat;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // org.jooq.XMLFormat this
        start local 1 // boolean newQuoteNested
         0: .line 262
            new org.jooq.XMLFormat
            dup
         1: .line 263
            aload 0 /* this */
            getfield org.jooq.XMLFormat.xmlns:Z
         2: .line 264
            aload 0 /* this */
            getfield org.jooq.XMLFormat.format:Z
         3: .line 265
            aload 0 /* this */
            getfield org.jooq.XMLFormat.newline:Ljava/lang/String;
         4: .line 266
            aload 0 /* this */
            getfield org.jooq.XMLFormat.indent:I
         5: .line 267
            aload 0 /* this */
            getfield org.jooq.XMLFormat.indented:[Ljava/lang/String;
         6: .line 268
            aload 0 /* this */
            getfield org.jooq.XMLFormat.header:Z
         7: .line 269
            aload 0 /* this */
            getfield org.jooq.XMLFormat.recordFormat:Lorg/jooq/XMLFormat$RecordFormat;
         8: .line 270
            iload 1 /* newQuoteNested */
         9: .line 262
            invokespecial org.jooq.XMLFormat.<init>:(ZZLjava/lang/String;I[Ljava/lang/String;ZLorg/jooq/XMLFormat$RecordFormat;Z)V
            areturn
        end local 1 // boolean newQuoteNested
        end local 0 // org.jooq.XMLFormat this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lorg/jooq/XMLFormat;
            0   10     1  newQuoteNested  Z
    MethodParameters:
                Name  Flags
      newQuoteNested  

  public final boolean quoteNested();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.XMLFormat this
         0: .line 279
            aload 0 /* this */
            getfield org.jooq.XMLFormat.quoteNested:Z
            ireturn
        end local 0 // org.jooq.XMLFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/XMLFormat;
}
SourceFile: "XMLFormat.java"
NestMembers:
  org.jooq.XMLFormat$RecordFormat
InnerClasses:
  public final RecordFormat = org.jooq.XMLFormat$RecordFormat of org.jooq.XMLFormat