public abstract class org.apache.batik.dom.AbstractText extends org.apache.batik.dom.AbstractCharacterData implements org.w3c.dom.Text
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.batik.dom.AbstractText
  super_class: org.apache.batik.dom.AbstractCharacterData
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.AbstractText this
         0: .line 37
            aload 0 /* this */
            invokespecial org.apache.batik.dom.AbstractCharacterData.<init>:()V
            return
        end local 0 // org.apache.batik.dom.AbstractText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/dom/AbstractText;

  public org.w3c.dom.Text splitText(int);
    descriptor: (I)Lorg/w3c/dom/Text;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=2
        start local 0 // org.apache.batik.dom.AbstractText this
        start local 1 // int offset
         0: .line 45
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.AbstractText.isReadonly:()Z
            ifeq 6
         1: .line 46
            aload 0 /* this */
            bipush 7
         2: .line 47
            ldc "readonly.node"
         3: .line 48
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.AbstractText.getNodeType:()S
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
         4: .line 49
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.AbstractText.getNodeName:()Ljava/lang/String;
            aastore
         5: .line 46
            invokevirtual org.apache.batik.dom.AbstractText.createDOMException:(SLjava/lang/String;[Ljava/lang/Object;)Lorg/w3c/dom/DOMException;
            athrow
         6: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.AbstractText.getNodeValue:()Ljava/lang/String;
            astore 2 /* v */
        start local 2 // java.lang.String v
         7: .line 52
            iload 1 /* offset */
            iflt 8
            iload 1 /* offset */
            aload 2 /* v */
            invokevirtual java.lang.String.length:()I
            if_icmplt 12
         8: .line 53
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            iconst_1
         9: .line 54
            ldc "offset"
        10: .line 55
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* offset */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
        11: .line 53
            invokevirtual org.apache.batik.dom.AbstractText.createDOMException:(SLjava/lang/String;[Ljava/lang/Object;)Lorg/w3c/dom/DOMException;
            athrow
        12: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.AbstractText.getParentNode:()Lorg/w3c/dom/Node;
            astore 3 /* n */
        start local 3 // org.w3c.dom.Node n
        13: .line 58
            aload 3 /* n */
            ifnonnull 18
        14: .line 59
            aload 0 /* this */
            iconst_1
        15: .line 60
            ldc "need.parent"
        16: .line 61
            iconst_0
            anewarray java.lang.Object
        17: .line 59
            invokevirtual org.apache.batik.dom.AbstractText.createDOMException:(SLjava/lang/String;[Ljava/lang/Object;)Lorg/w3c/dom/DOMException;
            athrow
        18: .line 63
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            aload 2 /* v */
            iload 1 /* offset */
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 4 /* t1 */
        start local 4 // java.lang.String t1
        19: .line 64
            aload 0 /* this */
            aload 4 /* t1 */
            invokevirtual org.apache.batik.dom.AbstractText.createTextNode:(Ljava/lang/String;)Lorg/w3c/dom/Text;
            astore 5 /* t */
        start local 5 // org.w3c.dom.Text t
        20: .line 65
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.AbstractText.getNextSibling:()Lorg/w3c/dom/Node;
            astore 6 /* ns */
        start local 6 // org.w3c.dom.Node ns
        21: .line 66
            aload 6 /* ns */
            ifnull 24
        22: .line 67
            aload 3 /* n */
            aload 5 /* t */
            aload 6 /* ns */
            invokeinterface org.w3c.dom.Node.insertBefore:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
        23: .line 68
            goto 25
        24: .line 69
      StackMap locals: java.lang.String org.w3c.dom.Text org.w3c.dom.Node
      StackMap stack:
            aload 3 /* n */
            aload 5 /* t */
            invokeinterface org.w3c.dom.Node.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
        25: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* v */
            iconst_0
            iload 1 /* offset */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual org.apache.batik.dom.AbstractText.setNodeValue:(Ljava/lang/String;)V
        26: .line 72
            aload 5 /* t */
            areturn
        end local 6 // org.w3c.dom.Node ns
        end local 5 // org.w3c.dom.Text t
        end local 4 // java.lang.String t1
        end local 3 // org.w3c.dom.Node n
        end local 2 // java.lang.String v
        end local 1 // int offset
        end local 0 // org.apache.batik.dom.AbstractText this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   27     0    this  Lorg/apache/batik/dom/AbstractText;
            0   27     1  offset  I
            7   27     2       v  Ljava/lang/String;
           13   27     3       n  Lorg/w3c/dom/Node;
           19   27     4      t1  Ljava/lang/String;
           20   27     5       t  Lorg/w3c/dom/Text;
           21   27     6      ns  Lorg/w3c/dom/Node;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
        Name  Flags
      offset  

  protected org.w3c.dom.Node getPreviousLogicallyAdjacentTextNode(org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.apache.batik.dom.AbstractText this
        start local 1 // org.w3c.dom.Node n
         0: .line 80
            aload 1 /* n */
            invokeinterface org.w3c.dom.Node.getPreviousSibling:()Lorg/w3c/dom/Node;
            astore 2 /* p */
        start local 2 // org.w3c.dom.Node p
         1: .line 81
            aload 1 /* n */
            invokeinterface org.w3c.dom.Node.getParentNode:()Lorg/w3c/dom/Node;
            astore 3 /* parent */
        start local 3 // org.w3c.dom.Node parent
         2: .line 82
            goto 6
         3: .line 85
      StackMap locals: org.w3c.dom.Node org.w3c.dom.Node
      StackMap stack:
            aload 3 /* parent */
            astore 2 /* p */
         4: .line 86
            aload 2 /* p */
            invokeinterface org.w3c.dom.Node.getParentNode:()Lorg/w3c/dom/Node;
            astore 3 /* parent */
         5: .line 87
            aload 2 /* p */
            invokeinterface org.w3c.dom.Node.getPreviousSibling:()Lorg/w3c/dom/Node;
            astore 2 /* p */
         6: .line 82
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            ifnonnull 11
         7: .line 83
            aload 3 /* parent */
            ifnull 11
         8: .line 84
            aload 3 /* parent */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_5
            if_icmpeq 3
         9: .line 89
            goto 11
        10: .line 90
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            invokeinterface org.w3c.dom.Node.getLastChild:()Lorg/w3c/dom/Node;
            astore 2 /* p */
        11: .line 89
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            ifnull 12
            aload 2 /* p */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_5
            if_icmpeq 10
        12: .line 92
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            ifnonnull 14
        13: .line 93
            aconst_null
            areturn
        14: .line 95
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            istore 4 /* nt */
        start local 4 // int nt
        15: .line 96
            iload 4 /* nt */
            iconst_3
            if_icmpeq 16
            iload 4 /* nt */
            iconst_4
            if_icmpne 17
        16: .line 97
      StackMap locals: int
      StackMap stack:
            aload 2 /* p */
            areturn
        17: .line 99
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 4 // int nt
        end local 3 // org.w3c.dom.Node parent
        end local 2 // org.w3c.dom.Node p
        end local 1 // org.w3c.dom.Node n
        end local 0 // org.apache.batik.dom.AbstractText this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Lorg/apache/batik/dom/AbstractText;
            0   18     1       n  Lorg/w3c/dom/Node;
            1   18     2       p  Lorg/w3c/dom/Node;
            2   18     3  parent  Lorg/w3c/dom/Node;
           15   18     4      nt  I
    MethodParameters:
      Name  Flags
      n     

  protected org.w3c.dom.Node getNextLogicallyAdjacentTextNode(org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.apache.batik.dom.AbstractText this
        start local 1 // org.w3c.dom.Node n
         0: .line 107
            aload 1 /* n */
            invokeinterface org.w3c.dom.Node.getNextSibling:()Lorg/w3c/dom/Node;
            astore 2 /* p */
        start local 2 // org.w3c.dom.Node p
         1: .line 108
            aload 1 /* n */
            invokeinterface org.w3c.dom.Node.getParentNode:()Lorg/w3c/dom/Node;
            astore 3 /* parent */
        start local 3 // org.w3c.dom.Node parent
         2: .line 109
            goto 6
         3: .line 112
      StackMap locals: org.w3c.dom.Node org.w3c.dom.Node
      StackMap stack:
            aload 3 /* parent */
            astore 2 /* p */
         4: .line 113
            aload 2 /* p */
            invokeinterface org.w3c.dom.Node.getParentNode:()Lorg/w3c/dom/Node;
            astore 3 /* parent */
         5: .line 114
            aload 2 /* p */
            invokeinterface org.w3c.dom.Node.getNextSibling:()Lorg/w3c/dom/Node;
            astore 2 /* p */
         6: .line 109
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            ifnonnull 11
         7: .line 110
            aload 3 /* parent */
            ifnull 11
         8: .line 111
            aload 3 /* parent */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_5
            if_icmpeq 3
         9: .line 116
            goto 11
        10: .line 117
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            invokeinterface org.w3c.dom.Node.getFirstChild:()Lorg/w3c/dom/Node;
            astore 2 /* p */
        11: .line 116
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            ifnull 12
            aload 2 /* p */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_5
            if_icmpeq 10
        12: .line 119
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            ifnonnull 14
        13: .line 120
            aconst_null
            areturn
        14: .line 122
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            istore 4 /* nt */
        start local 4 // int nt
        15: .line 123
            iload 4 /* nt */
            iconst_3
            if_icmpeq 16
            iload 4 /* nt */
            iconst_4
            if_icmpne 17
        16: .line 124
      StackMap locals: int
      StackMap stack:
            aload 2 /* p */
            areturn
        17: .line 126
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 4 // int nt
        end local 3 // org.w3c.dom.Node parent
        end local 2 // org.w3c.dom.Node p
        end local 1 // org.w3c.dom.Node n
        end local 0 // org.apache.batik.dom.AbstractText this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Lorg/apache/batik/dom/AbstractText;
            0   18     1       n  Lorg/w3c/dom/Node;
            1   18     2       p  Lorg/w3c/dom/Node;
            2   18     3  parent  Lorg/w3c/dom/Node;
           15   18     4      nt  I
    MethodParameters:
      Name  Flags
      n     

  public java.lang.String getWholeText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.apache.batik.dom.AbstractText this
         0: .line 133
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuffer sb
         1: .line 134
            aload 0 /* this */
            astore 2 /* n */
        start local 2 // org.w3c.dom.Node n
         2: .line 135
            goto 5
         3: .line 137
      StackMap locals: java.lang.StringBuffer org.w3c.dom.Node
      StackMap stack:
            aload 1 /* sb */
            iconst_0
            aload 2 /* n */
            invokeinterface org.w3c.dom.Node.getNodeValue:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.insert:(ILjava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 136
            aload 0 /* this */
            aload 2 /* n */
            invokevirtual org.apache.batik.dom.AbstractText.getPreviousLogicallyAdjacentTextNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 2 /* n */
         5: .line 135
      StackMap locals:
      StackMap stack:
            aload 2 /* n */
            ifnonnull 3
        end local 2 // org.w3c.dom.Node n
         6: .line 139
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.AbstractText.getNextLogicallyAdjacentTextNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 2 /* n */
        start local 2 // org.w3c.dom.Node n
         7: .line 140
            goto 10
         8: .line 142
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            aload 2 /* n */
            invokeinterface org.w3c.dom.Node.getNodeValue:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 141
            aload 0 /* this */
            aload 2 /* n */
            invokevirtual org.apache.batik.dom.AbstractText.getNextLogicallyAdjacentTextNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 2 /* n */
        10: .line 140
      StackMap locals:
      StackMap stack:
            aload 2 /* n */
            ifnonnull 8
        end local 2 // org.w3c.dom.Node n
        11: .line 144
            aload 1 /* sb */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer sb
        end local 0 // org.apache.batik.dom.AbstractText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/apache/batik/dom/AbstractText;
            1   12     1    sb  Ljava/lang/StringBuffer;
            2    6     2     n  Lorg/w3c/dom/Node;
            7   11     2     n  Lorg/w3c/dom/Node;

  public boolean isElementContentWhitespace();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.apache.batik.dom.AbstractText this
         0: .line 152
            aload 0 /* this */
            getfield org.apache.batik.dom.AbstractText.nodeValue:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            istore 1 /* len */
        start local 1 // int len
         1: .line 153
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 154
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.dom.AbstractText.nodeValue:Ljava/lang/String;
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic org.apache.batik.xml.XMLUtilities.isXMLSpace:(C)Z
            ifne 5
         4: .line 155
            iconst_0
            ireturn
         5: .line 153
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            iload 1 /* len */
            if_icmplt 3
        end local 2 // int i
         7: .line 158
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.AbstractText.getParentNode:()Lorg/w3c/dom/Node;
            astore 2 /* p */
        start local 2 // org.w3c.dom.Node p
         8: .line 159
            aload 2 /* p */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpne 13
         9: .line 160
            aload 2 /* p */
            checkcast org.w3c.dom.Element
            invokestatic org.apache.batik.dom.util.XMLSupport.getXMLSpace:(Lorg/w3c/dom/Element;)Ljava/lang/String;
            astore 3 /* sp */
        start local 3 // java.lang.String sp
        10: .line 161
            aload 3 /* sp */
            ldc "preserve"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
            iconst_0
            goto 12
      StackMap locals: org.apache.batik.dom.AbstractText int org.w3c.dom.Node java.lang.String
      StackMap stack:
        11: iconst_1
      StackMap locals:
      StackMap stack: int
        12: ireturn
        end local 3 // java.lang.String sp
        13: .line 163
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.w3c.dom.Node p
        end local 1 // int len
        end local 0 // org.apache.batik.dom.AbstractText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/apache/batik/dom/AbstractText;
            1   14     1   len  I
            2    7     2     i  I
            8   14     2     p  Lorg/w3c/dom/Node;
           10   13     3    sp  Ljava/lang/String;

  public org.w3c.dom.Text replaceWholeText(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/w3c/dom/Text;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // org.apache.batik.dom.AbstractText this
        start local 1 // java.lang.String s
         0: .line 170
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.AbstractText.getPreviousLogicallyAdjacentTextNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 2 /* n */
        start local 2 // org.w3c.dom.Node n
         1: .line 171
            goto 11
         2: .line 173
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            aload 2 /* n */
            checkcast org.apache.batik.dom.AbstractNode
            astore 3 /* an */
        start local 3 // org.apache.batik.dom.AbstractNode an
         3: .line 174
            aload 3 /* an */
            invokevirtual org.apache.batik.dom.AbstractNode.isReadonly:()Z
            ifeq 10
         4: .line 175
            aload 0 /* this */
         5: .line 176
            bipush 7
         6: .line 177
            ldc "readonly.node"
         7: .line 178
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* n */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
         8: .line 179
            aload 2 /* n */
            invokeinterface org.w3c.dom.Node.getNodeName:()Ljava/lang/String;
            aastore
         9: .line 175
            invokevirtual org.apache.batik.dom.AbstractText.createDOMException:(SLjava/lang/String;[Ljava/lang/Object;)Lorg/w3c/dom/DOMException;
            athrow
        end local 3 // org.apache.batik.dom.AbstractNode an
        10: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* n */
            invokevirtual org.apache.batik.dom.AbstractText.getPreviousLogicallyAdjacentTextNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 2 /* n */
        11: .line 171
      StackMap locals:
      StackMap stack:
            aload 2 /* n */
            ifnonnull 2
        end local 2 // org.w3c.dom.Node n
        12: .line 182
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.AbstractText.getNextLogicallyAdjacentTextNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 2 /* n */
        start local 2 // org.w3c.dom.Node n
        13: .line 183
            goto 23
        14: .line 185
      StackMap locals:
      StackMap stack:
            aload 2 /* n */
            checkcast org.apache.batik.dom.AbstractNode
            astore 3 /* an */
        start local 3 // org.apache.batik.dom.AbstractNode an
        15: .line 186
            aload 3 /* an */
            invokevirtual org.apache.batik.dom.AbstractNode.isReadonly:()Z
            ifeq 22
        16: .line 187
            aload 0 /* this */
        17: .line 188
            bipush 7
        18: .line 189
            ldc "readonly.node"
        19: .line 190
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* n */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
        20: .line 191
            aload 2 /* n */
            invokeinterface org.w3c.dom.Node.getNodeName:()Ljava/lang/String;
            aastore
        21: .line 187
            invokevirtual org.apache.batik.dom.AbstractText.createDOMException:(SLjava/lang/String;[Ljava/lang/Object;)Lorg/w3c/dom/DOMException;
            athrow
        end local 3 // org.apache.batik.dom.AbstractNode an
        22: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* n */
            invokevirtual org.apache.batik.dom.AbstractText.getNextLogicallyAdjacentTextNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 2 /* n */
        23: .line 183
      StackMap locals:
      StackMap stack:
            aload 2 /* n */
            ifnonnull 14
        end local 2 // org.w3c.dom.Node n
        24: .line 194
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.AbstractText.getParentNode:()Lorg/w3c/dom/Node;
            astore 2 /* parent */
        start local 2 // org.w3c.dom.Node parent
        25: .line 195
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.AbstractText.getPreviousLogicallyAdjacentTextNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 3 /* n */
        start local 3 // org.w3c.dom.Node n
        26: .line 196
            goto 29
        27: .line 198
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            aload 2 /* parent */
            aload 3 /* n */
            invokeinterface org.w3c.dom.Node.removeChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
        28: .line 197
            aload 0 /* this */
            aload 3 /* n */
            invokevirtual org.apache.batik.dom.AbstractText.getPreviousLogicallyAdjacentTextNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 3 /* n */
        29: .line 196
      StackMap locals:
      StackMap stack:
            aload 3 /* n */
            ifnonnull 27
        end local 3 // org.w3c.dom.Node n
        30: .line 200
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.AbstractText.getNextLogicallyAdjacentTextNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 3 /* n */
        start local 3 // org.w3c.dom.Node n
        31: .line 201
            goto 34
        32: .line 203
      StackMap locals:
      StackMap stack:
            aload 2 /* parent */
            aload 3 /* n */
            invokeinterface org.w3c.dom.Node.removeChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
        33: .line 202
            aload 0 /* this */
            aload 3 /* n */
            invokevirtual org.apache.batik.dom.AbstractText.getNextLogicallyAdjacentTextNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 3 /* n */
        34: .line 201
      StackMap locals:
      StackMap stack:
            aload 3 /* n */
            ifnonnull 32
        end local 3 // org.w3c.dom.Node n
        35: .line 205
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.AbstractText.isReadonly:()Z
            ifeq 39
        36: .line 206
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual org.apache.batik.dom.AbstractText.createTextNode:(Ljava/lang/String;)Lorg/w3c/dom/Text;
            astore 3 /* t */
        start local 3 // org.w3c.dom.Text t
        37: .line 207
            aload 2 /* parent */
            aload 3 /* t */
            aload 0 /* this */
            invokeinterface org.w3c.dom.Node.replaceChild:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
        38: .line 208
            aload 3 /* t */
            areturn
        end local 3 // org.w3c.dom.Text t
        39: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual org.apache.batik.dom.AbstractText.setNodeValue:(Ljava/lang/String;)V
        40: .line 211
            aload 0 /* this */
            areturn
        end local 2 // org.w3c.dom.Node parent
        end local 1 // java.lang.String s
        end local 0 // org.apache.batik.dom.AbstractText this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   41     0    this  Lorg/apache/batik/dom/AbstractText;
            0   41     1       s  Ljava/lang/String;
            1   12     2       n  Lorg/w3c/dom/Node;
            3   10     3      an  Lorg/apache/batik/dom/AbstractNode;
           13   24     2       n  Lorg/w3c/dom/Node;
           15   22     3      an  Lorg/apache/batik/dom/AbstractNode;
           25   41     2  parent  Lorg/w3c/dom/Node;
           26   30     3       n  Lorg/w3c/dom/Node;
           31   35     3       n  Lorg/w3c/dom/Node;
           37   39     3       t  Lorg/w3c/dom/Text;
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
      Name  Flags
      s     

  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.batik.dom.AbstractText this
         0: .line 218
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.AbstractText.isElementContentWhitespace:()Z
            ifeq 2
         1: .line 219
            ldc ""
            areturn
         2: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.AbstractText.getNodeValue:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.batik.dom.AbstractText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/dom/AbstractText;

  protected abstract org.w3c.dom.Text createTextNode(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/w3c/dom/Text;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      text  
}
SourceFile: "AbstractText.java"