public abstract class com.sun.xml.internal.fastinfoset.Encoder extends org.xml.sax.helpers.DefaultHandler implements com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetSerializer
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.xml.internal.fastinfoset.Encoder
  super_class: org.xml.sax.helpers.DefaultHandler
{
  public static final java.lang.String CHARACTER_ENCODING_SCHEME_SYSTEM_PROPERTY;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "com.sun.xml.internal.fastinfoset.serializer.character-encoding-scheme"

  protected static final java.lang.String _characterEncodingSchemeSystemDefault;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  private static int[] NUMERIC_CHARACTERS_TABLE;
    descriptor: [I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int[] DATE_TIME_CHARACTERS_TABLE;
    descriptor: [I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private boolean _ignoreDTD;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean _ignoreComments;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean _ignoreProcessingInstructions;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean _ignoreWhiteSpaceTextContent;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean _useLocalNameAsKeyForQualifiedNameLookup;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean _encodingStringsAsUtf8;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int _nonIdentifyingStringOnThirdBitCES;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int _nonIdentifyingStringOnFirstBitCES;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map _registeredEncodingAlgorithms;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE

  protected com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary _v;
    descriptor: Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.xml.internal.org.jvnet.fastinfoset.VocabularyApplicationData _vData;
    descriptor: Lcom/sun/xml/internal/org/jvnet/fastinfoset/VocabularyApplicationData;
    flags: (0x0004) ACC_PROTECTED

  private boolean _vIsInternal;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  protected boolean _terminate;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected int _b;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected java.io.OutputStream _s;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0004) ACC_PROTECTED

  protected char[] _charBuffer;
    descriptor: [C
    flags: (0x0004) ACC_PROTECTED

  protected byte[] _octetBuffer;
    descriptor: [B
    flags: (0x0004) ACC_PROTECTED

  protected int _octetBufferIndex;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int _markIndex;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int minAttributeValueSize;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int maxAttributeValueSize;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int attributeValueMapTotalCharactersConstraint;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int minCharacterContentChunkSize;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int maxCharacterContentChunkSize;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int characterContentChunkMapTotalCharactersConstraint;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  private int _bitsLeftInOctet;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream _encodingBufferOutputStream;
    descriptor: Lcom/sun/xml/internal/fastinfoset/Encoder$EncodingBufferOutputStream;
    flags: (0x0002) ACC_PRIVATE

  private byte[] _encodingBuffer;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int _encodingBufferIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 87
            invokestatic com.sun.xml.internal.fastinfoset.Encoder.getDefaultEncodingScheme:()Ljava/lang/String;
            putstatic com.sun.xml.internal.fastinfoset.Encoder._characterEncodingSchemeSystemDefault:Ljava/lang/String;
         1: .line 104
            ldc "0123456789-+.E "
            invokestatic com.sun.xml.internal.fastinfoset.Encoder.maxCharacter:(Ljava/lang/String;)I
            iconst_1
            iadd
            newarray 10
            putstatic com.sun.xml.internal.fastinfoset.Encoder.NUMERIC_CHARACTERS_TABLE:[I
         2: .line 105
            ldc "0123456789-:TZ "
            invokestatic com.sun.xml.internal.fastinfoset.Encoder.maxCharacter:(Ljava/lang/String;)I
            iconst_1
            iadd
            newarray 10
            putstatic com.sun.xml.internal.fastinfoset.Encoder.DATE_TIME_CHARACTERS_TABLE:[I
         3: .line 107
            iconst_0
            istore 0 /* i */
        start local 0 // int i
         4: goto 7
         5: .line 108
      StackMap locals: int
      StackMap stack:
            getstatic com.sun.xml.internal.fastinfoset.Encoder.NUMERIC_CHARACTERS_TABLE:[I
            iload 0 /* i */
            iconst_m1
            iastore
         6: .line 107
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 0 /* i */
            getstatic com.sun.xml.internal.fastinfoset.Encoder.NUMERIC_CHARACTERS_TABLE:[I
            arraylength
            if_icmplt 5
        end local 0 // int i
         8: .line 110
            iconst_0
            istore 0 /* i */
        start local 0 // int i
         9: goto 12
        10: .line 111
      StackMap locals:
      StackMap stack:
            getstatic com.sun.xml.internal.fastinfoset.Encoder.DATE_TIME_CHARACTERS_TABLE:[I
            iload 0 /* i */
            iconst_m1
            iastore
        11: .line 110
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 0 /* i */
            getstatic com.sun.xml.internal.fastinfoset.Encoder.DATE_TIME_CHARACTERS_TABLE:[I
            arraylength
            if_icmplt 10
        end local 0 // int i
        13: .line 114
            iconst_0
            istore 0 /* i */
        start local 0 // int i
        14: goto 17
        15: .line 115
      StackMap locals:
      StackMap stack:
            getstatic com.sun.xml.internal.fastinfoset.Encoder.NUMERIC_CHARACTERS_TABLE:[I
            ldc "0123456789-+.E "
            iload 0 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            iload 0 /* i */
            iastore
        16: .line 114
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 0 /* i */
            ldc "0123456789-+.E "
            invokevirtual java.lang.String.length:()I
            if_icmplt 15
        end local 0 // int i
        18: .line 117
            iconst_0
            istore 0 /* i */
        start local 0 // int i
        19: goto 22
        20: .line 118
      StackMap locals:
      StackMap stack:
            getstatic com.sun.xml.internal.fastinfoset.Encoder.DATE_TIME_CHARACTERS_TABLE:[I
            ldc "0123456789-:TZ "
            iload 0 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            iload 0 /* i */
            iastore
        21: .line 117
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 0 /* i */
            ldc "0123456789-:TZ "
            invokevirtual java.lang.String.length:()I
            if_icmplt 20
        end local 0 // int i
        23: .line 120
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            4    8     0     i  I
            9   13     0     i  I
           14   18     0     i  I
           19   23     0     i  I

  private static java.lang.String getDefaultEncodingScheme();
    descriptor: ()Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 90
            ldc "com.sun.xml.internal.fastinfoset.serializer.character-encoding-scheme"
         1: .line 91
            ldc "UTF-8"
         2: .line 90
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 0 /* p */
        start local 0 // java.lang.String p
         3: .line 92
            aload 0 /* p */
            ldc "UTF-16BE"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 93
            ldc "UTF-16BE"
            areturn
         5: .line 95
      StackMap locals: java.lang.String
      StackMap stack:
            ldc "UTF-8"
            areturn
        end local 0 // java.lang.String p
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            3    6     0     p  Ljava/lang/String;

  private static int maxCharacter(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // java.lang.String alphabet
         0: .line 123
            iconst_0
            istore 1 /* c */
        start local 1 // int c
         1: .line 124
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 125
      StackMap locals: int int
      StackMap stack:
            iload 1 /* c */
            aload 0 /* alphabet */
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpge 5
         4: .line 126
            aload 0 /* alphabet */
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 1 /* c */
         5: .line 124
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* alphabet */
            invokevirtual java.lang.String.length:()I
            if_icmplt 3
        end local 2 // int i
         7: .line 130
            iload 1 /* c */
            ireturn
        end local 1 // int c
        end local 0 // java.lang.String alphabet
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0  alphabet  Ljava/lang/String;
            1    8     1         c  I
            2    7     2         i  I
    MethodParameters:
          Name  Flags
      alphabet  

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 279
            aload 0 /* this */
            invokespecial org.xml.sax.helpers.DefaultHandler.<init>:()V
         1: .line 166
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.fastinfoset.Encoder._encodingStringsAsUtf8:Z
         2: .line 181
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.xml.internal.fastinfoset.Encoder._registeredEncodingAlgorithms:Ljava/util/Map;
         3: .line 201
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.Encoder._terminate:Z
         4: .line 218
            aload 0 /* this */
            sipush 512
            newarray 5
            putfield com.sun.xml.internal.fastinfoset.Encoder._charBuffer:[C
         5: .line 223
            aload 0 /* this */
            sipush 1024
            newarray 8
            putfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
         6: .line 236
            aload 0 /* this */
            iconst_m1
            putfield com.sun.xml.internal.fastinfoset.Encoder._markIndex:I
         7: .line 242
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.Encoder.minAttributeValueSize:I
         8: .line 248
            aload 0 /* this */
            bipush 32
            putfield com.sun.xml.internal.fastinfoset.Encoder.maxAttributeValueSize:I
         9: .line 254
            aload 0 /* this */
            ldc 1073741823
            putfield com.sun.xml.internal.fastinfoset.Encoder.attributeValueMapTotalCharactersConstraint:I
        10: .line 261
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.Encoder.minCharacterContentChunkSize:I
        11: .line 268
            aload 0 /* this */
            bipush 32
            putfield com.sun.xml.internal.fastinfoset.Encoder.maxCharacterContentChunkSize:I
        12: .line 274
            aload 0 /* this */
            ldc 1073741823
            putfield com.sun.xml.internal.fastinfoset.Encoder.characterContentChunkMapTotalCharactersConstraint:I
        13: .line 2365
            aload 0 /* this */
            new com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream
            dup
            aload 0 /* this */
            invokespecial com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.<init>:(Lcom/sun/xml/internal/fastinfoset/Encoder;)V
            putfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferOutputStream:Lcom/sun/xml/internal/fastinfoset/Encoder$EncodingBufferOutputStream;
        14: .line 2367
            aload 0 /* this */
            sipush 512
            newarray 8
            putfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
        15: .line 280
            aload 0 /* this */
            getstatic com.sun.xml.internal.fastinfoset.Encoder._characterEncodingSchemeSystemDefault:Ljava/lang/String;
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.setCharacterEncodingScheme:(Ljava/lang/String;)V
        16: .line 281
            return
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;

  protected void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // boolean useLocalNameAsKeyForQualifiedNameLookup
         0: .line 283
            aload 0 /* this */
            invokespecial org.xml.sax.helpers.DefaultHandler.<init>:()V
         1: .line 166
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.fastinfoset.Encoder._encodingStringsAsUtf8:Z
         2: .line 181
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.xml.internal.fastinfoset.Encoder._registeredEncodingAlgorithms:Ljava/util/Map;
         3: .line 201
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.Encoder._terminate:Z
         4: .line 218
            aload 0 /* this */
            sipush 512
            newarray 5
            putfield com.sun.xml.internal.fastinfoset.Encoder._charBuffer:[C
         5: .line 223
            aload 0 /* this */
            sipush 1024
            newarray 8
            putfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
         6: .line 236
            aload 0 /* this */
            iconst_m1
            putfield com.sun.xml.internal.fastinfoset.Encoder._markIndex:I
         7: .line 242
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.Encoder.minAttributeValueSize:I
         8: .line 248
            aload 0 /* this */
            bipush 32
            putfield com.sun.xml.internal.fastinfoset.Encoder.maxAttributeValueSize:I
         9: .line 254
            aload 0 /* this */
            ldc 1073741823
            putfield com.sun.xml.internal.fastinfoset.Encoder.attributeValueMapTotalCharactersConstraint:I
        10: .line 261
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.Encoder.minCharacterContentChunkSize:I
        11: .line 268
            aload 0 /* this */
            bipush 32
            putfield com.sun.xml.internal.fastinfoset.Encoder.maxCharacterContentChunkSize:I
        12: .line 274
            aload 0 /* this */
            ldc 1073741823
            putfield com.sun.xml.internal.fastinfoset.Encoder.characterContentChunkMapTotalCharactersConstraint:I
        13: .line 2365
            aload 0 /* this */
            new com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream
            dup
            aload 0 /* this */
            invokespecial com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.<init>:(Lcom/sun/xml/internal/fastinfoset/Encoder;)V
            putfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferOutputStream:Lcom/sun/xml/internal/fastinfoset/Encoder$EncodingBufferOutputStream;
        14: .line 2367
            aload 0 /* this */
            sipush 512
            newarray 8
            putfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
        15: .line 284
            aload 0 /* this */
            getstatic com.sun.xml.internal.fastinfoset.Encoder._characterEncodingSchemeSystemDefault:Ljava/lang/String;
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.setCharacterEncodingScheme:(Ljava/lang/String;)V
        16: .line 285
            aload 0 /* this */
            iload 1 /* useLocalNameAsKeyForQualifiedNameLookup */
            putfield com.sun.xml.internal.fastinfoset.Encoder._useLocalNameAsKeyForQualifiedNameLookup:Z
        17: .line 286
            return
        end local 1 // boolean useLocalNameAsKeyForQualifiedNameLookup
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot                                     Name  Signature
            0   18     0                                     this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   18     1  useLocalNameAsKeyForQualifiedNameLookup  Z
    MethodParameters:
                                         Name  Flags
      useLocalNameAsKeyForQualifiedNameLookup  

  public final void setIgnoreDTD(boolean);
    descriptor: (Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // boolean ignoreDTD
         0: .line 295
            aload 0 /* this */
            iload 1 /* ignoreDTD */
            putfield com.sun.xml.internal.fastinfoset.Encoder._ignoreDTD:Z
         1: .line 296
            return
        end local 1 // boolean ignoreDTD
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    2     1  ignoreDTD  Z
    MethodParameters:
           Name  Flags
      ignoreDTD  

  public final boolean getIgnoreDTD();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 302
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._ignoreDTD:Z
            ireturn
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;

  public final void setIgnoreComments(boolean);
    descriptor: (Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // boolean ignoreComments
         0: .line 309
            aload 0 /* this */
            iload 1 /* ignoreComments */
            putfield com.sun.xml.internal.fastinfoset.Encoder._ignoreComments:Z
         1: .line 310
            return
        end local 1 // boolean ignoreComments
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    2     1  ignoreComments  Z
    MethodParameters:
                Name  Flags
      ignoreComments  

  public final boolean getIgnoreComments();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 316
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._ignoreComments:Z
            ireturn
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;

  public final void setIgnoreProcesingInstructions(boolean);
    descriptor: (Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // boolean ignoreProcesingInstructions
         0: .line 324
            aload 0 /* this */
            iload 1 /* ignoreProcesingInstructions */
            putfield com.sun.xml.internal.fastinfoset.Encoder._ignoreProcessingInstructions:Z
         1: .line 325
            return
        end local 1 // boolean ignoreProcesingInstructions
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    2     0                         this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    2     1  ignoreProcesingInstructions  Z
    MethodParameters:
                             Name  Flags
      ignoreProcesingInstructions  

  public final boolean getIgnoreProcesingInstructions();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 331
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._ignoreProcessingInstructions:Z
            ireturn
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;

  public final void setIgnoreWhiteSpaceTextContent(boolean);
    descriptor: (Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // boolean ignoreWhiteSpaceTextContent
         0: .line 338
            aload 0 /* this */
            iload 1 /* ignoreWhiteSpaceTextContent */
            putfield com.sun.xml.internal.fastinfoset.Encoder._ignoreWhiteSpaceTextContent:Z
         1: .line 339
            return
        end local 1 // boolean ignoreWhiteSpaceTextContent
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    2     0                         this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    2     1  ignoreWhiteSpaceTextContent  Z
    MethodParameters:
                             Name  Flags
      ignoreWhiteSpaceTextContent  

  public final boolean getIgnoreWhiteSpaceTextContent();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 345
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._ignoreWhiteSpaceTextContent:Z
            ireturn
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;

  public void setCharacterEncodingScheme(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String characterEncodingScheme
         0: .line 352
            aload 1 /* characterEncodingScheme */
            ldc "UTF-16BE"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         1: .line 353
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.Encoder._encodingStringsAsUtf8:Z
         2: .line 354
            aload 0 /* this */
            sipush 132
            putfield com.sun.xml.internal.fastinfoset.Encoder._nonIdentifyingStringOnThirdBitCES:I
         3: .line 355
            aload 0 /* this */
            bipush 16
            putfield com.sun.xml.internal.fastinfoset.Encoder._nonIdentifyingStringOnFirstBitCES:I
         4: .line 356
            goto 8
         5: .line 357
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.fastinfoset.Encoder._encodingStringsAsUtf8:Z
         6: .line 358
            aload 0 /* this */
            sipush 128
            putfield com.sun.xml.internal.fastinfoset.Encoder._nonIdentifyingStringOnThirdBitCES:I
         7: .line 359
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.Encoder._nonIdentifyingStringOnFirstBitCES:I
         8: .line 361
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String characterEncodingScheme
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    9     0                     this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    9     1  characterEncodingScheme  Ljava/lang/String;
    MethodParameters:
                         Name  Flags
      characterEncodingScheme  

  public java.lang.String getCharacterEncodingScheme();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 367
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingStringsAsUtf8:Z
            ifeq 1
            ldc "UTF-8"
            goto 2
      StackMap locals:
      StackMap stack:
         1: ldc "UTF-16BE"
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;

  public void setRegisteredEncodingAlgorithms(java.util.Map);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.util.Map algorithms
         0: .line 374
            aload 0 /* this */
            aload 1 /* algorithms */
            putfield com.sun.xml.internal.fastinfoset.Encoder._registeredEncodingAlgorithms:Ljava/util/Map;
         1: .line 375
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._registeredEncodingAlgorithms:Ljava/util/Map;
            ifnonnull 3
         2: .line 376
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.xml.internal.fastinfoset.Encoder._registeredEncodingAlgorithms:Ljava/util/Map;
         3: .line 378
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.Map algorithms
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1  algorithms  Ljava/util/Map;
    MethodParameters:
            Name  Flags
      algorithms  

  public java.util.Map getRegisteredEncodingAlgorithms();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 384
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._registeredEncodingAlgorithms:Ljava/util/Map;
            areturn
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;

  public int getMinCharacterContentChunkSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 391
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder.minCharacterContentChunkSize:I
            ireturn
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;

  public void setMinCharacterContentChunkSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int size
         0: .line 398
            iload 1 /* size */
            ifge 2
         1: .line 399
            iconst_0
            istore 1 /* size */
         2: .line 402
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* size */
            putfield com.sun.xml.internal.fastinfoset.Encoder.minCharacterContentChunkSize:I
         3: .line 403
            return
        end local 1 // int size
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public int getMaxCharacterContentChunkSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 409
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder.maxCharacterContentChunkSize:I
            ireturn
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;

  public void setMaxCharacterContentChunkSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int size
         0: .line 416
            iload 1 /* size */
            ifge 2
         1: .line 417
            iconst_0
            istore 1 /* size */
         2: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* size */
            putfield com.sun.xml.internal.fastinfoset.Encoder.maxCharacterContentChunkSize:I
         3: .line 421
            return
        end local 1 // int size
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public int getCharacterContentChunkMapMemoryLimit();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 427
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder.characterContentChunkMapTotalCharactersConstraint:I
            iconst_2
            imul
            ireturn
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;

  public void setCharacterContentChunkMapMemoryLimit(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int size
         0: .line 434
            iload 1 /* size */
            ifge 2
         1: .line 435
            iconst_0
            istore 1 /* size */
         2: .line 438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* size */
            iconst_2
            idiv
            putfield com.sun.xml.internal.fastinfoset.Encoder.characterContentChunkMapTotalCharactersConstraint:I
         3: .line 439
            return
        end local 1 // int size
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public boolean isCharacterContentChunkLengthMatchesLimit(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int length
         0: .line 448
            iload 1 /* length */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder.minCharacterContentChunkSize:I
            if_icmplt 3
         1: .line 449
            iload 1 /* length */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder.maxCharacterContentChunkSize:I
         2: .line 448
            if_icmpge 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // int length
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public boolean canAddCharacterContentToTable(int, com.sun.xml.internal.fastinfoset.util.CharArrayIntMap);
    descriptor: (ILcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int length
        start local 2 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap map
         0: .line 461
            aload 2 /* map */
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.getTotalCharacterCount:()I
            iload 1 /* length */
            iadd
         1: .line 462
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder.characterContentChunkMapTotalCharactersConstraint:I
         2: .line 461
            if_icmpge 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap map
        end local 1 // int length
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1  length  I
            0    4     2     map  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
    MethodParameters:
        Name  Flags
      length  
      map     

  public int getMinAttributeValueSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 469
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder.minAttributeValueSize:I
            ireturn
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;

  public void setMinAttributeValueSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int size
         0: .line 476
            iload 1 /* size */
            ifge 2
         1: .line 477
            iconst_0
            istore 1 /* size */
         2: .line 480
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* size */
            putfield com.sun.xml.internal.fastinfoset.Encoder.minAttributeValueSize:I
         3: .line 481
            return
        end local 1 // int size
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public int getMaxAttributeValueSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 487
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder.maxAttributeValueSize:I
            ireturn
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;

  public void setMaxAttributeValueSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int size
         0: .line 494
            iload 1 /* size */
            ifge 2
         1: .line 495
            iconst_0
            istore 1 /* size */
         2: .line 498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* size */
            putfield com.sun.xml.internal.fastinfoset.Encoder.maxAttributeValueSize:I
         3: .line 499
            return
        end local 1 // int size
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public void setAttributeValueMapMemoryLimit(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int size
         0: .line 505
            iload 1 /* size */
            ifge 2
         1: .line 506
            iconst_0
            istore 1 /* size */
         2: .line 509
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* size */
            iconst_2
            idiv
            putfield com.sun.xml.internal.fastinfoset.Encoder.attributeValueMapTotalCharactersConstraint:I
         3: .line 511
            return
        end local 1 // int size
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public int getAttributeValueMapMemoryLimit();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 517
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder.attributeValueMapTotalCharactersConstraint:I
            iconst_2
            imul
            ireturn
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;

  public boolean isAttributeValueLengthMatchesLimit(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int length
         0: .line 527
            iload 1 /* length */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder.minAttributeValueSize:I
            if_icmplt 3
         1: .line 528
            iload 1 /* length */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder.maxAttributeValueSize:I
         2: .line 527
            if_icmpge 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // int length
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public boolean canAddAttributeToTable(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int length
         0: .line 539
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.attributeValue:Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;
            invokevirtual com.sun.xml.internal.fastinfoset.util.StringIntMap.getTotalCharacterCount:()I
            iload 1 /* length */
            iadd
         1: .line 540
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder.attributeValueMapTotalCharactersConstraint:I
         2: .line 539
            if_icmpge 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // int length
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public void setExternalVocabulary(com.sun.xml.internal.org.jvnet.fastinfoset.ExternalVocabulary);
    descriptor: (Lcom/sun/xml/internal/org/jvnet/fastinfoset/ExternalVocabulary;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // com.sun.xml.internal.org.jvnet.fastinfoset.ExternalVocabulary v
         0: .line 548
            aload 0 /* this */
            new com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary
            dup
            invokespecial com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.<init>:()V
            putfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
         1: .line 550
            new com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary
            dup
            aload 1 /* v */
            getfield com.sun.xml.internal.org.jvnet.fastinfoset.ExternalVocabulary.vocabulary:Lcom/sun/xml/internal/org/jvnet/fastinfoset/Vocabulary;
         2: .line 551
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._useLocalNameAsKeyForQualifiedNameLookup:Z
         3: .line 550
            invokespecial com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.<init>:(Lcom/sun/xml/internal/org/jvnet/fastinfoset/Vocabulary;Z)V
            astore 2 /* ev */
        start local 2 // com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary ev
         4: .line 552
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            aload 1 /* v */
            getfield com.sun.xml.internal.org.jvnet.fastinfoset.ExternalVocabulary.URI:Ljava/lang/String;
         5: .line 553
            aload 2 /* ev */
            iconst_0
         6: .line 552
            invokevirtual com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.setExternalVocabulary:(Ljava/lang/String;Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;Z)V
         7: .line 555
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.fastinfoset.Encoder._vIsInternal:Z
         8: .line 556
            return
        end local 2 // com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary ev
        end local 1 // com.sun.xml.internal.org.jvnet.fastinfoset.ExternalVocabulary v
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    9     1     v  Lcom/sun/xml/internal/org/jvnet/fastinfoset/ExternalVocabulary;
            4    9     2    ev  Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
    MethodParameters:
      Name  Flags
      v     

  public void setVocabularyApplicationData(com.sun.xml.internal.org.jvnet.fastinfoset.VocabularyApplicationData);
    descriptor: (Lcom/sun/xml/internal/org/jvnet/fastinfoset/VocabularyApplicationData;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // com.sun.xml.internal.org.jvnet.fastinfoset.VocabularyApplicationData data
         0: .line 562
            aload 0 /* this */
            aload 1 /* data */
            putfield com.sun.xml.internal.fastinfoset.Encoder._vData:Lcom/sun/xml/internal/org/jvnet/fastinfoset/VocabularyApplicationData;
         1: .line 563
            return
        end local 1 // com.sun.xml.internal.org.jvnet.fastinfoset.VocabularyApplicationData data
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    2     1  data  Lcom/sun/xml/internal/org/jvnet/fastinfoset/VocabularyApplicationData;
    MethodParameters:
      Name  Flags
      data  

  public com.sun.xml.internal.org.jvnet.fastinfoset.VocabularyApplicationData getVocabularyApplicationData();
    descriptor: ()Lcom/sun/xml/internal/org/jvnet/fastinfoset/VocabularyApplicationData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 569
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._vData:Lcom/sun/xml/internal/org/jvnet/fastinfoset/VocabularyApplicationData;
            areturn
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 578
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.Encoder._terminate:Z
         1: .line 579
            return
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;

  public void setOutputStream(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.io.OutputStream s
         0: .line 588
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
         1: .line 589
            aload 0 /* this */
            iconst_m1
            putfield com.sun.xml.internal.fastinfoset.Encoder._markIndex:I
         2: .line 590
            aload 0 /* this */
            aload 1 /* s */
            putfield com.sun.xml.internal.fastinfoset.Encoder._s:Ljava/io/OutputStream;
         3: .line 591
            return
        end local 1 // java.io.OutputStream s
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1     s  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      s     

  public void setVocabulary(com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary);
    descriptor: (Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary vocabulary
         0: .line 599
            aload 0 /* this */
            aload 1 /* vocabulary */
            putfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
         1: .line 600
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.Encoder._vIsInternal:Z
         2: .line 601
            return
        end local 1 // com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary vocabulary
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    3     1  vocabulary  Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
    MethodParameters:
            Name  Flags
      vocabulary  

  protected final void encodeHeader(boolean);
    descriptor: (Z)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // boolean encodeXmlDecl
         0: .line 609
            iload 1 /* encodeXmlDecl */
            ifeq 2
         1: .line 610
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._s:Ljava/io/OutputStream;
            getstatic com.sun.xml.internal.fastinfoset.EncodingConstants.XML_DECLARATION_VALUES:[[B
            iconst_0
            aaload
            invokevirtual java.io.OutputStream.write:([B)V
         2: .line 612
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._s:Ljava/io/OutputStream;
            getstatic com.sun.xml.internal.fastinfoset.EncodingConstants.BINARY_HEADER:[B
            invokevirtual java.io.OutputStream.write:([B)V
         3: .line 613
            return
        end local 1 // boolean encodeXmlDecl
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1  encodeXmlDecl  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      encodeXmlDecl  

  protected final void encodeInitialVocabulary();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 620
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            ifnonnull 4
         1: .line 621
            aload 0 /* this */
            new com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary
            dup
            invokespecial com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.<init>:()V
            putfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
         2: .line 622
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.fastinfoset.Encoder._vIsInternal:Z
         3: .line 623
            goto 8
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._vIsInternal:Z
            ifeq 8
         5: .line 624
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            invokevirtual com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.clear:()V
         6: .line 625
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._vData:Lcom/sun/xml/internal/org/jvnet/fastinfoset/VocabularyApplicationData;
            ifnull 8
         7: .line 626
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._vData:Lcom/sun/xml/internal/org/jvnet/fastinfoset/VocabularyApplicationData;
            invokeinterface com.sun.xml.internal.org.jvnet.fastinfoset.VocabularyApplicationData.clear:()V
         8: .line 629
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            invokevirtual com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.hasInitialVocabulary:()Z
            ifne 11
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            invokevirtual com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.hasExternalVocabulary:()Z
            ifne 11
         9: .line 630
            aload 0 /* this */
            iconst_0
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        10: .line 631
            goto 29
      StackMap locals:
      StackMap stack:
        11: aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            invokevirtual com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.hasInitialVocabulary:()Z
            ifeq 22
        12: .line 632
            aload 0 /* this */
            bipush 32
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        13: .line 633
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        14: .line 635
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            invokevirtual com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.getReadOnlyVocabulary:()Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            astore 1 /* initialVocabulary */
        start local 1 // com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary initialVocabulary
        15: .line 638
            aload 1 /* initialVocabulary */
            invokevirtual com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.hasExternalVocabulary:()Z
            ifeq 19
        16: .line 639
            aload 0 /* this */
            bipush 16
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        17: .line 640
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        18: .line 641
            aload 0 /* this */
            iconst_0
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        19: .line 644
      StackMap locals: com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary
      StackMap stack:
            aload 1 /* initialVocabulary */
            invokevirtual com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.hasExternalVocabulary:()Z
            ifeq 29
        20: .line 645
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            invokevirtual com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.getExternalVocabularyURI:()Ljava/lang/String;
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyOctetStringOnSecondBit:(Ljava/lang/String;)V
        end local 1 // com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary initialVocabulary
        21: .line 649
            goto 29
      StackMap locals:
      StackMap stack:
        22: aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            invokevirtual com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.hasExternalVocabulary:()Z
            ifeq 29
        23: .line 650
            aload 0 /* this */
            bipush 32
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        24: .line 651
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        25: .line 653
            aload 0 /* this */
            bipush 16
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        26: .line 654
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        27: .line 655
            aload 0 /* this */
            iconst_0
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        28: .line 657
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            invokevirtual com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.getExternalVocabularyURI:()Ljava/lang/String;
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyOctetStringOnSecondBit:(Ljava/lang/String;)V
        29: .line 659
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   30     0               this  Lcom/sun/xml/internal/fastinfoset/Encoder;
           15   21     1  initialVocabulary  Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
    Exceptions:
      throws java.io.IOException

  protected final void encodeDocumentTermination();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 666
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeElementTermination:()V
         1: .line 667
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeTermination:()V
         2: .line 668
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder._flush:()V
         3: .line 669
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._s:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.flush:()V
         4: .line 670
            return
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
    Exceptions:
      throws java.io.IOException

  protected final void encodeElementTermination();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 677
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.fastinfoset.Encoder._terminate:Z
         1: .line 678
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            lookupswitch { // 2
                  240: 2
                  255: 4
              default: 5
          }
         2: .line 680
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 255
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         3: .line 681
            goto 6
         4: .line 683
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 255
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         5: .line 685
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 240
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         6: .line 687
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
    Exceptions:
      throws java.io.IOException

  protected final void encodeTermination();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 694
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._terminate:Z
            ifeq 4
         1: .line 695
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         2: .line 696
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         3: .line 697
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.Encoder._terminate:Z
         4: .line 699
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
    Exceptions:
      throws java.io.IOException

  protected final void encodeNamespaceAttribute(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String prefix
        start local 2 // java.lang.String uri
         0: .line 710
            aload 0 /* this */
            sipush 204
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         1: .line 711
            aload 1 /* prefix */
            invokevirtual java.lang.String.length:()I
            ifle 3
         2: .line 712
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            iconst_2
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         3: .line 714
      StackMap locals:
      StackMap stack:
            aload 2 /* uri */
            invokevirtual java.lang.String.length:()I
            ifle 5
         4: .line 715
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            iconst_1
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         5: .line 723
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         6: .line 725
            aload 1 /* prefix */
            invokevirtual java.lang.String.length:()I
            ifle 8
         7: .line 726
            aload 0 /* this */
            aload 1 /* prefix */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.prefix:Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeIdentifyingNonEmptyStringOnFirstBit:(Ljava/lang/String;Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;)V
         8: .line 728
      StackMap locals:
      StackMap stack:
            aload 2 /* uri */
            invokevirtual java.lang.String.length:()I
            ifle 10
         9: .line 729
            aload 0 /* this */
            aload 2 /* uri */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.namespaceName:Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeIdentifyingNonEmptyStringOnFirstBit:(Ljava/lang/String;Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;)V
        10: .line 731
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String uri
        end local 1 // java.lang.String prefix
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   11     1  prefix  Ljava/lang/String;
            0   11     2     uri  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      prefix  
      uri     

  protected final void encodeCharacters(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // char[] ch
        start local 2 // int offset
        start local 3 // int length
         0: .line 742
            aload 0 /* this */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.isCharacterContentChunkLengthMatchesLimit:(I)Z
            istore 4 /* addToTable */
        start local 4 // boolean addToTable
         1: .line 743
            aload 0 /* this */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.characterContentChunk:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            iload 4 /* addToTable */
            iconst_1
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonIdentifyingStringOnThirdBit:([CIILcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;ZZ)V
         2: .line 744
            return
        end local 4 // boolean addToTable
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    3     1          ch  [C
            0    3     2      offset  I
            0    3     3      length  I
            1    3     4  addToTable  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      ch      
      offset  
      length  

  protected final void encodeCharactersNoClone(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // char[] ch
        start local 2 // int offset
        start local 3 // int length
         0: .line 759
            aload 0 /* this */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.isCharacterContentChunkLengthMatchesLimit:(I)Z
            istore 4 /* addToTable */
        start local 4 // boolean addToTable
         1: .line 760
            aload 0 /* this */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.characterContentChunk:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            iload 4 /* addToTable */
            iconst_0
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonIdentifyingStringOnThirdBit:([CIILcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;ZZ)V
         2: .line 761
            return
        end local 4 // boolean addToTable
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    3     1          ch  [C
            0    3     2      offset  I
            0    3     3      length  I
            1    3     4  addToTable  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      ch      
      offset  
      length  

  protected final void encodeNumericFourBitCharacters(char[], int, int, boolean);
    descriptor: ([CIIZ)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // char[] ch
        start local 2 // int offset
        start local 3 // int length
        start local 4 // boolean addToTable
         0: .line 778
            aload 0 /* this */
            iconst_0
         1: .line 779
            getstatic com.sun.xml.internal.fastinfoset.Encoder.NUMERIC_CHARACTERS_TABLE:[I
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            iload 4 /* addToTable */
         2: .line 778
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeFourBitCharacters:(I[I[CIIZ)V
         3: .line 780
            return
        end local 4 // boolean addToTable
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1          ch  [C
            0    4     2      offset  I
            0    4     3      length  I
            0    4     4  addToTable  Z
    Exceptions:
      throws com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException, java.io.IOException
    MethodParameters:
            Name  Flags
      ch          
      offset      
      length      
      addToTable  

  protected final void encodeDateTimeFourBitCharacters(char[], int, int, boolean);
    descriptor: ([CIIZ)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // char[] ch
        start local 2 // int offset
        start local 3 // int length
        start local 4 // boolean addToTable
         0: .line 797
            aload 0 /* this */
            iconst_1
         1: .line 798
            getstatic com.sun.xml.internal.fastinfoset.Encoder.DATE_TIME_CHARACTERS_TABLE:[I
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            iload 4 /* addToTable */
         2: .line 797
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeFourBitCharacters:(I[I[CIIZ)V
         3: .line 799
            return
        end local 4 // boolean addToTable
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1          ch  [C
            0    4     2      offset  I
            0    4     3      length  I
            0    4     4  addToTable  Z
    Exceptions:
      throws com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException, java.io.IOException
    MethodParameters:
            Name  Flags
      ch          
      offset      
      length      
      addToTable  

  protected final void encodeFourBitCharacters(int, int[], char[], int, int, boolean);
    descriptor: (I[I[CIIZ)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=9, args_size=7
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int id
        start local 2 // int[] table
        start local 3 // char[] ch
        start local 4 // int offset
        start local 5 // int length
        start local 6 // boolean addToTable
         0: .line 816
            iload 6 /* addToTable */
            ifeq 16
         1: .line 819
            aload 0 /* this */
            iload 5 /* length */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.characterContentChunk:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.canAddCharacterContentToTable:(ILcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;)Z
         2: .line 818
            istore 7 /* canAddCharacterContentToTable */
        start local 7 // boolean canAddCharacterContentToTable
         3: .line 822
            iload 7 /* canAddCharacterContentToTable */
            ifeq 5
         4: .line 823
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.characterContentChunk:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            aload 3 /* ch */
            iload 4 /* offset */
            iload 5 /* length */
            iconst_1
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.obtainIndex:([CIIZ)I
            goto 6
         5: .line 824
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.characterContentChunk:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            aload 3 /* ch */
            iload 4 /* offset */
            iload 5 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.get:([CII)I
         6: .line 822
      StackMap locals:
      StackMap stack: int
            istore 8 /* index */
        start local 8 // int index
         7: .line 826
            iload 8 /* index */
            iconst_m1
            if_icmpeq 11
         8: .line 828
            aload 0 /* this */
            sipush 160
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         9: .line 829
            aload 0 /* this */
            iload 8 /* index */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroIntegerOnFourthBit:(I)V
        10: .line 830
            return
        11: .line 831
      StackMap locals: int
      StackMap stack:
            iload 7 /* canAddCharacterContentToTable */
            ifeq 14
        12: .line 833
            aload 0 /* this */
            sipush 152
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        13: .line 834
            goto 17
        14: .line 836
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 136
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        end local 8 // int index
        end local 7 // boolean canAddCharacterContentToTable
        15: .line 838
            goto 17
        16: .line 839
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 136
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        17: .line 842
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        18: .line 845
            aload 0 /* this */
            iload 1 /* id */
            iconst_2
            ishl
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        19: .line 847
            aload 0 /* this */
            aload 2 /* table */
            aload 3 /* ch */
            iload 4 /* offset */
            iload 5 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyFourBitCharacterStringOnSeventhBit:([I[CII)V
        20: .line 848
            return
        end local 6 // boolean addToTable
        end local 5 // int length
        end local 4 // int offset
        end local 3 // char[] ch
        end local 2 // int[] table
        end local 1 // int id
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0   21     0                           this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   21     1                             id  I
            0   21     2                          table  [I
            0   21     3                             ch  [C
            0   21     4                         offset  I
            0   21     5                         length  I
            0   21     6                     addToTable  Z
            3   15     7  canAddCharacterContentToTable  Z
            7   15     8                          index  I
    Exceptions:
      throws com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException, java.io.IOException
    MethodParameters:
            Name  Flags
      id          
      table       
      ch          
      offset      
      length      
      addToTable  

  protected final void encodeAlphabetCharacters(java.lang.String, char[], int, int, boolean);
    descriptor: (Ljava/lang/String;[CIIZ)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=8, args_size=6
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String alphabet
        start local 2 // char[] ch
        start local 3 // int offset
        start local 4 // int length
        start local 5 // boolean addToTable
         0: .line 866
            iload 5 /* addToTable */
            ifeq 16
         1: .line 869
            aload 0 /* this */
            iload 4 /* length */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.characterContentChunk:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.canAddCharacterContentToTable:(ILcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;)Z
         2: .line 868
            istore 6 /* canAddCharacterContentToTable */
        start local 6 // boolean canAddCharacterContentToTable
         3: .line 872
            iload 6 /* canAddCharacterContentToTable */
            ifeq 5
         4: .line 873
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.characterContentChunk:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            aload 2 /* ch */
            iload 3 /* offset */
            iload 4 /* length */
            iconst_1
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.obtainIndex:([CIIZ)I
            goto 6
         5: .line 874
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.characterContentChunk:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            aload 2 /* ch */
            iload 3 /* offset */
            iload 4 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.get:([CII)I
         6: .line 872
      StackMap locals:
      StackMap stack: int
            istore 7 /* index */
        start local 7 // int index
         7: .line 876
            iload 7 /* index */
            iconst_m1
            if_icmpeq 11
         8: .line 878
            aload 0 /* this */
            sipush 160
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         9: .line 879
            aload 0 /* this */
            iload 7 /* index */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroIntegerOnFourthBit:(I)V
        10: .line 880
            return
        11: .line 881
      StackMap locals: int
      StackMap stack:
            iload 6 /* canAddCharacterContentToTable */
            ifeq 14
        12: .line 883
            aload 0 /* this */
            sipush 152
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        13: .line 884
            goto 17
        14: .line 886
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 136
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        end local 7 // int index
        end local 6 // boolean canAddCharacterContentToTable
        15: .line 888
            goto 17
        16: .line 889
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 136
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        17: .line 892
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.restrictedAlphabet:Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;
            aload 1 /* alphabet */
            invokevirtual com.sun.xml.internal.fastinfoset.util.StringIntMap.get:(Ljava/lang/String;)I
            istore 6 /* id */
        start local 6 // int id
        18: .line 893
            iload 6 /* id */
            iconst_m1
            if_icmpne 20
        19: .line 894
            new com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.restrictedAlphabetNotPresent"
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException.<init>:(Ljava/lang/String;)V
            athrow
        20: .line 896
      StackMap locals: int
      StackMap stack:
            iinc 6 /* id */ 32
        21: .line 898
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            iload 6 /* id */
            sipush 192
            iand
            bipush 6
            ishr
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        22: .line 899
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        23: .line 902
            aload 0 /* this */
            iload 6 /* id */
            bipush 63
            iand
            iconst_2
            ishl
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        24: .line 904
            aload 0 /* this */
            aload 1 /* alphabet */
            aload 2 /* ch */
            iload 3 /* offset */
            iload 4 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyNBitCharacterStringOnSeventhBit:(Ljava/lang/String;[CII)V
        25: .line 905
            return
        end local 6 // int id
        end local 5 // boolean addToTable
        end local 4 // int length
        end local 3 // int offset
        end local 2 // char[] ch
        end local 1 // java.lang.String alphabet
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0   26     0                           this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   26     1                       alphabet  Ljava/lang/String;
            0   26     2                             ch  [C
            0   26     3                         offset  I
            0   26     4                         length  I
            0   26     5                     addToTable  Z
            3   15     6  canAddCharacterContentToTable  Z
            7   15     7                          index  I
           18   26     6                             id  I
    Exceptions:
      throws com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException, java.io.IOException
    MethodParameters:
            Name  Flags
      alphabet    
      ch          
      offset      
      length      
      addToTable  

  protected final void encodeProcessingInstruction(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String target
        start local 2 // java.lang.String data
         0: .line 914
            aload 0 /* this */
            sipush 225
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         1: .line 917
            aload 0 /* this */
            aload 1 /* target */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.otherNCName:Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeIdentifyingNonEmptyStringOnFirstBit:(Ljava/lang/String;Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;)V
         2: .line 920
            aload 0 /* this */
            aload 2 /* data */
            invokevirtual java.lang.String.length:()I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.isCharacterContentChunkLengthMatchesLimit:(I)Z
            istore 3 /* addToTable */
        start local 3 // boolean addToTable
         3: .line 921
            aload 0 /* this */
            aload 2 /* data */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.otherString:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            iload 3 /* addToTable */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonIdentifyingStringOnFirstBit:(Ljava/lang/String;Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;Z)V
         4: .line 922
            return
        end local 3 // boolean addToTable
        end local 2 // java.lang.String data
        end local 1 // java.lang.String target
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    5     1      target  Ljava/lang/String;
            0    5     2        data  Ljava/lang/String;
            3    5     3  addToTable  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  
      data    

  protected final void encodeDocumentTypeDeclaration(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String systemId
        start local 2 // java.lang.String publicId
         0: .line 931
            aload 0 /* this */
            sipush 196
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         1: .line 932
            aload 1 /* systemId */
            ifnull 3
            aload 1 /* systemId */
            invokevirtual java.lang.String.length:()I
            ifle 3
         2: .line 933
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            iconst_2
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         3: .line 935
      StackMap locals:
      StackMap stack:
            aload 2 /* publicId */
            ifnull 5
            aload 2 /* publicId */
            invokevirtual java.lang.String.length:()I
            ifle 5
         4: .line 936
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            iconst_1
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         5: .line 938
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         6: .line 940
            aload 1 /* systemId */
            ifnull 8
            aload 1 /* systemId */
            invokevirtual java.lang.String.length:()I
            ifle 8
         7: .line 941
            aload 0 /* this */
            aload 1 /* systemId */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.otherURI:Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeIdentifyingNonEmptyStringOnFirstBit:(Ljava/lang/String;Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;)V
         8: .line 943
      StackMap locals:
      StackMap stack:
            aload 2 /* publicId */
            ifnull 10
            aload 2 /* publicId */
            invokevirtual java.lang.String.length:()I
            ifle 10
         9: .line 944
            aload 0 /* this */
            aload 2 /* publicId */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.otherURI:Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeIdentifyingNonEmptyStringOnFirstBit:(Ljava/lang/String;Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;)V
        10: .line 946
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String publicId
        end local 1 // java.lang.String systemId
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   11     1  systemId  Ljava/lang/String;
            0   11     2  publicId  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      systemId  
      publicId  

  protected final void encodeComment(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // char[] ch
        start local 2 // int offset
        start local 3 // int length
         0: .line 957
            aload 0 /* this */
            sipush 226
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         1: .line 959
            aload 0 /* this */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.isCharacterContentChunkLengthMatchesLimit:(I)Z
            istore 4 /* addToTable */
        start local 4 // boolean addToTable
         2: .line 960
            aload 0 /* this */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.otherString:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            iload 4 /* addToTable */
            iconst_1
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonIdentifyingStringOnFirstBit:([CIILcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;ZZ)V
         3: .line 961
            return
        end local 4 // boolean addToTable
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1          ch  [C
            0    4     2      offset  I
            0    4     3      length  I
            2    4     4  addToTable  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      ch      
      offset  
      length  

  protected final void encodeCommentNoClone(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // char[] ch
        start local 2 // int offset
        start local 3 // int length
         0: .line 976
            aload 0 /* this */
            sipush 226
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         1: .line 978
            aload 0 /* this */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.isCharacterContentChunkLengthMatchesLimit:(I)Z
            istore 4 /* addToTable */
        start local 4 // boolean addToTable
         2: .line 979
            aload 0 /* this */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.otherString:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            iload 4 /* addToTable */
            iconst_0
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonIdentifyingStringOnFirstBit:([CIILcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;ZZ)V
         3: .line 980
            return
        end local 4 // boolean addToTable
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1          ch  [C
            0    4     2      offset  I
            0    4     3      length  I
            2    4     4  addToTable  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      ch      
      offset  
      length  

  protected final void encodeElementQualifiedNameOnThirdBit(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String namespaceURI
        start local 2 // java.lang.String prefix
        start local 3 // java.lang.String localName
         0: .line 997
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.elementName:Lcom/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap;
            aload 3 /* localName */
            invokevirtual com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap.obtainEntry:(Ljava/lang/String;)Lcom/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap$Entry;
            astore 4 /* entry */
        start local 4 // com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry entry
         1: .line 998
            aload 4 /* entry */
            getfield com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry._valueIndex:I
            ifle 11
         2: .line 999
            aload 4 /* entry */
            getfield com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry._value:[Lcom/sun/xml/internal/fastinfoset/QualifiedName;
            astore 5 /* names */
        start local 5 // com.sun.xml.internal.fastinfoset.QualifiedName[] names
         3: .line 1000
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 10
         5: .line 1001
      StackMap locals: com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry com.sun.xml.internal.fastinfoset.QualifiedName[] int
      StackMap stack:
            aload 2 /* prefix */
            aload 5 /* names */
            iload 6 /* i */
            aaload
            getfield com.sun.xml.internal.fastinfoset.QualifiedName.prefix:Ljava/lang/String;
            if_acmpeq 6
            aload 2 /* prefix */
            aload 5 /* names */
            iload 6 /* i */
            aaload
            getfield com.sun.xml.internal.fastinfoset.QualifiedName.prefix:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         6: .line 1002
      StackMap locals:
      StackMap stack:
            aload 1 /* namespaceURI */
            aload 5 /* names */
            iload 6 /* i */
            aaload
            getfield com.sun.xml.internal.fastinfoset.QualifiedName.namespaceName:Ljava/lang/String;
            if_acmpeq 7
            aload 1 /* namespaceURI */
            aload 5 /* names */
            iload 6 /* i */
            aaload
            getfield com.sun.xml.internal.fastinfoset.QualifiedName.namespaceName:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         7: .line 1003
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* names */
            iload 6 /* i */
            aaload
            getfield com.sun.xml.internal.fastinfoset.QualifiedName.index:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroIntegerOnThirdBit:(I)V
         8: .line 1004
            return
         9: .line 1000
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* i */
            aload 4 /* entry */
            getfield com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry._valueIndex:I
            if_icmplt 5
        end local 6 // int i
        end local 5 // com.sun.xml.internal.fastinfoset.QualifiedName[] names
        11: .line 1009
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* namespaceURI */
            aload 2 /* prefix */
        12: .line 1010
            aload 3 /* localName */
            aload 4 /* entry */
        13: .line 1009
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeLiteralElementQualifiedNameOnThirdBit:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap$Entry;)V
        14: .line 1011
            return
        end local 4 // com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry entry
        end local 3 // java.lang.String localName
        end local 2 // java.lang.String prefix
        end local 1 // java.lang.String namespaceURI
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   15     1  namespaceURI  Ljava/lang/String;
            0   15     2        prefix  Ljava/lang/String;
            0   15     3     localName  Ljava/lang/String;
            1   15     4         entry  Lcom/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap$Entry;
            3   11     5         names  [Lcom/sun/xml/internal/fastinfoset/QualifiedName;
            4   11     6             i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      namespaceURI  
      prefix        
      localName     

  protected final void encodeLiteralElementQualifiedNameOnThirdBit(java.lang.String, java.lang.String, java.lang.String, com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap$Entry;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=8, locals=9, args_size=5
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String namespaceURI
        start local 2 // java.lang.String prefix
        start local 3 // java.lang.String localName
        start local 4 // com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry entry
         0: .line 1024
            new com.sun.xml.internal.fastinfoset.QualifiedName
            dup
            aload 2 /* prefix */
            aload 1 /* namespaceURI */
            aload 3 /* localName */
            ldc ""
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.elementName:Lcom/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap;
            invokevirtual com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap.getNextIndex:()I
            invokespecial com.sun.xml.internal.fastinfoset.QualifiedName.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
            astore 5 /* name */
        start local 5 // com.sun.xml.internal.fastinfoset.QualifiedName name
         1: .line 1025
            aload 4 /* entry */
            aload 5 /* name */
            invokevirtual com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry.addQualifiedName:(Lcom/sun/xml/internal/fastinfoset/QualifiedName;)V
         2: .line 1027
            iconst_m1
            istore 6 /* namespaceURIIndex */
        start local 6 // int namespaceURIIndex
         3: .line 1028
            iconst_m1
            istore 7 /* prefixIndex */
        start local 7 // int prefixIndex
         4: .line 1029
            aload 1 /* namespaceURI */
            invokevirtual java.lang.String.length:()I
            ifle 12
         5: .line 1030
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.namespaceName:Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;
            aload 1 /* namespaceURI */
            invokevirtual com.sun.xml.internal.fastinfoset.util.StringIntMap.get:(Ljava/lang/String;)I
            istore 6 /* namespaceURIIndex */
         6: .line 1031
            iload 6 /* namespaceURIIndex */
            iconst_m1
            if_icmpne 8
         7: .line 1032
            new java.io.IOException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.namespaceURINotIndexed"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* namespaceURI */
            aastore
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1035
      StackMap locals: com.sun.xml.internal.fastinfoset.QualifiedName int int
      StackMap stack:
            aload 2 /* prefix */
            invokevirtual java.lang.String.length:()I
            ifle 12
         9: .line 1036
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.prefix:Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;
            aload 2 /* prefix */
            invokevirtual com.sun.xml.internal.fastinfoset.util.StringIntMap.get:(Ljava/lang/String;)I
            istore 7 /* prefixIndex */
        10: .line 1037
            iload 7 /* prefixIndex */
            iconst_m1
            if_icmpne 12
        11: .line 1038
            new java.io.IOException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.prefixNotIndexed"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* prefix */
            aastore
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 1043
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.localName:Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;
            aload 3 /* localName */
            invokevirtual com.sun.xml.internal.fastinfoset.util.StringIntMap.obtainIndex:(Ljava/lang/String;)I
            istore 8 /* localNameIndex */
        start local 8 // int localNameIndex
        13: .line 1045
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            bipush 60
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        14: .line 1046
            iload 6 /* namespaceURIIndex */
            iflt 18
        15: .line 1047
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            iconst_1
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        16: .line 1048
            iload 7 /* prefixIndex */
            iflt 18
        17: .line 1049
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            iconst_2
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        18: .line 1052
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        19: .line 1054
            iload 6 /* namespaceURIIndex */
            iflt 23
        20: .line 1055
            iload 7 /* prefixIndex */
            iflt 22
        21: .line 1056
            aload 0 /* this */
            iload 7 /* prefixIndex */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroIntegerOnSecondBitFirstBitOne:(I)V
        22: .line 1058
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* namespaceURIIndex */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroIntegerOnSecondBitFirstBitOne:(I)V
        23: .line 1061
      StackMap locals:
      StackMap stack:
            iload 8 /* localNameIndex */
            iflt 26
        24: .line 1062
            aload 0 /* this */
            iload 8 /* localNameIndex */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroIntegerOnSecondBitFirstBitOne:(I)V
        25: .line 1063
            goto 27
        26: .line 1064
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* localName */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyOctetStringOnSecondBit:(Ljava/lang/String;)V
        27: .line 1066
      StackMap locals:
      StackMap stack:
            return
        end local 8 // int localNameIndex
        end local 7 // int prefixIndex
        end local 6 // int namespaceURIIndex
        end local 5 // com.sun.xml.internal.fastinfoset.QualifiedName name
        end local 4 // com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry entry
        end local 3 // java.lang.String localName
        end local 2 // java.lang.String prefix
        end local 1 // java.lang.String namespaceURI
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   28     0               this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   28     1       namespaceURI  Ljava/lang/String;
            0   28     2             prefix  Ljava/lang/String;
            0   28     3          localName  Ljava/lang/String;
            0   28     4              entry  Lcom/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap$Entry;
            1   28     5               name  Lcom/sun/xml/internal/fastinfoset/QualifiedName;
            3   28     6  namespaceURIIndex  I
            4   28     7        prefixIndex  I
           13   28     8     localNameIndex  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      namespaceURI  
      prefix        
      localName     
      entry         

  protected final void encodeAttributeQualifiedNameOnSecondBit(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String namespaceURI
        start local 2 // java.lang.String prefix
        start local 3 // java.lang.String localName
         0: .line 1083
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.attributeName:Lcom/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap;
            aload 3 /* localName */
            invokevirtual com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap.obtainEntry:(Ljava/lang/String;)Lcom/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap$Entry;
            astore 4 /* entry */
        start local 4 // com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry entry
         1: .line 1084
            aload 4 /* entry */
            getfield com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry._valueIndex:I
            ifle 11
         2: .line 1085
            aload 4 /* entry */
            getfield com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry._value:[Lcom/sun/xml/internal/fastinfoset/QualifiedName;
            astore 5 /* names */
        start local 5 // com.sun.xml.internal.fastinfoset.QualifiedName[] names
         3: .line 1086
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 10
         5: .line 1087
      StackMap locals: com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry com.sun.xml.internal.fastinfoset.QualifiedName[] int
      StackMap stack:
            aload 2 /* prefix */
            aload 5 /* names */
            iload 6 /* i */
            aaload
            getfield com.sun.xml.internal.fastinfoset.QualifiedName.prefix:Ljava/lang/String;
            if_acmpeq 6
            aload 2 /* prefix */
            aload 5 /* names */
            iload 6 /* i */
            aaload
            getfield com.sun.xml.internal.fastinfoset.QualifiedName.prefix:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         6: .line 1088
      StackMap locals:
      StackMap stack:
            aload 1 /* namespaceURI */
            aload 5 /* names */
            iload 6 /* i */
            aaload
            getfield com.sun.xml.internal.fastinfoset.QualifiedName.namespaceName:Ljava/lang/String;
            if_acmpeq 7
            aload 1 /* namespaceURI */
            aload 5 /* names */
            iload 6 /* i */
            aaload
            getfield com.sun.xml.internal.fastinfoset.QualifiedName.namespaceName:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         7: .line 1089
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* names */
            iload 6 /* i */
            aaload
            getfield com.sun.xml.internal.fastinfoset.QualifiedName.index:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroIntegerOnSecondBitFirstBitZero:(I)V
         8: .line 1090
            return
         9: .line 1086
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* i */
            aload 4 /* entry */
            getfield com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry._valueIndex:I
            if_icmplt 5
        end local 6 // int i
        end local 5 // com.sun.xml.internal.fastinfoset.QualifiedName[] names
        11: .line 1095
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* namespaceURI */
            aload 2 /* prefix */
        12: .line 1096
            aload 3 /* localName */
            aload 4 /* entry */
        13: .line 1095
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeLiteralAttributeQualifiedNameOnSecondBit:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap$Entry;)Z
            pop
        14: .line 1097
            return
        end local 4 // com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry entry
        end local 3 // java.lang.String localName
        end local 2 // java.lang.String prefix
        end local 1 // java.lang.String namespaceURI
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   15     1  namespaceURI  Ljava/lang/String;
            0   15     2        prefix  Ljava/lang/String;
            0   15     3     localName  Ljava/lang/String;
            1   15     4         entry  Lcom/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap$Entry;
            3   11     5         names  [Lcom/sun/xml/internal/fastinfoset/QualifiedName;
            4   11     6             i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      namespaceURI  
      prefix        
      localName     

  protected final boolean encodeLiteralAttributeQualifiedNameOnSecondBit(java.lang.String, java.lang.String, java.lang.String, com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap$Entry;)Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=8, locals=9, args_size=5
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String namespaceURI
        start local 2 // java.lang.String prefix
        start local 3 // java.lang.String localName
        start local 4 // com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry entry
         0: .line 1110
            iconst_m1
            istore 5 /* namespaceURIIndex */
        start local 5 // int namespaceURIIndex
         1: .line 1111
            iconst_m1
            istore 6 /* prefixIndex */
        start local 6 // int prefixIndex
         2: .line 1112
            aload 1 /* namespaceURI */
            invokevirtual java.lang.String.length:()I
            ifle 13
         3: .line 1113
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.namespaceName:Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;
            aload 1 /* namespaceURI */
            invokevirtual com.sun.xml.internal.fastinfoset.util.StringIntMap.get:(Ljava/lang/String;)I
            istore 5 /* namespaceURIIndex */
         4: .line 1114
            iload 5 /* namespaceURIIndex */
            iconst_m1
            if_icmpne 9
         5: .line 1115
            aload 1 /* namespaceURI */
            ldc "http://www.w3.org/2000/xmlns/"
            if_acmpeq 7
         6: .line 1116
            aload 1 /* namespaceURI */
            ldc "http://www.w3.org/2000/xmlns/"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 1117
      StackMap locals: int int
      StackMap stack:
            iconst_0
            ireturn
         8: .line 1119
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.namespaceURINotIndexed"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* namespaceURI */
            aastore
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 1123
      StackMap locals:
      StackMap stack:
            aload 2 /* prefix */
            invokevirtual java.lang.String.length:()I
            ifle 13
        10: .line 1124
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.prefix:Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;
            aload 2 /* prefix */
            invokevirtual com.sun.xml.internal.fastinfoset.util.StringIntMap.get:(Ljava/lang/String;)I
            istore 6 /* prefixIndex */
        11: .line 1125
            iload 6 /* prefixIndex */
            iconst_m1
            if_icmpne 13
        12: .line 1126
            new java.io.IOException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.prefixNotIndexed"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* prefix */
            aastore
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 1131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.localName:Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;
            aload 3 /* localName */
            invokevirtual com.sun.xml.internal.fastinfoset.util.StringIntMap.obtainIndex:(Ljava/lang/String;)I
            istore 7 /* localNameIndex */
        start local 7 // int localNameIndex
        14: .line 1133
            new com.sun.xml.internal.fastinfoset.QualifiedName
            dup
            aload 2 /* prefix */
            aload 1 /* namespaceURI */
            aload 3 /* localName */
            ldc ""
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.attributeName:Lcom/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap;
            invokevirtual com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap.getNextIndex:()I
            invokespecial com.sun.xml.internal.fastinfoset.QualifiedName.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
            astore 8 /* name */
        start local 8 // com.sun.xml.internal.fastinfoset.QualifiedName name
        15: .line 1134
            aload 4 /* entry */
            aload 8 /* name */
            invokevirtual com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry.addQualifiedName:(Lcom/sun/xml/internal/fastinfoset/QualifiedName;)V
        16: .line 1136
            aload 0 /* this */
            bipush 120
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        17: .line 1137
            aload 1 /* namespaceURI */
            invokevirtual java.lang.String.length:()I
            ifle 21
        18: .line 1138
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            iconst_1
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        19: .line 1139
            aload 2 /* prefix */
            invokevirtual java.lang.String.length:()I
            ifle 21
        20: .line 1140
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            iconst_2
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        21: .line 1144
      StackMap locals: int com.sun.xml.internal.fastinfoset.QualifiedName
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        22: .line 1146
            iload 5 /* namespaceURIIndex */
            iflt 27
        23: .line 1147
            iload 6 /* prefixIndex */
            iflt 25
        24: .line 1148
            aload 0 /* this */
            iload 6 /* prefixIndex */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroIntegerOnSecondBitFirstBitOne:(I)V
        25: .line 1150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* namespaceURIIndex */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroIntegerOnSecondBitFirstBitOne:(I)V
        26: .line 1151
            goto 30
      StackMap locals:
      StackMap stack:
        27: aload 1 /* namespaceURI */
            ldc ""
            if_acmpeq 30
        28: .line 1153
            aload 0 /* this */
            ldc "xml"
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyOctetStringOnSecondBit:(Ljava/lang/String;)V
        29: .line 1154
            aload 0 /* this */
            ldc "http://www.w3.org/XML/1998/namespace"
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyOctetStringOnSecondBit:(Ljava/lang/String;)V
        30: .line 1157
      StackMap locals:
      StackMap stack:
            iload 7 /* localNameIndex */
            iflt 33
        31: .line 1158
            aload 0 /* this */
            iload 7 /* localNameIndex */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroIntegerOnSecondBitFirstBitOne:(I)V
        32: .line 1159
            goto 34
        33: .line 1160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* localName */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyOctetStringOnSecondBit:(Ljava/lang/String;)V
        34: .line 1163
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 8 // com.sun.xml.internal.fastinfoset.QualifiedName name
        end local 7 // int localNameIndex
        end local 6 // int prefixIndex
        end local 5 // int namespaceURIIndex
        end local 4 // com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry entry
        end local 3 // java.lang.String localName
        end local 2 // java.lang.String prefix
        end local 1 // java.lang.String namespaceURI
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   35     0               this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   35     1       namespaceURI  Ljava/lang/String;
            0   35     2             prefix  Ljava/lang/String;
            0   35     3          localName  Ljava/lang/String;
            0   35     4              entry  Lcom/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap$Entry;
            1   35     5  namespaceURIIndex  I
            2   35     6        prefixIndex  I
           14   35     7     localNameIndex  I
           15   35     8               name  Lcom/sun/xml/internal/fastinfoset/QualifiedName;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      namespaceURI  
      prefix        
      localName     
      entry         

  protected final void encodeNonIdentifyingStringOnFirstBit(java.lang.String, com.sun.xml.internal.fastinfoset.util.StringIntMap, boolean, boolean);
    descriptor: (Ljava/lang/String;Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;ZZ)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=7, args_size=5
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String s
        start local 2 // com.sun.xml.internal.fastinfoset.util.StringIntMap map
        start local 3 // boolean addToTable
        start local 4 // boolean mustBeAddedToTable
         0: .line 1179
            aload 1 /* s */
            ifnull 1
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            ifne 3
         1: .line 1181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 255
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         2: .line 1182
            goto 27
         3: .line 1183
      StackMap locals:
      StackMap stack:
            iload 3 /* addToTable */
            ifne 4
            iload 4 /* mustBeAddedToTable */
            ifeq 25
         4: .line 1185
      StackMap locals:
      StackMap stack:
            iload 4 /* mustBeAddedToTable */
            ifne 7
         5: .line 1186
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.canAddAttributeToTable:(I)Z
            ifne 7
         6: .line 1185
            iconst_0
            goto 8
      StackMap locals:
      StackMap stack:
         7: iconst_1
      StackMap locals:
      StackMap stack: int
         8: istore 5 /* canAddAttributeToTable */
        start local 5 // boolean canAddAttributeToTable
         9: .line 1189
            iload 5 /* canAddAttributeToTable */
            ifeq 11
        10: .line 1190
            aload 2 /* map */
            aload 1 /* s */
            invokevirtual com.sun.xml.internal.fastinfoset.util.StringIntMap.obtainIndex:(Ljava/lang/String;)I
            goto 12
        11: .line 1191
      StackMap locals: int
      StackMap stack:
            aload 2 /* map */
            aload 1 /* s */
            invokevirtual com.sun.xml.internal.fastinfoset.util.StringIntMap.get:(Ljava/lang/String;)I
        12: .line 1189
      StackMap locals:
      StackMap stack: int
            istore 6 /* index */
        start local 6 // int index
        13: .line 1193
            iload 6 /* index */
            iconst_m1
            if_icmpeq 16
        14: .line 1195
            aload 0 /* this */
            iload 6 /* index */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroIntegerOnSecondBitFirstBitOne:(I)V
        15: .line 1196
            goto 27
      StackMap locals: int
      StackMap stack:
        16: iload 5 /* canAddAttributeToTable */
            ifeq 22
        17: .line 1198
            aload 0 /* this */
            bipush 64
        18: .line 1199
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._nonIdentifyingStringOnFirstBitCES:I
            ior
        19: .line 1198
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        20: .line 1200
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyCharacterStringOnFifthBit:(Ljava/lang/String;)V
        21: .line 1201
            goto 27
        22: .line 1203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._nonIdentifyingStringOnFirstBitCES:I
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        23: .line 1204
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyCharacterStringOnFifthBit:(Ljava/lang/String;)V
        end local 6 // int index
        end local 5 // boolean canAddAttributeToTable
        24: .line 1206
            goto 27
        25: .line 1207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._nonIdentifyingStringOnFirstBitCES:I
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        26: .line 1208
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyCharacterStringOnFifthBit:(Ljava/lang/String;)V
        27: .line 1211
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean mustBeAddedToTable
        end local 3 // boolean addToTable
        end local 2 // com.sun.xml.internal.fastinfoset.util.StringIntMap map
        end local 1 // java.lang.String s
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   28     0                    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   28     1                       s  Ljava/lang/String;
            0   28     2                     map  Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;
            0   28     3              addToTable  Z
            0   28     4      mustBeAddedToTable  Z
            9   24     5  canAddAttributeToTable  Z
           13   24     6                   index  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                    Name  Flags
      s                   
      map                 
      addToTable          
      mustBeAddedToTable  

  protected final void encodeNonIdentifyingStringOnFirstBit(java.lang.String, com.sun.xml.internal.fastinfoset.util.CharArrayIntMap, boolean);
    descriptor: (Ljava/lang/String;Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;Z)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String s
        start local 2 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap map
        start local 3 // boolean addToTable
         0: .line 1223
            aload 1 /* s */
            ifnull 1
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            ifne 3
         1: .line 1225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 255
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         2: .line 1226
            goto 26
         3: .line 1227
      StackMap locals:
      StackMap stack:
            iload 3 /* addToTable */
            ifeq 24
         4: .line 1228
            aload 1 /* s */
            invokevirtual java.lang.String.toCharArray:()[C
            astore 4 /* ch */
        start local 4 // char[] ch
         5: .line 1229
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 5 /* length */
        start local 5 // int length
         6: .line 1233
            aload 0 /* this */
            iload 5 /* length */
            aload 2 /* map */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.canAddCharacterContentToTable:(ILcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;)Z
         7: .line 1232
            istore 6 /* canAddCharacterContentToTable */
        start local 6 // boolean canAddCharacterContentToTable
         8: .line 1236
            iload 6 /* canAddCharacterContentToTable */
            ifeq 10
         9: .line 1237
            aload 2 /* map */
            aload 4 /* ch */
            iconst_0
            iload 5 /* length */
            iconst_0
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.obtainIndex:([CIIZ)I
            goto 11
        10: .line 1238
      StackMap locals: char[] int int
      StackMap stack:
            aload 2 /* map */
            aload 4 /* ch */
            iconst_0
            iload 5 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.get:([CII)I
        11: .line 1236
      StackMap locals:
      StackMap stack: int
            istore 7 /* index */
        start local 7 // int index
        12: .line 1240
            iload 7 /* index */
            iconst_m1
            if_icmpeq 15
        13: .line 1242
            aload 0 /* this */
            iload 7 /* index */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroIntegerOnSecondBitFirstBitOne:(I)V
        14: .line 1243
            goto 26
      StackMap locals: int
      StackMap stack:
        15: iload 6 /* canAddCharacterContentToTable */
            ifeq 21
        16: .line 1245
            aload 0 /* this */
            bipush 64
        17: .line 1246
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._nonIdentifyingStringOnFirstBitCES:I
            ior
        18: .line 1245
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        19: .line 1247
            aload 0 /* this */
            aload 4 /* ch */
            iconst_0
            iload 5 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyCharacterStringOnFifthBit:([CII)V
        20: .line 1248
            goto 26
        21: .line 1250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._nonIdentifyingStringOnFirstBitCES:I
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        22: .line 1251
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyCharacterStringOnFifthBit:(Ljava/lang/String;)V
        end local 7 // int index
        end local 6 // boolean canAddCharacterContentToTable
        end local 5 // int length
        end local 4 // char[] ch
        23: .line 1253
            goto 26
        24: .line 1254
      StackMap locals: com.sun.xml.internal.fastinfoset.Encoder java.lang.String com.sun.xml.internal.fastinfoset.util.CharArrayIntMap int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._nonIdentifyingStringOnFirstBitCES:I
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        25: .line 1255
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyCharacterStringOnFifthBit:(Ljava/lang/String;)V
        26: .line 1258
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean addToTable
        end local 2 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap map
        end local 1 // java.lang.String s
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0   27     0                           this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   27     1                              s  Ljava/lang/String;
            0   27     2                            map  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            0   27     3                     addToTable  Z
            5   23     4                             ch  [C
            6   23     5                         length  I
            8   23     6  canAddCharacterContentToTable  Z
           12   23     7                          index  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      s           
      map         
      addToTable  

  protected final void encodeNonIdentifyingStringOnFirstBit(char[], int, int, com.sun.xml.internal.fastinfoset.util.CharArrayIntMap, boolean, boolean);
    descriptor: ([CIILcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;ZZ)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=9, args_size=7
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // char[] ch
        start local 2 // int offset
        start local 3 // int length
        start local 4 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap map
        start local 5 // boolean addToTable
        start local 6 // boolean clone
         0: .line 1275
            iload 3 /* length */
            ifne 3
         1: .line 1277
            aload 0 /* this */
            sipush 255
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         2: .line 1278
            goto 24
         3: .line 1279
      StackMap locals:
      StackMap stack:
            iload 5 /* addToTable */
            ifeq 22
         4: .line 1282
            aload 0 /* this */
            iload 3 /* length */
            aload 4 /* map */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.canAddCharacterContentToTable:(ILcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;)Z
         5: .line 1281
            istore 7 /* canAddCharacterContentToTable */
        start local 7 // boolean canAddCharacterContentToTable
         6: .line 1285
            iload 7 /* canAddCharacterContentToTable */
            ifeq 8
         7: .line 1286
            aload 4 /* map */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            iload 6 /* clone */
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.obtainIndex:([CIIZ)I
            goto 9
         8: .line 1287
      StackMap locals: int
      StackMap stack:
            aload 4 /* map */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.get:([CII)I
         9: .line 1285
      StackMap locals:
      StackMap stack: int
            istore 8 /* index */
        start local 8 // int index
        10: .line 1289
            iload 8 /* index */
            iconst_m1
            if_icmpeq 13
        11: .line 1291
            aload 0 /* this */
            iload 8 /* index */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroIntegerOnSecondBitFirstBitOne:(I)V
        12: .line 1292
            goto 24
      StackMap locals: int
      StackMap stack:
        13: iload 7 /* canAddCharacterContentToTable */
            ifeq 19
        14: .line 1294
            aload 0 /* this */
            bipush 64
        15: .line 1295
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._nonIdentifyingStringOnFirstBitCES:I
            ior
        16: .line 1294
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        17: .line 1296
            aload 0 /* this */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyCharacterStringOnFifthBit:([CII)V
        18: .line 1297
            goto 24
        19: .line 1299
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._nonIdentifyingStringOnFirstBitCES:I
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        20: .line 1300
            aload 0 /* this */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyCharacterStringOnFifthBit:([CII)V
        end local 8 // int index
        end local 7 // boolean canAddCharacterContentToTable
        21: .line 1302
            goto 24
        22: .line 1303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._nonIdentifyingStringOnFirstBitCES:I
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        23: .line 1304
            aload 0 /* this */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyCharacterStringOnFifthBit:([CII)V
        24: .line 1307
      StackMap locals:
      StackMap stack:
            return
        end local 6 // boolean clone
        end local 5 // boolean addToTable
        end local 4 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap map
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0   25     0                           this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   25     1                             ch  [C
            0   25     2                         offset  I
            0   25     3                         length  I
            0   25     4                            map  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            0   25     5                     addToTable  Z
            0   25     6                          clone  Z
            6   21     7  canAddCharacterContentToTable  Z
           10   21     8                          index  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      ch          
      offset      
      length      
      map         
      addToTable  
      clone       

  protected final void encodeNumericNonIdentifyingStringOnFirstBit(java.lang.String, boolean, boolean);
    descriptor: (Ljava/lang/String;ZZ)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String s
        start local 2 // boolean addToTable
        start local 3 // boolean mustBeAddedToTable
         0: .line 1312
            aload 0 /* this */
         1: .line 1313
            iconst_0
         2: .line 1314
            getstatic com.sun.xml.internal.fastinfoset.Encoder.NUMERIC_CHARACTERS_TABLE:[I
            aload 1 /* s */
            iload 2 /* addToTable */
         3: .line 1315
            iload 3 /* mustBeAddedToTable */
         4: .line 1312
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonIdentifyingStringOnFirstBit:(I[ILjava/lang/String;ZZ)V
         5: .line 1316
            return
        end local 3 // boolean mustBeAddedToTable
        end local 2 // boolean addToTable
        end local 1 // java.lang.String s
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    6     1                   s  Ljava/lang/String;
            0    6     2          addToTable  Z
            0    6     3  mustBeAddedToTable  Z
    Exceptions:
      throws java.io.IOException, com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException
    MethodParameters:
                    Name  Flags
      s                   
      addToTable          
      mustBeAddedToTable  

  protected final void encodeDateTimeNonIdentifyingStringOnFirstBit(java.lang.String, boolean, boolean);
    descriptor: (Ljava/lang/String;ZZ)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String s
        start local 2 // boolean addToTable
        start local 3 // boolean mustBeAddedToTable
         0: .line 1321
            aload 0 /* this */
         1: .line 1322
            iconst_1
         2: .line 1323
            getstatic com.sun.xml.internal.fastinfoset.Encoder.DATE_TIME_CHARACTERS_TABLE:[I
            aload 1 /* s */
            iload 2 /* addToTable */
         3: .line 1324
            iload 3 /* mustBeAddedToTable */
         4: .line 1321
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonIdentifyingStringOnFirstBit:(I[ILjava/lang/String;ZZ)V
         5: .line 1325
            return
        end local 3 // boolean mustBeAddedToTable
        end local 2 // boolean addToTable
        end local 1 // java.lang.String s
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    6     1                   s  Ljava/lang/String;
            0    6     2          addToTable  Z
            0    6     3  mustBeAddedToTable  Z
    Exceptions:
      throws java.io.IOException, com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException
    MethodParameters:
                    Name  Flags
      s                   
      addToTable          
      mustBeAddedToTable  

  protected final void encodeNonIdentifyingStringOnFirstBit(int, int[], java.lang.String, boolean, boolean);
    descriptor: (I[ILjava/lang/String;ZZ)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=6, locals=9, args_size=6
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int id
        start local 2 // int[] table
        start local 3 // java.lang.String s
        start local 4 // boolean addToTable
        start local 5 // boolean mustBeAddedToTable
         0: .line 1330
            aload 3 /* s */
            ifnull 1
            aload 3 /* s */
            invokevirtual java.lang.String.length:()I
            ifne 3
         1: .line 1332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 255
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         2: .line 1333
            return
         3: .line 1336
      StackMap locals:
      StackMap stack:
            iload 4 /* addToTable */
            ifne 4
            iload 5 /* mustBeAddedToTable */
            ifeq 21
         4: .line 1338
      StackMap locals:
      StackMap stack:
            iload 5 /* mustBeAddedToTable */
            ifne 7
         5: .line 1339
            aload 0 /* this */
            aload 3 /* s */
            invokevirtual java.lang.String.length:()I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.canAddAttributeToTable:(I)Z
            ifne 7
         6: .line 1338
            iconst_0
            goto 8
      StackMap locals:
      StackMap stack:
         7: iconst_1
      StackMap locals:
      StackMap stack: int
         8: istore 6 /* canAddAttributeToTable */
        start local 6 // boolean canAddAttributeToTable
         9: .line 1342
            iload 6 /* canAddAttributeToTable */
            ifeq 11
        10: .line 1343
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.attributeValue:Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;
            aload 3 /* s */
            invokevirtual com.sun.xml.internal.fastinfoset.util.StringIntMap.obtainIndex:(Ljava/lang/String;)I
            goto 12
        11: .line 1344
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.attributeValue:Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;
            aload 3 /* s */
            invokevirtual com.sun.xml.internal.fastinfoset.util.StringIntMap.get:(Ljava/lang/String;)I
        12: .line 1342
      StackMap locals:
      StackMap stack: int
            istore 7 /* index */
        start local 7 // int index
        13: .line 1346
            iload 7 /* index */
            iconst_m1
            if_icmpeq 16
        14: .line 1348
            aload 0 /* this */
            iload 7 /* index */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroIntegerOnSecondBitFirstBitOne:(I)V
        15: .line 1349
            return
        16: .line 1350
      StackMap locals: int
      StackMap stack:
            iload 6 /* canAddAttributeToTable */
            ifeq 19
        17: .line 1352
            aload 0 /* this */
            bipush 96
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        18: .line 1354
            goto 22
        19: .line 1356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        end local 7 // int index
        end local 6 // boolean canAddAttributeToTable
        20: .line 1358
            goto 22
        21: .line 1359
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        22: .line 1363
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            iload 1 /* id */
            sipush 240
            iand
            iconst_4
            ishr
            ior
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        23: .line 1365
            aload 0 /* this */
            iload 1 /* id */
            bipush 15
            iand
            iconst_4
            ishl
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        24: .line 1367
            aload 3 /* s */
            invokevirtual java.lang.String.length:()I
            istore 6 /* length */
        start local 6 // int length
        25: .line 1368
            iload 6 /* length */
            iconst_2
            idiv
            istore 7 /* octetPairLength */
        start local 7 // int octetPairLength
        26: .line 1369
            iload 6 /* length */
            iconst_2
            irem
            istore 8 /* octetSingleLength */
        start local 8 // int octetSingleLength
        27: .line 1370
            aload 0 /* this */
            iload 7 /* octetPairLength */
            iload 8 /* octetSingleLength */
            iadd
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroOctetStringLengthOnFifthBit:(I)V
        28: .line 1371
            aload 0 /* this */
            aload 2 /* table */
            aload 3 /* s */
            invokevirtual java.lang.String.toCharArray:()[C
            iconst_0
            iload 7 /* octetPairLength */
            iload 8 /* octetSingleLength */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyFourBitCharacterString:([I[CIII)V
        29: .line 1372
            return
        end local 8 // int octetSingleLength
        end local 7 // int octetPairLength
        end local 6 // int length
        end local 5 // boolean mustBeAddedToTable
        end local 4 // boolean addToTable
        end local 3 // java.lang.String s
        end local 2 // int[] table
        end local 1 // int id
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   30     0                    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   30     1                      id  I
            0   30     2                   table  [I
            0   30     3                       s  Ljava/lang/String;
            0   30     4              addToTable  Z
            0   30     5      mustBeAddedToTable  Z
            9   20     6  canAddAttributeToTable  Z
           13   20     7                   index  I
           25   30     6                  length  I
           26   30     7         octetPairLength  I
           27   30     8       octetSingleLength  I
    Exceptions:
      throws java.io.IOException, com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException
    MethodParameters:
                    Name  Flags
      id                  
      table               
      s                   
      addToTable          
      mustBeAddedToTable  

  protected final void encodeNonIdentifyingStringOnFirstBit(java.lang.String, int, java.lang.Object);
    descriptor: (Ljava/lang/String;ILjava/lang/Object;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=8, locals=6, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String URI
        start local 2 // int id
        start local 3 // java.lang.Object data
         0: .line 1388
            aload 1 /* URI */
            ifnull 14
         1: .line 1389
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.encodingAlgorithm:Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;
            aload 1 /* URI */
            invokevirtual com.sun.xml.internal.fastinfoset.util.StringIntMap.get:(Ljava/lang/String;)I
            istore 2 /* id */
         2: .line 1390
            iload 2 /* id */
            iconst_m1
            if_icmpne 4
         3: .line 1391
            new com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.EncodingAlgorithmURI"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* URI */
            aastore
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1393
      StackMap locals:
      StackMap stack:
            iinc 2 /* id */ 32
         5: .line 1395
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._registeredEncodingAlgorithms:Ljava/util/Map;
            aload 1 /* URI */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithm
            astore 4 /* ea */
        start local 4 // com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithm ea
         6: .line 1396
            aload 4 /* ea */
            ifnull 9
         7: .line 1397
            aload 0 /* this */
            iload 2 /* id */
            aload 3 /* data */
            aload 4 /* ea */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeAIIObjectAlgorithmData:(ILjava/lang/Object;Lcom/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithm;)V
         8: .line 1398
            goto 42
         9: .line 1399
      StackMap locals: com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithm
      StackMap stack:
            aload 3 /* data */
            instanceof byte[]
            ifeq 13
        10: .line 1400
            aload 3 /* data */
            checkcast byte[]
            astore 5 /* d */
        start local 5 // byte[] d
        11: .line 1401
            aload 0 /* this */
            iload 2 /* id */
            aload 5 /* d */
            iconst_0
            aload 5 /* d */
            arraylength
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeAIIOctetAlgorithmData:(I[BII)V
        end local 5 // byte[] d
        12: .line 1402
            goto 42
        13: .line 1403
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.nullEncodingAlgorithmURI"
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithm ea
        14: .line 1406
      StackMap locals:
      StackMap stack:
            iload 2 /* id */
            bipush 9
            if_icmpgt 35
        15: .line 1407
            iconst_0
            istore 4 /* length */
        start local 4 // int length
        16: .line 1408
            iload 2 /* id */
            tableswitch { // 0 - 9
                    0: 17
                    1: 17
                    2: 19
                    3: 21
                    4: 23
                    5: 25
                    6: 27
                    7: 29
                    8: 23
                    9: 31
              default: 32
          }
        17: .line 1411
      StackMap locals: int
      StackMap stack:
            aload 3 /* data */
            checkcast byte[]
            arraylength
            istore 4 /* length */
        18: .line 1412
            goto 33
        19: .line 1414
      StackMap locals:
      StackMap stack:
            aload 3 /* data */
            checkcast short[]
            arraylength
            istore 4 /* length */
        20: .line 1415
            goto 33
        21: .line 1417
      StackMap locals:
      StackMap stack:
            aload 3 /* data */
            checkcast int[]
            arraylength
            istore 4 /* length */
        22: .line 1418
            goto 33
        23: .line 1421
      StackMap locals:
      StackMap stack:
            aload 3 /* data */
            checkcast long[]
            arraylength
            istore 4 /* length */
        24: .line 1422
            goto 33
        25: .line 1424
      StackMap locals:
      StackMap stack:
            aload 3 /* data */
            checkcast boolean[]
            arraylength
            istore 4 /* length */
        26: .line 1425
            goto 33
        27: .line 1427
      StackMap locals:
      StackMap stack:
            aload 3 /* data */
            checkcast float[]
            arraylength
            istore 4 /* length */
        28: .line 1428
            goto 33
        29: .line 1430
      StackMap locals:
      StackMap stack:
            aload 3 /* data */
            checkcast double[]
            arraylength
            istore 4 /* length */
        30: .line 1431
            goto 33
        31: .line 1433
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.CDATA"
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        32: .line 1435
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.UnsupportedBuiltInAlgorithm"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 2 /* id */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException.<init>:(Ljava/lang/String;)V
            athrow
        33: .line 1437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* id */
            aload 3 /* data */
            iconst_0
            iload 4 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeAIIBuiltInAlgorithmData:(ILjava/lang/Object;II)V
        end local 4 // int length
        34: .line 1438
            goto 42
      StackMap locals:
      StackMap stack:
        35: iload 2 /* id */
            bipush 32
            if_icmplt 41
        36: .line 1439
            aload 3 /* data */
            instanceof byte[]
            ifeq 40
        37: .line 1440
            aload 3 /* data */
            checkcast byte[]
            astore 4 /* d */
        start local 4 // byte[] d
        38: .line 1441
            aload 0 /* this */
            iload 2 /* id */
            aload 4 /* d */
            iconst_0
            aload 4 /* d */
            arraylength
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeAIIOctetAlgorithmData:(I[BII)V
        end local 4 // byte[] d
        39: .line 1442
            goto 42
        40: .line 1443
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.nullEncodingAlgorithmURI"
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException.<init>:(Ljava/lang/String;)V
            athrow
        41: .line 1446
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.identifiers10to31Reserved"
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException.<init>:(Ljava/lang/String;)V
            athrow
        42: .line 1448
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object data
        end local 2 // int id
        end local 1 // java.lang.String URI
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   43     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   43     1     URI  Ljava/lang/String;
            0   43     2      id  I
            0   43     3    data  Ljava/lang/Object;
            6   14     4      ea  Lcom/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithm;
           11   12     5       d  [B
           16   34     4  length  I
           38   39     4       d  [B
    Exceptions:
      throws com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException, java.io.IOException
    MethodParameters:
      Name  Flags
      URI   
      id    
      data  

  protected final void encodeAIIOctetAlgorithmData(int, byte[], int, int);
    descriptor: (I[BII)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int id
        start local 2 // byte[] d
        start local 3 // int offset
        start local 4 // int length
         0: .line 1462
            aload 0 /* this */
            bipush 48
         1: .line 1463
            iload 1 /* id */
            sipush 240
            iand
            iconst_4
            ishr
            ior
         2: .line 1462
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         3: .line 1466
            aload 0 /* this */
            iload 1 /* id */
            bipush 15
            iand
            iconst_4
            ishl
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         4: .line 1469
            aload 0 /* this */
            iload 4 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroOctetStringLengthOnFifthBit:(I)V
         5: .line 1471
            aload 0 /* this */
            aload 2 /* d */
            iload 3 /* offset */
            iload 4 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:([BII)V
         6: .line 1472
            return
        end local 4 // int length
        end local 3 // int offset
        end local 2 // byte[] d
        end local 1 // int id
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    7     1      id  I
            0    7     2       d  [B
            0    7     3  offset  I
            0    7     4  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      id      
      d       
      offset  
      length  

  protected final void encodeAIIObjectAlgorithmData(int, java.lang.Object, com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithm);
    descriptor: (ILjava/lang/Object;Lcom/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithm;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int id
        start local 2 // java.lang.Object data
        start local 3 // com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithm ea
         0: .line 1486
            aload 0 /* this */
            bipush 48
         1: .line 1487
            iload 1 /* id */
            sipush 240
            iand
            iconst_4
            ishr
            ior
         2: .line 1486
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         3: .line 1490
            aload 0 /* this */
            iload 1 /* id */
            bipush 15
            iand
            iconst_4
            ishl
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         4: .line 1492
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferOutputStream:Lcom/sun/xml/internal/fastinfoset/Encoder$EncodingBufferOutputStream;
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.reset:()V
         5: .line 1493
            aload 3 /* ea */
            aload 2 /* data */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferOutputStream:Lcom/sun/xml/internal/fastinfoset/Encoder$EncodingBufferOutputStream;
            invokeinterface com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithm.encodeToOutputStream:(Ljava/lang/Object;Ljava/io/OutputStream;)V
         6: .line 1494
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferIndex:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroOctetStringLengthOnFifthBit:(I)V
         7: .line 1495
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferIndex:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:([BI)V
         8: .line 1496
            return
        end local 3 // com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithm ea
        end local 2 // java.lang.Object data
        end local 1 // int id
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    9     1    id  I
            0    9     2  data  Ljava/lang/Object;
            0    9     3    ea  Lcom/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithm;
    Exceptions:
      throws com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException, java.io.IOException
    MethodParameters:
      Name  Flags
      id    
      data  
      ea    

  protected final void encodeAIIBuiltInAlgorithmData(int, java.lang.Object, int, int);
    descriptor: (ILjava/lang/Object;II)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int id
        start local 2 // java.lang.Object data
        start local 3 // int offset
        start local 4 // int length
         0: .line 1512
            aload 0 /* this */
            bipush 48
         1: .line 1513
            iload 1 /* id */
            sipush 240
            iand
            iconst_4
            ishr
            ior
         2: .line 1512
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         3: .line 1516
            aload 0 /* this */
            iload 1 /* id */
            bipush 15
            iand
            iconst_4
            ishl
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         4: .line 1518
            iload 1 /* id */
            invokestatic com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmFactory.getAlgorithm:(I)Lcom/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithm;
         5: .line 1519
            iload 4 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithm.getOctetLengthFromPrimitiveLength:(I)I
         6: .line 1518
            istore 5 /* octetLength */
        start local 5 // int octetLength
         7: .line 1521
            aload 0 /* this */
            iload 5 /* octetLength */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroOctetStringLengthOnFifthBit:(I)V
         8: .line 1523
            aload 0 /* this */
            iload 5 /* octetLength */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.ensureSize:(I)V
         9: .line 1524
            iload 1 /* id */
            invokestatic com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmFactory.getAlgorithm:(I)Lcom/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithm;
        10: .line 1525
            aload 2 /* data */
            iload 3 /* offset */
            iload 4 /* length */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithm.encodeToBytes:(Ljava/lang/Object;II[BI)V
        11: .line 1526
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            iload 5 /* octetLength */
            iadd
            putfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
        12: .line 1527
            return
        end local 5 // int octetLength
        end local 4 // int length
        end local 3 // int offset
        end local 2 // java.lang.Object data
        end local 1 // int id
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   13     1           id  I
            0   13     2         data  Ljava/lang/Object;
            0   13     3       offset  I
            0   13     4       length  I
            7   13     5  octetLength  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      id      
      data    
      offset  
      length  

  protected final void encodeNonIdentifyingStringOnThirdBit(char[], int, int, com.sun.xml.internal.fastinfoset.util.CharArrayIntMap, boolean, boolean);
    descriptor: ([CIILcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;ZZ)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=9, args_size=7
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // char[] ch
        start local 2 // int offset
        start local 3 // int length
        start local 4 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap map
        start local 5 // boolean addToTable
        start local 6 // boolean clone
         0: .line 1546
            iload 5 /* addToTable */
            ifeq 20
         1: .line 1549
            aload 0 /* this */
            iload 3 /* length */
            aload 4 /* map */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.canAddCharacterContentToTable:(ILcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;)Z
         2: .line 1548
            istore 7 /* canAddCharacterContentToTable */
        start local 7 // boolean canAddCharacterContentToTable
         3: .line 1552
            iload 7 /* canAddCharacterContentToTable */
            ifeq 5
         4: .line 1553
            aload 4 /* map */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            iload 6 /* clone */
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.obtainIndex:([CIIZ)I
            goto 6
         5: .line 1554
      StackMap locals: int
      StackMap stack:
            aload 4 /* map */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.get:([CII)I
         6: .line 1552
      StackMap locals:
      StackMap stack: int
            istore 8 /* index */
        start local 8 // int index
         7: .line 1556
            iload 8 /* index */
            iconst_m1
            if_icmpeq 11
         8: .line 1558
            aload 0 /* this */
            sipush 160
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         9: .line 1559
            aload 0 /* this */
            iload 8 /* index */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroIntegerOnFourthBit:(I)V
        10: .line 1560
            goto 22
      StackMap locals: int
      StackMap stack:
        11: iload 7 /* canAddCharacterContentToTable */
            ifeq 17
        12: .line 1562
            aload 0 /* this */
            bipush 16
        13: .line 1563
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._nonIdentifyingStringOnThirdBitCES:I
            ior
        14: .line 1562
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        15: .line 1564
            aload 0 /* this */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyCharacterStringOnSeventhBit:([CII)V
        16: .line 1565
            goto 22
        17: .line 1567
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._nonIdentifyingStringOnThirdBitCES:I
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        18: .line 1568
            aload 0 /* this */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyCharacterStringOnSeventhBit:([CII)V
        end local 8 // int index
        end local 7 // boolean canAddCharacterContentToTable
        19: .line 1570
            goto 22
        20: .line 1572
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._nonIdentifyingStringOnThirdBitCES:I
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        21: .line 1573
            aload 0 /* this */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyCharacterStringOnSeventhBit:([CII)V
        22: .line 1575
      StackMap locals:
      StackMap stack:
            return
        end local 6 // boolean clone
        end local 5 // boolean addToTable
        end local 4 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap map
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0   23     0                           this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   23     1                             ch  [C
            0   23     2                         offset  I
            0   23     3                         length  I
            0   23     4                            map  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            0   23     5                     addToTable  Z
            0   23     6                          clone  Z
            3   19     7  canAddCharacterContentToTable  Z
            7   19     8                          index  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      ch          
      offset      
      length      
      map         
      addToTable  
      clone       

  protected final void encodeNonIdentifyingStringOnThirdBit(java.lang.String, int, java.lang.Object);
    descriptor: (Ljava/lang/String;ILjava/lang/Object;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=8, locals=6, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String URI
        start local 2 // int id
        start local 3 // java.lang.Object data
         0: .line 1591
            aload 1 /* URI */
            ifnull 14
         1: .line 1592
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.encodingAlgorithm:Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;
            aload 1 /* URI */
            invokevirtual com.sun.xml.internal.fastinfoset.util.StringIntMap.get:(Ljava/lang/String;)I
            istore 2 /* id */
         2: .line 1593
            iload 2 /* id */
            iconst_m1
            if_icmpne 4
         3: .line 1594
            new com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.EncodingAlgorithmURI"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* URI */
            aastore
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1596
      StackMap locals:
      StackMap stack:
            iinc 2 /* id */ 32
         5: .line 1598
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._registeredEncodingAlgorithms:Ljava/util/Map;
            aload 1 /* URI */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithm
            astore 4 /* ea */
        start local 4 // com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithm ea
         6: .line 1599
            aload 4 /* ea */
            ifnull 9
         7: .line 1600
            aload 0 /* this */
            iload 2 /* id */
            aload 3 /* data */
            aload 4 /* ea */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeCIIObjectAlgorithmData:(ILjava/lang/Object;Lcom/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithm;)V
         8: .line 1601
            goto 42
         9: .line 1602
      StackMap locals: com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithm
      StackMap stack:
            aload 3 /* data */
            instanceof byte[]
            ifeq 13
        10: .line 1603
            aload 3 /* data */
            checkcast byte[]
            astore 5 /* d */
        start local 5 // byte[] d
        11: .line 1604
            aload 0 /* this */
            iload 2 /* id */
            aload 5 /* d */
            iconst_0
            aload 5 /* d */
            arraylength
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeCIIOctetAlgorithmData:(I[BII)V
        end local 5 // byte[] d
        12: .line 1605
            goto 42
        13: .line 1606
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.nullEncodingAlgorithmURI"
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithm ea
        14: .line 1609
      StackMap locals:
      StackMap stack:
            iload 2 /* id */
            bipush 9
            if_icmpgt 35
        15: .line 1610
            iconst_0
            istore 4 /* length */
        start local 4 // int length
        16: .line 1611
            iload 2 /* id */
            tableswitch { // 0 - 9
                    0: 17
                    1: 17
                    2: 19
                    3: 21
                    4: 23
                    5: 25
                    6: 27
                    7: 29
                    8: 23
                    9: 31
              default: 32
          }
        17: .line 1614
      StackMap locals: int
      StackMap stack:
            aload 3 /* data */
            checkcast byte[]
            arraylength
            istore 4 /* length */
        18: .line 1615
            goto 33
        19: .line 1617
      StackMap locals:
      StackMap stack:
            aload 3 /* data */
            checkcast short[]
            arraylength
            istore 4 /* length */
        20: .line 1618
            goto 33
        21: .line 1620
      StackMap locals:
      StackMap stack:
            aload 3 /* data */
            checkcast int[]
            arraylength
            istore 4 /* length */
        22: .line 1621
            goto 33
        23: .line 1624
      StackMap locals:
      StackMap stack:
            aload 3 /* data */
            checkcast long[]
            arraylength
            istore 4 /* length */
        24: .line 1625
            goto 33
        25: .line 1627
      StackMap locals:
      StackMap stack:
            aload 3 /* data */
            checkcast boolean[]
            arraylength
            istore 4 /* length */
        26: .line 1628
            goto 33
        27: .line 1630
      StackMap locals:
      StackMap stack:
            aload 3 /* data */
            checkcast float[]
            arraylength
            istore 4 /* length */
        28: .line 1631
            goto 33
        29: .line 1633
      StackMap locals:
      StackMap stack:
            aload 3 /* data */
            checkcast double[]
            arraylength
            istore 4 /* length */
        30: .line 1634
            goto 33
        31: .line 1636
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.CDATA"
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        32: .line 1638
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.UnsupportedBuiltInAlgorithm"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 2 /* id */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException.<init>:(Ljava/lang/String;)V
            athrow
        33: .line 1640
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* id */
            aload 3 /* data */
            iconst_0
            iload 4 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeCIIBuiltInAlgorithmData:(ILjava/lang/Object;II)V
        end local 4 // int length
        34: .line 1641
            goto 42
      StackMap locals:
      StackMap stack:
        35: iload 2 /* id */
            bipush 32
            if_icmplt 41
        36: .line 1642
            aload 3 /* data */
            instanceof byte[]
            ifeq 40
        37: .line 1643
            aload 3 /* data */
            checkcast byte[]
            astore 4 /* d */
        start local 4 // byte[] d
        38: .line 1644
            aload 0 /* this */
            iload 2 /* id */
            aload 4 /* d */
            iconst_0
            aload 4 /* d */
            arraylength
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeCIIOctetAlgorithmData:(I[BII)V
        end local 4 // byte[] d
        39: .line 1645
            goto 42
        40: .line 1646
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.nullEncodingAlgorithmURI"
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException.<init>:(Ljava/lang/String;)V
            athrow
        41: .line 1649
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.identifiers10to31Reserved"
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException.<init>:(Ljava/lang/String;)V
            athrow
        42: .line 1651
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object data
        end local 2 // int id
        end local 1 // java.lang.String URI
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   43     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   43     1     URI  Ljava/lang/String;
            0   43     2      id  I
            0   43     3    data  Ljava/lang/Object;
            6   14     4      ea  Lcom/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithm;
           11   12     5       d  [B
           16   34     4  length  I
           38   39     4       d  [B
    Exceptions:
      throws com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException, java.io.IOException
    MethodParameters:
      Name  Flags
      URI   
      id    
      data  

  protected final void encodeNonIdentifyingStringOnThirdBit(java.lang.String, int, byte[], int, int);
    descriptor: (Ljava/lang/String;I[BII)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String URI
        start local 2 // int id
        start local 3 // byte[] d
        start local 4 // int offset
        start local 5 // int length
         0: .line 1668
            aload 1 /* URI */
            ifnull 5
         1: .line 1669
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._v:Lcom/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary;
            getfield com.sun.xml.internal.fastinfoset.vocab.SerializerVocabulary.encodingAlgorithm:Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;
            aload 1 /* URI */
            invokevirtual com.sun.xml.internal.fastinfoset.util.StringIntMap.get:(Ljava/lang/String;)I
            istore 2 /* id */
         2: .line 1670
            iload 2 /* id */
            iconst_m1
            if_icmpne 4
         3: .line 1671
            new com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.EncodingAlgorithmURI"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* URI */
            aastore
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1673
      StackMap locals:
      StackMap stack:
            iinc 2 /* id */ 32
         5: .line 1676
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* id */
            aload 3 /* d */
            iload 4 /* offset */
            iload 5 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeCIIOctetAlgorithmData:(I[BII)V
         6: .line 1677
            return
        end local 5 // int length
        end local 4 // int offset
        end local 3 // byte[] d
        end local 2 // int id
        end local 1 // java.lang.String URI
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    7     1     URI  Ljava/lang/String;
            0    7     2      id  I
            0    7     3       d  [B
            0    7     4  offset  I
            0    7     5  length  I
    Exceptions:
      throws com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException, java.io.IOException
    MethodParameters:
        Name  Flags
      URI     
      id      
      d       
      offset  
      length  

  protected final void encodeCIIOctetAlgorithmData(int, byte[], int, int);
    descriptor: (I[BII)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int id
        start local 2 // byte[] d
        start local 3 // int offset
        start local 4 // int length
         0: .line 1691
            aload 0 /* this */
            sipush 140
         1: .line 1692
            iload 1 /* id */
            sipush 192
            iand
            bipush 6
            ishr
            ior
         2: .line 1691
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         3: .line 1695
            aload 0 /* this */
            iload 1 /* id */
            bipush 63
            iand
            iconst_2
            ishl
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         4: .line 1698
            aload 0 /* this */
            iload 4 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroOctetStringLengthOnSenventhBit:(I)V
         5: .line 1700
            aload 0 /* this */
            aload 2 /* d */
            iload 3 /* offset */
            iload 4 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:([BII)V
         6: .line 1701
            return
        end local 4 // int length
        end local 3 // int offset
        end local 2 // byte[] d
        end local 1 // int id
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    7     1      id  I
            0    7     2       d  [B
            0    7     3  offset  I
            0    7     4  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      id      
      d       
      offset  
      length  

  protected final void encodeCIIObjectAlgorithmData(int, java.lang.Object, com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithm);
    descriptor: (ILjava/lang/Object;Lcom/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithm;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int id
        start local 2 // java.lang.Object data
        start local 3 // com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithm ea
         0: .line 1715
            aload 0 /* this */
            sipush 140
         1: .line 1716
            iload 1 /* id */
            sipush 192
            iand
            bipush 6
            ishr
            ior
         2: .line 1715
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         3: .line 1719
            aload 0 /* this */
            iload 1 /* id */
            bipush 63
            iand
            iconst_2
            ishl
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         4: .line 1721
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferOutputStream:Lcom/sun/xml/internal/fastinfoset/Encoder$EncodingBufferOutputStream;
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.reset:()V
         5: .line 1722
            aload 3 /* ea */
            aload 2 /* data */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferOutputStream:Lcom/sun/xml/internal/fastinfoset/Encoder$EncodingBufferOutputStream;
            invokeinterface com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithm.encodeToOutputStream:(Ljava/lang/Object;Ljava/io/OutputStream;)V
         6: .line 1723
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferIndex:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroOctetStringLengthOnSenventhBit:(I)V
         7: .line 1724
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferIndex:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:([BI)V
         8: .line 1725
            return
        end local 3 // com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithm ea
        end local 2 // java.lang.Object data
        end local 1 // int id
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    9     1    id  I
            0    9     2  data  Ljava/lang/Object;
            0    9     3    ea  Lcom/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithm;
    Exceptions:
      throws com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException, java.io.IOException
    MethodParameters:
      Name  Flags
      id    
      data  
      ea    

  protected final void encodeCIIBuiltInAlgorithmData(int, java.lang.Object, int, int);
    descriptor: (ILjava/lang/Object;II)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int id
        start local 2 // java.lang.Object data
        start local 3 // int offset
        start local 4 // int length
         0: .line 1741
            aload 0 /* this */
            sipush 140
         1: .line 1742
            iload 1 /* id */
            sipush 192
            iand
            bipush 6
            ishr
            ior
         2: .line 1741
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         3: .line 1745
            aload 0 /* this */
            iload 1 /* id */
            bipush 63
            iand
            iconst_2
            ishl
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         4: .line 1747
            iload 1 /* id */
            invokestatic com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmFactory.getAlgorithm:(I)Lcom/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithm;
         5: .line 1748
            iload 4 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithm.getOctetLengthFromPrimitiveLength:(I)I
         6: .line 1747
            istore 5 /* octetLength */
        start local 5 // int octetLength
         7: .line 1750
            aload 0 /* this */
            iload 5 /* octetLength */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroOctetStringLengthOnSenventhBit:(I)V
         8: .line 1752
            aload 0 /* this */
            iload 5 /* octetLength */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.ensureSize:(I)V
         9: .line 1753
            iload 1 /* id */
            invokestatic com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmFactory.getAlgorithm:(I)Lcom/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithm;
        10: .line 1754
            aload 2 /* data */
            iload 3 /* offset */
            iload 4 /* length */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithm.encodeToBytes:(Ljava/lang/Object;II[BI)V
        11: .line 1755
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            iload 5 /* octetLength */
            iadd
            putfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
        12: .line 1756
            return
        end local 5 // int octetLength
        end local 4 // int length
        end local 3 // int offset
        end local 2 // java.lang.Object data
        end local 1 // int id
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   13     1           id  I
            0   13     2         data  Ljava/lang/Object;
            0   13     3       offset  I
            0   13     4       length  I
            7   13     5  octetLength  I
    Exceptions:
      throws com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException, java.io.IOException
    MethodParameters:
        Name  Flags
      id      
      data    
      offset  
      length  

  protected final void encodeCIIBuiltInAlgorithmDataAsCDATA(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // char[] ch
        start local 2 // int offset
        start local 3 // int length
         0: .line 1769
            aload 0 /* this */
            sipush 140
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         1: .line 1772
            aload 0 /* this */
            bipush 36
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         2: .line 1775
            aload 0 /* this */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeUTF8String:([CII)I
            istore 3 /* length */
         3: .line 1776
            aload 0 /* this */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroOctetStringLengthOnSenventhBit:(I)V
         4: .line 1777
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:([BI)V
         5: .line 1778
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    6     1      ch  [C
            0    6     2  offset  I
            0    6     3  length  I
    Exceptions:
      throws com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException, java.io.IOException
    MethodParameters:
        Name  Flags
      ch      
      offset  
      length  

  protected final void encodeIdentifyingNonEmptyStringOnFirstBit(java.lang.String, com.sun.xml.internal.fastinfoset.util.StringIntMap);
    descriptor: (Ljava/lang/String;Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String s
        start local 2 // com.sun.xml.internal.fastinfoset.util.StringIntMap map
         0: .line 1789
            aload 2 /* map */
            aload 1 /* s */
            invokevirtual com.sun.xml.internal.fastinfoset.util.StringIntMap.obtainIndex:(Ljava/lang/String;)I
            istore 3 /* index */
        start local 3 // int index
         1: .line 1790
            iload 3 /* index */
            iconst_m1
            if_icmpne 4
         2: .line 1792
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyOctetStringOnSecondBit:(Ljava/lang/String;)V
         3: .line 1793
            goto 5
         4: .line 1795
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* index */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroIntegerOnSecondBitFirstBitOne:(I)V
         5: .line 1797
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int index
        end local 2 // com.sun.xml.internal.fastinfoset.util.StringIntMap map
        end local 1 // java.lang.String s
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    6     1      s  Ljava/lang/String;
            0    6     2    map  Lcom/sun/xml/internal/fastinfoset/util/StringIntMap;
            1    6     3  index  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     
      map   

  protected final void encodeNonEmptyOctetStringOnSecondBit(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String s
         0: .line 1807
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeUTF8String:(Ljava/lang/String;)I
            istore 2 /* length */
        start local 2 // int length
         1: .line 1808
            aload 0 /* this */
            iload 2 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroOctetStringLengthOnSecondBit:(I)V
         2: .line 1809
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            iload 2 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:([BI)V
         3: .line 1810
            return
        end local 2 // int length
        end local 1 // java.lang.String s
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1       s  Ljava/lang/String;
            1    4     2  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  protected final void encodeNonZeroOctetStringLengthOnSecondBit(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int length
         0: .line 1819
            iload 1 /* length */
            bipush 65
            if_icmpge 3
         1: .line 1821
            aload 0 /* this */
            iload 1 /* length */
            iconst_1
            isub
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         2: .line 1822
            goto 13
      StackMap locals:
      StackMap stack:
         3: iload 1 /* length */
            sipush 321
            if_icmpge 7
         4: .line 1824
            aload 0 /* this */
            bipush 64
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         5: .line 1825
            aload 0 /* this */
            iload 1 /* length */
            bipush 65
            isub
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         6: .line 1826
            goto 13
         7: .line 1828
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 96
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         8: .line 1829
            iinc 1 /* length */ -321
         9: .line 1830
            aload 0 /* this */
            iload 1 /* length */
            bipush 24
            iushr
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        10: .line 1831
            aload 0 /* this */
            iload 1 /* length */
            bipush 16
            ishr
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        11: .line 1832
            aload 0 /* this */
            iload 1 /* length */
            bipush 8
            ishr
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        12: .line 1833
            aload 0 /* this */
            iload 1 /* length */
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        13: .line 1835
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int length
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   14     1  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      length  

  protected final void encodeNonEmptyCharacterStringOnFifthBit(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String s
         0: .line 1845
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingStringsAsUtf8:Z
            ifeq 1
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeUTF8String:(Ljava/lang/String;)I
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            aload 1 /* s */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeUtf16String:(Ljava/lang/String;)I
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* length */
        start local 2 // int length
         3: .line 1846
            aload 0 /* this */
            iload 2 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroOctetStringLengthOnFifthBit:(I)V
         4: .line 1847
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            iload 2 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:([BI)V
         5: .line 1848
            return
        end local 2 // int length
        end local 1 // java.lang.String s
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    6     1       s  Ljava/lang/String;
            3    6     2  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  protected final void encodeNonEmptyCharacterStringOnFifthBit(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // char[] ch
        start local 2 // int offset
        start local 3 // int length
         0: .line 1860
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingStringsAsUtf8:Z
            ifeq 1
            aload 0 /* this */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeUTF8String:([CII)I
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeUtf16String:([CII)I
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* length */
         3: .line 1861
            aload 0 /* this */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroOctetStringLengthOnFifthBit:(I)V
         4: .line 1862
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:([BI)V
         5: .line 1863
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    6     1      ch  [C
            0    6     2  offset  I
            0    6     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      ch      
      offset  
      length  

  protected final void encodeNonZeroOctetStringLengthOnFifthBit(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int length
         0: .line 1873
            iload 1 /* length */
            bipush 9
            if_icmpge 3
         1: .line 1875
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            iload 1 /* length */
            iconst_1
            isub
            ior
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         2: .line 1876
            goto 13
      StackMap locals:
      StackMap stack:
         3: iload 1 /* length */
            sipush 265
            if_icmpge 7
         4: .line 1878
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            bipush 8
            ior
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         5: .line 1879
            aload 0 /* this */
            iload 1 /* length */
            bipush 9
            isub
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         6: .line 1880
            goto 13
         7: .line 1882
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            bipush 12
            ior
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         8: .line 1883
            iinc 1 /* length */ -265
         9: .line 1884
            aload 0 /* this */
            iload 1 /* length */
            bipush 24
            iushr
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        10: .line 1885
            aload 0 /* this */
            iload 1 /* length */
            bipush 16
            ishr
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        11: .line 1886
            aload 0 /* this */
            iload 1 /* length */
            bipush 8
            ishr
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        12: .line 1887
            aload 0 /* this */
            iload 1 /* length */
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        13: .line 1889
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int length
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   14     1  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      length  

  protected final void encodeNonEmptyCharacterStringOnSeventhBit(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // char[] ch
        start local 2 // int offset
        start local 3 // int length
         0: .line 1901
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingStringsAsUtf8:Z
            ifeq 1
            aload 0 /* this */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeUTF8String:([CII)I
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeUtf16String:([CII)I
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* length */
         3: .line 1902
            aload 0 /* this */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroOctetStringLengthOnSenventhBit:(I)V
         4: .line 1903
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:([BI)V
         5: .line 1904
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    6     1      ch  [C
            0    6     2  offset  I
            0    6     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      ch      
      offset  
      length  

  protected final void encodeNonEmptyFourBitCharacterStringOnSeventhBit(int[], char[], int, int);
    descriptor: ([I[CII)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int[] table
        start local 2 // char[] ch
        start local 3 // int offset
        start local 4 // int length
         0: .line 1918
            iload 4 /* length */
            iconst_2
            idiv
            istore 5 /* octetPairLength */
        start local 5 // int octetPairLength
         1: .line 1919
            iload 4 /* length */
            iconst_2
            irem
            istore 6 /* octetSingleLength */
        start local 6 // int octetSingleLength
         2: .line 1922
            aload 0 /* this */
            iload 5 /* octetPairLength */
            iload 6 /* octetSingleLength */
            iadd
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroOctetStringLengthOnSenventhBit:(I)V
         3: .line 1923
            aload 0 /* this */
            aload 1 /* table */
            aload 2 /* ch */
            iload 3 /* offset */
            iload 5 /* octetPairLength */
            iload 6 /* octetSingleLength */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyFourBitCharacterString:([I[CIII)V
         4: .line 1924
            return
        end local 6 // int octetSingleLength
        end local 5 // int octetPairLength
        end local 4 // int length
        end local 3 // int offset
        end local 2 // char[] ch
        end local 1 // int[] table
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    5     1              table  [I
            0    5     2                 ch  [C
            0    5     3             offset  I
            0    5     4             length  I
            1    5     5    octetPairLength  I
            2    5     6  octetSingleLength  I
    Exceptions:
      throws com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException, java.io.IOException
    MethodParameters:
        Name  Flags
      table   
      ch      
      offset  
      length  

  protected final void encodeNonEmptyFourBitCharacterString(int[], char[], int, int, int);
    descriptor: ([I[CIII)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=8, args_size=6
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int[] table
        start local 2 // char[] ch
        start local 3 // int offset
        start local 4 // int octetPairLength
        start local 5 // int octetSingleLength
         0: .line 1928
            aload 0 /* this */
            iload 4 /* octetPairLength */
            iload 5 /* octetSingleLength */
            iadd
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.ensureSize:(I)V
         1: .line 1930
            iconst_0
            istore 6 /* v */
        start local 6 // int v
         2: .line 1931
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         3: goto 9
         4: .line 1932
      StackMap locals: int int
      StackMap stack:
            aload 1 /* table */
            aload 2 /* ch */
            iload 3 /* offset */
            iinc 3 /* offset */ 1
            caload
            iaload
            iconst_4
            ishl
            aload 1 /* table */
            aload 2 /* ch */
            iload 3 /* offset */
            iinc 3 /* offset */ 1
            caload
            iaload
            ior
            istore 6 /* v */
         5: .line 1933
            iload 6 /* v */
            ifge 7
         6: .line 1934
            new com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.characterOutofAlphabetRange"
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 1936
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            iload 6 /* v */
            i2b
            bastore
         8: .line 1931
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 7 /* i */
            iload 4 /* octetPairLength */
            if_icmplt 4
        end local 7 // int i
        10: .line 1939
            iload 5 /* octetSingleLength */
            iconst_1
            if_icmpne 15
        11: .line 1940
            aload 1 /* table */
            aload 2 /* ch */
            iload 3 /* offset */
            caload
            iaload
            iconst_4
            ishl
            bipush 15
            ior
            istore 6 /* v */
        12: .line 1941
            iload 6 /* v */
            ifge 14
        13: .line 1942
            new com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.characterOutofAlphabetRange"
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 1944
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            iload 6 /* v */
            i2b
            bastore
        15: .line 1946
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int v
        end local 5 // int octetSingleLength
        end local 4 // int octetPairLength
        end local 3 // int offset
        end local 2 // char[] ch
        end local 1 // int[] table
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   16     0               this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   16     1              table  [I
            0   16     2                 ch  [C
            0   16     3             offset  I
            0   16     4    octetPairLength  I
            0   16     5  octetSingleLength  I
            2   16     6                  v  I
            3   10     7                  i  I
    Exceptions:
      throws com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException, java.io.IOException
    MethodParameters:
                   Name  Flags
      table              
      ch                 
      offset             
      octetPairLength    
      octetSingleLength  

  protected final void encodeNonEmptyNBitCharacterStringOnSeventhBit(java.lang.String, char[], int, int);
    descriptor: (Ljava/lang/String;[CII)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=13, args_size=5
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String alphabet
        start local 2 // char[] ch
        start local 3 // int offset
        start local 4 // int length
         0: .line 1960
            iconst_1
            istore 5 /* bitsPerCharacter */
        start local 5 // int bitsPerCharacter
         1: .line 1961
            goto 3
         2: .line 1962
      StackMap locals: int
      StackMap stack:
            iinc 5 /* bitsPerCharacter */ 1
         3: .line 1961
      StackMap locals:
      StackMap stack:
            iconst_1
            iload 5 /* bitsPerCharacter */
            ishl
            aload 1 /* alphabet */
            invokevirtual java.lang.String.length:()I
            if_icmple 2
         4: .line 1965
            iload 4 /* length */
            iload 5 /* bitsPerCharacter */
            imul
            istore 6 /* bits */
        start local 6 // int bits
         5: .line 1966
            iload 6 /* bits */
            bipush 8
            idiv
            istore 7 /* octets */
        start local 7 // int octets
         6: .line 1967
            iload 6 /* bits */
            bipush 8
            irem
            istore 8 /* bitsOfLastOctet */
        start local 8 // int bitsOfLastOctet
         7: .line 1968
            iload 7 /* octets */
            iload 8 /* bitsOfLastOctet */
            ifle 8
            iconst_1
            goto 9
      StackMap locals: com.sun.xml.internal.fastinfoset.Encoder java.lang.String char[] int int int int int int
      StackMap stack: int
         8: iconst_0
      StackMap locals: com.sun.xml.internal.fastinfoset.Encoder java.lang.String char[] int int int int int int
      StackMap stack: int int
         9: iadd
            istore 9 /* totalOctets */
        start local 9 // int totalOctets
        10: .line 1971
            aload 0 /* this */
            iload 9 /* totalOctets */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroOctetStringLengthOnSenventhBit:(I)V
        11: .line 1973
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.resetBits:()V
        12: .line 1974
            aload 0 /* this */
            iload 9 /* totalOctets */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.ensureSize:(I)V
        13: .line 1975
            iconst_0
            istore 10 /* v */
        start local 10 // int v
        14: .line 1976
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        15: goto 26
        16: .line 1977
      StackMap locals: int int int
      StackMap stack:
            aload 2 /* ch */
            iload 3 /* offset */
            iload 11 /* i */
            iadd
            caload
            istore 12 /* c */
        start local 12 // char c
        17: .line 1979
            iconst_0
            istore 10 /* v */
            goto 21
        18: .line 1980
      StackMap locals: int
      StackMap stack:
            iload 12 /* c */
            aload 1 /* alphabet */
            iload 10 /* v */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpne 20
        19: .line 1981
            goto 22
        20: .line 1979
      StackMap locals:
      StackMap stack:
            iinc 10 /* v */ 1
      StackMap locals:
      StackMap stack:
        21: iload 10 /* v */
            aload 1 /* alphabet */
            invokevirtual java.lang.String.length:()I
            if_icmplt 18
        22: .line 1984
      StackMap locals:
      StackMap stack:
            iload 10 /* v */
            aload 1 /* alphabet */
            invokevirtual java.lang.String.length:()I
            if_icmpne 24
        23: .line 1985
            new com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.characterOutofAlphabetRange"
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException.<init>:(Ljava/lang/String;)V
            athrow
        24: .line 1987
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* bitsPerCharacter */
            iload 10 /* v */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.writeBits:(II)V
        end local 12 // char c
        25: .line 1976
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        26: iload 11 /* i */
            iload 4 /* length */
            if_icmplt 16
        end local 11 // int i
        27: .line 1990
            iload 8 /* bitsOfLastOctet */
            ifle 30
        28: .line 1991
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            iconst_1
            bipush 8
            iload 8 /* bitsOfLastOctet */
            isub
            ishl
            iconst_1
            isub
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        29: .line 1992
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        30: .line 1994
      StackMap locals:
      StackMap stack:
            return
        end local 10 // int v
        end local 9 // int totalOctets
        end local 8 // int bitsOfLastOctet
        end local 7 // int octets
        end local 6 // int bits
        end local 5 // int bitsPerCharacter
        end local 4 // int length
        end local 3 // int offset
        end local 2 // char[] ch
        end local 1 // java.lang.String alphabet
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   31     0              this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   31     1          alphabet  Ljava/lang/String;
            0   31     2                ch  [C
            0   31     3            offset  I
            0   31     4            length  I
            1   31     5  bitsPerCharacter  I
            5   31     6              bits  I
            6   31     7            octets  I
            7   31     8   bitsOfLastOctet  I
           10   31     9       totalOctets  I
           14   31    10                 v  I
           15   27    11                 i  I
           17   25    12                 c  C
    Exceptions:
      throws com.sun.xml.internal.org.jvnet.fastinfoset.FastInfosetException, java.io.IOException
    MethodParameters:
          Name  Flags
      alphabet  
      ch        
      offset    
      length    

  private final void resetBits();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 1999
            aload 0 /* this */
            bipush 8
            putfield com.sun.xml.internal.fastinfoset.Encoder._bitsLeftInOctet:I
         1: .line 2000
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         2: .line 2001
            return
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;

  private final void writeBits(int, int);
    descriptor: (II)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int bits
        start local 2 // int v
         0: .line 2004
            goto 9
         1: .line 2005
      StackMap locals:
      StackMap stack:
            iload 2 /* v */
            iconst_1
            iinc 1 /* bits */ -1
            iload 1 /* bits */
            ishl
            iand
            ifle 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 3 /* bit */
        start local 3 // int bit
         4: .line 2006
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            iload 3 /* bit */
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._bitsLeftInOctet:I
            iconst_1
            isub
            dup_x1
            putfield com.sun.xml.internal.fastinfoset.Encoder._bitsLeftInOctet:I
            ishl
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         5: .line 2007
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._bitsLeftInOctet:I
            ifne 9
         6: .line 2008
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         7: .line 2009
            aload 0 /* this */
            bipush 8
            putfield com.sun.xml.internal.fastinfoset.Encoder._bitsLeftInOctet:I
         8: .line 2010
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        end local 3 // int bit
         9: .line 2004
      StackMap locals:
      StackMap stack:
            iload 1 /* bits */
            ifgt 1
        10: .line 2013
            return
        end local 2 // int v
        end local 1 // int bits
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   11     1  bits  I
            0   11     2     v  I
            4    9     3   bit  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      bits  
      v     

  protected final void encodeNonZeroOctetStringLengthOnSenventhBit(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int length
         0: .line 2023
            iload 1 /* length */
            iconst_3
            if_icmpge 3
         1: .line 2025
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            iload 1 /* length */
            iconst_1
            isub
            ior
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         2: .line 2026
            goto 13
      StackMap locals:
      StackMap stack:
         3: iload 1 /* length */
            sipush 259
            if_icmpge 7
         4: .line 2028
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            iconst_2
            ior
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         5: .line 2029
            aload 0 /* this */
            iload 1 /* length */
            iconst_3
            isub
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         6: .line 2030
            goto 13
         7: .line 2032
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            iconst_3
            ior
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         8: .line 2033
            iinc 1 /* length */ -259
         9: .line 2034
            aload 0 /* this */
            iload 1 /* length */
            bipush 24
            iushr
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        10: .line 2035
            aload 0 /* this */
            iload 1 /* length */
            bipush 16
            ishr
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        11: .line 2036
            aload 0 /* this */
            iload 1 /* length */
            bipush 8
            ishr
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        12: .line 2037
            aload 0 /* this */
            iload 1 /* length */
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        13: .line 2039
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int length
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   14     1  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      length  

  protected final void encodeNonZeroIntegerOnSecondBitFirstBitOne(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int i
         0: .line 2055
            iload 1 /* i */
            bipush 64
            if_icmpge 3
         1: .line 2057
            aload 0 /* this */
            sipush 128
            iload 1 /* i */
            ior
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         2: .line 2058
            goto 21
      StackMap locals:
      StackMap stack:
         3: iload 1 /* i */
            sipush 8256
            if_icmpge 9
         4: .line 2060
            iinc 1 /* i */ -64
         5: .line 2061
            aload 0 /* this */
            sipush 192
            iload 1 /* i */
            bipush 8
            ishr
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         6: .line 2063
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         7: .line 2064
            aload 0 /* this */
            iload 1 /* i */
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         8: .line 2065
            goto 21
      StackMap locals:
      StackMap stack:
         9: iload 1 /* i */
            ldc 1048576
            if_icmpge 16
        10: .line 2067
            iinc 1 /* i */ -8256
        11: .line 2068
            aload 0 /* this */
            sipush 224
            iload 1 /* i */
            bipush 16
            ishr
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        12: .line 2070
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        13: .line 2071
            aload 0 /* this */
            iload 1 /* i */
            bipush 8
            ishr
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        14: .line 2072
            aload 0 /* this */
            iload 1 /* i */
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        15: .line 2073
            goto 21
        16: .line 2074
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
        17: .line 2075
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.integerMaxSize"
        18: .line 2076
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc 1048576
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
        19: .line 2075
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        20: .line 2074
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        21: .line 2078
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int i
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   22     1     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      i     

  protected final void encodeNonZeroIntegerOnSecondBitFirstBitZero(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int i
         0: .line 2094
            iload 1 /* i */
            bipush 64
            if_icmpge 3
         1: .line 2096
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         2: .line 2097
            goto 14
      StackMap locals:
      StackMap stack:
         3: iload 1 /* i */
            sipush 8256
            if_icmpge 9
         4: .line 2099
            iinc 1 /* i */ -64
         5: .line 2100
            aload 0 /* this */
            bipush 64
            iload 1 /* i */
            bipush 8
            ishr
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         6: .line 2101
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         7: .line 2102
            aload 0 /* this */
            iload 1 /* i */
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         8: .line 2103
            goto 14
         9: .line 2105
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ -8256
        10: .line 2106
            aload 0 /* this */
            bipush 96
            iload 1 /* i */
            bipush 16
            ishr
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        11: .line 2107
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        12: .line 2108
            aload 0 /* this */
            iload 1 /* i */
            bipush 8
            ishr
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        13: .line 2109
            aload 0 /* this */
            iload 1 /* i */
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        14: .line 2111
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int i
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   15     1     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      i     

  protected final void encodeNonZeroIntegerOnThirdBit(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int i
         0: .line 2122
            iload 1 /* i */
            bipush 32
            if_icmpge 3
         1: .line 2124
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            iload 1 /* i */
            ior
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         2: .line 2125
            goto 22
      StackMap locals:
      StackMap stack:
         3: iload 1 /* i */
            sipush 2080
            if_icmpge 9
         4: .line 2127
            iinc 1 /* i */ -32
         5: .line 2128
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            bipush 32
            iload 1 /* i */
            bipush 8
            ishr
            ior
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         6: .line 2129
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         7: .line 2130
            aload 0 /* this */
            iload 1 /* i */
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         8: .line 2131
            goto 22
      StackMap locals:
      StackMap stack:
         9: iload 1 /* i */
            ldc 526368
            if_icmpge 16
        10: .line 2133
            iinc 1 /* i */ -2080
        11: .line 2134
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            bipush 40
            iload 1 /* i */
            bipush 16
            ishr
            ior
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        12: .line 2135
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        13: .line 2136
            aload 0 /* this */
            iload 1 /* i */
            bipush 8
            ishr
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        14: .line 2137
            aload 0 /* this */
            iload 1 /* i */
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        15: .line 2138
            goto 22
        16: .line 2140
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            ldc 526368
            isub
            istore 1 /* i */
        17: .line 2141
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            bipush 48
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        18: .line 2142
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        19: .line 2143
            aload 0 /* this */
            iload 1 /* i */
            bipush 16
            ishr
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        20: .line 2144
            aload 0 /* this */
            iload 1 /* i */
            bipush 8
            ishr
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        21: .line 2145
            aload 0 /* this */
            iload 1 /* i */
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        22: .line 2147
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int i
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   23     1     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      i     

  protected final void encodeNonZeroIntegerOnFourthBit(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int i
         0: .line 2158
            iload 1 /* i */
            bipush 16
            if_icmpge 3
         1: .line 2160
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            iload 1 /* i */
            ior
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         2: .line 2161
            goto 22
      StackMap locals:
      StackMap stack:
         3: iload 1 /* i */
            sipush 1040
            if_icmpge 9
         4: .line 2163
            iinc 1 /* i */ -16
         5: .line 2164
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            bipush 16
            iload 1 /* i */
            bipush 8
            ishr
            ior
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
         6: .line 2165
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         7: .line 2166
            aload 0 /* this */
            iload 1 /* i */
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         8: .line 2167
            goto 22
      StackMap locals:
      StackMap stack:
         9: iload 1 /* i */
            ldc 263184
            if_icmpge 16
        10: .line 2169
            iinc 1 /* i */ -1040
        11: .line 2170
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            bipush 20
            iload 1 /* i */
            bipush 16
            ishr
            ior
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        12: .line 2171
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        13: .line 2172
            aload 0 /* this */
            iload 1 /* i */
            bipush 8
            ishr
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        14: .line 2173
            aload 0 /* this */
            iload 1 /* i */
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        15: .line 2174
            goto 22
        16: .line 2176
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            ldc 263184
            isub
            istore 1 /* i */
        17: .line 2177
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            bipush 24
            ior
            putfield com.sun.xml.internal.fastinfoset.Encoder._b:I
        18: .line 2178
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._b:I
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        19: .line 2179
            aload 0 /* this */
            iload 1 /* i */
            bipush 16
            ishr
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        20: .line 2180
            aload 0 /* this */
            iload 1 /* i */
            bipush 8
            ishr
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        21: .line 2181
            aload 0 /* this */
            iload 1 /* i */
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        22: .line 2183
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int i
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   23     1     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      i     

  protected final void encodeNonEmptyUTF8StringAsOctetString(int, java.lang.String, int[]);
    descriptor: (ILjava/lang/String;[I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int b
        start local 2 // java.lang.String s
        start local 3 // int[] constants
         0: .line 2194
            aload 2 /* s */
            invokevirtual java.lang.String.toCharArray:()[C
            astore 4 /* ch */
        start local 4 // char[] ch
         1: .line 2195
            aload 0 /* this */
            iload 1 /* b */
            aload 4 /* ch */
            iconst_0
            aload 4 /* ch */
            arraylength
            aload 3 /* constants */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonEmptyUTF8StringAsOctetString:(I[CII[I)V
         2: .line 2196
            return
        end local 4 // char[] ch
        end local 3 // int[] constants
        end local 2 // java.lang.String s
        end local 1 // int b
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    3     1          b  I
            0    3     2          s  Ljava/lang/String;
            0    3     3  constants  [I
            1    3     4         ch  [C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      b          
      s          
      constants  

  protected final void encodeNonEmptyUTF8StringAsOctetString(int, char[], int, int, int[]);
    descriptor: (I[CII[I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int b
        start local 2 // char[] ch
        start local 3 // int offset
        start local 4 // int length
        start local 5 // int[] constants
         0: .line 2210
            aload 0 /* this */
            aload 2 /* ch */
            iload 3 /* offset */
            iload 4 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeUTF8String:([CII)I
            istore 4 /* length */
         1: .line 2211
            aload 0 /* this */
            iload 1 /* b */
            iload 4 /* length */
            aload 5 /* constants */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeNonZeroOctetStringLength:(II[I)V
         2: .line 2212
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            iload 4 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:([BI)V
         3: .line 2213
            return
        end local 5 // int[] constants
        end local 4 // int length
        end local 3 // int offset
        end local 2 // char[] ch
        end local 1 // int b
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1          b  I
            0    4     2         ch  [C
            0    4     3     offset  I
            0    4     4     length  I
            0    4     5  constants  [I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      b          
      ch         
      offset     
      length     
      constants  

  protected final void encodeNonZeroOctetStringLength(int, int, int[]);
    descriptor: (II[I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int b
        start local 2 // int length
        start local 3 // int[] constants
         0: .line 2225
            iload 2 /* length */
            aload 3 /* constants */
            iconst_0
            iaload
            if_icmpge 3
         1: .line 2226
            aload 0 /* this */
            iload 1 /* b */
            iload 2 /* length */
            iconst_1
            isub
            ior
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         2: .line 2227
            goto 13
      StackMap locals:
      StackMap stack:
         3: iload 2 /* length */
            aload 3 /* constants */
            iconst_1
            iaload
            if_icmpge 7
         4: .line 2228
            aload 0 /* this */
            iload 1 /* b */
            aload 3 /* constants */
            iconst_2
            iaload
            ior
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         5: .line 2229
            aload 0 /* this */
            iload 2 /* length */
            aload 3 /* constants */
            iconst_0
            iaload
            isub
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         6: .line 2230
            goto 13
         7: .line 2231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* b */
            aload 3 /* constants */
            iconst_3
            iaload
            ior
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         8: .line 2232
            iload 2 /* length */
            aload 3 /* constants */
            iconst_1
            iaload
            isub
            istore 2 /* length */
         9: .line 2233
            aload 0 /* this */
            iload 2 /* length */
            bipush 24
            iushr
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        10: .line 2234
            aload 0 /* this */
            iload 2 /* length */
            bipush 16
            ishr
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        11: .line 2235
            aload 0 /* this */
            iload 2 /* length */
            bipush 8
            ishr
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        12: .line 2236
            aload 0 /* this */
            iload 2 /* length */
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        13: .line 2238
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int[] constants
        end local 2 // int length
        end local 1 // int b
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   14     1          b  I
            0   14     2     length  I
            0   14     3  constants  [I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      b          
      length     
      constants  

  protected final void encodeNonZeroInteger(int, int, int[]);
    descriptor: (II[I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int b
        start local 2 // int i
        start local 3 // int[] constants
         0: .line 2249
            iload 2 /* i */
            aload 3 /* constants */
            iconst_0
            iaload
            if_icmpge 3
         1: .line 2250
            aload 0 /* this */
            iload 1 /* b */
            iload 2 /* i */
            ior
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         2: .line 2251
            goto 22
      StackMap locals:
      StackMap stack:
         3: iload 2 /* i */
            aload 3 /* constants */
            iconst_1
            iaload
            if_icmpge 8
         4: .line 2252
            iload 2 /* i */
            aload 3 /* constants */
            iconst_0
            iaload
            isub
            istore 2 /* i */
         5: .line 2253
            aload 0 /* this */
            iload 1 /* b */
            aload 3 /* constants */
            iconst_3
            iaload
            ior
            iload 2 /* i */
            bipush 8
            ishr
            ior
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         6: .line 2254
            aload 0 /* this */
            iload 2 /* i */
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
         7: .line 2255
            goto 22
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            aload 3 /* constants */
            iconst_2
            iaload
            if_icmpge 14
         9: .line 2256
            iload 2 /* i */
            aload 3 /* constants */
            iconst_1
            iaload
            isub
            istore 2 /* i */
        10: .line 2257
            aload 0 /* this */
            iload 1 /* b */
            aload 3 /* constants */
            iconst_4
            iaload
            ior
            iload 2 /* i */
            bipush 16
            ishr
            ior
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        11: .line 2258
            aload 0 /* this */
            iload 2 /* i */
            bipush 8
            ishr
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        12: .line 2259
            aload 0 /* this */
            iload 2 /* i */
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        13: .line 2260
            goto 22
      StackMap locals:
      StackMap stack:
        14: iload 2 /* i */
            ldc 1048576
            if_icmpge 21
        15: .line 2261
            iload 2 /* i */
            aload 3 /* constants */
            iconst_2
            iaload
            isub
            istore 2 /* i */
        16: .line 2262
            aload 0 /* this */
            iload 1 /* b */
            aload 3 /* constants */
            iconst_5
            iaload
            ior
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        17: .line 2263
            aload 0 /* this */
            iload 2 /* i */
            bipush 16
            ishr
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        18: .line 2264
            aload 0 /* this */
            iload 2 /* i */
            bipush 8
            ishr
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        19: .line 2265
            aload 0 /* this */
            iload 2 /* i */
            sipush 255
            iand
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:(I)V
        20: .line 2266
            goto 22
        21: .line 2267
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.integerMaxSize"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc 1048576
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        22: .line 2269
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int[] constants
        end local 2 // int i
        end local 1 // int b
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   23     0       this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   23     1          b  I
            0   23     2          i  I
            0   23     3  constants  [I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      b          
      i          
      constants  

  protected final void mark();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 2275
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            putfield com.sun.xml.internal.fastinfoset.Encoder._markIndex:I
         1: .line 2276
            return
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;

  protected final void resetMark();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 2282
            aload 0 /* this */
            iconst_m1
            putfield com.sun.xml.internal.fastinfoset.Encoder._markIndex:I
         1: .line 2283
            return
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;

  protected final boolean hasMark();
    descriptor: ()Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 2290
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._markIndex:I
            iconst_m1
            if_icmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;

  protected final void write(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int i
         0: .line 2297
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
            arraylength
            if_icmpge 3
         1: .line 2298
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            iload 1 /* i */
            i2b
            bastore
         2: .line 2299
            goto 10
         3: .line 2300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._markIndex:I
            iconst_m1
            if_icmpne 8
         4: .line 2301
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._s:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
            invokevirtual java.io.OutputStream.write:([B)V
         5: .line 2302
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
         6: .line 2303
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
            iconst_0
            iload 1 /* i */
            i2b
            bastore
         7: .line 2304
            goto 10
         8: .line 2305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
            arraylength
            iconst_3
            imul
            iconst_2
            idiv
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.resize:(I)V
         9: .line 2306
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            iload 1 /* i */
            i2b
            bastore
        10: .line 2309
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int i
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   11     1     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      i     

  protected final void write(byte[], int);
    descriptor: ([BI)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // byte[] b
        start local 2 // int length
         0: .line 2318
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            iload 2 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.write:([BII)V
         1: .line 2319
            return
        end local 2 // int length
        end local 1 // byte[] b
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    2     1       b  [B
            0    2     2  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      b       
      length  

  protected final void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // byte[] b
        start local 2 // int offset
        start local 3 // int length
         0: .line 2329
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            iload 3 /* length */
            iadd
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
            arraylength
            if_icmpge 4
         1: .line 2330
            aload 1 /* b */
            iload 2 /* offset */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 2331
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            iload 3 /* length */
            iadd
            putfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
         3: .line 2332
            goto 12
         4: .line 2333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._markIndex:I
            iconst_m1
            if_icmpne 9
         5: .line 2334
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._s:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            invokevirtual java.io.OutputStream.write:([BII)V
         6: .line 2335
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._s:Ljava/io/OutputStream;
            aload 1 /* b */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual java.io.OutputStream.write:([BII)V
         7: .line 2336
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
         8: .line 2337
            goto 12
         9: .line 2338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
            arraylength
            iload 3 /* length */
            iadd
            iconst_3
            imul
            iconst_2
            idiv
            iconst_1
            iadd
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.resize:(I)V
        10: .line 2339
            aload 1 /* b */
            iload 2 /* offset */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 2340
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            iload 3 /* length */
            iadd
            putfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
        12: .line 2343
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] b
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   13     1       b  [B
            0   13     2  offset  I
            0   13     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      b       
      offset  
      length  

  private void ensureSize(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int length
         0: .line 2346
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            iload 1 /* length */
            iadd
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
            arraylength
            if_icmple 2
         1: .line 2347
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            iload 1 /* length */
            iadd
            iconst_3
            imul
            iconst_2
            idiv
            iconst_1
            iadd
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.resize:(I)V
         2: .line 2349
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int length
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    3     1  length  I
    MethodParameters:
        Name  Flags
      length  

  private void resize(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int length
         0: .line 2352
            iload 1 /* length */
            newarray 8
            astore 2 /* b */
        start local 2 // byte[] b
         1: .line 2353
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
            iconst_0
            aload 2 /* b */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 2354
            aload 0 /* this */
            aload 2 /* b */
            putfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
         3: .line 2355
            return
        end local 2 // byte[] b
        end local 1 // int length
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1  length  I
            1    4     2       b  [B
    MethodParameters:
        Name  Flags
      length  

  private void _flush();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
         0: .line 2358
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            ifle 3
         1: .line 2359
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._s:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBuffer:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
            invokevirtual java.io.OutputStream.write:([BII)V
         2: .line 2360
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.Encoder._octetBufferIndex:I
         3: .line 2362
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder;
    Exceptions:
      throws java.io.IOException

  protected final int encodeUTF8String(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String s
         0: .line 2417
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 2 /* length */
        start local 2 // int length
         1: .line 2418
            iload 2 /* length */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._charBuffer:[C
            arraylength
            if_icmpge 4
         2: .line 2419
            aload 1 /* s */
            iconst_0
            iload 2 /* length */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._charBuffer:[C
            iconst_0
            invokevirtual java.lang.String.getChars:(II[CI)V
         3: .line 2420
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._charBuffer:[C
            iconst_0
            iload 2 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeUTF8String:([CII)I
            ireturn
         4: .line 2422
      StackMap locals: int
      StackMap stack:
            aload 1 /* s */
            invokevirtual java.lang.String.toCharArray:()[C
            astore 3 /* ch */
        start local 3 // char[] ch
         5: .line 2423
            aload 0 /* this */
            aload 3 /* ch */
            iconst_0
            iload 2 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeUTF8String:([CII)I
            ireturn
        end local 3 // char[] ch
        end local 2 // int length
        end local 1 // java.lang.String s
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    6     1       s  Ljava/lang/String;
            1    6     2  length  I
            5    6     3      ch  [C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  private void ensureEncodingBufferSizeForUtf8String(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int length
         0: .line 2428
            iconst_4
            iload 1 /* length */
            imul
            istore 2 /* newLength */
        start local 2 // int newLength
         1: .line 2429
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            arraylength
            iload 2 /* newLength */
            if_icmpge 3
         2: .line 2430
            aload 0 /* this */
            iload 2 /* newLength */
            newarray 8
            putfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
         3: .line 2432
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int newLength
        end local 1 // int length
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1     length  I
            1    4     2  newLength  I
    MethodParameters:
        Name  Flags
      length  

  protected final int encodeUTF8String(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // char[] ch
        start local 2 // int offset
        start local 3 // int length
         0: .line 2442
            iconst_0
            istore 4 /* bpos */
        start local 4 // int bpos
         1: .line 2445
            aload 0 /* this */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.ensureEncodingBufferSizeForUtf8String:(I)V
         2: .line 2447
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 5 /* end */
        start local 5 // int end
         3: .line 2449
            goto 31
         4: .line 2450
      StackMap locals: int int
      StackMap stack:
            aload 1 /* ch */
            iload 2 /* offset */
            iinc 2 /* offset */ 1
            caload
            istore 6 /* c */
        start local 6 // int c
         5: .line 2451
            iload 6 /* c */
            sipush 128
            if_icmpge 8
         6: .line 2453
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            iload 4 /* bpos */
            iinc 4 /* bpos */ 1
            iload 6 /* c */
            i2b
            bastore
         7: .line 2454
            goto 31
      StackMap locals: int
      StackMap stack:
         8: iload 6 /* c */
            sipush 2048
            if_icmpge 16
         9: .line 2456
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            iload 4 /* bpos */
            iinc 4 /* bpos */ 1
        10: .line 2457
            sipush 192
            iload 6 /* c */
            bipush 6
            ishr
            ior
            i2b
        11: .line 2456
            bastore
        12: .line 2458
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            iload 4 /* bpos */
            iinc 4 /* bpos */ 1
        13: .line 2459
            sipush 128
            iload 6 /* c */
            bipush 63
            iand
            ior
            i2b
        14: .line 2458
            bastore
        15: .line 2460
            goto 31
      StackMap locals:
      StackMap stack:
        16: iload 6 /* c */
            ldc 65535
            if_icmpgt 31
        17: .line 2461
            iload 6 /* c */
            invokestatic com.sun.xml.internal.fastinfoset.org.apache.xerces.util.XMLChar.isHighSurrogate:(I)Z
            ifne 28
            iload 6 /* c */
            invokestatic com.sun.xml.internal.fastinfoset.org.apache.xerces.util.XMLChar.isLowSurrogate:(I)Z
            ifne 28
        18: .line 2463
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            iload 4 /* bpos */
            iinc 4 /* bpos */ 1
        19: .line 2464
            sipush 224
            iload 6 /* c */
            bipush 12
            ishr
            ior
            i2b
        20: .line 2463
            bastore
        21: .line 2465
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            iload 4 /* bpos */
            iinc 4 /* bpos */ 1
        22: .line 2466
            sipush 128
            iload 6 /* c */
            bipush 6
            ishr
            bipush 63
            iand
            ior
            i2b
        23: .line 2465
            bastore
        24: .line 2467
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            iload 4 /* bpos */
            iinc 4 /* bpos */ 1
        25: .line 2468
            sipush 128
            iload 6 /* c */
            bipush 63
            iand
            ior
            i2b
        26: .line 2467
            bastore
        27: .line 2469
            goto 31
        28: .line 2471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* c */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 5 /* end */
            iload 4 /* bpos */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeCharacterAsUtf8FourByte:(I[CIII)V
        29: .line 2472
            iinc 4 /* bpos */ 4
        30: .line 2473
            iinc 2 /* offset */ 1
        end local 6 // int c
        31: .line 2449
      StackMap locals:
      StackMap stack:
            iload 5 /* end */
            iload 2 /* offset */
            if_icmpne 4
        32: .line 2478
            iload 4 /* bpos */
            ireturn
        end local 5 // int end
        end local 4 // int bpos
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   33     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   33     1      ch  [C
            0   33     2  offset  I
            0   33     3  length  I
            1   33     4    bpos  I
            3   33     5     end  I
            5   31     6       c  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      ch      
      offset  
      length  

  private void encodeCharacterAsUtf8FourByte(int, char[], int, int, int);
    descriptor: (I[CIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=6
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int c
        start local 2 // char[] ch
        start local 3 // int chpos
        start local 4 // int chend
        start local 5 // int bpos
         0: .line 2482
            iload 3 /* chpos */
            iload 4 /* chend */
            if_icmpne 2
         1: .line 2483
            new java.io.IOException
            dup
            ldc ""
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2486
      StackMap locals:
      StackMap stack:
            aload 2 /* ch */
            iload 3 /* chpos */
            caload
            istore 6 /* d */
        start local 6 // char d
         3: .line 2487
            iload 6 /* d */
            invokestatic com.sun.xml.internal.fastinfoset.org.apache.xerces.util.XMLChar.isLowSurrogate:(I)Z
            ifne 5
         4: .line 2488
            new java.io.IOException
            dup
            ldc ""
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 2491
      StackMap locals: int
      StackMap stack:
            iload 1 /* c */
            sipush 1023
            iand
            bipush 10
            ishl
            iload 6 /* d */
            sipush 1023
            iand
            ior
            ldc 65536
            iadd
            istore 7 /* uc */
        start local 7 // int uc
         6: .line 2492
            iload 7 /* uc */
            iflt 7
            iload 7 /* uc */
            ldc 2097152
            if_icmplt 8
         7: .line 2493
      StackMap locals: int
      StackMap stack:
            new java.io.IOException
            dup
            ldc ""
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2496
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            iload 5 /* bpos */
            iinc 5 /* bpos */ 1
            sipush 240
            iload 7 /* uc */
            bipush 18
            ishr
            ior
            i2b
            bastore
         9: .line 2497
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            iload 5 /* bpos */
            iinc 5 /* bpos */ 1
            sipush 128
            iload 7 /* uc */
            bipush 12
            ishr
            bipush 63
            iand
            ior
            i2b
            bastore
        10: .line 2498
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            iload 5 /* bpos */
            iinc 5 /* bpos */ 1
            sipush 128
            iload 7 /* uc */
            bipush 6
            ishr
            bipush 63
            iand
            ior
            i2b
            bastore
        11: .line 2499
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            iload 5 /* bpos */
            iinc 5 /* bpos */ 1
            sipush 128
            iload 7 /* uc */
            bipush 63
            iand
            ior
            i2b
            bastore
        12: .line 2500
            return
        end local 7 // int uc
        end local 6 // char d
        end local 5 // int bpos
        end local 4 // int chend
        end local 3 // int chpos
        end local 2 // char[] ch
        end local 1 // int c
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   13     1      c  I
            0   13     2     ch  [C
            0   13     3  chpos  I
            0   13     4  chend  I
            0   13     5   bpos  I
            3   13     6      d  C
            6   13     7     uc  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      c      
      ch     
      chpos  
      chend  
      bpos   

  protected final int encodeUtf16String(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // java.lang.String s
         0: .line 2508
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 2 /* length */
        start local 2 // int length
         1: .line 2509
            iload 2 /* length */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._charBuffer:[C
            arraylength
            if_icmpge 4
         2: .line 2510
            aload 1 /* s */
            iconst_0
            iload 2 /* length */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._charBuffer:[C
            iconst_0
            invokevirtual java.lang.String.getChars:(II[CI)V
         3: .line 2511
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._charBuffer:[C
            iconst_0
            iload 2 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeUtf16String:([CII)I
            ireturn
         4: .line 2513
      StackMap locals: int
      StackMap stack:
            aload 1 /* s */
            invokevirtual java.lang.String.toCharArray:()[C
            astore 3 /* ch */
        start local 3 // char[] ch
         5: .line 2514
            aload 0 /* this */
            aload 3 /* ch */
            iconst_0
            iload 2 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.encodeUtf16String:([CII)I
            ireturn
        end local 3 // char[] ch
        end local 2 // int length
        end local 1 // java.lang.String s
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    6     1       s  Ljava/lang/String;
            1    6     2  length  I
            5    6     3      ch  [C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  private void ensureEncodingBufferSizeForUtf16String(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // int length
         0: .line 2519
            iconst_2
            iload 1 /* length */
            imul
            istore 2 /* newLength */
        start local 2 // int newLength
         1: .line 2520
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            arraylength
            iload 2 /* newLength */
            if_icmpge 3
         2: .line 2521
            aload 0 /* this */
            iload 2 /* newLength */
            newarray 8
            putfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
         3: .line 2523
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int newLength
        end local 1 // int length
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0    4     1     length  I
            1    4     2  newLength  I
    MethodParameters:
        Name  Flags
      length  

  protected final int encodeUtf16String(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder this
        start local 1 // char[] ch
        start local 2 // int offset
        start local 3 // int length
         0: .line 2533
            iconst_0
            istore 4 /* byteLength */
        start local 4 // int byteLength
         1: .line 2536
            aload 0 /* this */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.Encoder.ensureEncodingBufferSizeForUtf16String:(I)V
         2: .line 2538
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 5 /* n */
        start local 5 // int n
         3: .line 2539
            iload 2 /* offset */
            istore 6 /* i */
        start local 6 // int i
         4: goto 9
         5: .line 2540
      StackMap locals: int int int
      StackMap stack:
            aload 1 /* ch */
            iload 6 /* i */
            caload
            istore 7 /* c */
        start local 7 // int c
         6: .line 2541
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            iload 4 /* byteLength */
            iinc 4 /* byteLength */ 1
            iload 7 /* c */
            bipush 8
            ishr
            i2b
            bastore
         7: .line 2542
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            iload 4 /* byteLength */
            iinc 4 /* byteLength */ 1
            iload 7 /* c */
            sipush 255
            iand
            i2b
            bastore
        end local 7 // int c
         8: .line 2539
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 6 /* i */
            iload 5 /* n */
            if_icmplt 5
        end local 6 // int i
        10: .line 2545
            iload 4 /* byteLength */
            ireturn
        end local 5 // int n
        end local 4 // int byteLength
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lcom/sun/xml/internal/fastinfoset/Encoder;
            0   11     1          ch  [C
            0   11     2      offset  I
            0   11     3      length  I
            1   11     4  byteLength  I
            3   11     5           n  I
            4   10     6           i  I
            6    8     7           c  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      ch      
      offset  
      length  

  public static java.lang.String getPrefixFromQualifiedName(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // java.lang.String qName
         0: .line 2555
            aload 0 /* qName */
            bipush 58
            invokevirtual java.lang.String.indexOf:(I)I
            istore 1 /* i */
        start local 1 // int i
         1: .line 2556
            ldc ""
            astore 2 /* prefix */
        start local 2 // java.lang.String prefix
         2: .line 2557
            iload 1 /* i */
            iconst_m1
            if_icmpeq 4
         3: .line 2558
            aload 0 /* qName */
            iconst_0
            iload 1 /* i */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 2 /* prefix */
         4: .line 2560
      StackMap locals: int java.lang.String
      StackMap stack:
            aload 2 /* prefix */
            areturn
        end local 2 // java.lang.String prefix
        end local 1 // int i
        end local 0 // java.lang.String qName
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0   qName  Ljava/lang/String;
            1    5     1       i  I
            2    5     2  prefix  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      qName  

  public static boolean isWhiteSpace(char[], int, int);
    descriptor: ([CII)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // char[] ch
        start local 1 // int start
        start local 2 // int length
         0: .line 2572
            aload 0 /* ch */
            iload 1 /* start */
            caload
            invokestatic com.sun.xml.internal.fastinfoset.org.apache.xerces.util.XMLChar.isSpace:(I)Z
            ifne 1
            iconst_0
            ireturn
         1: .line 2574
      StackMap locals:
      StackMap stack:
            iload 1 /* start */
            iload 2 /* length */
            iadd
            istore 3 /* end */
        start local 3 // int end
         2: .line 2575
      StackMap locals: int
      StackMap stack:
            iinc 1 /* start */ 1
            iload 1 /* start */
            iload 3 /* end */
            if_icmpge 3
            aload 0 /* ch */
            iload 1 /* start */
            caload
            invokestatic com.sun.xml.internal.fastinfoset.org.apache.xerces.util.XMLChar.isSpace:(I)Z
            ifne 2
         3: .line 2577
      StackMap locals:
      StackMap stack:
            iload 1 /* start */
            iload 3 /* end */
            if_icmpne 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            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    5     0      ch  [C
            0    5     1   start  I
            0    5     2  length  I
            2    5     3     end  I
    MethodParameters:
        Name  Flags
      ch      final
      start   
      length  final

  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 2587
            aload 0 /* s */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic com.sun.xml.internal.fastinfoset.org.apache.xerces.util.XMLChar.isSpace:(I)Z
            ifne 1
            iconst_0
            ireturn
         1: .line 2589
      StackMap locals:
      StackMap stack:
            aload 0 /* s */
            invokevirtual java.lang.String.length:()I
            istore 1 /* end */
        start local 1 // int end
         2: .line 2590
            iconst_1
            istore 2 /* start */
        start local 2 // int start
         3: .line 2591
      StackMap locals: int int
      StackMap stack:
            iload 2 /* start */
            iload 1 /* end */
            if_icmpge 4
            aload 0 /* s */
            iload 2 /* start */
            iinc 2 /* start */ 1
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic com.sun.xml.internal.fastinfoset.org.apache.xerces.util.XMLChar.isSpace:(I)Z
            ifne 3
         4: .line 2592
      StackMap locals:
      StackMap stack:
            iload 2 /* start */
            iload 1 /* end */
            if_icmpne 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // int start
        end local 1 // int end
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0      s  Ljava/lang/String;
            2    6     1    end  I
            3    6     2  start  I
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "Encoder.java"
NestMembers:
  com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream
InnerClasses:
  private EncodingBufferOutputStream = com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream of com.sun.xml.internal.fastinfoset.Encoder
  public Entry = com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap$Entry of com.sun.xml.internal.fastinfoset.util.LocalNameQualifiedNamesMap