class com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1 extends javax.xml.validation.TypeInfoProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1
  super_class: javax.xml.validation.TypeInfoProvider
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1 this
         0: .line 550
            aload 0 /* this */
            invokespecial javax.xml.validation.TypeInfoProvider.<init>:()V
            return
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$1;

  public org.w3c.dom.TypeInfo getElementTypeInfo();
    descriptor: ()Lorg/w3c/dom/TypeInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1 this
         0: .line 552
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$1;

  public org.w3c.dom.TypeInfo getAttributeTypeInfo(int);
    descriptor: (I)Lorg/w3c/dom/TypeInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1 this
        start local 1 // int index
         0: .line 555
            aconst_null
            areturn
        end local 1 // int index
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$1;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public org.w3c.dom.TypeInfo getAttributeTypeInfo(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/w3c/dom/TypeInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1 this
        start local 1 // java.lang.String attributeQName
         0: .line 558
            aconst_null
            areturn
        end local 1 // java.lang.String attributeQName
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$1;
            0    1     1  attributeQName  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      attributeQName  

  public org.w3c.dom.TypeInfo getAttributeTypeInfo(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/TypeInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1 this
        start local 1 // java.lang.String attributeUri
        start local 2 // java.lang.String attributeLocalName
         0: .line 561
            aconst_null
            areturn
        end local 2 // java.lang.String attributeLocalName
        end local 1 // java.lang.String attributeUri
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1 this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$1;
            0    1     1        attributeUri  Ljava/lang/String;
            0    1     2  attributeLocalName  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      attributeUri        
      attributeLocalName  

  public boolean isIdAttribute(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1 this
        start local 1 // int index
         0: .line 564
            iconst_0
            ireturn
        end local 1 // int index
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$1;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public boolean isSpecified(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1 this
        start local 1 // int index
         0: .line 567
            iconst_0
            ireturn
        end local 1 // int index
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$1;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "JAXPValidatorComponent.java"
EnclosingMethod: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent
NestHost: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent
InnerClasses:
  com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1