public class com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation
  super_class: java.lang.Object
{
  public java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String systemId;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String baseURI;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String publicId;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String expandedSystemId;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public com.sun.org.apache.xerces.internal.xni.Augmentations augmentations;
    descriptor: Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    flags: (0x0001) ACC_PUBLIC

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation this
         0: .line 2740
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler$Notation;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation this
        start local 1 // java.lang.Object obj
         0: .line 2752
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpeq 3
            aload 1 /* obj */
            instanceof com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation
            ifeq 2
         1: .line 2753
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation.name:Ljava/lang/String;
            aload 1 /* obj */
            checkcast com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation
            getfield com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation.name:Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 3
         2: .line 2752
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler$Notation;
            0    4     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation this
         0: .line 2758
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation.name:Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler$Notation;

  public boolean isDuplicate(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation this
        start local 1 // java.lang.Object obj
         0: .line 2769
            aload 1 /* obj */
            ifnull 7
            aload 1 /* obj */
            instanceof com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation
            ifeq 7
         1: .line 2770
            aload 1 /* obj */
            checkcast com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation
            astore 2 /* other */
        start local 2 // com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation other
         2: .line 2771
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation.name:Ljava/lang/String;
            aload 2 /* other */
            getfield com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation.name:Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 6
         3: .line 2772
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation.publicId:Ljava/lang/String;
            aload 2 /* other */
            getfield com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation.publicId:Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 6
         4: .line 2773
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation.expandedSystemId:Ljava/lang/String;
            aload 2 /* other */
            getfield com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation.expandedSystemId:Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 6
         5: .line 2771
            iconst_1
            ireturn
      StackMap locals: com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation other
         7: .line 2775
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler$Notation;
            0    8     1    obj  Ljava/lang/Object;
            2    7     2  other  Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler$Notation;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "XIncludeHandler.java"
NestHost: com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler
InnerClasses:
  protected Notation = com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation of com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler