public class com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl implements com.sun.org.apache.xerces.internal.xs.ElementPSVI
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl
super_class: java.lang.Object
{
protected com.sun.org.apache.xerces.internal.xs.XSElementDeclaration fDeclaration;
descriptor: Lcom/sun/org/apache/xerces/internal/xs/XSElementDeclaration;
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 fNil;
descriptor: Z
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 com.sun.org.apache.xerces.internal.xs.XSNotationDeclaration fNotation;
descriptor: Lcom/sun/org/apache/xerces/internal/xs/XSNotationDeclaration;
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 com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar[] fGrammars;
descriptor: [Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;
flags: (0x0004) ACC_PROTECTED
protected com.sun.org.apache.xerces.internal.xs.XSModel fSchemaInformation;
descriptor: Lcom/sun/org/apache/xerces/internal/xs/XSModel;
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.ElementPSVImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSElementDeclaration;
2: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fTypeDecl:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
3: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fNil:Z
4: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fSpecified:Z
5: 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.ElementPSVImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
6: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fNotation:Lcom/sun/org/apache/xerces/internal/xs/XSNotationDeclaration;
7: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fValidationAttempted:S
8: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fValidity:S
9: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fErrors:[Ljava/lang/String;
10: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fValidationContext:Ljava/lang/String;
11: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fGrammars:[Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;
12: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fSchemaInformation:Lcom/sun/org/apache/xerces/internal/xs/XSModel;
13: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl;
public void <init>(boolean, com.sun.org.apache.xerces.internal.xs.ElementPSVI);
descriptor: (ZLcom/sun/org/apache/xerces/internal/xs/ElementPSVI;)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.ElementPSVImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSElementDeclaration;
2: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fTypeDecl:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
3: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fNil:Z
4: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fSpecified:Z
5: 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.ElementPSVImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
6: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fNotation:Lcom/sun/org/apache/xerces/internal/xs/XSNotationDeclaration;
7: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fValidationAttempted:S
8: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fValidity:S
9: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fErrors:[Ljava/lang/String;
10: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fValidationContext:Ljava/lang/String;
11: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fGrammars:[Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;
12: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fSchemaInformation:Lcom/sun/org/apache/xerces/internal/xs/XSModel;
13: aload 0
aload 2
invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.getElementDeclaration:()Lcom/sun/org/apache/xerces/internal/xs/XSElementDeclaration;
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSElementDeclaration;
14: aload 0
aload 2
invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.getTypeDefinition:()Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fTypeDecl:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
15: aload 0
aload 2
invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.getNil:()Z
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fNil:Z
16: aload 0
aload 2
invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.getIsSchemaSpecified:()Z
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fSpecified:Z
17: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
aload 2
invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.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
18: aload 0
aload 2
invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.getNotation:()Lcom/sun/org/apache/xerces/internal/xs/XSNotationDeclaration;
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fNotation:Lcom/sun/org/apache/xerces/internal/xs/XSNotationDeclaration;
19: aload 0
aload 2
invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.getValidationAttempted:()S
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fValidationAttempted:S
20: aload 0
aload 2
invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.getValidity:()S
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fValidity:S
21: aload 0
aload 2
invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.getValidationContext:()Ljava/lang/String;
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fValidationContext:Ljava/lang/String;
22: aload 2
instanceof com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl
ifeq 29
23: aload 2
checkcast com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl
astore 3
start local 3 24: aload 0
aload 3
getfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fErrors:[Ljava/lang/String;
ifnull 25
aload 3
getfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fErrors:[Ljava/lang/String;
invokevirtual java.lang.String[].clone:()Ljava/lang/Object;
checkcast java.lang.String[]
goto 26
StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl int com.sun.org.apache.xerces.internal.xs.ElementPSVI com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl
StackMap stack: com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl
25: aconst_null
StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl int com.sun.org.apache.xerces.internal.xs.ElementPSVI com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl
StackMap stack: com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl java.lang.String[]
26: putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fErrors:[Ljava/lang/String;
27: aload 3
aload 0
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.copySchemaInformationTo:(Lcom/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl;)V
end local 3 28: goto 43
29: StackMap locals:
StackMap stack:
aload 2
invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.getErrorCodes:()Lcom/sun/org/apache/xerces/internal/xs/StringList;
astore 3
start local 3 30: aload 3
invokeinterface com.sun.org.apache.xerces.internal.xs.StringList.getLength:()I
istore 4
start local 4 31: iload 4
ifle 42
32: aload 2
invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.getErrorMessages:()Lcom/sun/org/apache/xerces/internal/xs/StringList;
astore 5
start local 5 33: iload 4
iconst_1
ishl
anewarray java.lang.String
astore 6
start local 6 34: iconst_0
istore 7
start local 7 35: iconst_0
istore 8
start local 8 36: goto 40
37: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl int com.sun.org.apache.xerces.internal.xs.ElementPSVI 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
38: 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
39: iinc 7 1
StackMap locals:
StackMap stack:
40: iload 7
iload 4
if_icmplt 37
end local 8 end local 7 41: aload 0
aload 6
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fErrors:[Ljava/lang/String;
end local 6 end local 5 42: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl int com.sun.org.apache.xerces.internal.xs.ElementPSVI com.sun.org.apache.xerces.internal.xs.StringList int
StackMap stack:
aload 0
aload 2
invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.getSchemaInformation:()Lcom/sun/org/apache/xerces/internal/xs/XSModel;
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fSchemaInformation:Lcom/sun/org/apache/xerces/internal/xs/XSModel;
end local 4 end local 3 43: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fIsConstant:Z
44: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 45 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl;
0 45 1 isConstant Z
0 45 2 elementPSVI Lcom/sun/org/apache/xerces/internal/xs/ElementPSVI;
24 28 3 elementPSVIImpl Lcom/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl;
30 43 3 errorCodes Lcom/sun/org/apache/xerces/internal/xs/StringList;
31 43 4 length I
33 42 5 errorMessages Lcom/sun/org/apache/xerces/internal/xs/StringList;
34 42 6 errors [Ljava/lang/String;
35 41 7 i I
36 41 8 j I
MethodParameters:
Name Flags
isConstant
elementPSVI
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.ElementPSVImpl.isConstant:()Z
ifeq 2
1: aload 0
areturn
2: StackMap locals:
StackMap stack:
new com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl
dup
iconst_1
aload 0
invokespecial com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.<init>:(ZLcom/sun/org/apache/xerces/internal/xs/ElementPSVI;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl;
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.ElementPSVImpl.fIsConstant:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl;
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.ElementPSVImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSElementDeclaration;
ifnonnull 1
aconst_null
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSElementDeclaration;
invokeinterface com.sun.org.apache.xerces.internal.xs.XSElementDeclaration.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/ElementPSVImpl;
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.ElementPSVImpl.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/ElementPSVImpl;
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.ElementPSVImpl.fSpecified:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl;
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.ElementPSVImpl.fValidationAttempted:S
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl;
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.ElementPSVImpl.fValidity:S
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl;
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.ElementPSVImpl.fErrors:[Ljava/lang/String;
ifnull 1
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.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.ElementPSVImpl.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/ElementPSVImpl;
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.ElementPSVImpl.fErrors:[Ljava/lang/String;
ifnull 1
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.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.ElementPSVImpl.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/ElementPSVImpl;
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.ElementPSVImpl.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/ElementPSVImpl;
public boolean getNil();
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.ElementPSVImpl.fNil:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl;
public com.sun.org.apache.xerces.internal.xs.XSNotationDeclaration getNotation();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSNotationDeclaration;
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.ElementPSVImpl.fNotation:Lcom/sun/org/apache/xerces/internal/xs/XSNotationDeclaration;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl;
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.ElementPSVImpl.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/ElementPSVImpl;
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.ElementPSVImpl.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/ElementPSVImpl;
public com.sun.org.apache.xerces.internal.xs.XSElementDeclaration getElementDeclaration();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSElementDeclaration;
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.ElementPSVImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSElementDeclaration;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl;
public synchronized com.sun.org.apache.xerces.internal.xs.XSModel getSchemaInformation();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSModel;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fSchemaInformation:Lcom/sun/org/apache/xerces/internal/xs/XSModel;
ifnonnull 2
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fGrammars:[Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;
ifnull 2
1: aload 0
new com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl
dup
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fGrammars:[Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;
invokespecial com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.<init>:([Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;)V
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fSchemaInformation:Lcom/sun/org/apache/xerces/internal/xs/XSModel;
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fSchemaInformation:Lcom/sun/org/apache/xerces/internal/xs/XSModel;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl;
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.ElementPSVImpl.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/ElementPSVImpl;
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.ElementPSVImpl.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/ElementPSVImpl;
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.ElementPSVImpl.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/ElementPSVImpl;
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.ElementPSVImpl.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/ElementPSVImpl;
public void reset();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSElementDeclaration;
1: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fTypeDecl:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
2: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fNil:Z
3: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fSpecified:Z
4: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fNotation:Lcom/sun/org/apache/xerces/internal/xs/XSNotationDeclaration;
5: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fValidationAttempted:S
6: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fValidity:S
7: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fErrors:[Ljava/lang/String;
8: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fValidationContext:Ljava/lang/String;
9: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
invokevirtual com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.reset:()V
10: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl;
public void copySchemaInformationTo(com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl);
descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fGrammars:[Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fGrammars:[Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;
1: aload 1
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fSchemaInformation:Lcom/sun/org/apache/xerces/internal/xs/XSModel;
putfield com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.fSchemaInformation:Lcom/sun/org/apache/xerces/internal/xs/XSModel;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl;
0 3 1 target Lcom/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl;
MethodParameters:
Name Flags
target
}
SourceFile: "ElementPSVImpl.java"