public class com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl implements com.sun.org.apache.xerces.internal.xs.AttributePSVI
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl
  super_class: java.lang.Object
{
  protected com.sun.org.apache.xerces.internal.xs.XSAttributeDeclaration fDeclaration;
    descriptor: Lcom/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.org.apache.xerces.internal.xs.XSTypeDefinition fTypeDecl;
    descriptor: Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
    flags: (0x0004) ACC_PROTECTED

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

  protected com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo fValue;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
    flags: (0x0004) ACC_PROTECTED

  protected short fValidationAttempted;
    descriptor: S
    flags: (0x0004) ACC_PROTECTED

  protected short fValidity;
    descriptor: S
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String[] fErrors;
    descriptor: [Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String fValidationContext;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
         0: .line 74
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration;
         2: .line 50
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fTypeDecl:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
         3: .line 54
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fSpecified:Z
         4: .line 57
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.<init>:()V
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
         5: .line 60
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationAttempted:S
         6: .line 63
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidity:S
         7: .line 66
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
         8: .line 69
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationContext:Ljava/lang/String;
         9: .line 74
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;

  public void <init>(boolean, com.sun.org.apache.xerces.internal.xs.AttributePSVI);
    descriptor: (ZLcom/sun/org/apache/xerces/internal/xs/AttributePSVI;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
        start local 1 // boolean isConstant
        start local 2 // com.sun.org.apache.xerces.internal.xs.AttributePSVI attrPSVI
         0: .line 76
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration;
         2: .line 50
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fTypeDecl:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
         3: .line 54
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fSpecified:Z
         4: .line 57
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.<init>:()V
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
         5: .line 60
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationAttempted:S
         6: .line 63
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidity:S
         7: .line 66
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
         8: .line 69
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationContext:Ljava/lang/String;
         9: .line 77
            aload 0 /* this */
            aload 2 /* attrPSVI */
            invokeinterface com.sun.org.apache.xerces.internal.xs.AttributePSVI.getAttributeDeclaration:()Lcom/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration;
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration;
        10: .line 78
            aload 0 /* this */
            aload 2 /* attrPSVI */
            invokeinterface com.sun.org.apache.xerces.internal.xs.AttributePSVI.getTypeDefinition:()Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fTypeDecl:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
        11: .line 79
            aload 0 /* this */
            aload 2 /* attrPSVI */
            invokeinterface com.sun.org.apache.xerces.internal.xs.AttributePSVI.getIsSchemaSpecified:()Z
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fSpecified:Z
        12: .line 80
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            aload 2 /* attrPSVI */
            invokeinterface com.sun.org.apache.xerces.internal.xs.AttributePSVI.getSchemaValue:()Lcom/sun/org/apache/xerces/internal/xs/XSValue;
            invokevirtual com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.copyFrom:(Lcom/sun/org/apache/xerces/internal/xs/XSValue;)V
        13: .line 81
            aload 0 /* this */
            aload 2 /* attrPSVI */
            invokeinterface com.sun.org.apache.xerces.internal.xs.AttributePSVI.getValidationAttempted:()S
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationAttempted:S
        14: .line 82
            aload 0 /* this */
            aload 2 /* attrPSVI */
            invokeinterface com.sun.org.apache.xerces.internal.xs.AttributePSVI.getValidity:()S
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidity:S
        15: .line 83
            aload 2 /* attrPSVI */
            instanceof com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl
            ifeq 22
        16: .line 84
            aload 2 /* attrPSVI */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl
            astore 3 /* attrPSVIImpl */
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl attrPSVIImpl
        17: .line 85
            aload 0 /* this */
            aload 3 /* attrPSVIImpl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
            ifnull 19
        18: .line 86
            aload 3 /* attrPSVIImpl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
            invokevirtual java.lang.String[].clone:()Ljava/lang/Object;
            checkcast java.lang.String[]
            goto 20
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl int com.sun.org.apache.xerces.internal.xs.AttributePSVI com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl
      StackMap stack: com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl
        19: aconst_null
        20: .line 85
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl int com.sun.org.apache.xerces.internal.xs.AttributePSVI com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl
      StackMap stack: com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl java.lang.String[]
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl attrPSVIImpl
        21: .line 87
            goto 35
        22: .line 89
      StackMap locals:
      StackMap stack:
            aload 2 /* attrPSVI */
            invokeinterface com.sun.org.apache.xerces.internal.xs.AttributePSVI.getErrorCodes:()Lcom/sun/org/apache/xerces/internal/xs/StringList;
            astore 3 /* errorCodes */
        start local 3 // com.sun.org.apache.xerces.internal.xs.StringList errorCodes
        23: .line 90
            aload 3 /* errorCodes */
            invokeinterface com.sun.org.apache.xerces.internal.xs.StringList.getLength:()I
            istore 4 /* length */
        start local 4 // int length
        24: .line 91
            iload 4 /* length */
            ifle 35
        25: .line 92
            aload 2 /* attrPSVI */
            invokeinterface com.sun.org.apache.xerces.internal.xs.AttributePSVI.getErrorMessages:()Lcom/sun/org/apache/xerces/internal/xs/StringList;
            astore 5 /* errorMessages */
        start local 5 // com.sun.org.apache.xerces.internal.xs.StringList errorMessages
        26: .line 93
            iload 4 /* length */
            iconst_1
            ishl
            anewarray java.lang.String
            astore 6 /* errors */
        start local 6 // java.lang.String[] errors
        27: .line 94
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        28: iconst_0
            istore 8 /* j */
        start local 8 // int j
        29: goto 33
        30: .line 95
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl int com.sun.org.apache.xerces.internal.xs.AttributePSVI com.sun.org.apache.xerces.internal.xs.StringList int com.sun.org.apache.xerces.internal.xs.StringList java.lang.String[] int int
      StackMap stack:
            aload 6 /* errors */
            iload 8 /* j */
            iinc 8 /* j */ 1
            aload 3 /* errorCodes */
            iload 7 /* i */
            invokeinterface com.sun.org.apache.xerces.internal.xs.StringList.item:(I)Ljava/lang/String;
            aastore
        31: .line 96
            aload 6 /* errors */
            iload 8 /* j */
            iinc 8 /* j */ 1
            aload 5 /* errorMessages */
            iload 7 /* i */
            invokeinterface com.sun.org.apache.xerces.internal.xs.StringList.item:(I)Ljava/lang/String;
            aastore
        32: .line 94
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        33: iload 7 /* i */
            iload 4 /* length */
            if_icmplt 30
        end local 8 // int j
        end local 7 // int i
        34: .line 98
            aload 0 /* this */
            aload 6 /* errors */
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
        end local 6 // java.lang.String[] errors
        end local 5 // com.sun.org.apache.xerces.internal.xs.StringList errorMessages
        end local 4 // int length
        end local 3 // com.sun.org.apache.xerces.internal.xs.StringList errorCodes
        35: .line 101
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl int com.sun.org.apache.xerces.internal.xs.AttributePSVI
      StackMap stack:
            aload 0 /* this */
            aload 2 /* attrPSVI */
            invokeinterface com.sun.org.apache.xerces.internal.xs.AttributePSVI.getValidationContext:()Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationContext:Ljava/lang/String;
        36: .line 102
            aload 0 /* this */
            iload 1 /* isConstant */
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fIsConstant:Z
        37: .line 103
            return
        end local 2 // com.sun.org.apache.xerces.internal.xs.AttributePSVI attrPSVI
        end local 1 // boolean isConstant
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   38     0           this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;
            0   38     1     isConstant  Z
            0   38     2       attrPSVI  Lcom/sun/org/apache/xerces/internal/xs/AttributePSVI;
           17   21     3   attrPSVIImpl  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;
           23   35     3     errorCodes  Lcom/sun/org/apache/xerces/internal/xs/StringList;
           24   35     4         length  I
           26   35     5  errorMessages  Lcom/sun/org/apache/xerces/internal/xs/StringList;
           27   35     6         errors  [Ljava/lang/String;
           28   34     7              i  I
           29   34     8              j  I
    MethodParameters:
            Name  Flags
      isConstant  
      attrPSVI    

  public com.sun.org.apache.xerces.internal.xs.ItemPSVI constant();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/ItemPSVI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
         0: .line 113
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.isConstant:()Z
            ifeq 2
         1: .line 114
            aload 0 /* this */
            areturn
         2: .line 116
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl
            dup
            iconst_1
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.<init>:(ZLcom/sun/org/apache/xerces/internal/xs/AttributePSVI;)V
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;

  public boolean isConstant();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
         0: .line 123
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fIsConstant:Z
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;

  public java.lang.String getSchemaDefault();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
         0: .line 133
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration;
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSAttributeDeclaration.getConstraintValue:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;

  public java.lang.String getSchemaNormalizedValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
         0: .line 144
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            invokevirtual com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.getNormalizedValue:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;

  public boolean getIsSchemaSpecified();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
         0: .line 153
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fSpecified:Z
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;

  public short getValidationAttempted();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
         0: .line 164
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationAttempted:S
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;

  public short getValidity();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
         0: .line 175
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidity:S
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;

  public com.sun.org.apache.xerces.internal.xs.StringList getErrorCodes();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/StringList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
         0: .line 185
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
            ifnull 1
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
            arraylength
            ifne 2
         1: .line 186
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xerces.internal.impl.xs.util.StringListImpl.EMPTY_LIST:Lcom/sun/org/apache/xerces/internal/impl/xs/util/StringListImpl;
            areturn
         2: .line 188
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.PSVIErrorList
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
            iconst_1
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.PSVIErrorList.<init>:([Ljava/lang/String;Z)V
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;

  public com.sun.org.apache.xerces.internal.xs.StringList getErrorMessages();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/StringList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
         0: .line 198
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
            ifnull 1
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
            arraylength
            ifne 2
         1: .line 199
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xerces.internal.impl.xs.util.StringListImpl.EMPTY_LIST:Lcom/sun/org/apache/xerces/internal/impl/xs/util/StringListImpl;
            areturn
         2: .line 201
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.PSVIErrorList
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
            iconst_0
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.PSVIErrorList.<init>:([Ljava/lang/String;Z)V
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;

  public java.lang.String getValidationContext();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
         0: .line 206
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationContext:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;

  public com.sun.org.apache.xerces.internal.xs.XSTypeDefinition getTypeDefinition();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
         0: .line 215
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fTypeDecl:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;

  public com.sun.org.apache.xerces.internal.xs.XSSimpleTypeDefinition getMemberTypeDefinition();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSSimpleTypeDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
         0: .line 228
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            invokevirtual com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.getMemberTypeDefinition:()Lcom/sun/org/apache/xerces/internal/xs/XSSimpleTypeDefinition;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;

  public com.sun.org.apache.xerces.internal.xs.XSAttributeDeclaration getAttributeDeclaration();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
         0: .line 238
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;

  public java.lang.Object getActualNormalizedValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
         0: .line 245
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            invokevirtual com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.getActualValue:()Ljava/lang/Object;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;

  public short getActualNormalizedValueType();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
         0: .line 252
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            invokevirtual com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.getActualValueType:()S
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;

  public com.sun.org.apache.xerces.internal.xs.ShortList getItemValueTypes();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/ShortList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
         0: .line 259
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            invokevirtual com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.getListValueTypes:()Lcom/sun/org/apache/xerces/internal/xs/ShortList;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;

  public com.sun.org.apache.xerces.internal.xs.XSValue getSchemaValue();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
         0: .line 266
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
         0: .line 273
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            invokevirtual com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.reset:()V
         1: .line 274
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration;
         2: .line 275
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fTypeDecl:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
         3: .line 276
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fSpecified:Z
         4: .line 277
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationAttempted:S
         5: .line 278
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidity:S
         6: .line 279
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
         7: .line 280
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationContext:Ljava/lang/String;
         8: .line 281
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;
}
SourceFile: "AttributePSVImpl.java"