public final class com.sun.org.apache.xerces.internal.util.DOMInputSource extends com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.util.DOMInputSource
  super_class: com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
{
  private org.w3c.dom.Node fNode;
    descriptor: Lorg/w3c/dom/Node;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.DOMInputSource this
         0: .line 36
            aload 0 /* this */
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.util.DOMInputSource.<init>:(Lorg/w3c/dom/Node;)V
         1: .line 37
            return
        end local 0 // com.sun.org.apache.xerces.internal.util.DOMInputSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/util/DOMInputSource;

  public void <init>(org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.DOMInputSource this
        start local 1 // org.w3c.dom.Node node
         0: .line 40
            aload 0 /* this */
            aconst_null
            aload 1 /* node */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMInputSource.getSystemIdFromNode:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            aconst_null
            iconst_0
            invokespecial com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
         1: .line 41
            aload 0 /* this */
            aload 1 /* node */
            putfield com.sun.org.apache.xerces.internal.util.DOMInputSource.fNode:Lorg/w3c/dom/Node;
         2: .line 42
            return
        end local 1 // org.w3c.dom.Node node
        end local 0 // com.sun.org.apache.xerces.internal.util.DOMInputSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/util/DOMInputSource;
            0    3     1  node  Lorg/w3c/dom/Node;
    MethodParameters:
      Name  Flags
      node  

  public void <init>(org.w3c.dom.Node, java.lang.String);
    descriptor: (Lorg/w3c/dom/Node;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.util.DOMInputSource this
        start local 1 // org.w3c.dom.Node node
        start local 2 // java.lang.String systemId
         0: .line 45
            aload 0 /* this */
            aconst_null
            aload 2 /* systemId */
            aconst_null
            iconst_0
            invokespecial com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
         1: .line 46
            aload 0 /* this */
            aload 1 /* node */
            putfield com.sun.org.apache.xerces.internal.util.DOMInputSource.fNode:Lorg/w3c/dom/Node;
         2: .line 47
            return
        end local 2 // java.lang.String systemId
        end local 1 // org.w3c.dom.Node node
        end local 0 // com.sun.org.apache.xerces.internal.util.DOMInputSource this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/sun/org/apache/xerces/internal/util/DOMInputSource;
            0    3     1      node  Lorg/w3c/dom/Node;
            0    3     2  systemId  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      node      
      systemId  

  public org.w3c.dom.Node getNode();
    descriptor: ()Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.DOMInputSource this
         0: .line 50
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.DOMInputSource.fNode:Lorg/w3c/dom/Node;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.util.DOMInputSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/util/DOMInputSource;

  public void setNode(org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.DOMInputSource this
        start local 1 // org.w3c.dom.Node node
         0: .line 54
            aload 0 /* this */
            aload 1 /* node */
            putfield com.sun.org.apache.xerces.internal.util.DOMInputSource.fNode:Lorg/w3c/dom/Node;
         1: .line 55
            return
        end local 1 // org.w3c.dom.Node node
        end local 0 // com.sun.org.apache.xerces.internal.util.DOMInputSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/util/DOMInputSource;
            0    2     1  node  Lorg/w3c/dom/Node;
    MethodParameters:
      Name  Flags
      node  

  private static java.lang.String getSystemIdFromNode(org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.w3c.dom.Node node
         0: .line 58
            aload 0 /* node */
            ifnull 7
         1: .line 60
            aload 0 /* node */
            invokeinterface org.w3c.dom.Node.getBaseURI:()Ljava/lang/String;
         2: areturn
         3: .line 65
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodError
            pop
         4: .line 66
            aconst_null
            areturn
         5: .line 70
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         6: .line 71
            aconst_null
            areturn
         7: .line 74
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.w3c.dom.Node node
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  node  Lorg/w3c/dom/Node;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.NoSuchMethodError
           1     2       5  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      node  
}
SourceFile: "DOMInputSource.java"