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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration;
2: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fTypeDecl:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
3: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fSpecified:Z
4: aload 0
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: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationAttempted:S
6: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidity:S
7: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
8: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationContext:Ljava/lang/String;
9: return
end local 0 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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration;
2: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fTypeDecl:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
3: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fSpecified:Z
4: aload 0
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: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationAttempted:S
6: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidity:S
7: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
8: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationContext:Ljava/lang/String;
9: aload 0
aload 2
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: aload 0
aload 2
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: aload 0
aload 2
invokeinterface com.sun.org.apache.xerces.internal.xs.AttributePSVI.getIsSchemaSpecified:()Z
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fSpecified:Z
12: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
aload 2
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: aload 0
aload 2
invokeinterface com.sun.org.apache.xerces.internal.xs.AttributePSVI.getValidationAttempted:()S
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationAttempted:S
14: aload 0
aload 2
invokeinterface com.sun.org.apache.xerces.internal.xs.AttributePSVI.getValidity:()S
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidity:S
15: aload 2
instanceof com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl
ifeq 21
16: aload 2
checkcast com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl
astore 3
start local 3 17: aload 0
aload 3
getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
ifnull 18
aload 3
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 20: goto 34
21: StackMap locals:
StackMap stack:
aload 2
invokeinterface com.sun.org.apache.xerces.internal.xs.AttributePSVI.getErrorCodes:()Lcom/sun/org/apache/xerces/internal/xs/StringList;
astore 3
start local 3 22: aload 3
invokeinterface com.sun.org.apache.xerces.internal.xs.StringList.getLength:()I
istore 4
start local 4 23: iload 4
ifle 34
24: aload 2
invokeinterface com.sun.org.apache.xerces.internal.xs.AttributePSVI.getErrorMessages:()Lcom/sun/org/apache/xerces/internal/xs/StringList;
astore 5
start local 5 25: iload 4
iconst_1
ishl
anewarray java.lang.String
astore 6
start local 6 26: iconst_0
istore 7
start local 7 27: iconst_0
istore 8
start local 8 28: goto 32
29: 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
iload 8
iinc 8 1
aload 3
iload 7
invokeinterface com.sun.org.apache.xerces.internal.xs.StringList.item:(I)Ljava/lang/String;
aastore
30: aload 6
iload 8
iinc 8 1
aload 5
iload 7
invokeinterface com.sun.org.apache.xerces.internal.xs.StringList.item:(I)Ljava/lang/String;
aastore
31: iinc 7 1
StackMap locals:
StackMap stack:
32: iload 7
iload 4
if_icmplt 29
end local 8 end local 7 33: aload 0
aload 6
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
end local 6 end local 5 end local 4 end local 3 34: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl int com.sun.org.apache.xerces.internal.xs.AttributePSVI
StackMap stack:
aload 0
aload 2
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: aload 0
iload 1
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fIsConstant:Z
36: return
end local 2 end local 1 end local 0 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 0: aload 0
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.isConstant:()Z
ifeq 2
1: aload 0
areturn
2: StackMap locals:
StackMap stack:
new com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl
dup
iconst_1
aload 0
invokespecial com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.<init>:(ZLcom/sun/org/apache/xerces/internal/xs/AttributePSVI;)V
areturn
end local 0 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 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fIsConstant:Z
ireturn
end local 0 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 0: aload 0
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
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 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 0: aload 0
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 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 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fSpecified:Z
ireturn
end local 0 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 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationAttempted:S
ireturn
end local 0 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 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidity:S
ireturn
end local 0 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 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
ifnull 1
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
arraylength
ifne 2
1: 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: StackMap locals:
StackMap stack:
new com.sun.org.apache.xerces.internal.impl.xs.PSVIErrorList
dup
aload 0
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 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 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
ifnull 1
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
arraylength
ifne 2
1: 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: StackMap locals:
StackMap stack:
new com.sun.org.apache.xerces.internal.impl.xs.PSVIErrorList
dup
aload 0
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 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 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationContext:Ljava/lang/String;
areturn
end local 0 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 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fTypeDecl:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
areturn
end local 0 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 0: aload 0
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 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 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration;
areturn
end local 0 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 0: aload 0
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 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 0: aload 0
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 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 0: aload 0
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 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 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
areturn
end local 0 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 0: aload 0
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: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration;
2: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fTypeDecl:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
3: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fSpecified:Z
4: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationAttempted:S
5: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidity:S
6: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fErrors:[Ljava/lang/String;
7: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl.fValidationContext:Ljava/lang/String;
8: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl;
}
SourceFile: "AttributePSVImpl.java"