public class com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl extends com.sun.org.apache.xerces.internal.dom.ElementNSImpl 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.dom.PSVIElementNSImpl
  super_class: com.sun.org.apache.xerces.internal.dom.ElementNSImpl
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 6815489624636016068

  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 com.sun.org.apache.xerces.internal.xs.StringList fErrorCodes;
    descriptor: Lcom/sun/org/apache/xerces/internal/xs/StringList;
    flags: (0x0004) ACC_PROTECTED

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

  protected java.lang.String fValidationContext;
    descriptor: Ljava/lang/String;
    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

  public void <init>(com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Lcom/sun/org/apache/xerces/internal/dom/CoreDocumentImpl;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
        start local 1 // com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl ownerDocument
        start local 2 // java.lang.String namespaceURI
        start local 3 // java.lang.String qualifiedName
        start local 4 // java.lang.String localName
         0: .line 48
            aload 0 /* this */
            aload 1 /* ownerDocument */
            aload 2 /* namespaceURI */
            aload 3 /* qualifiedName */
            aload 4 /* localName */
            invokespecial com.sun.org.apache.xerces.internal.dom.ElementNSImpl.<init>:(Lcom/sun/org/apache/xerces/internal/dom/CoreDocumentImpl;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 60
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSElementDeclaration;
         2: .line 63
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fTypeDecl:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
         3: .line 68
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fNil:Z
         4: .line 72
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fSpecified:Z
         5: .line 75
            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.dom.PSVIElementNSImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
         6: .line 78
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fNotation:Lcom/sun/org/apache/xerces/internal/xs/XSNotationDeclaration;
         7: .line 81
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fValidationAttempted:S
         8: .line 84
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fValidity:S
         9: .line 87
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fErrorCodes:Lcom/sun/org/apache/xerces/internal/xs/StringList;
        10: .line 90
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fErrorMessages:Lcom/sun/org/apache/xerces/internal/xs/StringList;
        11: .line 93
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fValidationContext:Ljava/lang/String;
        12: .line 96
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fSchemaInformation:Lcom/sun/org/apache/xerces/internal/xs/XSModel;
        13: .line 49
            return
        end local 4 // java.lang.String localName
        end local 3 // java.lang.String qualifiedName
        end local 2 // java.lang.String namespaceURI
        end local 1 // com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl ownerDocument
        end local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;
            0   14     1  ownerDocument  Lcom/sun/org/apache/xerces/internal/dom/CoreDocumentImpl;
            0   14     2   namespaceURI  Ljava/lang/String;
            0   14     3  qualifiedName  Ljava/lang/String;
            0   14     4      localName  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      ownerDocument  
      namespaceURI   
      qualifiedName  
      localName      

  public void <init>(com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl, java.lang.String, java.lang.String);
    descriptor: (Lcom/sun/org/apache/xerces/internal/dom/CoreDocumentImpl;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
        start local 1 // com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl ownerDocument
        start local 2 // java.lang.String namespaceURI
        start local 3 // java.lang.String qualifiedName
         0: .line 56
            aload 0 /* this */
            aload 1 /* ownerDocument */
            aload 2 /* namespaceURI */
            aload 3 /* qualifiedName */
            invokespecial com.sun.org.apache.xerces.internal.dom.ElementNSImpl.<init>:(Lcom/sun/org/apache/xerces/internal/dom/CoreDocumentImpl;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 60
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSElementDeclaration;
         2: .line 63
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fTypeDecl:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
         3: .line 68
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fNil:Z
         4: .line 72
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fSpecified:Z
         5: .line 75
            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.dom.PSVIElementNSImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
         6: .line 78
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fNotation:Lcom/sun/org/apache/xerces/internal/xs/XSNotationDeclaration;
         7: .line 81
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fValidationAttempted:S
         8: .line 84
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fValidity:S
         9: .line 87
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fErrorCodes:Lcom/sun/org/apache/xerces/internal/xs/StringList;
        10: .line 90
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fErrorMessages:Lcom/sun/org/apache/xerces/internal/xs/StringList;
        11: .line 93
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fValidationContext:Ljava/lang/String;
        12: .line 96
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fSchemaInformation:Lcom/sun/org/apache/xerces/internal/xs/XSModel;
        13: .line 57
            return
        end local 3 // java.lang.String qualifiedName
        end local 2 // java.lang.String namespaceURI
        end local 1 // com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl ownerDocument
        end local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;
            0   14     1  ownerDocument  Lcom/sun/org/apache/xerces/internal/dom/CoreDocumentImpl;
            0   14     2   namespaceURI  Ljava/lang/String;
            0   14     3  qualifiedName  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      ownerDocument  
      namespaceURI   
      qualifiedName  

  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.dom.PSVIElementNSImpl this
         0: .line 106
            new com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl
            dup
            iconst_1
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl.<init>:(ZLcom/sun/org/apache/xerces/internal/xs/ElementPSVI;)V
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;

  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.dom.PSVIElementNSImpl this
         0: .line 113
            iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;

  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.dom.PSVIElementNSImpl this
         0: .line 123
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSElementDeclaration;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.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 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;

  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.dom.PSVIElementNSImpl this
         0: .line 134
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.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.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;

  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.dom.PSVIElementNSImpl this
         0: .line 143
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fSpecified:Z
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;

  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.dom.PSVIElementNSImpl this
         0: .line 153
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fValidationAttempted:S
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;

  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.dom.PSVIElementNSImpl this
         0: .line 164
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fValidity:S
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;

  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=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
         0: .line 174
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fErrorCodes:Lcom/sun/org/apache/xerces/internal/xs/StringList;
            ifnull 2
         1: .line 175
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fErrorCodes:Lcom/sun/org/apache/xerces/internal/xs/StringList;
            areturn
         2: .line 177
      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
        end local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;

  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=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
         0: .line 187
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fErrorMessages:Lcom/sun/org/apache/xerces/internal/xs/StringList;
            ifnull 2
         1: .line 188
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fErrorMessages:Lcom/sun/org/apache/xerces/internal/xs/StringList;
            areturn
         2: .line 190
      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
        end local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;

  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.dom.PSVIElementNSImpl this
         0: .line 195
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fValidationContext:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;

  public boolean getNil();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
         0: .line 204
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fNil:Z
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;

  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 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
         0: .line 213
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fNotation:Lcom/sun/org/apache/xerces/internal/xs/XSNotationDeclaration;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;

  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.dom.PSVIElementNSImpl this
         0: .line 222
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fTypeDecl:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;

  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.dom.PSVIElementNSImpl this
         0: .line 235
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.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.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;

  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 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
         0: .line 245
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSElementDeclaration;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;

  public com.sun.org.apache.xerces.internal.xs.XSModel getSchemaInformation();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
         0: .line 255
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fSchemaInformation:Lcom/sun/org/apache/xerces/internal/xs/XSModel;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;

  public void setPSVI(com.sun.org.apache.xerces.internal.xs.ElementPSVI);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xs/ElementPSVI;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
        start local 1 // com.sun.org.apache.xerces.internal.xs.ElementPSVI elem
         0: .line 264
            aload 0 /* this */
            aload 1 /* elem */
            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.dom.PSVIElementNSImpl.fDeclaration:Lcom/sun/org/apache/xerces/internal/xs/XSElementDeclaration;
         1: .line 265
            aload 0 /* this */
            aload 1 /* elem */
            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.dom.PSVIElementNSImpl.fNotation:Lcom/sun/org/apache/xerces/internal/xs/XSNotationDeclaration;
         2: .line 266
            aload 0 /* this */
            aload 1 /* elem */
            invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.getValidationContext:()Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fValidationContext:Ljava/lang/String;
         3: .line 267
            aload 0 /* this */
            aload 1 /* elem */
            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.dom.PSVIElementNSImpl.fTypeDecl:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
         4: .line 268
            aload 0 /* this */
            aload 1 /* elem */
            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.dom.PSVIElementNSImpl.fSchemaInformation:Lcom/sun/org/apache/xerces/internal/xs/XSModel;
         5: .line 269
            aload 0 /* this */
            aload 1 /* elem */
            invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.getValidity:()S
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fValidity:S
         6: .line 270
            aload 0 /* this */
            aload 1 /* elem */
            invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.getValidationAttempted:()S
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fValidationAttempted:S
         7: .line 271
            aload 0 /* this */
            aload 1 /* elem */
            invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.getErrorCodes:()Lcom/sun/org/apache/xerces/internal/xs/StringList;
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fErrorCodes:Lcom/sun/org/apache/xerces/internal/xs/StringList;
         8: .line 272
            aload 0 /* this */
            aload 1 /* elem */
            invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.getErrorMessages:()Lcom/sun/org/apache/xerces/internal/xs/StringList;
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fErrorMessages:Lcom/sun/org/apache/xerces/internal/xs/StringList;
         9: .line 273
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fTypeDecl:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            instanceof com.sun.org.apache.xerces.internal.xs.XSSimpleTypeDefinition
            ifne 12
        10: .line 274
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fTypeDecl:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            instanceof com.sun.org.apache.xerces.internal.xs.XSComplexTypeDefinition
            ifeq 14
        11: .line 275
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fTypeDecl:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            checkcast com.sun.org.apache.xerces.internal.xs.XSComplexTypeDefinition
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSComplexTypeDefinition.getContentType:()S
            iconst_1
            if_icmpne 14
        12: .line 276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            aload 1 /* elem */
            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
        13: .line 277
            goto 15
        14: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            invokevirtual com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.reset:()V
        15: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* elem */
            invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.getIsSchemaSpecified:()Z
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fSpecified:Z
        16: .line 282
            aload 0 /* this */
            aload 1 /* elem */
            invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.getNil:()Z
            putfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fNil:Z
        17: .line 283
            return
        end local 1 // com.sun.org.apache.xerces.internal.xs.ElementPSVI elem
        end local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;
            0   18     1  elem  Lcom/sun/org/apache/xerces/internal/xs/ElementPSVI;
    MethodParameters:
      Name  Flags
      elem  

  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.dom.PSVIElementNSImpl this
         0: .line 289
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.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.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;

  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.dom.PSVIElementNSImpl this
         0: .line 296
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.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.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;

  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.dom.PSVIElementNSImpl this
         0: .line 303
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.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.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;

  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.dom.PSVIElementNSImpl this
         0: .line 310
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.fValue:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
        start local 1 // java.io.ObjectOutputStream out
         0: .line 318
            new java.io.NotSerializableException
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokespecial java.io.NotSerializableException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.io.ObjectOutputStream out
        end local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;
            0    1     1   out  Ljava/io/ObjectOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
        start local 1 // java.io.ObjectInputStream in
         0: .line 323
            new java.io.NotSerializableException
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokespecial java.io.NotSerializableException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.io.ObjectInputStream in
        end local 0 // com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl;
            0    1     1    in  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      in    
}
SourceFile: "PSVIElementNSImpl.java"