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 21
        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 18
            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 19
      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
        18: aconst_null
      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[]
        19: 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
        20: .line 86
            goto 34
        21: .line 88
      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
        22: .line 89
            aload 3 /* errorCodes */
            invokeinterface com.sun.org.apache.xerces.internal.xs.StringList.getLength:()I
            istore 4 /* length */
        start local 4 // int length
        23: .line 90
            iload 4 /* length */
            ifle 34
        24: .line 91
            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
        25: .line 92
            iload 4 /* length */
            iconst_1
            ishl
            anewarray java.lang.String
            astore 6 /* errors */
        start local 6 // java.lang.String[] errors
        26: .line 93
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        27: iconst_0
            istore 8 /* j */
        start local 8 // int j
        28: goto 32
        29: .line 94
      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
        30: .line 95
            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
        31: .line 93
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        32: iload 7 /* i */
            iload 4 /* length */
            if_icmplt 29
        end local 8 // int j
        end local 7 // int i
        33: .line 97
            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
        34: .line 100
      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;
        35: .line 101
            aload 0 /* this */
            iload 1 /* isConstant */
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fIsConstant:Z
        36: .line 102
            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   37     0           this  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;
            0   37     1     isConstant  Z
            0   37     2       attrPSVI  Lcom/sun/org/apache/xerces/internal/xs/AttributePSVI;
           17   20     3   attrPSVIImpl  Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;
           22   34     3     errorCodes  Lcom/sun/org/apache/xerces/internal/xs/StringList;
           23   34     4         length  I
           25   34     5  errorMessages  Lcom/sun/org/apache/xerces/internal/xs/StringList;
           26   34     6         errors  [Ljava/lang/String;
           27   33     7              i  I
           28   33     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 112
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.isConstant:()Z
            ifeq 2
         1: .line 113
            aload 0 /* this */
            areturn
         2: .line 115
      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 122
            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 145
            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;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  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 154
            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 165
            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 176
            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 186
            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 187
      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 189
      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 199
            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 200
      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 202
      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 207
            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 216
            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 229
            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 239
            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 247
            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;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  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 255
            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;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  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 263
            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;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  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 270
            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 277
            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 278
            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 279
            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 280
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fSpecified:Z
         4: .line 281
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationAttempted:S
         5: .line 282
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidity:S
         6: .line 283
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
         7: .line 284
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationContext:Ljava/lang/String;
         8: .line 285
            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"