class com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer extends com.sun.org.apache.xerces.internal.util.AugmentationsImpl$AugmentationsItemsContainer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer
  super_class: com.sun.org.apache.xerces.internal.util.AugmentationsImpl$AugmentationsItemsContainer
{
  static final int SIZE_LIMIT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 10

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

  int fNumEntries;
    descriptor: I
    flags: (0x0000) 

  final com.sun.org.apache.xerces.internal.util.AugmentationsImpl this$0;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.org.apache.xerces.internal.util.AugmentationsImpl);
    descriptor: (Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer this
         0: .line 116
            aload 0 /* this */
            aload 1
            putfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.this$0:Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl;
            aload 0 /* this */
            aload 1
            invokespecial com.sun.org.apache.xerces.internal.util.AugmentationsImpl$AugmentationsItemsContainer.<init>:(Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl;)V
         1: .line 118
            aload 0 /* this */
            bipush 20
            anewarray java.lang.Object
            putfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
         2: .line 119
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
         3: .line 116
            return
        end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.Enumeration keys();
    descriptor: ()Ljava/util/Enumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer this
         0: .line 122
            new com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration
            dup
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration.<init>:(Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;)V
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;

  public java.lang.Object getItem(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer this
        start local 1 // java.lang.Object key
         0: .line 126
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 127
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            aload 1 /* key */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 128
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            iload 2 /* i */
            iconst_1
            iadd
            aaload
            areturn
         4: .line 126
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 2
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
            iconst_2
            imul
            if_icmplt 2
        end local 2 // int i
         6: .line 132
            aconst_null
            areturn
        end local 1 // java.lang.Object key
        end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;
            0    7     1   key  Ljava/lang/Object;
            1    6     2     i  I
    MethodParameters:
      Name  Flags
      key   

  public java.lang.Object putItem(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object item
         0: .line 136
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 7
         2: .line 137
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            aload 1 /* key */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
         3: .line 138
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            iload 3 /* i */
            iconst_1
            iadd
            aaload
            astore 4 /* oldValue */
        start local 4 // java.lang.Object oldValue
         4: .line 139
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            iload 3 /* i */
            iconst_1
            iadd
            aload 2 /* item */
            aastore
         5: .line 141
            aload 4 /* oldValue */
            areturn
        end local 4 // java.lang.Object oldValue
         6: .line 136
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 2
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
            iconst_2
            imul
            if_icmplt 2
        end local 3 // int i
         8: .line 145
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
            iconst_2
            imul
            aload 1 /* key */
            aastore
         9: .line 146
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
            iconst_2
            imul
            iconst_1
            iadd
            aload 2 /* item */
            aastore
        10: .line 147
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
            iconst_1
            iadd
            putfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
        11: .line 149
            aconst_null
            areturn
        end local 2 // java.lang.Object item
        end local 1 // java.lang.Object key
        end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;
            0   12     1       key  Ljava/lang/Object;
            0   12     2      item  Ljava/lang/Object;
            1    8     3         i  I
            4    6     4  oldValue  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   
      item  

  public java.lang.Object removeItem(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer this
        start local 1 // java.lang.Object key
         0: .line 154
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 15
         2: .line 155
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            aload 1 /* key */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 14
         3: .line 156
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            iload 2 /* i */
            iconst_1
            iadd
            aaload
            astore 3 /* oldValue */
        start local 3 // java.lang.Object oldValue
         4: .line 158
            iload 2 /* i */
            istore 4 /* j */
        start local 4 // int j
         5: goto 9
         6: .line 159
      StackMap locals: java.lang.Object int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            iload 4 /* j */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            iload 4 /* j */
            iconst_2
            iadd
            aaload
            aastore
         7: .line 160
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            iload 4 /* j */
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            iload 4 /* j */
            iconst_3
            iadd
            aaload
            aastore
         8: .line 158
            iinc 4 /* j */ 2
      StackMap locals:
      StackMap stack:
         9: iload 4 /* j */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
            iconst_2
            imul
            iconst_2
            isub
            if_icmplt 6
        end local 4 // int j
        10: .line 163
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
            iconst_2
            imul
            iconst_2
            isub
            aconst_null
            aastore
        11: .line 164
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
            iconst_2
            imul
            iconst_1
            isub
            aconst_null
            aastore
        12: .line 165
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
            iconst_1
            isub
            putfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
        13: .line 167
            aload 3 /* oldValue */
            areturn
        end local 3 // java.lang.Object oldValue
        14: .line 154
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 2
      StackMap locals:
      StackMap stack:
        15: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
            iconst_2
            imul
            if_icmplt 2
        end local 2 // int i
        16: .line 171
            aconst_null
            areturn
        end local 1 // java.lang.Object key
        end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;
            0   17     1       key  Ljava/lang/Object;
            1   16     2         i  I
            4   14     3  oldValue  Ljava/lang/Object;
            5   10     4         j  I
    MethodParameters:
      Name  Flags
      key   

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer this
         0: .line 175
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 176
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            iload 1 /* i */
            aconst_null
            aastore
         3: .line 177
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            iload 1 /* i */
            iconst_1
            iadd
            aconst_null
            aastore
         4: .line 175
            iinc 1 /* i */ 2
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
            iconst_2
            imul
            if_icmplt 2
        end local 1 // int i
         6: .line 180
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
         7: .line 181
            return
        end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;
            1    6     1     i  I

  public boolean isFull();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer this
         0: .line 184
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
            bipush 10
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;

  public com.sun.org.apache.xerces.internal.util.AugmentationsImpl$AugmentationsItemsContainer expand();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$AugmentationsItemsContainer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer this
         0: .line 188
            new com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.this$0:Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl;
            invokespecial com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer.<init>:(Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl;)V
            astore 1 /* expandedContainer */
        start local 1 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer expandedContainer
         1: .line 190
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 7
         3: .line 191
      StackMap locals: com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer int
      StackMap stack:
            aload 1 /* expandedContainer */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
         4: .line 192
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            iload 2 /* i */
            iconst_1
            iadd
            aaload
         5: .line 191
            invokevirtual com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer.putItem:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 190
            iinc 2 /* i */ 2
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
            iconst_2
            imul
            if_icmplt 3
        end local 2 // int i
         8: .line 195
            aload 1 /* expandedContainer */
            areturn
        end local 1 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer expandedContainer
        end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;
            1    9     1  expandedContainer  Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$LargeContainer;
            2    8     2                  i  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer this
         0: .line 199
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* buff */
        start local 1 // java.lang.StringBuilder buff
         1: .line 200
            aload 1 /* buff */
            ldc "SmallContainer - fNumEntries == "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         2: .line 202
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 13
         4: .line 203
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 1 /* buff */
            ldc "\nfAugmentations["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 204
            iload 2 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         6: .line 205
            ldc "] == "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         7: .line 206
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         8: .line 207
            ldc "; fAugmentations["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         9: .line 208
            iload 2 /* i */
            iconst_1
            iadd
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        10: .line 209
            ldc "] == "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        11: .line 210
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
            iload 2 /* i */
            iconst_1
            iadd
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
        12: .line 202
            iinc 2 /* i */ 2
      StackMap locals:
      StackMap stack:
        13: iload 2 /* i */
            bipush 20
            if_icmplt 4
        end local 2 // int i
        14: .line 213
            aload 1 /* buff */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder buff
        end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;
            1   15     1  buff  Ljava/lang/StringBuilder;
            3   14     2     i  I
}
SourceFile: "AugmentationsImpl.java"
NestHost: com.sun.org.apache.xerces.internal.util.AugmentationsImpl
InnerClasses:
  abstract AugmentationsItemsContainer = com.sun.org.apache.xerces.internal.util.AugmentationsImpl$AugmentationsItemsContainer of com.sun.org.apache.xerces.internal.util.AugmentationsImpl
  LargeContainer = com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer of com.sun.org.apache.xerces.internal.util.AugmentationsImpl
  SmallContainer = com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer of com.sun.org.apache.xerces.internal.util.AugmentationsImpl
  SmallContainerKeyEnumeration = com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration of com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer