public class org.apache.xml.utils.UnImplNode implements org.w3c.dom.Node, org.w3c.dom.Element, org.w3c.dom.NodeList, org.w3c.dom.Document
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xml.utils.UnImplNode
  super_class: java.lang.Object
{
  protected java.lang.String fDocumentURI;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String actualEncoding;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  private java.lang.String xmlEncoding;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private boolean xmlStandalone;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String xmlVersion;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/utils/UnImplNode;

  public void error(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String msg
         0: .line 66
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "DOM ERROR! class: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 68
            new java.lang.RuntimeException
            dup
            aload 1 /* msg */
            aconst_null
            invokestatic org.apache.xml.res.XMLMessages.createXMLMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String msg
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

  public void error(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Object[] args
         0: .line 80
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "DOM ERROR! class: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 82
            new java.lang.RuntimeException
            dup
            aload 1 /* msg */
            aload 2 /* args */
            invokestatic org.apache.xml.res.XMLMessages.createXMLMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.String msg
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1   msg  Ljava/lang/String;
            0    2     2  args  [Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      msg   
      args  

  public org.w3c.dom.Node appendChild(org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // org.w3c.dom.Node newChild
         0: .line 97
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 99
            aconst_null
            areturn
        end local 1 // org.w3c.dom.Node newChild
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  newChild  Lorg/w3c/dom/Node;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
          Name  Flags
      newChild  

  public boolean hasChildNodes();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 110
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 112
            iconst_0
            ireturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public short getNodeType();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 123
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 125
            iconst_0
            ireturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public org.w3c.dom.Node getParentNode();
    descriptor: ()Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 136
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 138
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public org.w3c.dom.NodeList getChildNodes();
    descriptor: ()Lorg/w3c/dom/NodeList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 149
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 151
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public org.w3c.dom.Node getFirstChild();
    descriptor: ()Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 162
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 164
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public org.w3c.dom.Node getLastChild();
    descriptor: ()Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 175
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 177
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public org.w3c.dom.Node getNextSibling();
    descriptor: ()Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 188
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 190
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 201
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 203
            iconst_0
            ireturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public org.w3c.dom.Node item(int);
    descriptor: (I)Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // int index
         0: .line 216
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 218
            aconst_null
            areturn
        end local 1 // int index
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public org.w3c.dom.Document getOwnerDocument();
    descriptor: ()Lorg/w3c/dom/Document;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 229
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 231
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public java.lang.String getTagName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 242
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 244
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public java.lang.String getNodeName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 255
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 257
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public void normalize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 263
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 264
            return
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public org.w3c.dom.NodeList getElementsByTagName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/w3c/dom/NodeList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String name
         0: .line 276
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 278
            aconst_null
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public org.w3c.dom.Attr removeAttributeNode(org.w3c.dom.Attr);
    descriptor: (Lorg/w3c/dom/Attr;)Lorg/w3c/dom/Attr;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // org.w3c.dom.Attr oldAttr
         0: .line 293
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 295
            aconst_null
            areturn
        end local 1 // org.w3c.dom.Attr oldAttr
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  oldAttr  Lorg/w3c/dom/Attr;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
         Name  Flags
      oldAttr  

  public org.w3c.dom.Attr setAttributeNode(org.w3c.dom.Attr);
    descriptor: (Lorg/w3c/dom/Attr;)Lorg/w3c/dom/Attr;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // org.w3c.dom.Attr newAttr
         0: .line 310
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 312
            aconst_null
            areturn
        end local 1 // org.w3c.dom.Attr newAttr
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  newAttr  Lorg/w3c/dom/Attr;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
         Name  Flags
      newAttr  

  public boolean hasAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String name
         0: .line 326
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 328
            iconst_0
            ireturn
        end local 1 // java.lang.String name
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public boolean hasAttributeNS(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String x
         0: .line 343
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 345
            iconst_0
            ireturn
        end local 2 // java.lang.String x
        end local 1 // java.lang.String name
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  name  Ljava/lang/String;
            0    2     2     x  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
      x     

  public org.w3c.dom.Attr getAttributeNode(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/w3c/dom/Attr;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String name
         0: .line 359
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 361
            aconst_null
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void removeAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String name
         0: .line 373
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 374
            return
        end local 1 // java.lang.String name
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  name  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
      Name  Flags
      name  

  public void setAttribute(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 386
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 387
            return
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1   name  Ljava/lang/String;
            0    2     2  value  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
       Name  Flags
      name   
      value  

  public java.lang.String getAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String name
         0: .line 399
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 401
            aconst_null
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public boolean hasAttributes();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 412
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 414
            iconst_0
            ireturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public org.w3c.dom.NodeList getElementsByTagNameNS(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/NodeList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String namespaceURI
        start local 2 // java.lang.String localName
         0: .line 429
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 431
            aconst_null
            areturn
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String namespaceURI
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  namespaceURI  Ljava/lang/String;
            0    2     2     localName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      namespaceURI  
      localName     

  public org.w3c.dom.Attr setAttributeNodeNS(org.w3c.dom.Attr);
    descriptor: (Lorg/w3c/dom/Attr;)Lorg/w3c/dom/Attr;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // org.w3c.dom.Attr newAttr
         0: .line 446
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 448
            aconst_null
            areturn
        end local 1 // org.w3c.dom.Attr newAttr
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  newAttr  Lorg/w3c/dom/Attr;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
         Name  Flags
      newAttr  

  public org.w3c.dom.Attr getAttributeNodeNS(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String namespaceURI
        start local 2 // java.lang.String localName
         0: .line 462
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 464
            aconst_null
            areturn
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String namespaceURI
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  namespaceURI  Ljava/lang/String;
            0    2     2     localName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      namespaceURI  
      localName     

  public void removeAttributeNS(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String namespaceURI
        start local 2 // java.lang.String localName
         0: .line 478
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 479
            return
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String namespaceURI
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  namespaceURI  Ljava/lang/String;
            0    2     2     localName  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
              Name  Flags
      namespaceURI  
      localName     

  public void setAttributeNS(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String namespaceURI
        start local 2 // java.lang.String qualifiedName
        start local 3 // java.lang.String value
         0: .line 494
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 495
            return
        end local 3 // java.lang.String value
        end local 2 // java.lang.String qualifiedName
        end local 1 // java.lang.String namespaceURI
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1   namespaceURI  Ljava/lang/String;
            0    2     2  qualifiedName  Ljava/lang/String;
            0    2     3          value  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
               Name  Flags
      namespaceURI   
      qualifiedName  
      value          

  public java.lang.String getAttributeNS(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String namespaceURI
        start local 2 // java.lang.String localName
         0: .line 508
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 510
            aconst_null
            areturn
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String namespaceURI
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  namespaceURI  Ljava/lang/String;
            0    2     2     localName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      namespaceURI  
      localName     

  public org.w3c.dom.Node getPreviousSibling();
    descriptor: ()Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 521
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 523
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public org.w3c.dom.Node cloneNode(boolean);
    descriptor: (Z)Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // boolean deep
         0: .line 536
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 538
            aconst_null
            areturn
        end local 1 // boolean deep
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  deep  Z
    MethodParameters:
      Name  Flags
      deep  

  public java.lang.String getNodeValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 551
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 553
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;
    Exceptions:
      throws org.w3c.dom.DOMException

  public void setNodeValue(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String nodeValue
         0: .line 565
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 566
            return
        end local 1 // java.lang.String nodeValue
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  nodeValue  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
           Name  Flags
      nodeValue  

  public void setValue(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String value
         0: .line 593
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 594
            return
        end local 1 // java.lang.String value
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  value  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
       Name  Flags
      value  

  public org.w3c.dom.Element getOwnerElement();
    descriptor: ()Lorg/w3c/dom/Element;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 615
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 617
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public boolean getSpecified();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 628
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 630
            iconst_0
            ireturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public org.w3c.dom.NamedNodeMap getAttributes();
    descriptor: ()Lorg/w3c/dom/NamedNodeMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 641
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 643
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public org.w3c.dom.Node insertBefore(org.w3c.dom.Node, org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // org.w3c.dom.Node newChild
        start local 2 // org.w3c.dom.Node refChild
         0: .line 659
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 661
            aconst_null
            areturn
        end local 2 // org.w3c.dom.Node refChild
        end local 1 // org.w3c.dom.Node newChild
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  newChild  Lorg/w3c/dom/Node;
            0    2     2  refChild  Lorg/w3c/dom/Node;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
          Name  Flags
      newChild  
      refChild  

  public org.w3c.dom.Node replaceChild(org.w3c.dom.Node, org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // org.w3c.dom.Node newChild
        start local 2 // org.w3c.dom.Node oldChild
         0: .line 677
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 679
            aconst_null
            areturn
        end local 2 // org.w3c.dom.Node oldChild
        end local 1 // org.w3c.dom.Node newChild
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  newChild  Lorg/w3c/dom/Node;
            0    2     2  oldChild  Lorg/w3c/dom/Node;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
          Name  Flags
      newChild  
      oldChild  

  public org.w3c.dom.Node removeChild(org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // org.w3c.dom.Node oldChild
         0: .line 694
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 696
            aconst_null
            areturn
        end local 1 // org.w3c.dom.Node oldChild
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  oldChild  Lorg/w3c/dom/Node;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
          Name  Flags
      oldChild  

  public boolean isSupported(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String feature
        start local 2 // java.lang.String version
         0: .line 715
            iconst_0
            ireturn
        end local 2 // java.lang.String version
        end local 1 // java.lang.String feature
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/xml/utils/UnImplNode;
            0    1     1  feature  Ljava/lang/String;
            0    1     2  version  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      feature  
      version  

  public java.lang.String getNamespaceURI();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 726
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 728
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public java.lang.String getPrefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 739
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 741
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public void setPrefix(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String prefix
         0: .line 753
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 754
            return
        end local 1 // java.lang.String prefix
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  prefix  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
        Name  Flags
      prefix  

  public java.lang.String getLocalName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 764
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 766
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public org.w3c.dom.DocumentType getDoctype();
    descriptor: ()Lorg/w3c/dom/DocumentType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 777
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 779
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public org.w3c.dom.DOMImplementation getImplementation();
    descriptor: ()Lorg/w3c/dom/DOMImplementation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 790
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 792
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public org.w3c.dom.Element getDocumentElement();
    descriptor: ()Lorg/w3c/dom/Element;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 803
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 805
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public org.w3c.dom.Element createElement(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/w3c/dom/Element;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String tagName
         0: .line 820
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 822
            aconst_null
            areturn
        end local 1 // java.lang.String tagName
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  tagName  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
         Name  Flags
      tagName  

  public org.w3c.dom.DocumentFragment createDocumentFragment();
    descriptor: ()Lorg/w3c/dom/DocumentFragment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 833
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 835
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public org.w3c.dom.Text createTextNode(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/w3c/dom/Text;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String data
         0: .line 848
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 850
            aconst_null
            areturn
        end local 1 // java.lang.String data
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  data  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      data  

  public org.w3c.dom.Comment createComment(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/w3c/dom/Comment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String data
         0: .line 863
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 865
            aconst_null
            areturn
        end local 1 // java.lang.String data
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  data  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      data  

  public org.w3c.dom.CDATASection createCDATASection(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/w3c/dom/CDATASection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String data
         0: .line 880
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 882
            aconst_null
            areturn
        end local 1 // java.lang.String data
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  data  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
      Name  Flags
      data  

  public org.w3c.dom.ProcessingInstruction createProcessingInstruction(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/ProcessingInstruction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String target
        start local 2 // java.lang.String data
         0: .line 899
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 901
            aconst_null
            areturn
        end local 2 // java.lang.String data
        end local 1 // java.lang.String target
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  target  Ljava/lang/String;
            0    2     2    data  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
        Name  Flags
      target  
      data    

  public org.w3c.dom.Attr createAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/w3c/dom/Attr;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String name
         0: .line 916
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 918
            aconst_null
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  name  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
      Name  Flags
      name  

  public org.w3c.dom.EntityReference createEntityReference(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/w3c/dom/EntityReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String name
         0: .line 934
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 936
            aconst_null
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  name  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
      Name  Flags
      name  

  public org.w3c.dom.Node importNode(org.w3c.dom.Node, boolean);
    descriptor: (Lorg/w3c/dom/Node;Z)Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // org.w3c.dom.Node importedNode
        start local 2 // boolean deep
         0: .line 955
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 957
            aconst_null
            areturn
        end local 2 // boolean deep
        end local 1 // org.w3c.dom.Node importedNode
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  importedNode  Lorg/w3c/dom/Node;
            0    2     2          deep  Z
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
              Name  Flags
      importedNode  
      deep          

  public org.w3c.dom.Element createElementNS(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Element;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String namespaceURI
        start local 2 // java.lang.String qualifiedName
         0: .line 974
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 976
            aconst_null
            areturn
        end local 2 // java.lang.String qualifiedName
        end local 1 // java.lang.String namespaceURI
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1   namespaceURI  Ljava/lang/String;
            0    2     2  qualifiedName  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
               Name  Flags
      namespaceURI   
      qualifiedName  

  public org.w3c.dom.Attr createAttributeNS(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String namespaceURI
        start local 2 // java.lang.String qualifiedName
         0: .line 993
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 995
            aconst_null
            areturn
        end local 2 // java.lang.String qualifiedName
        end local 1 // java.lang.String namespaceURI
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1   namespaceURI  Ljava/lang/String;
            0    2     2  qualifiedName  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
               Name  Flags
      namespaceURI   
      qualifiedName  

  public org.w3c.dom.Element getElementById(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/w3c/dom/Element;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String elementId
         0: .line 1008
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 1010
            aconst_null
            areturn
        end local 1 // java.lang.String elementId
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  elementId  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      elementId  

  public void setData(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String data
         0: .line 1023
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 1024
            return
        end local 1 // java.lang.String data
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  data  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
      Name  Flags
      data  

  public java.lang.String substringData(int, int);
    descriptor: (II)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // int offset
        start local 2 // int count
         0: .line 1039
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 1041
            aconst_null
            areturn
        end local 2 // int count
        end local 1 // int offset
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  offset  I
            0    2     2   count  I
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
        Name  Flags
      offset  
      count   

  public void appendData(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String arg
         0: .line 1053
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 1054
            return
        end local 1 // java.lang.String arg
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1   arg  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
      Name  Flags
      arg   

  public void insertData(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // int offset
        start local 2 // java.lang.String arg
         0: .line 1066
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 1067
            return
        end local 2 // java.lang.String arg
        end local 1 // int offset
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  offset  I
            0    2     2     arg  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
        Name  Flags
      offset  
      arg     

  public void deleteData(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // int offset
        start local 2 // int count
         0: .line 1079
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 1080
            return
        end local 2 // int count
        end local 1 // int offset
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  offset  I
            0    2     2   count  I
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
        Name  Flags
      offset  
      count   

  public void replaceData(int, int, java.lang.String);
    descriptor: (IILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // int offset
        start local 2 // int count
        start local 3 // java.lang.String arg
         0: .line 1094
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 1095
            return
        end local 3 // java.lang.String arg
        end local 2 // int count
        end local 1 // int offset
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  offset  I
            0    2     2   count  I
            0    2     3     arg  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
        Name  Flags
      offset  
      count   
      arg     

  public org.w3c.dom.Text splitText(int);
    descriptor: (I)Lorg/w3c/dom/Text;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // int offset
         0: .line 1109
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 1111
            aconst_null
            areturn
        end local 1 // int offset
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  offset  I
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
        Name  Flags
      offset  

  public org.w3c.dom.Node adoptNode(org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // org.w3c.dom.Node source
         0: .line 1127
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 1129
            aconst_null
            areturn
        end local 1 // org.w3c.dom.Node source
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  source  Lorg/w3c/dom/Node;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
        Name  Flags
      source  

  public java.lang.String getInputEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 1146
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 1148
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public void setInputEncoding(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String encoding
         0: .line 1164
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 1165
            return
        end local 1 // java.lang.String encoding
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  encoding  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      encoding  

  public boolean getStrictErrorChecking();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 1185
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 1187
            iconst_0
            ireturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/utils/UnImplNode;

  public void setStrictErrorChecking(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // boolean strictErrorChecking
         0: .line 1207
            aload 0 /* this */
            ldc "ER_FUNCTION_NOT_SUPPORTED"
            invokevirtual org.apache.xml.utils.UnImplNode.error:(Ljava/lang/String;)V
         1: .line 1208
            return
        end local 1 // boolean strictErrorChecking
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  strictErrorChecking  Z
    MethodParameters:
                     Name  Flags
      strictErrorChecking  

  public java.lang.Object setUserData(java.lang.String, java.lang.Object, org.w3c.dom.UserDataHandler);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;Lorg/w3c/dom/UserDataHandler;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Object data
        start local 3 // org.w3c.dom.UserDataHandler handler
         0: .line 1214
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getOwnerDocument:()Lorg/w3c/dom/Document;
            aload 1 /* key */
            aload 2 /* data */
            aload 3 /* handler */
            invokeinterface org.w3c.dom.Document.setUserData:(Ljava/lang/String;Ljava/lang/Object;Lorg/w3c/dom/UserDataHandler;)Ljava/lang/Object;
            areturn
        end local 3 // org.w3c.dom.UserDataHandler handler
        end local 2 // java.lang.Object data
        end local 1 // java.lang.String key
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/xml/utils/UnImplNode;
            0    1     1      key  Ljava/lang/String;
            0    1     2     data  Ljava/lang/Object;
            0    1     3  handler  Lorg/w3c/dom/UserDataHandler;
    MethodParameters:
         Name  Flags
      key      
      data     
      handler  

  public java.lang.Object getUserData(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String key
         0: .line 1227
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getOwnerDocument:()Lorg/w3c/dom/Document;
            aload 1 /* key */
            invokeinterface org.w3c.dom.Document.getUserData:(Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.String key
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/utils/UnImplNode;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public java.lang.Object getFeature(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String feature
        start local 2 // java.lang.String version
         0: .line 1253
            aload 0 /* this */
            aload 1 /* feature */
            aload 2 /* version */
            invokevirtual org.apache.xml.utils.UnImplNode.isSupported:(Ljava/lang/String;Ljava/lang/String;)Z
            ifeq 1
            aload 0 /* this */
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: org.apache.xml.utils.UnImplNode
         2: areturn
        end local 2 // java.lang.String version
        end local 1 // java.lang.String feature
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/xml/utils/UnImplNode;
            0    3     1  feature  Ljava/lang/String;
            0    3     2  version  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      feature  
      version  

  public boolean isEqualNode(org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // org.w3c.dom.Node arg
         0: .line 1299
            aload 1 /* arg */
            aload 0 /* this */
            if_acmpne 2
         1: .line 1300
            iconst_1
            ireturn
         2: .line 1302
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getNodeType:()S
            if_icmpeq 4
         3: .line 1303
            iconst_0
            ireturn
         4: .line 1307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getNodeName:()Ljava/lang/String;
            ifnonnull 7
         5: .line 1308
            aload 1 /* arg */
            invokeinterface org.w3c.dom.Node.getNodeName:()Ljava/lang/String;
            ifnull 9
         6: .line 1309
            iconst_0
            ireturn
         7: .line 1312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getNodeName:()Ljava/lang/String;
            aload 1 /* arg */
            invokeinterface org.w3c.dom.Node.getNodeName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         8: .line 1313
            iconst_0
            ireturn
         9: .line 1316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getLocalName:()Ljava/lang/String;
            ifnonnull 12
        10: .line 1317
            aload 1 /* arg */
            invokeinterface org.w3c.dom.Node.getLocalName:()Ljava/lang/String;
            ifnull 14
        11: .line 1318
            iconst_0
            ireturn
        12: .line 1321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getLocalName:()Ljava/lang/String;
            aload 1 /* arg */
            invokeinterface org.w3c.dom.Node.getLocalName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 14
        13: .line 1322
            iconst_0
            ireturn
        14: .line 1325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getNamespaceURI:()Ljava/lang/String;
            ifnonnull 17
        15: .line 1326
            aload 1 /* arg */
            invokeinterface org.w3c.dom.Node.getNamespaceURI:()Ljava/lang/String;
            ifnull 19
        16: .line 1327
            iconst_0
            ireturn
        17: .line 1330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getNamespaceURI:()Ljava/lang/String;
            aload 1 /* arg */
            invokeinterface org.w3c.dom.Node.getNamespaceURI:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 19
        18: .line 1331
            iconst_0
            ireturn
        19: .line 1334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getPrefix:()Ljava/lang/String;
            ifnonnull 22
        20: .line 1335
            aload 1 /* arg */
            invokeinterface org.w3c.dom.Node.getPrefix:()Ljava/lang/String;
            ifnull 24
        21: .line 1336
            iconst_0
            ireturn
        22: .line 1339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getPrefix:()Ljava/lang/String;
            aload 1 /* arg */
            invokeinterface org.w3c.dom.Node.getPrefix:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 24
        23: .line 1340
            iconst_0
            ireturn
        24: .line 1343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getNodeValue:()Ljava/lang/String;
            ifnonnull 27
        25: .line 1344
            aload 1 /* arg */
            invokeinterface org.w3c.dom.Node.getNodeValue:()Ljava/lang/String;
            ifnull 29
        26: .line 1345
            iconst_0
            ireturn
        27: .line 1348
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getNodeValue:()Ljava/lang/String;
            aload 1 /* arg */
            invokeinterface org.w3c.dom.Node.getNodeValue:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 29
        28: .line 1349
            iconst_0
            ireturn
        29: .line 1362
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // org.w3c.dom.Node arg
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   30     0  this  Lorg/apache/xml/utils/UnImplNode;
            0   30     1   arg  Lorg/w3c/dom/Node;
    MethodParameters:
      Name  Flags
      arg   

  public java.lang.String lookupNamespaceURI(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=11, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String specifiedPrefix
         0: .line 1375
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getNodeType:()S
            istore 2 /* type */
        start local 2 // short type
         1: .line 1376
            iload 2 /* type */
            tableswitch { // 1 - 12
                    1: 2
                    2: 30
                    3: 33
                    4: 33
                    5: 33
                    6: 29
                    7: 33
                    8: 33
                    9: 33
                   10: 29
                   11: 29
                   12: 29
              default: 33
          }
         2: .line 1379
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getNamespaceURI:()Ljava/lang/String;
            astore 3 /* namespace */
        start local 3 // java.lang.String namespace
         3: .line 1380
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getPrefix:()Ljava/lang/String;
            astore 4 /* prefix */
        start local 4 // java.lang.String prefix
         4: .line 1381
            aload 3 /* namespace */
            ifnull 9
         5: .line 1383
            aload 1 /* specifiedPrefix */
            ifnonnull 7
            aload 4 /* prefix */
            aload 1 /* specifiedPrefix */
            if_acmpne 7
         6: .line 1385
            aload 3 /* namespace */
            areturn
         7: .line 1386
      StackMap locals: java.lang.String java.lang.String
      StackMap stack:
            aload 4 /* prefix */
            ifnull 9
            aload 4 /* prefix */
            aload 1 /* specifiedPrefix */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         8: .line 1388
            aload 3 /* namespace */
            areturn
         9: .line 1391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.hasAttributes:()Z
            ifeq 28
        10: .line 1392
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getAttributes:()Lorg/w3c/dom/NamedNodeMap;
            astore 5 /* map */
        start local 5 // org.w3c.dom.NamedNodeMap map
        11: .line 1393
            aload 5 /* map */
            invokeinterface org.w3c.dom.NamedNodeMap.getLength:()I
            istore 6 /* length */
        start local 6 // int length
        12: .line 1394
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        13: goto 27
        14: .line 1395
      StackMap locals: org.w3c.dom.NamedNodeMap int int
      StackMap stack:
            aload 5 /* map */
            iload 7 /* i */
            invokeinterface org.w3c.dom.NamedNodeMap.item:(I)Lorg/w3c/dom/Node;
            astore 8 /* attr */
        start local 8 // org.w3c.dom.Node attr
        15: .line 1396
            aload 8 /* attr */
            invokeinterface org.w3c.dom.Node.getPrefix:()Ljava/lang/String;
            astore 9 /* attrPrefix */
        start local 9 // java.lang.String attrPrefix
        16: .line 1397
            aload 8 /* attr */
            invokeinterface org.w3c.dom.Node.getNodeValue:()Ljava/lang/String;
            astore 10 /* value */
        start local 10 // java.lang.String value
        17: .line 1398
            aload 8 /* attr */
            invokeinterface org.w3c.dom.Node.getNamespaceURI:()Ljava/lang/String;
            astore 3 /* namespace */
        18: .line 1399
            aload 3 /* namespace */
            ifnull 26
            aload 3 /* namespace */
            ldc "http://www.w3.org/2000/xmlns/"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 26
        19: .line 1401
            aload 1 /* specifiedPrefix */
            ifnonnull 22
        20: .line 1402
            aload 8 /* attr */
            invokeinterface org.w3c.dom.Node.getNodeName:()Ljava/lang/String;
            ldc "xmlns"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 22
        21: .line 1404
            aload 10 /* value */
            areturn
        22: .line 1405
      StackMap locals: org.w3c.dom.Node java.lang.String java.lang.String
      StackMap stack:
            aload 9 /* attrPrefix */
            ifnull 26
        23: .line 1406
            aload 9 /* attrPrefix */
            ldc "xmlns"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 26
        24: .line 1407
            aload 8 /* attr */
            invokeinterface org.w3c.dom.Node.getLocalName:()Ljava/lang/String;
            aload 1 /* specifiedPrefix */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 26
        25: .line 1409
            aload 10 /* value */
            areturn
        end local 10 // java.lang.String value
        end local 9 // java.lang.String attrPrefix
        end local 8 // org.w3c.dom.Node attr
        26: .line 1394
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 7 /* i */
            iload 6 /* length */
            if_icmplt 14
        end local 7 // int i
        end local 6 // int length
        end local 5 // org.w3c.dom.NamedNodeMap map
        28: .line 1421
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 4 // java.lang.String prefix
        end local 3 // java.lang.String namespace
        29: .line 1435
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        30: .line 1437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getOwnerElement:()Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getNodeType:()S
            iconst_1
            if_icmpne 32
        31: .line 1438
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getOwnerElement:()Lorg/w3c/dom/Element;
            aload 1 /* specifiedPrefix */
            invokeinterface org.w3c.dom.Element.lookupNamespaceURI:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        32: .line 1441
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        33: .line 1450
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // short type
        end local 1 // java.lang.String specifiedPrefix
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   34     0             this  Lorg/apache/xml/utils/UnImplNode;
            0   34     1  specifiedPrefix  Ljava/lang/String;
            1   34     2             type  S
            3   29     3        namespace  Ljava/lang/String;
            4   29     4           prefix  Ljava/lang/String;
           11   28     5              map  Lorg/w3c/dom/NamedNodeMap;
           12   28     6           length  I
           13   28     7                i  I
           15   26     8             attr  Lorg/w3c/dom/Node;
           16   26     9       attrPrefix  Ljava/lang/String;
           17   26    10            value  Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      specifiedPrefix  

  public boolean isDefaultNamespace(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String namespaceURI
         0: .line 1526
            iconst_0
            ireturn
        end local 1 // java.lang.String namespaceURI
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/apache/xml/utils/UnImplNode;
            0    1     1  namespaceURI  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      namespaceURI  

  public java.lang.String lookupPrefix(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String namespaceURI
         0: .line 1543
            aload 1 /* namespaceURI */
            ifnonnull 2
         1: .line 1544
            aconst_null
            areturn
         2: .line 1547
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getNodeType:()S
            istore 2 /* type */
        start local 2 // short type
         3: .line 1549
            iload 2 /* type */
            tableswitch { // 2 - 12
                    2: 5
                    3: 8
                    4: 8
                    5: 8
                    6: 4
                    7: 8
                    8: 8
                    9: 8
                   10: 4
                   11: 4
                   12: 4
              default: 8
          }
         4: .line 1566
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
         5: .line 1568
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getOwnerElement:()Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getNodeType:()S
            iconst_1
            if_icmpne 7
         6: .line 1569
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getOwnerElement:()Lorg/w3c/dom/Element;
            aload 1 /* namespaceURI */
            invokeinterface org.w3c.dom.Element.lookupPrefix:(Ljava/lang/String;)Ljava/lang/String;
            areturn
         7: .line 1572
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         8: .line 1581
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // short type
        end local 1 // java.lang.String namespaceURI
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lorg/apache/xml/utils/UnImplNode;
            0    9     1  namespaceURI  Ljava/lang/String;
            3    9     2          type  S
    MethodParameters:
              Name  Flags
      namespaceURI  

  public boolean isSameNode(org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // org.w3c.dom.Node other
         0: .line 1602
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // org.w3c.dom.Node other
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  other  Lorg/w3c/dom/Node;
    MethodParameters:
       Name  Flags
      other  

  public void setTextContent(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String textContent
         0: .line 1652
            aload 0 /* this */
            aload 1 /* textContent */
            invokevirtual org.apache.xml.utils.UnImplNode.setNodeValue:(Ljava/lang/String;)V
         1: .line 1653
            return
        end local 1 // java.lang.String textContent
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  textContent  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
             Name  Flags
      textContent  

  public java.lang.String getTextContent();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 1701
            aload 0 /* this */
            invokevirtual org.apache.xml.utils.UnImplNode.getNodeValue:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/utils/UnImplNode;
    Exceptions:
      throws org.w3c.dom.DOMException

  public short compareDocumentPosition(org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // org.w3c.dom.Node other
         0: .line 1713
            iconst_0
            ireturn
        end local 1 // org.w3c.dom.Node other
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xml/utils/UnImplNode;
            0    1     1  other  Lorg/w3c/dom/Node;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
       Name  Flags
      other  

  public java.lang.String getBaseURI();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 1741
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/utils/UnImplNode;

  public org.w3c.dom.Node renameNode(org.w3c.dom.Node, java.lang.String, java.lang.String);
    descriptor: (Lorg/w3c/dom/Node;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // org.w3c.dom.Node n
        start local 2 // java.lang.String namespaceURI
        start local 3 // java.lang.String name
         0: .line 1752
            aload 1 /* n */
            areturn
        end local 3 // java.lang.String name
        end local 2 // java.lang.String namespaceURI
        end local 1 // org.w3c.dom.Node n
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/apache/xml/utils/UnImplNode;
            0    1     1             n  Lorg/w3c/dom/Node;
            0    1     2  namespaceURI  Ljava/lang/String;
            0    1     3          name  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
              Name  Flags
      n             
      namespaceURI  
      name          

  public void normalizeDocument();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 1761
            return
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/utils/UnImplNode;

  public org.w3c.dom.DOMConfiguration getDomConfig();
    descriptor: ()Lorg/w3c/dom/DOMConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 1769
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/utils/UnImplNode;

  public void setDocumentURI(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String documentURI
         0: .line 1781
            aload 0 /* this */
            aload 1 /* documentURI */
            putfield org.apache.xml.utils.UnImplNode.fDocumentURI:Ljava/lang/String;
         1: .line 1782
            return
        end local 1 // java.lang.String documentURI
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  documentURI  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      documentURI  

  public java.lang.String getDocumentURI();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 1793
            aload 0 /* this */
            getfield org.apache.xml.utils.UnImplNode.fDocumentURI:Ljava/lang/String;
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/utils/UnImplNode;

  public java.lang.String getActualEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 1808
            aload 0 /* this */
            getfield org.apache.xml.utils.UnImplNode.actualEncoding:Ljava/lang/String;
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/utils/UnImplNode;

  public void setActualEncoding(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String value
         0: .line 1820
            aload 0 /* this */
            aload 1 /* value */
            putfield org.apache.xml.utils.UnImplNode.actualEncoding:Ljava/lang/String;
         1: .line 1821
            return
        end local 1 // java.lang.String value
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public org.w3c.dom.Text replaceWholeText(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/w3c/dom/Text;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String content
         0: .line 1870
            aconst_null
            areturn
        end local 1 // java.lang.String content
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/xml/utils/UnImplNode;
            0    1     1  content  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
         Name  Flags
      content  

  public java.lang.String getWholeText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 1895
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/utils/UnImplNode;

  public boolean isWhitespaceInElementContent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 1905
            iconst_0
            ireturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/utils/UnImplNode;

  public void setIdAttribute(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // boolean id
         0: .line 1915
            return
        end local 1 // boolean id
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/utils/UnImplNode;
            0    1     1    id  Z
    MethodParameters:
      Name  Flags
      id    

  public void setIdAttribute(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String name
        start local 2 // boolean makeId
         0: .line 1922
            return
        end local 2 // boolean makeId
        end local 1 // java.lang.String name
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/xml/utils/UnImplNode;
            0    1     1    name  Ljava/lang/String;
            0    1     2  makeId  Z
    MethodParameters:
        Name  Flags
      name    
      makeId  

  public void setIdAttributeNode(org.w3c.dom.Attr, boolean);
    descriptor: (Lorg/w3c/dom/Attr;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // org.w3c.dom.Attr at
        start local 2 // boolean makeId
         0: .line 1929
            return
        end local 2 // boolean makeId
        end local 1 // org.w3c.dom.Attr at
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/xml/utils/UnImplNode;
            0    1     1      at  Lorg/w3c/dom/Attr;
            0    1     2  makeId  Z
    MethodParameters:
        Name  Flags
      at      
      makeId  

  public void setIdAttributeNS(java.lang.String, java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String namespaceURI
        start local 2 // java.lang.String localName
        start local 3 // boolean makeId
         0: .line 1937
            return
        end local 3 // boolean makeId
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String namespaceURI
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/apache/xml/utils/UnImplNode;
            0    1     1  namespaceURI  Ljava/lang/String;
            0    1     2     localName  Ljava/lang/String;
            0    1     3        makeId  Z
    MethodParameters:
              Name  Flags
      namespaceURI  
      localName     
      makeId        

  public org.w3c.dom.TypeInfo getSchemaTypeInfo();
    descriptor: ()Lorg/w3c/dom/TypeInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 1944
            aconst_null
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/utils/UnImplNode;

  public boolean isId();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 1948
            iconst_0
            ireturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/utils/UnImplNode;

  public java.lang.String getXmlEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 1953
            aload 0 /* this */
            getfield org.apache.xml.utils.UnImplNode.xmlEncoding:Ljava/lang/String;
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/utils/UnImplNode;

  public void setXmlEncoding(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String xmlEncoding
         0: .line 1956
            aload 0 /* this */
            aload 1 /* xmlEncoding */
            putfield org.apache.xml.utils.UnImplNode.xmlEncoding:Ljava/lang/String;
         1: .line 1957
            return
        end local 1 // java.lang.String xmlEncoding
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  xmlEncoding  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      xmlEncoding  

  public boolean getXmlStandalone();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 1961
            aload 0 /* this */
            getfield org.apache.xml.utils.UnImplNode.xmlStandalone:Z
            ireturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/utils/UnImplNode;

  public void setXmlStandalone(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // boolean xmlStandalone
         0: .line 1965
            aload 0 /* this */
            iload 1 /* xmlStandalone */
            putfield org.apache.xml.utils.UnImplNode.xmlStandalone:Z
         1: .line 1966
            return
        end local 1 // boolean xmlStandalone
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  xmlStandalone  Z
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
               Name  Flags
      xmlStandalone  

  public java.lang.String getXmlVersion();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.utils.UnImplNode this
         0: .line 1970
            aload 0 /* this */
            getfield org.apache.xml.utils.UnImplNode.xmlVersion:Ljava/lang/String;
            areturn
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/utils/UnImplNode;

  public void setXmlVersion(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.utils.UnImplNode this
        start local 1 // java.lang.String xmlVersion
         0: .line 1974
            aload 0 /* this */
            aload 1 /* xmlVersion */
            putfield org.apache.xml.utils.UnImplNode.xmlVersion:Ljava/lang/String;
         1: .line 1975
            return
        end local 1 // java.lang.String xmlVersion
        end local 0 // org.apache.xml.utils.UnImplNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/apache/xml/utils/UnImplNode;
            0    2     1  xmlVersion  Ljava/lang/String;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
            Name  Flags
      xmlVersion  
}
SourceFile: "UnImplNode.java"