public class org.apache.batik.bridge.SVGTextElementBridge extends org.apache.batik.bridge.AbstractGraphicsNodeBridge implements org.apache.batik.dom.svg.SVGTextContent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.bridge.SVGTextElementBridge
  super_class: org.apache.batik.bridge.AbstractGraphicsNodeBridge
{
  protected static final java.lang.Integer ZERO;
    descriptor: Ljava/lang/Integer;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  public static final java.text.AttributedCharacterIterator$Attribute TEXT_COMPOUND_DELIMITER;
    descriptor: Ljava/text/AttributedCharacterIterator$Attribute;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.text.AttributedCharacterIterator$Attribute TEXT_COMPOUND_ID;
    descriptor: Ljava/text/AttributedCharacterIterator$Attribute;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.text.AttributedCharacterIterator$Attribute PAINT_INFO;
    descriptor: Ljava/text/AttributedCharacterIterator$Attribute;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.text.AttributedCharacterIterator$Attribute ALT_GLYPH_HANDLER;
    descriptor: Ljava/text/AttributedCharacterIterator$Attribute;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.text.AttributedCharacterIterator$Attribute TEXTPATH;
    descriptor: Ljava/text/AttributedCharacterIterator$Attribute;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.text.AttributedCharacterIterator$Attribute ANCHOR_TYPE;
    descriptor: Ljava/text/AttributedCharacterIterator$Attribute;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.text.AttributedCharacterIterator$Attribute GVT_FONT_FAMILIES;
    descriptor: Ljava/text/AttributedCharacterIterator$Attribute;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.text.AttributedCharacterIterator$Attribute GVT_FONTS;
    descriptor: Ljava/text/AttributedCharacterIterator$Attribute;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.text.AttributedCharacterIterator$Attribute BASELINE_SHIFT;
    descriptor: Ljava/text/AttributedCharacterIterator$Attribute;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  protected java.text.AttributedString laidoutText;
    descriptor: Ljava/text/AttributedString;
    flags: (0x0004) ACC_PROTECTED

  protected java.util.WeakHashMap elemTPI;
    descriptor: Ljava/util/WeakHashMap;
    flags: (0x0004) ACC_PROTECTED

  protected boolean usingComplexSVGFont;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected org.apache.batik.bridge.SVGTextElementBridge$DOMChildNodeRemovedEventListener childNodeRemovedEventListener;
    descriptor: Lorg/apache/batik/bridge/SVGTextElementBridge$DOMChildNodeRemovedEventListener;
    flags: (0x0004) ACC_PROTECTED

  protected org.apache.batik.bridge.SVGTextElementBridge$DOMSubtreeModifiedEventListener subtreeModifiedEventListener;
    descriptor: Lorg/apache/batik/bridge/SVGTextElementBridge$DOMSubtreeModifiedEventListener;
    flags: (0x0004) ACC_PROTECTED

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

  private org.w3c.dom.Element cssProceedElement;
    descriptor: Lorg/w3c/dom/Element;
    flags: (0x0002) ACC_PRIVATE

  protected int endLimit;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 95
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putstatic org.apache.batik.bridge.SVGTextElementBridge.ZERO:Ljava/lang/Integer;
         1: .line 99
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.TEXT_COMPOUND_DELIMITER:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
         2: .line 98
            putstatic org.apache.batik.bridge.SVGTextElementBridge.TEXT_COMPOUND_DELIMITER:Ljava/text/AttributedCharacterIterator$Attribute;
         3: .line 103
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.TEXT_COMPOUND_ID:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
         4: .line 102
            putstatic org.apache.batik.bridge.SVGTextElementBridge.TEXT_COMPOUND_ID:Ljava/text/AttributedCharacterIterator$Attribute;
         5: .line 106
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.PAINT_INFO:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
         6: .line 105
            putstatic org.apache.batik.bridge.SVGTextElementBridge.PAINT_INFO:Ljava/text/AttributedCharacterIterator$Attribute;
         7: .line 110
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.ALT_GLYPH_HANDLER:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
         8: .line 109
            putstatic org.apache.batik.bridge.SVGTextElementBridge.ALT_GLYPH_HANDLER:Ljava/text/AttributedCharacterIterator$Attribute;
         9: .line 114
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.TEXTPATH:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        10: .line 113
            putstatic org.apache.batik.bridge.SVGTextElementBridge.TEXTPATH:Ljava/text/AttributedCharacterIterator$Attribute;
        11: .line 118
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.ANCHOR_TYPE:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        12: .line 117
            putstatic org.apache.batik.bridge.SVGTextElementBridge.ANCHOR_TYPE:Ljava/text/AttributedCharacterIterator$Attribute;
        13: .line 122
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.GVT_FONT_FAMILIES:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        14: .line 121
            putstatic org.apache.batik.bridge.SVGTextElementBridge.GVT_FONT_FAMILIES:Ljava/text/AttributedCharacterIterator$Attribute;
        15: .line 126
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.GVT_FONTS:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        16: .line 125
            putstatic org.apache.batik.bridge.SVGTextElementBridge.GVT_FONTS:Ljava/text/AttributedCharacterIterator$Attribute;
        17: .line 130
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.BASELINE_SHIFT:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        18: .line 129
            putstatic org.apache.batik.bridge.SVGTextElementBridge.BASELINE_SHIFT:Ljava/text/AttributedCharacterIterator$Attribute;
        19: .line 130
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
         0: .line 149
            aload 0 /* this */
            invokespecial org.apache.batik.bridge.AbstractGraphicsNodeBridge.<init>:()V
         1: .line 136
            aload 0 /* this */
            new java.util.WeakHashMap
            dup
            invokespecial java.util.WeakHashMap.<init>:()V
            putfield org.apache.batik.bridge.SVGTextElementBridge.elemTPI:Ljava/util/WeakHashMap;
         2: .line 144
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.bridge.SVGTextElementBridge.usingComplexSVGFont:Z
         3: .line 149
            return
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;

  public java.lang.String getLocalName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
         0: .line 155
            ldc "text"
            areturn
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;

  public org.apache.batik.bridge.Bridge getInstance();
    descriptor: ()Lorg/apache/batik/bridge/Bridge;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
         0: .line 162
            new org.apache.batik.bridge.SVGTextElementBridge
            dup
            invokespecial org.apache.batik.bridge.SVGTextElementBridge.<init>:()V
            areturn
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;

  protected org.apache.batik.bridge.TextNode getTextNode();
    descriptor: ()Lorg/apache/batik/bridge/TextNode;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
         0: .line 166
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.node:Lorg/apache/batik/gvt/GraphicsNode;
            checkcast org.apache.batik.bridge.TextNode
            areturn
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;

  public org.apache.batik.gvt.GraphicsNode createGraphicsNode(org.apache.batik.bridge.BridgeContext, org.w3c.dom.Element);
    descriptor: (Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;)Lorg/apache/batik/gvt/GraphicsNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.bridge.BridgeContext ctx
        start local 2 // org.w3c.dom.Element e
         0: .line 176
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* e */
            invokespecial org.apache.batik.bridge.AbstractGraphicsNodeBridge.createGraphicsNode:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;)Lorg/apache/batik/gvt/GraphicsNode;
            checkcast org.apache.batik.bridge.TextNode
            astore 3 /* node */
        start local 3 // org.apache.batik.bridge.TextNode node
         1: .line 177
            aload 3 /* node */
            ifnonnull 3
         2: .line 178
            aconst_null
            areturn
         3: .line 180
      StackMap locals: org.apache.batik.bridge.TextNode
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* e */
            aload 3 /* node */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.associateSVGContext:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;)V
         4: .line 184
            aload 0 /* this */
            aload 2 /* e */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getFirstChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 4 /* child */
        start local 4 // org.w3c.dom.Node child
         5: .line 185
            goto 9
         6: .line 186
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            aload 4 /* child */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpne 8
         7: .line 187
            aload 0 /* this */
            aload 1 /* ctx */
            aload 4 /* child */
            checkcast org.w3c.dom.Element
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.addContextToChild:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;)V
         8: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* child */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getNextSibling:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 4 /* child */
         9: .line 185
      StackMap locals:
      StackMap stack:
            aload 4 /* child */
            ifnonnull 6
        10: .line 193
            aload 1 /* ctx */
            invokevirtual org.apache.batik.bridge.BridgeContext.getTextPainter:()Lorg/apache/batik/bridge/TextPainter;
            ifnull 12
        11: .line 194
            aload 3 /* node */
            aload 1 /* ctx */
            invokevirtual org.apache.batik.bridge.BridgeContext.getTextPainter:()Lorg/apache/batik/bridge/TextPainter;
            invokevirtual org.apache.batik.bridge.TextNode.setTextPainter:(Lorg/apache/batik/bridge/TextPainter;)V
        12: .line 197
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* hints */
        start local 5 // java.awt.RenderingHints hints
        13: .line 198
            aload 2 /* e */
            aload 5 /* hints */
            invokestatic org.apache.batik.bridge.CSSUtilities.convertColorRendering:(Lorg/w3c/dom/Element;Ljava/awt/RenderingHints;)Ljava/awt/RenderingHints;
            astore 5 /* hints */
        14: .line 199
            aload 2 /* e */
            aload 5 /* hints */
            invokestatic org.apache.batik.bridge.CSSUtilities.convertTextRendering:(Lorg/w3c/dom/Element;Ljava/awt/RenderingHints;)Ljava/awt/RenderingHints;
            astore 5 /* hints */
        15: .line 200
            aload 5 /* hints */
            ifnull 17
        16: .line 201
            aload 3 /* node */
            aload 5 /* hints */
            invokevirtual org.apache.batik.bridge.TextNode.setRenderingHints:(Ljava/awt/RenderingHints;)V
        17: .line 203
      StackMap locals: java.awt.RenderingHints
      StackMap stack:
            aload 3 /* node */
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* e */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getLocation:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;)Ljava/awt/geom/Point2D;
            invokevirtual org.apache.batik.bridge.TextNode.setLocation:(Ljava/awt/geom/Point2D;)V
        18: .line 205
            aload 3 /* node */
            areturn
        end local 5 // java.awt.RenderingHints hints
        end local 4 // org.w3c.dom.Node child
        end local 3 // org.apache.batik.bridge.TextNode node
        end local 2 // org.w3c.dom.Element e
        end local 1 // org.apache.batik.bridge.BridgeContext ctx
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   19     1    ctx  Lorg/apache/batik/bridge/BridgeContext;
            0   19     2      e  Lorg/w3c/dom/Element;
            1   19     3   node  Lorg/apache/batik/bridge/TextNode;
            5   19     4  child  Lorg/w3c/dom/Node;
           13   19     5  hints  Ljava/awt/RenderingHints;
    MethodParameters:
      Name  Flags
      ctx   
      e     

  protected org.apache.batik.gvt.GraphicsNode instantiateGraphicsNode();
    descriptor: ()Lorg/apache/batik/gvt/GraphicsNode;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
         0: .line 213
            new org.apache.batik.bridge.TextNode
            dup
            invokespecial org.apache.batik.bridge.TextNode.<init>:()V
            areturn
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;

  protected java.awt.geom.Point2D getLocation(org.apache.batik.bridge.BridgeContext, org.w3c.dom.Element);
    descriptor: (Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;)Ljava/awt/geom/Point2D;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=10, args_size=3
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.bridge.BridgeContext ctx
        start local 2 // org.w3c.dom.Element e
         0: .line 225
            aload 2 /* e */
            checkcast org.apache.batik.anim.dom.SVGOMTextPositioningElement
            astore 3 /* te */
        start local 3 // org.apache.batik.anim.dom.SVGOMTextPositioningElement te
         1: .line 228
            aload 3 /* te */
            invokevirtual org.apache.batik.anim.dom.SVGOMTextPositioningElement.getX:()Lorg/w3c/dom/svg/SVGAnimatedLengthList;
            checkcast org.apache.batik.anim.dom.SVGOMAnimatedLengthList
            astore 4 /* _x */
        start local 4 // org.apache.batik.anim.dom.SVGOMAnimatedLengthList _x
         2: .line 229
            aload 4 /* _x */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedLengthList.check:()V
         3: .line 230
            aload 4 /* _x */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedLengthList.getAnimVal:()Lorg/w3c/dom/svg/SVGLengthList;
            astore 5 /* xs */
        start local 5 // org.w3c.dom.svg.SVGLengthList xs
         4: .line 231
            fconst_0
            fstore 6 /* x */
        start local 6 // float x
         5: .line 232
            aload 5 /* xs */
            invokeinterface org.w3c.dom.svg.SVGLengthList.getNumberOfItems:()I
            ifle 7
         6: .line 233
            aload 5 /* xs */
            iconst_0
            invokeinterface org.w3c.dom.svg.SVGLengthList.getItem:(I)Lorg/w3c/dom/svg/SVGLength;
            invokeinterface org.w3c.dom.svg.SVGLength.getValue:()F
            fstore 6 /* x */
         7: .line 237
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.BridgeContext org.w3c.dom.Element org.apache.batik.anim.dom.SVGOMTextPositioningElement org.apache.batik.anim.dom.SVGOMAnimatedLengthList org.w3c.dom.svg.SVGLengthList float
      StackMap stack:
            aload 3 /* te */
            invokevirtual org.apache.batik.anim.dom.SVGOMTextPositioningElement.getY:()Lorg/w3c/dom/svg/SVGAnimatedLengthList;
            checkcast org.apache.batik.anim.dom.SVGOMAnimatedLengthList
            astore 7 /* _y */
        start local 7 // org.apache.batik.anim.dom.SVGOMAnimatedLengthList _y
         8: .line 238
            aload 7 /* _y */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedLengthList.check:()V
         9: .line 239
            aload 7 /* _y */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedLengthList.getAnimVal:()Lorg/w3c/dom/svg/SVGLengthList;
            astore 8 /* ys */
        start local 8 // org.w3c.dom.svg.SVGLengthList ys
        10: .line 240
            fconst_0
            fstore 9 /* y */
        start local 9 // float y
        11: .line 241
            aload 8 /* ys */
            invokeinterface org.w3c.dom.svg.SVGLengthList.getNumberOfItems:()I
            ifle 13
        12: .line 242
            aload 8 /* ys */
            iconst_0
            invokeinterface org.w3c.dom.svg.SVGLengthList.getItem:(I)Lorg/w3c/dom/svg/SVGLength;
            invokeinterface org.w3c.dom.svg.SVGLength.getValue:()F
            fstore 9 /* y */
        13: .line 245
      StackMap locals: org.apache.batik.anim.dom.SVGOMAnimatedLengthList org.w3c.dom.svg.SVGLengthList float
      StackMap stack:
            new java.awt.geom.Point2D$Float
            dup
            fload 6 /* x */
            fload 9 /* y */
            invokespecial java.awt.geom.Point2D$Float.<init>:(FF)V
        14: areturn
        end local 9 // float y
        end local 8 // org.w3c.dom.svg.SVGLengthList ys
        end local 7 // org.apache.batik.anim.dom.SVGOMAnimatedLengthList _y
        end local 6 // float x
        end local 5 // org.w3c.dom.svg.SVGLengthList xs
        end local 4 // org.apache.batik.anim.dom.SVGOMAnimatedLengthList _x
        end local 3 // org.apache.batik.anim.dom.SVGOMTextPositioningElement te
        15: .line 246
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.BridgeContext org.w3c.dom.Element
      StackMap stack: org.apache.batik.dom.svg.LiveAttributeException
            astore 3 /* ex */
        start local 3 // org.apache.batik.dom.svg.LiveAttributeException ex
        16: .line 247
            new org.apache.batik.bridge.BridgeException
            dup
            aload 1 /* ctx */
            aload 3 /* ex */
            invokespecial org.apache.batik.bridge.BridgeException.<init>:(Lorg/apache/batik/bridge/BridgeContext;Lorg/apache/batik/dom/svg/LiveAttributeException;)V
            athrow
        end local 3 // org.apache.batik.dom.svg.LiveAttributeException ex
        end local 2 // org.w3c.dom.Element e
        end local 1 // org.apache.batik.bridge.BridgeContext ctx
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   17     1   ctx  Lorg/apache/batik/bridge/BridgeContext;
            0   17     2     e  Lorg/w3c/dom/Element;
            1   15     3    te  Lorg/apache/batik/anim/dom/SVGOMTextPositioningElement;
            2   15     4    _x  Lorg/apache/batik/anim/dom/SVGOMAnimatedLengthList;
            4   15     5    xs  Lorg/w3c/dom/svg/SVGLengthList;
            5   15     6     x  F
            8   15     7    _y  Lorg/apache/batik/anim/dom/SVGOMAnimatedLengthList;
           10   15     8    ys  Lorg/w3c/dom/svg/SVGLengthList;
           11   15     9     y  F
           16   17     3    ex  Lorg/apache/batik/dom/svg/LiveAttributeException;
      Exception table:
        from    to  target  type
           0    14      15  Class org.apache.batik.dom.svg.LiveAttributeException
    MethodParameters:
      Name  Flags
      ctx   
      e     

  protected boolean isTextElement(org.w3c.dom.Element);
    descriptor: (Lorg/w3c/dom/Element;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.Element e
         0: .line 252
            ldc "http://www.w3.org/2000/svg"
            aload 1 /* e */
            invokeinterface org.w3c.dom.Element.getNamespaceURI:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 253
            iconst_0
            ireturn
         2: .line 254
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            invokeinterface org.w3c.dom.Element.getLocalName:()Ljava/lang/String;
            astore 2 /* nodeName */
        start local 2 // java.lang.String nodeName
         3: .line 255
            aload 2 /* nodeName */
            ldc "text"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
         4: .line 256
            aload 2 /* nodeName */
            ldc "tspan"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
         5: .line 257
            aload 2 /* nodeName */
            ldc "altGlyph"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
         6: .line 258
            aload 2 /* nodeName */
            ldc "a"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
         7: .line 259
            aload 2 /* nodeName */
            ldc "textPath"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
         8: .line 260
            aload 2 /* nodeName */
            ldc "tref"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
         9: .line 255
            iconst_0
            ireturn
      StackMap locals: java.lang.String
      StackMap stack:
        10: iconst_1
            ireturn
        end local 2 // java.lang.String nodeName
        end local 1 // org.w3c.dom.Element e
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   11     1         e  Lorg/w3c/dom/Element;
            3   11     2  nodeName  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      e     

  protected boolean isTextChild(org.w3c.dom.Element);
    descriptor: (Lorg/w3c/dom/Element;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.Element e
         0: .line 264
            ldc "http://www.w3.org/2000/svg"
            aload 1 /* e */
            invokeinterface org.w3c.dom.Element.getNamespaceURI:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 265
            iconst_0
            ireturn
         2: .line 266
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            invokeinterface org.w3c.dom.Element.getLocalName:()Ljava/lang/String;
            astore 2 /* nodeName */
        start local 2 // java.lang.String nodeName
         3: .line 267
            aload 2 /* nodeName */
            ldc "tspan"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         4: .line 268
            aload 2 /* nodeName */
            ldc "altGlyph"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         5: .line 269
            aload 2 /* nodeName */
            ldc "a"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         6: .line 270
            aload 2 /* nodeName */
            ldc "textPath"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         7: .line 271
            aload 2 /* nodeName */
            ldc "tref"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         8: .line 267
            iconst_0
            ireturn
      StackMap locals: java.lang.String
      StackMap stack:
         9: iconst_1
            ireturn
        end local 2 // java.lang.String nodeName
        end local 1 // org.w3c.dom.Element e
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   10     1         e  Lorg/w3c/dom/Element;
            3   10     2  nodeName  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      e     

  public void buildGraphicsNode(org.apache.batik.bridge.BridgeContext, org.w3c.dom.Element, org.apache.batik.gvt.GraphicsNode);
    descriptor: (Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.bridge.BridgeContext ctx
        start local 2 // org.w3c.dom.Element e
        start local 3 // org.apache.batik.gvt.GraphicsNode node
         0: .line 285
            aload 2 /* e */
            invokeinterface org.w3c.dom.Element.normalize:()V
         1: .line 286
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* e */
            aload 3 /* node */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.computeLaidoutText:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;)V
         2: .line 292
            aload 3 /* node */
            aload 2 /* e */
            invokestatic org.apache.batik.bridge.CSSUtilities.convertOpacity:(Lorg/w3c/dom/Element;)Ljava/awt/Composite;
            invokeinterface org.apache.batik.gvt.GraphicsNode.setComposite:(Ljava/awt/Composite;)V
         3: .line 294
            aload 3 /* node */
            aload 2 /* e */
            aload 3 /* node */
            aload 1 /* ctx */
            invokestatic org.apache.batik.bridge.CSSUtilities.convertFilter:(Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;Lorg/apache/batik/bridge/BridgeContext;)Lorg/apache/batik/ext/awt/image/renderable/Filter;
            invokeinterface org.apache.batik.gvt.GraphicsNode.setFilter:(Lorg/apache/batik/ext/awt/image/renderable/Filter;)V
         4: .line 296
            aload 3 /* node */
            aload 2 /* e */
            aload 3 /* node */
            aload 1 /* ctx */
            invokestatic org.apache.batik.bridge.CSSUtilities.convertMask:(Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;Lorg/apache/batik/bridge/BridgeContext;)Lorg/apache/batik/gvt/filter/Mask;
            invokeinterface org.apache.batik.gvt.GraphicsNode.setMask:(Lorg/apache/batik/gvt/filter/Mask;)V
         5: .line 298
            aload 3 /* node */
            aload 2 /* e */
            aload 3 /* node */
            aload 1 /* ctx */
            invokestatic org.apache.batik.bridge.CSSUtilities.convertClipPath:(Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;Lorg/apache/batik/bridge/BridgeContext;)Lorg/apache/batik/ext/awt/image/renderable/ClipRable;
            invokeinterface org.apache.batik.gvt.GraphicsNode.setClip:(Lorg/apache/batik/ext/awt/image/renderable/ClipRable;)V
         6: .line 300
            aload 3 /* node */
            aload 2 /* e */
            invokestatic org.apache.batik.bridge.CSSUtilities.convertPointerEvents:(Lorg/w3c/dom/Element;)I
            invokeinterface org.apache.batik.gvt.GraphicsNode.setPointerEventType:(I)V
         7: .line 302
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* e */
            aload 3 /* node */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.initializeDynamicSupport:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;)V
         8: .line 303
            aload 1 /* ctx */
            invokevirtual org.apache.batik.bridge.BridgeContext.isDynamic:()Z
            ifne 10
         9: .line 304
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.elemTPI:Ljava/util/WeakHashMap;
            invokevirtual java.util.WeakHashMap.clear:()V
        10: .line 306
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.apache.batik.gvt.GraphicsNode node
        end local 2 // org.w3c.dom.Element e
        end local 1 // org.apache.batik.bridge.BridgeContext ctx
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   11     1   ctx  Lorg/apache/batik/bridge/BridgeContext;
            0   11     2     e  Lorg/w3c/dom/Element;
            0   11     3  node  Lorg/apache/batik/gvt/GraphicsNode;
    MethodParameters:
      Name  Flags
      ctx   
      e     
      node  

  public boolean isComposite();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
         0: .line 312
            iconst_0
            ireturn
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;

  protected org.w3c.dom.Node getFirstChild(org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.Node n
         0: .line 322
            aload 1 /* n */
            invokeinterface org.w3c.dom.Node.getFirstChild:()Lorg/w3c/dom/Node;
            areturn
        end local 1 // org.w3c.dom.Node n
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    1     1     n  Lorg/w3c/dom/Node;
    MethodParameters:
      Name  Flags
      n     

  protected org.w3c.dom.Node getNextSibling(org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.Node n
         0: .line 330
            aload 1 /* n */
            invokeinterface org.w3c.dom.Node.getNextSibling:()Lorg/w3c/dom/Node;
            areturn
        end local 1 // org.w3c.dom.Node n
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    1     1     n  Lorg/w3c/dom/Node;
    MethodParameters:
      Name  Flags
      n     

  protected org.w3c.dom.Node getParentNode(org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.Node n
         0: .line 338
            aload 1 /* n */
            invokeinterface org.w3c.dom.Node.getParentNode:()Lorg/w3c/dom/Node;
            areturn
        end local 1 // org.w3c.dom.Node n
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    1     1     n  Lorg/w3c/dom/Node;
    MethodParameters:
      Name  Flags
      n     

  protected void initializeDynamicSupport(org.apache.batik.bridge.BridgeContext, org.w3c.dom.Element, org.apache.batik.gvt.GraphicsNode);
    descriptor: (Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.bridge.BridgeContext ctx
        start local 2 // org.w3c.dom.Element e
        start local 3 // org.apache.batik.gvt.GraphicsNode node
         0: .line 389
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* e */
            aload 3 /* node */
            invokespecial org.apache.batik.bridge.AbstractGraphicsNodeBridge.initializeDynamicSupport:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;)V
         1: .line 391
            aload 1 /* ctx */
            invokevirtual org.apache.batik.bridge.BridgeContext.isDynamic:()Z
            ifeq 3
         2: .line 393
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* e */
            checkcast org.apache.batik.dom.events.NodeEventTarget
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.addTextEventListeners:(Lorg/apache/batik/bridge/BridgeContext;Lorg/apache/batik/dom/events/NodeEventTarget;)V
         3: .line 395
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.apache.batik.gvt.GraphicsNode node
        end local 2 // org.w3c.dom.Element e
        end local 1 // org.apache.batik.bridge.BridgeContext ctx
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    4     1   ctx  Lorg/apache/batik/bridge/BridgeContext;
            0    4     2     e  Lorg/w3c/dom/Element;
            0    4     3  node  Lorg/apache/batik/gvt/GraphicsNode;
    MethodParameters:
      Name  Flags
      ctx   
      e     
      node  

  protected void addTextEventListeners(org.apache.batik.bridge.BridgeContext, org.apache.batik.dom.events.NodeEventTarget);
    descriptor: (Lorg/apache/batik/bridge/BridgeContext;Lorg/apache/batik/dom/events/NodeEventTarget;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.bridge.BridgeContext ctx
        start local 2 // org.apache.batik.dom.events.NodeEventTarget e
         0: .line 401
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.childNodeRemovedEventListener:Lorg/apache/batik/bridge/SVGTextElementBridge$DOMChildNodeRemovedEventListener;
            ifnonnull 4
         1: .line 402
            aload 0 /* this */
         2: .line 403
            new org.apache.batik.bridge.SVGTextElementBridge$DOMChildNodeRemovedEventListener
            dup
            aload 0 /* this */
            invokespecial org.apache.batik.bridge.SVGTextElementBridge$DOMChildNodeRemovedEventListener.<init>:(Lorg/apache/batik/bridge/SVGTextElementBridge;)V
         3: .line 402
            putfield org.apache.batik.bridge.SVGTextElementBridge.childNodeRemovedEventListener:Lorg/apache/batik/bridge/SVGTextElementBridge$DOMChildNodeRemovedEventListener;
         4: .line 405
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.subtreeModifiedEventListener:Lorg/apache/batik/bridge/SVGTextElementBridge$DOMSubtreeModifiedEventListener;
            ifnonnull 8
         5: .line 406
            aload 0 /* this */
         6: .line 407
            new org.apache.batik.bridge.SVGTextElementBridge$DOMSubtreeModifiedEventListener
            dup
            aload 0 /* this */
            invokespecial org.apache.batik.bridge.SVGTextElementBridge$DOMSubtreeModifiedEventListener.<init>:(Lorg/apache/batik/bridge/SVGTextElementBridge;)V
         7: .line 406
            putfield org.apache.batik.bridge.SVGTextElementBridge.subtreeModifiedEventListener:Lorg/apache/batik/bridge/SVGTextElementBridge$DOMSubtreeModifiedEventListener;
         8: .line 412
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
         9: .line 413
            ldc "http://www.w3.org/2001/xml-events"
            ldc "DOMNodeRemoved"
        10: .line 414
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.childNodeRemovedEventListener:Lorg/apache/batik/bridge/SVGTextElementBridge$DOMChildNodeRemovedEventListener;
            iconst_1
            aconst_null
        11: .line 412
            invokeinterface org.apache.batik.dom.events.NodeEventTarget.addEventListenerNS:(Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/events/EventListener;ZLjava/lang/Object;)V
        12: .line 415
            aload 1 /* ctx */
        13: .line 416
            aload 2 /* e */
            ldc "http://www.w3.org/2001/xml-events"
            ldc "DOMNodeRemoved"
        14: .line 417
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.childNodeRemovedEventListener:Lorg/apache/batik/bridge/SVGTextElementBridge$DOMChildNodeRemovedEventListener;
            iconst_1
        15: .line 415
            invokevirtual org.apache.batik.bridge.BridgeContext.storeEventListenerNS:(Lorg/w3c/dom/events/EventTarget;Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/events/EventListener;Z)V
        16: .line 421
            aload 2 /* e */
        17: .line 422
            ldc "http://www.w3.org/2001/xml-events"
            ldc "DOMSubtreeModified"
        18: .line 423
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.subtreeModifiedEventListener:Lorg/apache/batik/bridge/SVGTextElementBridge$DOMSubtreeModifiedEventListener;
            iconst_0
            aconst_null
        19: .line 421
            invokeinterface org.apache.batik.dom.events.NodeEventTarget.addEventListenerNS:(Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/events/EventListener;ZLjava/lang/Object;)V
        20: .line 424
            aload 1 /* ctx */
        21: .line 425
            aload 2 /* e */
            ldc "http://www.w3.org/2001/xml-events"
            ldc "DOMSubtreeModified"
        22: .line 426
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.subtreeModifiedEventListener:Lorg/apache/batik/bridge/SVGTextElementBridge$DOMSubtreeModifiedEventListener;
            iconst_0
        23: .line 424
            invokevirtual org.apache.batik.bridge.BridgeContext.storeEventListenerNS:(Lorg/w3c/dom/events/EventTarget;Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/events/EventListener;Z)V
        24: .line 427
            return
        end local 2 // org.apache.batik.dom.events.NodeEventTarget e
        end local 1 // org.apache.batik.bridge.BridgeContext ctx
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   25     1   ctx  Lorg/apache/batik/bridge/BridgeContext;
            0   25     2     e  Lorg/apache/batik/dom/events/NodeEventTarget;
    MethodParameters:
      Name  Flags
      ctx   
      e     

  protected void removeTextEventListeners(org.apache.batik.bridge.BridgeContext, org.apache.batik.dom.events.NodeEventTarget);
    descriptor: (Lorg/apache/batik/bridge/BridgeContext;Lorg/apache/batik/dom/events/NodeEventTarget;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.bridge.BridgeContext ctx
        start local 2 // org.apache.batik.dom.events.NodeEventTarget e
         0: .line 434
            aload 2 /* e */
         1: .line 435
            ldc "http://www.w3.org/2001/xml-events"
            ldc "DOMNodeRemoved"
         2: .line 436
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.childNodeRemovedEventListener:Lorg/apache/batik/bridge/SVGTextElementBridge$DOMChildNodeRemovedEventListener;
            iconst_1
         3: .line 434
            invokeinterface org.apache.batik.dom.events.NodeEventTarget.removeEventListenerNS:(Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/events/EventListener;Z)V
         4: .line 437
            aload 2 /* e */
         5: .line 438
            ldc "http://www.w3.org/2001/xml-events"
            ldc "DOMSubtreeModified"
         6: .line 439
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.subtreeModifiedEventListener:Lorg/apache/batik/bridge/SVGTextElementBridge$DOMSubtreeModifiedEventListener;
            iconst_0
         7: .line 437
            invokeinterface org.apache.batik.dom.events.NodeEventTarget.removeEventListenerNS:(Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/events/EventListener;Z)V
         8: .line 440
            return
        end local 2 // org.apache.batik.dom.events.NodeEventTarget e
        end local 1 // org.apache.batik.bridge.BridgeContext ctx
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    9     1   ctx  Lorg/apache/batik/bridge/BridgeContext;
            0    9     2     e  Lorg/apache/batik/dom/events/NodeEventTarget;
    MethodParameters:
      Name  Flags
      ctx   
      e     

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
         0: .line 447
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.ctx:Lorg/apache/batik/bridge/BridgeContext;
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            checkcast org.apache.batik.dom.events.NodeEventTarget
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.removeTextEventListeners:(Lorg/apache/batik/bridge/BridgeContext;Lorg/apache/batik/dom/events/NodeEventTarget;)V
         1: .line 448
            aload 0 /* this */
            invokespecial org.apache.batik.bridge.AbstractGraphicsNodeBridge.dispose:()V
         2: .line 449
            return
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;

  protected void addContextToChild(org.apache.batik.bridge.BridgeContext, org.w3c.dom.Element);
    descriptor: (Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.bridge.BridgeContext ctx
        start local 2 // org.w3c.dom.Element e
         0: .line 464
            ldc "http://www.w3.org/2000/svg"
            aload 2 /* e */
            invokeinterface org.w3c.dom.Element.getNamespaceURI:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 15
         1: .line 465
            aload 2 /* e */
            invokeinterface org.w3c.dom.Element.getLocalName:()Ljava/lang/String;
            ldc "tspan"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         2: .line 466
            aload 2 /* e */
            checkcast org.apache.batik.anim.dom.SVGOMElement
         3: .line 467
            new org.apache.batik.bridge.SVGTextElementBridge$TspanBridge
            dup
            aload 0 /* this */
            aload 1 /* ctx */
            aload 0 /* this */
            aload 2 /* e */
            invokespecial org.apache.batik.bridge.SVGTextElementBridge$TspanBridge.<init>:(Lorg/apache/batik/bridge/SVGTextElementBridge;Lorg/apache/batik/bridge/BridgeContext;Lorg/apache/batik/bridge/SVGTextElementBridge;Lorg/w3c/dom/Element;)V
         4: .line 466
            invokevirtual org.apache.batik.anim.dom.SVGOMElement.setSVGContext:(Lorg/apache/batik/dom/svg/SVGContext;)V
         5: .line 468
            goto 15
      StackMap locals:
      StackMap stack:
         6: aload 2 /* e */
            invokeinterface org.w3c.dom.Element.getLocalName:()Ljava/lang/String;
            ldc "textPath"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
         7: .line 469
            aload 2 /* e */
            checkcast org.apache.batik.anim.dom.SVGOMElement
         8: .line 470
            new org.apache.batik.bridge.SVGTextElementBridge$TextPathBridge
            dup
            aload 0 /* this */
            aload 1 /* ctx */
            aload 0 /* this */
            aload 2 /* e */
            invokespecial org.apache.batik.bridge.SVGTextElementBridge$TextPathBridge.<init>:(Lorg/apache/batik/bridge/SVGTextElementBridge;Lorg/apache/batik/bridge/BridgeContext;Lorg/apache/batik/bridge/SVGTextElementBridge;Lorg/w3c/dom/Element;)V
         9: .line 469
            invokevirtual org.apache.batik.anim.dom.SVGOMElement.setSVGContext:(Lorg/apache/batik/dom/svg/SVGContext;)V
        10: .line 471
            goto 15
      StackMap locals:
      StackMap stack:
        11: aload 2 /* e */
            invokeinterface org.w3c.dom.Element.getLocalName:()Ljava/lang/String;
            ldc "tref"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 15
        12: .line 472
            aload 2 /* e */
            checkcast org.apache.batik.anim.dom.SVGOMElement
        13: .line 473
            new org.apache.batik.bridge.SVGTextElementBridge$TRefBridge
            dup
            aload 0 /* this */
            aload 1 /* ctx */
            aload 0 /* this */
            aload 2 /* e */
            invokespecial org.apache.batik.bridge.SVGTextElementBridge$TRefBridge.<init>:(Lorg/apache/batik/bridge/SVGTextElementBridge;Lorg/apache/batik/bridge/BridgeContext;Lorg/apache/batik/bridge/SVGTextElementBridge;Lorg/w3c/dom/Element;)V
        14: .line 472
            invokevirtual org.apache.batik.anim.dom.SVGOMElement.setSVGContext:(Lorg/apache/batik/dom/svg/SVGContext;)V
        15: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* e */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getFirstChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 3 /* child */
        start local 3 // org.w3c.dom.Node child
        16: .line 478
            goto 20
        17: .line 479
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            aload 3 /* child */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpne 19
        18: .line 480
            aload 0 /* this */
            aload 1 /* ctx */
            aload 3 /* child */
            checkcast org.w3c.dom.Element
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.addContextToChild:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;)V
        19: .line 482
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* child */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getNextSibling:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 3 /* child */
        20: .line 478
      StackMap locals:
      StackMap stack:
            aload 3 /* child */
            ifnonnull 17
        21: .line 484
            return
        end local 3 // org.w3c.dom.Node child
        end local 2 // org.w3c.dom.Element e
        end local 1 // org.apache.batik.bridge.BridgeContext ctx
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   22     1    ctx  Lorg/apache/batik/bridge/BridgeContext;
            0   22     2      e  Lorg/w3c/dom/Element;
           16   22     3  child  Lorg/w3c/dom/Node;
    MethodParameters:
      Name  Flags
      ctx   
      e     

  protected void removeContextFromChild(org.apache.batik.bridge.BridgeContext, org.w3c.dom.Element);
    descriptor: (Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.bridge.BridgeContext ctx
        start local 2 // org.w3c.dom.Element e
         0: .line 497
            ldc "http://www.w3.org/2000/svg"
            aload 2 /* e */
            invokeinterface org.w3c.dom.Element.getNamespaceURI:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 15
         1: .line 498
            aload 2 /* e */
            invokeinterface org.w3c.dom.Element.getLocalName:()Ljava/lang/String;
            ldc "tspan"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         2: .line 500
            aload 2 /* e */
            checkcast org.apache.batik.anim.dom.SVGOMElement
            invokevirtual org.apache.batik.anim.dom.SVGOMElement.getSVGContext:()Lorg/apache/batik/dom/svg/SVGContext;
         3: .line 499
            checkcast org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildBridgeUpdateHandler
         4: .line 500
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildBridgeUpdateHandler.dispose:()V
         5: .line 501
            goto 15
      StackMap locals:
      StackMap stack:
         6: aload 2 /* e */
            invokeinterface org.w3c.dom.Element.getLocalName:()Ljava/lang/String;
            ldc "textPath"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
         7: .line 503
            aload 2 /* e */
            checkcast org.apache.batik.anim.dom.SVGOMElement
            invokevirtual org.apache.batik.anim.dom.SVGOMElement.getSVGContext:()Lorg/apache/batik/dom/svg/SVGContext;
         8: .line 502
            checkcast org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildBridgeUpdateHandler
         9: .line 503
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildBridgeUpdateHandler.dispose:()V
        10: .line 504
            goto 15
      StackMap locals:
      StackMap stack:
        11: aload 2 /* e */
            invokeinterface org.w3c.dom.Element.getLocalName:()Ljava/lang/String;
            ldc "tref"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 15
        12: .line 506
            aload 2 /* e */
            checkcast org.apache.batik.anim.dom.SVGOMElement
            invokevirtual org.apache.batik.anim.dom.SVGOMElement.getSVGContext:()Lorg/apache/batik/dom/svg/SVGContext;
        13: .line 505
            checkcast org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildBridgeUpdateHandler
        14: .line 506
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildBridgeUpdateHandler.dispose:()V
        15: .line 510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* e */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getFirstChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 3 /* child */
        start local 3 // org.w3c.dom.Node child
        16: .line 511
            goto 20
        17: .line 512
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            aload 3 /* child */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpne 19
        18: .line 513
            aload 0 /* this */
            aload 1 /* ctx */
            aload 3 /* child */
            checkcast org.w3c.dom.Element
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.removeContextFromChild:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;)V
        19: .line 515
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* child */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getNextSibling:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 3 /* child */
        20: .line 511
      StackMap locals:
      StackMap stack:
            aload 3 /* child */
            ifnonnull 17
        21: .line 517
            return
        end local 3 // org.w3c.dom.Node child
        end local 2 // org.w3c.dom.Element e
        end local 1 // org.apache.batik.bridge.BridgeContext ctx
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   22     1    ctx  Lorg/apache/batik/bridge/BridgeContext;
            0   22     2      e  Lorg/w3c/dom/Element;
           16   22     3  child  Lorg/w3c/dom/Node;
    MethodParameters:
      Name  Flags
      ctx   
      e     

  public void handleDOMNodeInsertedEvent(org.w3c.dom.events.MutationEvent);
    descriptor: (Lorg/w3c/dom/events/MutationEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.events.MutationEvent evt
         0: .line 523
            aload 1 /* evt */
            invokeinterface org.w3c.dom.events.MutationEvent.getTarget:()Lorg/w3c/dom/events/EventTarget;
            checkcast org.w3c.dom.Node
            astore 2 /* childNode */
        start local 2 // org.w3c.dom.Node childNode
         1: .line 528
            aload 2 /* childNode */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            tableswitch { // 1 - 4
                    1: 4
                    2: 8
                    3: 2
                    4: 2
              default: 8
          }
         2: .line 531
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.bridge.SVGTextElementBridge.laidoutText:Ljava/text/AttributedString;
         3: .line 532
            goto 8
         4: .line 534
      StackMap locals:
      StackMap stack:
            aload 2 /* childNode */
            checkcast org.w3c.dom.Element
            astore 3 /* childElement */
        start local 3 // org.w3c.dom.Element childElement
         5: .line 535
            aload 0 /* this */
            aload 3 /* childElement */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.isTextChild:(Lorg/w3c/dom/Element;)Z
            ifeq 8
         6: .line 536
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.ctx:Lorg/apache/batik/bridge/BridgeContext;
            aload 3 /* childElement */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.addContextToChild:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;)V
         7: .line 537
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.bridge.SVGTextElementBridge.laidoutText:Ljava/text/AttributedString;
        end local 3 // org.w3c.dom.Element childElement
         8: .line 542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.laidoutText:Ljava/text/AttributedString;
            ifnonnull 10
         9: .line 543
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.ctx:Lorg/apache/batik/bridge/BridgeContext;
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextNode:()Lorg/apache/batik/bridge/TextNode;
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.computeLaidoutText:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;)V
        10: .line 545
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.w3c.dom.Node childNode
        end local 1 // org.w3c.dom.events.MutationEvent evt
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   11     1           evt  Lorg/w3c/dom/events/MutationEvent;
            1   11     2     childNode  Lorg/w3c/dom/Node;
            5    8     3  childElement  Lorg/w3c/dom/Element;
    MethodParameters:
      Name  Flags
      evt   

  public void handleDOMChildNodeRemovedEvent(org.w3c.dom.events.MutationEvent);
    descriptor: (Lorg/w3c/dom/events/MutationEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.events.MutationEvent evt
         0: .line 551
            aload 1 /* evt */
            invokeinterface org.w3c.dom.events.MutationEvent.getTarget:()Lorg/w3c/dom/events/EventTarget;
            checkcast org.w3c.dom.Node
            astore 2 /* childNode */
        start local 2 // org.w3c.dom.Node childNode
         1: .line 556
            aload 2 /* childNode */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            tableswitch { // 1 - 4
                    1: 5
                    2: 9
                    3: 2
                    4: 2
              default: 9
          }
         2: .line 560
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            aload 0 /* this */
            aload 2 /* childNode */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.isParentDisplayed:(Lorg/w3c/dom/Node;)Z
            ifeq 9
         3: .line 561
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.bridge.SVGTextElementBridge.laidoutText:Ljava/text/AttributedString;
         4: .line 563
            goto 9
         5: .line 565
      StackMap locals:
      StackMap stack:
            aload 2 /* childNode */
            checkcast org.w3c.dom.Element
            astore 3 /* childElt */
        start local 3 // org.w3c.dom.Element childElt
         6: .line 566
            aload 0 /* this */
            aload 3 /* childElt */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.isTextChild:(Lorg/w3c/dom/Element;)Z
            ifeq 9
         7: .line 567
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.bridge.SVGTextElementBridge.laidoutText:Ljava/text/AttributedString;
         8: .line 568
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.ctx:Lorg/apache/batik/bridge/BridgeContext;
            aload 3 /* childElt */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.removeContextFromChild:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;)V
        end local 3 // org.w3c.dom.Element childElt
         9: .line 576
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.w3c.dom.Node childNode
        end local 1 // org.w3c.dom.events.MutationEvent evt
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   10     1        evt  Lorg/w3c/dom/events/MutationEvent;
            1   10     2  childNode  Lorg/w3c/dom/Node;
            6    9     3   childElt  Lorg/w3c/dom/Element;
    MethodParameters:
      Name  Flags
      evt   

  public void handleDOMSubtreeModifiedEvent(org.w3c.dom.events.MutationEvent);
    descriptor: (Lorg/w3c/dom/events/MutationEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.events.MutationEvent evt
         0: .line 584
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.laidoutText:Ljava/text/AttributedString;
            ifnonnull 2
         1: .line 585
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.ctx:Lorg/apache/batik/bridge/BridgeContext;
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextNode:()Lorg/apache/batik/bridge/TextNode;
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.computeLaidoutText:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;)V
         2: .line 587
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.w3c.dom.events.MutationEvent evt
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    3     1   evt  Lorg/w3c/dom/events/MutationEvent;
    MethodParameters:
      Name  Flags
      evt   

  public void handleDOMCharacterDataModified(org.w3c.dom.events.MutationEvent);
    descriptor: (Lorg/w3c/dom/events/MutationEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.events.MutationEvent evt
         0: .line 594
            aload 1 /* evt */
            invokeinterface org.w3c.dom.events.MutationEvent.getTarget:()Lorg/w3c/dom/events/EventTarget;
            checkcast org.w3c.dom.Node
            astore 2 /* childNode */
        start local 2 // org.w3c.dom.Node childNode
         1: .line 596
            aload 0 /* this */
            aload 2 /* childNode */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.isParentDisplayed:(Lorg/w3c/dom/Node;)Z
            ifeq 3
         2: .line 597
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.bridge.SVGTextElementBridge.laidoutText:Ljava/text/AttributedString;
         3: .line 599
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            return
        end local 2 // org.w3c.dom.Node childNode
        end local 1 // org.w3c.dom.events.MutationEvent evt
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    4     1        evt  Lorg/w3c/dom/events/MutationEvent;
            1    4     2  childNode  Lorg/w3c/dom/Node;
    MethodParameters:
      Name  Flags
      evt   

  protected boolean isParentDisplayed(org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.Node childNode
         0: .line 612
            aload 0 /* this */
            aload 1 /* childNode */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getParentNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 2 /* parentNode */
        start local 2 // org.w3c.dom.Node parentNode
         1: .line 613
            aload 0 /* this */
            aload 2 /* parentNode */
            checkcast org.w3c.dom.Element
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.isTextElement:(Lorg/w3c/dom/Element;)Z
            ireturn
        end local 2 // org.w3c.dom.Node parentNode
        end local 1 // org.w3c.dom.Node childNode
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    2     1   childNode  Lorg/w3c/dom/Node;
            1    2     2  parentNode  Lorg/w3c/dom/Node;
    MethodParameters:
           Name  Flags
      childNode  

  protected void computeLaidoutText(org.apache.batik.bridge.BridgeContext, org.w3c.dom.Element, org.apache.batik.gvt.GraphicsNode);
    descriptor: (Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.bridge.BridgeContext ctx
        start local 2 // org.w3c.dom.Element e
        start local 3 // org.apache.batik.gvt.GraphicsNode node
         0: .line 627
            aload 3 /* node */
            checkcast org.apache.batik.bridge.TextNode
            astore 4 /* tn */
        start local 4 // org.apache.batik.bridge.TextNode tn
         1: .line 628
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.elemTPI:Ljava/util/WeakHashMap;
            invokevirtual java.util.WeakHashMap.clear:()V
         2: .line 630
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* e */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.buildAttributedString:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;)Ljava/text/AttributedString;
            astore 5 /* as */
        start local 5 // java.text.AttributedString as
         3: .line 631
            aload 5 /* as */
            ifnonnull 6
         4: .line 632
            aload 4 /* tn */
            aconst_null
            invokevirtual org.apache.batik.bridge.TextNode.setAttributedCharacterIterator:(Ljava/text/AttributedCharacterIterator;)V
         5: .line 633
            return
         6: .line 636
      StackMap locals: org.apache.batik.bridge.TextNode java.text.AttributedString
      StackMap stack:
            aload 0 /* this */
            aload 5 /* as */
            aload 2 /* e */
            aload 1 /* ctx */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.addGlyphPositionAttributes:(Ljava/text/AttributedString;Lorg/w3c/dom/Element;Lorg/apache/batik/bridge/BridgeContext;)V
         7: .line 637
            aload 1 /* ctx */
            invokevirtual org.apache.batik.bridge.BridgeContext.isDynamic:()Z
            ifeq 9
         8: .line 638
            aload 0 /* this */
            new java.text.AttributedString
            dup
            aload 5 /* as */
            invokevirtual java.text.AttributedString.getIterator:()Ljava/text/AttributedCharacterIterator;
            invokespecial java.text.AttributedString.<init>:(Ljava/text/AttributedCharacterIterator;)V
            putfield org.apache.batik.bridge.SVGTextElementBridge.laidoutText:Ljava/text/AttributedString;
         9: .line 642
      StackMap locals:
      StackMap stack:
            aload 4 /* tn */
            aload 5 /* as */
            invokevirtual java.text.AttributedString.getIterator:()Ljava/text/AttributedCharacterIterator;
            invokevirtual org.apache.batik.bridge.TextNode.setAttributedCharacterIterator:(Ljava/text/AttributedCharacterIterator;)V
        10: .line 647
            new org.apache.batik.gvt.text.TextPaintInfo
            dup
            invokespecial org.apache.batik.gvt.text.TextPaintInfo.<init>:()V
            astore 6 /* pi */
        start local 6 // org.apache.batik.gvt.text.TextPaintInfo pi
        11: .line 648
            aload 0 /* this */
            aload 6 /* pi */
            aload 2 /* e */
            aload 3 /* node */
            aload 1 /* ctx */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.setBaseTextPaintInfo:(Lorg/apache/batik/gvt/text/TextPaintInfo;Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;Lorg/apache/batik/bridge/BridgeContext;)V
        12: .line 650
            aload 0 /* this */
            aload 6 /* pi */
            aload 2 /* e */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.setDecorationTextPaintInfo:(Lorg/apache/batik/gvt/text/TextPaintInfo;Lorg/w3c/dom/Element;)V
        13: .line 652
            aload 0 /* this */
            aload 5 /* as */
            aload 2 /* e */
            aload 4 /* tn */
            aload 6 /* pi */
            aload 1 /* ctx */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.addPaintAttributes:(Ljava/text/AttributedString;Lorg/w3c/dom/Element;Lorg/apache/batik/bridge/TextNode;Lorg/apache/batik/gvt/text/TextPaintInfo;Lorg/apache/batik/bridge/BridgeContext;)V
        14: .line 654
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.usingComplexSVGFont:Z
            ifeq 16
        15: .line 656
            aload 4 /* tn */
            aload 5 /* as */
            invokevirtual java.text.AttributedString.getIterator:()Ljava/text/AttributedCharacterIterator;
            invokevirtual org.apache.batik.bridge.TextNode.setAttributedCharacterIterator:(Ljava/text/AttributedCharacterIterator;)V
        16: .line 659
      StackMap locals: org.apache.batik.gvt.text.TextPaintInfo
      StackMap stack:
            aload 1 /* ctx */
            invokevirtual org.apache.batik.bridge.BridgeContext.isDynamic:()Z
            ifeq 18
        17: .line 660
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.checkBBoxChange:()V
        18: .line 662
      StackMap locals:
      StackMap stack:
            return
        end local 6 // org.apache.batik.gvt.text.TextPaintInfo pi
        end local 5 // java.text.AttributedString as
        end local 4 // org.apache.batik.bridge.TextNode tn
        end local 3 // org.apache.batik.gvt.GraphicsNode node
        end local 2 // org.w3c.dom.Element e
        end local 1 // org.apache.batik.bridge.BridgeContext ctx
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   19     1   ctx  Lorg/apache/batik/bridge/BridgeContext;
            0   19     2     e  Lorg/w3c/dom/Element;
            0   19     3  node  Lorg/apache/batik/gvt/GraphicsNode;
            1   19     4    tn  Lorg/apache/batik/bridge/TextNode;
            3   19     5    as  Ljava/text/AttributedString;
           11   19     6    pi  Lorg/apache/batik/gvt/text/TextPaintInfo;
    MethodParameters:
      Name  Flags
      ctx   
      e     
      node  

  public void handleAnimatedAttributeChanged(org.apache.batik.anim.dom.AnimatedLiveAttributeValue);
    descriptor: (Lorg/apache/batik/anim/dom/AnimatedLiveAttributeValue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.anim.dom.AnimatedLiveAttributeValue alav
         0: .line 681
            aload 1 /* alav */
            invokeinterface org.apache.batik.anim.dom.AnimatedLiveAttributeValue.getNamespaceURI:()Ljava/lang/String;
            ifnonnull 14
         1: .line 682
            aload 1 /* alav */
            invokeinterface org.apache.batik.anim.dom.AnimatedLiveAttributeValue.getLocalName:()Ljava/lang/String;
            astore 2 /* ln */
        start local 2 // java.lang.String ln
         2: .line 683
            aload 2 /* ln */
            ldc "x"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         3: .line 684
            aload 2 /* ln */
            ldc "y"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         4: .line 685
            aload 2 /* ln */
            ldc "dx"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         5: .line 686
            aload 2 /* ln */
            ldc "dy"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         6: .line 687
            aload 2 /* ln */
            ldc "rotate"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         7: .line 688
            aload 2 /* ln */
            ldc "textLength"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         8: .line 689
            aload 2 /* ln */
            ldc "lengthAdjust"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 14
         9: .line 690
      StackMap locals: java.lang.String
      StackMap stack:
            aload 2 /* ln */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 3 /* c */
        start local 3 // char c
        10: .line 691
            iload 3 /* c */
            bipush 120
            if_icmpeq 11
            iload 3 /* c */
            bipush 121
            if_icmpne 12
        11: .line 692
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextNode:()Lorg/apache/batik/bridge/TextNode;
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.ctx:Lorg/apache/batik/bridge/BridgeContext;
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getLocation:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;)Ljava/awt/geom/Point2D;
            invokevirtual org.apache.batik.bridge.TextNode.setLocation:(Ljava/awt/geom/Point2D;)V
        12: .line 694
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.ctx:Lorg/apache/batik/bridge/BridgeContext;
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextNode:()Lorg/apache/batik/bridge/TextNode;
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.computeLaidoutText:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;)V
        13: .line 695
            return
        end local 3 // char c
        end local 2 // java.lang.String ln
        14: .line 698
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* alav */
            invokespecial org.apache.batik.bridge.AbstractGraphicsNodeBridge.handleAnimatedAttributeChanged:(Lorg/apache/batik/anim/dom/AnimatedLiveAttributeValue;)V
        15: .line 699
            return
        end local 1 // org.apache.batik.anim.dom.AnimatedLiveAttributeValue alav
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   16     1  alav  Lorg/apache/batik/anim/dom/AnimatedLiveAttributeValue;
            2   14     2    ln  Ljava/lang/String;
           10   14     3     c  C
    MethodParameters:
      Name  Flags
      alav  

  public void handleCSSEngineEvent(org.apache.batik.css.engine.CSSEngineEvent);
    descriptor: (Lorg/apache/batik/css/engine/CSSEngineEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.css.engine.CSSEngineEvent evt
         0: .line 707
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.bridge.SVGTextElementBridge.hasNewACI:Z
         1: .line 708
            aload 1 /* evt */
            invokevirtual org.apache.batik.css.engine.CSSEngineEvent.getProperties:()[I
            astore 2 /* properties */
        start local 2 // int[] properties
         2: .line 710
            aload 2 /* properties */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 9
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.css.engine.CSSEngineEvent int[] top int int int[]
      StackMap stack:
         3: aload 6
            iload 4
            iaload
            istore 3 /* property */
        start local 3 // int property
         4: .line 711
            iload 3 /* property */
            lookupswitch { // 16
                    1: 5
                   11: 5
                   12: 5
                   21: 5
                   22: 5
                   24: 5
                   25: 5
                   27: 5
                   28: 5
                   29: 5
                   31: 5
                   32: 5
                   53: 5
                   56: 5
                   58: 5
                   59: 5
              default: 8
          }
         5: .line 728
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.css.engine.CSSEngineEvent int[] int int int int[]
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.hasNewACI:Z
            ifne 8
         6: .line 729
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.bridge.SVGTextElementBridge.hasNewACI:Z
         7: .line 730
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.ctx:Lorg/apache/batik/bridge/BridgeContext;
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextNode:()Lorg/apache/batik/bridge/TextNode;
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.computeLaidoutText:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;)V
        end local 3 // int property
         8: .line 710
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.css.engine.CSSEngineEvent int[] top int int int[]
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         9: iload 4
            iload 5
            if_icmplt 3
        10: .line 739
            aload 0 /* this */
            aload 1 /* evt */
            invokevirtual org.apache.batik.css.engine.CSSEngineEvent.getElement:()Lorg/w3c/dom/Element;
            putfield org.apache.batik.bridge.SVGTextElementBridge.cssProceedElement:Lorg/w3c/dom/Element;
        11: .line 741
            aload 0 /* this */
            aload 1 /* evt */
            invokespecial org.apache.batik.bridge.AbstractGraphicsNodeBridge.handleCSSEngineEvent:(Lorg/apache/batik/css/engine/CSSEngineEvent;)V
        12: .line 742
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.bridge.SVGTextElementBridge.cssProceedElement:Lorg/w3c/dom/Element;
        13: .line 743
            return
        end local 2 // int[] properties
        end local 1 // org.apache.batik.css.engine.CSSEngineEvent evt
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   14     1         evt  Lorg/apache/batik/css/engine/CSSEngineEvent;
            2   14     2  properties  [I
            4    8     3    property  I
    MethodParameters:
      Name  Flags
      evt   

  protected void handleCSSPropertyChanged(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // int property
         0: .line 749
            iload 1 /* property */
            lookupswitch { // 14
                    9: 11
                   15: 1
                   16: 1
                   45: 1
                   46: 1
                   47: 1
                   48: 1
                   49: 1
                   50: 1
                   51: 1
                   52: 1
                   54: 1
                   55: 6
                   57: 3
              default: 16
          }
         1: .line 761
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.rebuildACI:()V
         2: .line 762
            goto 17
         3: .line 765
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.rebuildACI:()V
         4: .line 766
            aload 0 /* this */
            iload 1 /* property */
            invokespecial org.apache.batik.bridge.AbstractGraphicsNodeBridge.handleCSSPropertyChanged:(I)V
         5: .line 767
            goto 17
         6: .line 769
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.node:Lorg/apache/batik/gvt/GraphicsNode;
            invokeinterface org.apache.batik.gvt.GraphicsNode.getRenderingHints:()Ljava/awt/RenderingHints;
            astore 2 /* hints */
        start local 2 // java.awt.RenderingHints hints
         7: .line 770
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            aload 2 /* hints */
            invokestatic org.apache.batik.bridge.CSSUtilities.convertTextRendering:(Lorg/w3c/dom/Element;Ljava/awt/RenderingHints;)Ljava/awt/RenderingHints;
            astore 2 /* hints */
         8: .line 771
            aload 2 /* hints */
            ifnull 17
         9: .line 772
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.node:Lorg/apache/batik/gvt/GraphicsNode;
            aload 2 /* hints */
            invokeinterface org.apache.batik.gvt.GraphicsNode.setRenderingHints:(Ljava/awt/RenderingHints;)V
        10: .line 774
            goto 17
        end local 2 // java.awt.RenderingHints hints
        11: .line 777
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.node:Lorg/apache/batik/gvt/GraphicsNode;
            invokeinterface org.apache.batik.gvt.GraphicsNode.getRenderingHints:()Ljava/awt/RenderingHints;
            astore 2 /* hints */
        start local 2 // java.awt.RenderingHints hints
        12: .line 778
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            aload 2 /* hints */
            invokestatic org.apache.batik.bridge.CSSUtilities.convertColorRendering:(Lorg/w3c/dom/Element;Ljava/awt/RenderingHints;)Ljava/awt/RenderingHints;
            astore 2 /* hints */
        13: .line 779
            aload 2 /* hints */
            ifnull 17
        14: .line 780
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.node:Lorg/apache/batik/gvt/GraphicsNode;
            aload 2 /* hints */
            invokeinterface org.apache.batik.gvt.GraphicsNode.setRenderingHints:(Ljava/awt/RenderingHints;)V
        15: .line 782
            goto 17
        end local 2 // java.awt.RenderingHints hints
        16: .line 785
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* property */
            invokespecial org.apache.batik.bridge.AbstractGraphicsNodeBridge.handleCSSPropertyChanged:(I)V
        17: .line 787
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int property
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   18     1  property  I
            7   11     2     hints  Ljava/awt/RenderingHints;
           12   16     2     hints  Ljava/awt/RenderingHints;
    MethodParameters:
          Name  Flags
      property  

  protected void rebuildACI();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
         0: .line 790
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.hasNewACI:Z
            ifeq 2
         1: .line 791
            return
         2: .line 793
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextNode:()Lorg/apache/batik/bridge/TextNode;
            astore 1 /* textNode */
        start local 1 // org.apache.batik.bridge.TextNode textNode
         3: .line 794
            aload 1 /* textNode */
            invokevirtual org.apache.batik.bridge.TextNode.getAttributedCharacterIterator:()Ljava/text/AttributedCharacterIterator;
            ifnonnull 5
         4: .line 795
            return
         5: .line 798
      StackMap locals: org.apache.batik.bridge.TextNode
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.cssProceedElement:Lorg/w3c/dom/Element;
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            if_acmpne 11
         6: .line 799
            new org.apache.batik.gvt.text.TextPaintInfo
            dup
            invokespecial org.apache.batik.gvt.text.TextPaintInfo.<init>:()V
            astore 2 /* pi */
        start local 2 // org.apache.batik.gvt.text.TextPaintInfo pi
         7: .line 800
            aload 0 /* this */
            aload 2 /* pi */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.node:Lorg/apache/batik/gvt/GraphicsNode;
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.ctx:Lorg/apache/batik/bridge/BridgeContext;
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.setBaseTextPaintInfo:(Lorg/apache/batik/gvt/text/TextPaintInfo;Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;Lorg/apache/batik/bridge/BridgeContext;)V
         8: .line 801
            aload 0 /* this */
            aload 2 /* pi */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.setDecorationTextPaintInfo:(Lorg/apache/batik/gvt/text/TextPaintInfo;Lorg/w3c/dom/Element;)V
         9: .line 802
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.elemTPI:Ljava/util/WeakHashMap;
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            invokevirtual java.util.WeakHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.batik.gvt.text.TextPaintInfo
            astore 3 /* oldPI */
        start local 3 // org.apache.batik.gvt.text.TextPaintInfo oldPI
        10: .line 803
            goto 14
        end local 3 // org.apache.batik.gvt.text.TextPaintInfo oldPI
        end local 2 // org.apache.batik.gvt.text.TextPaintInfo pi
        11: .line 809
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.cssProceedElement:Lorg/w3c/dom/Element;
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getParentTextPaintInfo:(Lorg/w3c/dom/Element;)Lorg/apache/batik/gvt/text/TextPaintInfo;
            astore 4 /* parentPI */
        start local 4 // org.apache.batik.gvt.text.TextPaintInfo parentPI
        12: .line 810
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.cssProceedElement:Lorg/w3c/dom/Element;
            aload 1 /* textNode */
            aload 4 /* parentPI */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.ctx:Lorg/apache/batik/bridge/BridgeContext;
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextPaintInfo:(Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;Lorg/apache/batik/gvt/text/TextPaintInfo;Lorg/apache/batik/bridge/BridgeContext;)Lorg/apache/batik/gvt/text/TextPaintInfo;
            astore 2 /* pi */
        start local 2 // org.apache.batik.gvt.text.TextPaintInfo pi
        13: .line 811
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.elemTPI:Ljava/util/WeakHashMap;
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.cssProceedElement:Lorg/w3c/dom/Element;
            invokevirtual java.util.WeakHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.batik.gvt.text.TextPaintInfo
            astore 3 /* oldPI */
        end local 4 // org.apache.batik.gvt.text.TextPaintInfo parentPI
        start local 3 // org.apache.batik.gvt.text.TextPaintInfo oldPI
        14: .line 813
      StackMap locals: org.apache.batik.gvt.text.TextPaintInfo org.apache.batik.gvt.text.TextPaintInfo
      StackMap stack:
            aload 3 /* oldPI */
            ifnonnull 15
            return
        15: .line 815
      StackMap locals:
      StackMap stack:
            aload 1 /* textNode */
            aload 2 /* pi */
            aload 3 /* oldPI */
            invokevirtual org.apache.batik.bridge.TextNode.swapTextPaintInfo:(Lorg/apache/batik/gvt/text/TextPaintInfo;Lorg/apache/batik/gvt/text/TextPaintInfo;)V
        16: .line 816
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.usingComplexSVGFont:Z
            ifeq 20
        17: .line 818
            aload 1 /* textNode */
        18: .line 819
            aload 1 /* textNode */
            invokevirtual org.apache.batik.bridge.TextNode.getAttributedCharacterIterator:()Ljava/text/AttributedCharacterIterator;
        19: .line 818
            invokevirtual org.apache.batik.bridge.TextNode.setAttributedCharacterIterator:(Ljava/text/AttributedCharacterIterator;)V
        20: .line 820
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.apache.batik.gvt.text.TextPaintInfo oldPI
        end local 2 // org.apache.batik.gvt.text.TextPaintInfo pi
        end local 1 // org.apache.batik.bridge.TextNode textNode
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   21     0      this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            3   21     1  textNode  Lorg/apache/batik/bridge/TextNode;
            7   11     2        pi  Lorg/apache/batik/gvt/text/TextPaintInfo;
           13   21     2        pi  Lorg/apache/batik/gvt/text/TextPaintInfo;
           10   11     3     oldPI  Lorg/apache/batik/gvt/text/TextPaintInfo;
           14   21     3     oldPI  Lorg/apache/batik/gvt/text/TextPaintInfo;
           12   14     4  parentPI  Lorg/apache/batik/gvt/text/TextPaintInfo;

  int getElementStartIndex(org.w3c.dom.Element);
    descriptor: (Lorg/w3c/dom/Element;)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.Element element
         0: .line 823
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.elemTPI:Ljava/util/WeakHashMap;
            aload 1 /* element */
            invokevirtual java.util.WeakHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.batik.gvt.text.TextPaintInfo
            astore 2 /* tpi */
        start local 2 // org.apache.batik.gvt.text.TextPaintInfo tpi
         1: .line 824
            aload 2 /* tpi */
            ifnonnull 2
            iconst_m1
            ireturn
         2: .line 825
      StackMap locals: org.apache.batik.gvt.text.TextPaintInfo
      StackMap stack:
            aload 2 /* tpi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.startChar:I
            ireturn
        end local 2 // org.apache.batik.gvt.text.TextPaintInfo tpi
        end local 1 // org.w3c.dom.Element element
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    3     1  element  Lorg/w3c/dom/Element;
            1    3     2      tpi  Lorg/apache/batik/gvt/text/TextPaintInfo;
    MethodParameters:
         Name  Flags
      element  

  int getElementEndIndex(org.w3c.dom.Element);
    descriptor: (Lorg/w3c/dom/Element;)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.Element element
         0: .line 829
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.elemTPI:Ljava/util/WeakHashMap;
            aload 1 /* element */
            invokevirtual java.util.WeakHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.batik.gvt.text.TextPaintInfo
            astore 2 /* tpi */
        start local 2 // org.apache.batik.gvt.text.TextPaintInfo tpi
         1: .line 830
            aload 2 /* tpi */
            ifnonnull 2
            iconst_m1
            ireturn
         2: .line 831
      StackMap locals: org.apache.batik.gvt.text.TextPaintInfo
      StackMap stack:
            aload 2 /* tpi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.endChar:I
            ireturn
        end local 2 // org.apache.batik.gvt.text.TextPaintInfo tpi
        end local 1 // org.w3c.dom.Element element
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    3     1  element  Lorg/w3c/dom/Element;
            1    3     2      tpi  Lorg/apache/batik/gvt/text/TextPaintInfo;
    MethodParameters:
         Name  Flags
      element  

  protected java.text.AttributedString buildAttributedString(org.apache.batik.bridge.BridgeContext, org.w3c.dom.Element);
    descriptor: (Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;)Ljava/text/AttributedString;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.bridge.BridgeContext ctx
        start local 2 // org.w3c.dom.Element element
         0: .line 849
            new org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer
            dup
            invokespecial org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.<init>:()V
            astore 3 /* asb */
        start local 3 // org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer asb
         1: .line 850
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* element */
            iconst_1
            aconst_null
            aconst_null
            aconst_null
            aload 3 /* asb */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.fillAttributedStringBuffer:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;ZLorg/apache/batik/gvt/text/TextPath;Ljava/lang/Integer;Ljava/util/Map;Lorg/apache/batik/bridge/SVGTextElementBridge$AttributedStringBuffer;)V
         2: .line 851
            aload 3 /* asb */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.toAttributedString:()Ljava/text/AttributedString;
            areturn
        end local 3 // org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer asb
        end local 2 // org.w3c.dom.Element element
        end local 1 // org.apache.batik.bridge.BridgeContext ctx
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    3     1      ctx  Lorg/apache/batik/bridge/BridgeContext;
            0    3     2  element  Lorg/w3c/dom/Element;
            1    3     3      asb  Lorg/apache/batik/bridge/SVGTextElementBridge$AttributedStringBuffer;
    MethodParameters:
         Name  Flags
      ctx      
      element  

  protected void fillAttributedStringBuffer(org.apache.batik.bridge.BridgeContext, org.w3c.dom.Element, boolean, org.apache.batik.gvt.text.TextPath, java.lang.Integer, java.util.Map, org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer);
    descriptor: (Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;ZLorg/apache/batik/gvt/text/TextPath;Ljava/lang/Integer;Ljava/util/Map;Lorg/apache/batik/bridge/SVGTextElementBridge$AttributedStringBuffer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=24, args_size=8
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.bridge.BridgeContext ctx
        start local 2 // org.w3c.dom.Element element
        start local 3 // boolean top
        start local 4 // org.apache.batik.gvt.text.TextPath textPath
        start local 5 // java.lang.Integer bidiLevel
        start local 6 // java.util.Map initialAttributes
        start local 7 // org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer asb
         0: .line 875
            aload 2 /* element */
            aload 1 /* ctx */
            invokevirtual org.apache.batik.bridge.BridgeContext.getUserAgent:()Lorg/apache/batik/bridge/UserAgent;
            invokestatic org.apache.batik.bridge.SVGUtilities.matchUserAgent:(Lorg/w3c/dom/Element;Lorg/apache/batik/bridge/UserAgent;)Z
            ifeq 2
         1: .line 876
            aload 2 /* element */
            invokestatic org.apache.batik.bridge.CSSUtilities.convertDisplay:(Lorg/w3c/dom/Element;)Z
            ifne 3
         2: .line 877
      StackMap locals:
      StackMap stack:
            return
         3: .line 880
      StackMap locals:
      StackMap stack:
            aload 2 /* element */
            invokestatic org.apache.batik.dom.util.XMLSupport.getXMLSpace:(Lorg/w3c/dom/Element;)Ljava/lang/String;
            astore 8 /* s */
        start local 8 // java.lang.String s
         4: .line 881
            aload 8 /* s */
            ldc "preserve"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            istore 9 /* preserve */
        start local 9 // boolean preserve
         5: .line 883
            aload 2 /* element */
            astore 11 /* nodeElement */
        start local 11 // org.w3c.dom.Element nodeElement
         6: .line 884
            aload 7 /* asb */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.length:()I
            istore 12 /* elementStartChar */
        start local 12 // int elementStartChar
         7: .line 886
            iload 3 /* top */
            ifeq 9
         8: .line 887
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.bridge.SVGTextElementBridge.endLimit:I
         9: .line 889
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.BridgeContext org.w3c.dom.Element int org.apache.batik.gvt.text.TextPath java.lang.Integer java.util.Map org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer java.lang.String int top org.w3c.dom.Element int
      StackMap stack:
            iload 9 /* preserve */
            ifeq 11
        10: .line 890
            aload 0 /* this */
            aload 7 /* asb */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.length:()I
            putfield org.apache.batik.bridge.SVGTextElementBridge.endLimit:I
        11: .line 893
      StackMap locals:
      StackMap stack:
            aload 6 /* initialAttributes */
            ifnonnull 13
        12: .line 894
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            goto 14
        13: .line 895
      StackMap locals:
      StackMap stack:
            new java.util.HashMap
            dup
            aload 6 /* initialAttributes */
            invokespecial java.util.HashMap.<init>:(Ljava/util/Map;)V
        14: .line 893
      StackMap locals:
      StackMap stack: java.util.HashMap
            astore 13 /* map */
        start local 13 // java.util.Map map
        15: .line 897
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* element */
            aload 4 /* textPath */
            aload 5 /* bidiLevel */
            aload 13 /* map */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getAttributeMap:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/text/TextPath;Ljava/lang/Integer;Ljava/util/Map;)Ljava/util/Map;
        16: .line 896
            astore 6 /* initialAttributes */
        17: .line 898
            aload 13 /* map */
            getstatic java.awt.font.TextAttribute.BIDI_EMBEDDING:Ljava/awt/font/TextAttribute;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 14 /* o */
        start local 14 // java.lang.Object o
        18: .line 899
            aload 5 /* bidiLevel */
            astore 15 /* subBidiLevel */
        start local 15 // java.lang.Integer subBidiLevel
        19: .line 900
            aload 14 /* o */
            ifnull 21
        20: .line 901
            aload 14 /* o */
            checkcast java.lang.Integer
            astore 15 /* subBidiLevel */
        21: .line 904
      StackMap locals: java.util.Map java.lang.Object java.lang.Integer
      StackMap stack:
            aload 0 /* this */
            aload 2 /* element */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getFirstChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 16 /* n */
        start local 16 // org.w3c.dom.Node n
        22: .line 905
            goto 125
        23: .line 908
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            iload 9 /* preserve */
            ifeq 26
        24: .line 909
            iconst_0
            istore 10 /* prevEndsWithSpace */
        start local 10 // boolean prevEndsWithSpace
        25: .line 910
            goto 32
        end local 10 // boolean prevEndsWithSpace
        26: .line 911
      StackMap locals:
      StackMap stack:
            aload 7 /* asb */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.length:()I
            ifne 29
        27: .line 912
            iconst_1
            istore 10 /* prevEndsWithSpace */
        start local 10 // boolean prevEndsWithSpace
        28: .line 913
            goto 32
        end local 10 // boolean prevEndsWithSpace
        29: .line 914
      StackMap locals:
      StackMap stack:
            aload 7 /* asb */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.getLastChar:()I
            bipush 32
            if_icmpne 30
            iconst_1
            goto 31
      StackMap locals:
      StackMap stack:
        30: iconst_0
      StackMap locals:
      StackMap stack: int
        31: istore 10 /* prevEndsWithSpace */
        start local 10 // boolean prevEndsWithSpace
        32: .line 918
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.BridgeContext org.w3c.dom.Element int org.apache.batik.gvt.text.TextPath java.lang.Integer java.util.Map org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer java.lang.String int int org.w3c.dom.Element int java.util.Map java.lang.Object java.lang.Integer org.w3c.dom.Node
      StackMap stack:
            aload 16 /* n */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            tableswitch { // 1 - 4
                    1: 33
                    2: 124
                    3: 117
                    4: 117
              default: 124
          }
        33: .line 920
      StackMap locals:
      StackMap stack:
            ldc "http://www.w3.org/2000/svg"
            aload 16 /* n */
            invokeinterface org.w3c.dom.Node.getNamespaceURI:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 35
        34: .line 921
            goto 124
        35: .line 923
      StackMap locals:
      StackMap stack:
            aload 16 /* n */
            checkcast org.w3c.dom.Element
            astore 11 /* nodeElement */
        36: .line 925
            aload 16 /* n */
            invokeinterface org.w3c.dom.Node.getLocalName:()Ljava/lang/String;
            astore 17 /* ln */
        start local 17 // java.lang.String ln
        37: .line 927
            aload 17 /* ln */
            ldc "tspan"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 39
        38: .line 928
            aload 17 /* ln */
            ldc "altGlyph"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 51
        39: .line 929
      StackMap locals: java.lang.String
      StackMap stack:
            aload 7 /* asb */
            getfield org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.count:I
            istore 18 /* before */
        start local 18 // int before
        40: .line 930
            aload 0 /* this */
            aload 1 /* ctx */
        41: .line 931
            aload 11 /* nodeElement */
        42: .line 932
            iconst_0
        43: .line 933
            aload 4 /* textPath */
        44: .line 934
            aload 15 /* subBidiLevel */
        45: .line 935
            aload 6 /* initialAttributes */
        46: .line 936
            aload 7 /* asb */
        47: .line 930
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.fillAttributedStringBuffer:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;ZLorg/apache/batik/gvt/text/TextPath;Ljava/lang/Integer;Ljava/util/Map;Lorg/apache/batik/bridge/SVGTextElementBridge$AttributedStringBuffer;)V
        48: .line 937
            aload 7 /* asb */
            getfield org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.count:I
            iload 18 /* before */
            if_icmpeq 124
        49: .line 938
            aconst_null
            astore 6 /* initialAttributes */
        end local 18 // int before
        50: .line 940
            goto 124
      StackMap locals:
      StackMap stack:
        51: aload 17 /* ln */
            ldc "textPath"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 69
        52: .line 942
            aload 1 /* ctx */
            aload 11 /* nodeElement */
            invokevirtual org.apache.batik.bridge.BridgeContext.getBridge:(Lorg/w3c/dom/Element;)Lorg/apache/batik/bridge/Bridge;
            checkcast org.apache.batik.bridge.SVGTextPathElementBridge
        53: .line 941
            astore 18 /* textPathBridge */
        start local 18 // org.apache.batik.bridge.SVGTextPathElementBridge textPathBridge
        54: .line 944
            aload 18 /* textPathBridge */
            aload 1 /* ctx */
            aload 11 /* nodeElement */
            invokevirtual org.apache.batik.bridge.SVGTextPathElementBridge.createTextPath:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;)Lorg/apache/batik/gvt/text/TextPath;
        55: .line 943
            astore 19 /* newTextPath */
        start local 19 // org.apache.batik.gvt.text.TextPath newTextPath
        56: .line 945
            aload 19 /* newTextPath */
            ifnull 124
        57: .line 946
            aload 7 /* asb */
            getfield org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.count:I
            istore 20 /* before */
        start local 20 // int before
        58: .line 947
            aload 0 /* this */
            aload 1 /* ctx */
        59: .line 948
            aload 11 /* nodeElement */
        60: .line 949
            iconst_0
        61: .line 950
            aload 19 /* newTextPath */
        62: .line 951
            aload 15 /* subBidiLevel */
        63: .line 952
            aload 6 /* initialAttributes */
        64: .line 953
            aload 7 /* asb */
        65: .line 947
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.fillAttributedStringBuffer:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;ZLorg/apache/batik/gvt/text/TextPath;Ljava/lang/Integer;Ljava/util/Map;Lorg/apache/batik/bridge/SVGTextElementBridge$AttributedStringBuffer;)V
        66: .line 954
            aload 7 /* asb */
            getfield org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.count:I
            iload 20 /* before */
            if_icmpeq 124
        67: .line 955
            aconst_null
            astore 6 /* initialAttributes */
        end local 20 // int before
        end local 19 // org.apache.batik.gvt.text.TextPath newTextPath
        end local 18 // org.apache.batik.bridge.SVGTextPathElementBridge textPathBridge
        68: .line 958
            goto 124
      StackMap locals:
      StackMap stack:
        69: aload 17 /* ln */
            ldc "tref"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 90
        70: .line 959
            aload 16 /* n */
            checkcast org.w3c.dom.Element
            invokestatic org.apache.batik.dom.util.XLinkSupport.getXLinkHref:(Lorg/w3c/dom/Element;)Ljava/lang/String;
            astore 18 /* uriStr */
        start local 18 // java.lang.String uriStr
        71: .line 960
            aload 1 /* ctx */
            aload 16 /* n */
            checkcast org.w3c.dom.Element
            aload 18 /* uriStr */
            invokevirtual org.apache.batik.bridge.BridgeContext.getReferencedElement:(Lorg/w3c/dom/Element;Ljava/lang/String;)Lorg/w3c/dom/Element;
            astore 19 /* ref */
        start local 19 // org.w3c.dom.Element ref
        72: .line 961
            aload 19 /* ref */
            invokestatic org.apache.batik.bridge.TextUtilities.getElementContent:(Lorg/w3c/dom/Element;)Ljava/lang/String;
            astore 8 /* s */
        73: .line 962
            aload 0 /* this */
            aload 8 /* s */
            iload 9 /* preserve */
            iload 10 /* prevEndsWithSpace */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.normalizeString:(Ljava/lang/String;ZZ)Ljava/lang/String;
            astore 8 /* s */
        74: .line 963
            aload 8 /* s */
            invokevirtual java.lang.String.length:()I
            ifeq 124
        75: .line 964
            aload 7 /* asb */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.length:()I
            istore 20 /* trefStart */
        start local 20 // int trefStart
        76: .line 965
            aload 6 /* initialAttributes */
            ifnonnull 78
        77: .line 966
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            goto 79
        78: .line 967
      StackMap locals: java.lang.String org.w3c.dom.Element int
      StackMap stack:
            new java.util.HashMap
            dup
            aload 6 /* initialAttributes */
            invokespecial java.util.HashMap.<init>:(Ljava/util/Map;)V
        79: .line 965
      StackMap locals:
      StackMap stack: java.util.HashMap
            astore 21 /* m */
        start local 21 // java.util.Map m
        80: .line 968
            aload 0 /* this */
        81: .line 969
            aload 1 /* ctx */
            aload 11 /* nodeElement */
            aload 4 /* textPath */
            aload 5 /* bidiLevel */
            aload 21 /* m */
        82: .line 968
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getAttributeMap:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/text/TextPath;Ljava/lang/Integer;Ljava/util/Map;)Ljava/util/Map;
            pop
        83: .line 970
            aload 7 /* asb */
            aload 8 /* s */
            aload 21 /* m */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.append:(Ljava/lang/String;Ljava/util/Map;)V
        84: .line 971
            aload 7 /* asb */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.length:()I
            iconst_1
            isub
            istore 22 /* trefEnd */
        start local 22 // int trefEnd
        85: .line 973
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.elemTPI:Ljava/util/WeakHashMap;
            aload 11 /* nodeElement */
            invokevirtual java.util.WeakHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.batik.gvt.text.TextPaintInfo
            astore 23 /* tpi */
        start local 23 // org.apache.batik.gvt.text.TextPaintInfo tpi
        86: .line 974
            aload 23 /* tpi */
            iload 20 /* trefStart */
            putfield org.apache.batik.gvt.text.TextPaintInfo.startChar:I
        87: .line 975
            aload 23 /* tpi */
            iload 22 /* trefEnd */
            putfield org.apache.batik.gvt.text.TextPaintInfo.endChar:I
        88: .line 976
            aconst_null
            astore 6 /* initialAttributes */
        end local 23 // org.apache.batik.gvt.text.TextPaintInfo tpi
        end local 22 // int trefEnd
        end local 21 // java.util.Map m
        end local 20 // int trefStart
        end local 19 // org.w3c.dom.Element ref
        end local 18 // java.lang.String uriStr
        89: .line 978
            goto 124
      StackMap locals:
      StackMap stack:
        90: aload 17 /* ln */
            ldc "a"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 124
        91: .line 979
            aload 11 /* nodeElement */
            checkcast org.apache.batik.dom.events.NodeEventTarget
            astore 18 /* target */
        start local 18 // org.apache.batik.dom.events.NodeEventTarget target
        92: .line 980
            aload 1 /* ctx */
            invokevirtual org.apache.batik.bridge.BridgeContext.getUserAgent:()Lorg/apache/batik/bridge/UserAgent;
            astore 19 /* ua */
        start local 19 // org.apache.batik.bridge.UserAgent ua
        93: .line 982
            new org.apache.batik.bridge.SVGAElementBridge$CursorHolder
            dup
        94: .line 983
            getstatic org.apache.batik.bridge.CursorManager.DEFAULT_CURSOR:Ljava/awt/Cursor;
        95: .line 982
            invokespecial org.apache.batik.bridge.SVGAElementBridge$CursorHolder.<init>:(Ljava/awt/Cursor;)V
            astore 20 /* ch */
        start local 20 // org.apache.batik.bridge.SVGAElementBridge$CursorHolder ch
        96: .line 985
            new org.apache.batik.bridge.SVGAElementBridge$AnchorListener
            dup
            aload 19 /* ua */
            aload 20 /* ch */
            invokespecial org.apache.batik.bridge.SVGAElementBridge$AnchorListener.<init>:(Lorg/apache/batik/bridge/UserAgent;Lorg/apache/batik/bridge/SVGAElementBridge$CursorHolder;)V
            astore 21 /* l */
        start local 21 // org.w3c.dom.events.EventListener l
        97: .line 986
            aload 18 /* target */
        98: .line 987
            ldc "http://www.w3.org/2001/xml-events"
        99: .line 988
            ldc "click"
            aload 21 /* l */
            iconst_0
            aconst_null
       100: .line 986
            invokeinterface org.apache.batik.dom.events.NodeEventTarget.addEventListenerNS:(Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/events/EventListener;ZLjava/lang/Object;)V
       101: .line 989
            aload 1 /* ctx */
       102: .line 990
            aload 18 /* target */
            ldc "http://www.w3.org/2001/xml-events"
       103: .line 991
            ldc "click"
            aload 21 /* l */
            iconst_0
       104: .line 989
            invokevirtual org.apache.batik.bridge.BridgeContext.storeEventListenerNS:(Lorg/w3c/dom/events/EventTarget;Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/events/EventListener;Z)V
       105: .line 993
            aload 7 /* asb */
            getfield org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.count:I
            istore 22 /* before */
        start local 22 // int before
       106: .line 994
            aload 0 /* this */
            aload 1 /* ctx */
       107: .line 995
            aload 11 /* nodeElement */
       108: .line 996
            iconst_0
       109: .line 997
            aload 4 /* textPath */
       110: .line 998
            aload 15 /* subBidiLevel */
       111: .line 999
            aload 6 /* initialAttributes */
       112: .line 1000
            aload 7 /* asb */
       113: .line 994
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.fillAttributedStringBuffer:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;ZLorg/apache/batik/gvt/text/TextPath;Ljava/lang/Integer;Ljava/util/Map;Lorg/apache/batik/bridge/SVGTextElementBridge$AttributedStringBuffer;)V
       114: .line 1001
            aload 7 /* asb */
            getfield org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.count:I
            iload 22 /* before */
            if_icmpeq 124
       115: .line 1002
            aconst_null
            astore 6 /* initialAttributes */
        end local 22 // int before
        end local 21 // org.w3c.dom.events.EventListener l
        end local 20 // org.apache.batik.bridge.SVGAElementBridge$CursorHolder ch
        end local 19 // org.apache.batik.bridge.UserAgent ua
        end local 18 // org.apache.batik.dom.events.NodeEventTarget target
       116: .line 1005
            goto 124
        end local 17 // java.lang.String ln
       117: .line 1008
      StackMap locals:
      StackMap stack:
            aload 16 /* n */
            invokeinterface org.w3c.dom.Node.getNodeValue:()Ljava/lang/String;
            astore 8 /* s */
       118: .line 1009
            aload 0 /* this */
            aload 8 /* s */
            iload 9 /* preserve */
            iload 10 /* prevEndsWithSpace */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.normalizeString:(Ljava/lang/String;ZZ)Ljava/lang/String;
            astore 8 /* s */
       119: .line 1010
            aload 8 /* s */
            invokevirtual java.lang.String.length:()I
            ifeq 124
       120: .line 1011
            aload 7 /* asb */
            aload 8 /* s */
            aload 13 /* map */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.append:(Ljava/lang/String;Ljava/util/Map;)V
       121: .line 1012
            iload 9 /* preserve */
            ifeq 123
       122: .line 1013
            aload 0 /* this */
            aload 7 /* asb */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.length:()I
            putfield org.apache.batik.bridge.SVGTextElementBridge.endLimit:I
       123: .line 1015
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6 /* initialAttributes */
       124: .line 906
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 16 /* n */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getNextSibling:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 16 /* n */
        end local 10 // boolean prevEndsWithSpace
       125: .line 905
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.BridgeContext org.w3c.dom.Element int org.apache.batik.gvt.text.TextPath java.lang.Integer java.util.Map org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer java.lang.String int top org.w3c.dom.Element int java.util.Map java.lang.Object java.lang.Integer org.w3c.dom.Node
      StackMap stack:
            aload 16 /* n */
            ifnonnull 23
        end local 16 // org.w3c.dom.Node n
       126: .line 1020
            iload 3 /* top */
            ifeq 141
       127: .line 1021
            iconst_0
            istore 16 /* strippedSome */
        start local 16 // boolean strippedSome
       128: .line 1022
            goto 131
       129: .line 1023
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.BridgeContext org.w3c.dom.Element int org.apache.batik.gvt.text.TextPath java.lang.Integer java.util.Map org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer java.lang.String int top org.w3c.dom.Element int java.util.Map java.lang.Object java.lang.Integer int
      StackMap stack:
            aload 7 /* asb */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.stripLast:()V
       130: .line 1024
            iconst_1
            istore 16 /* strippedSome */
       131: .line 1022
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.endLimit:I
            aload 7 /* asb */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.length:()I
            if_icmpge 132
            aload 7 /* asb */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.getLastChar:()I
            bipush 32
            if_icmpeq 129
       132: .line 1026
      StackMap locals:
      StackMap stack:
            iload 16 /* strippedSome */
            ifeq 141
       133: .line 1027
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.elemTPI:Ljava/util/WeakHashMap;
            invokevirtual java.util.WeakHashMap.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 18
            goto 140
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.BridgeContext org.w3c.dom.Element int org.apache.batik.gvt.text.TextPath java.lang.Integer java.util.Map org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer java.lang.String int top org.w3c.dom.Element int java.util.Map java.lang.Object java.lang.Integer int top java.util.Iterator
      StackMap stack:
       134: aload 18
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 17 /* o1 */
        start local 17 // java.lang.Object o1
       135: .line 1028
            aload 17 /* o1 */
            checkcast org.apache.batik.gvt.text.TextPaintInfo
            astore 19 /* tpi */
        start local 19 // org.apache.batik.gvt.text.TextPaintInfo tpi
       136: .line 1029
            aload 19 /* tpi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.endChar:I
            aload 7 /* asb */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.length:()I
            if_icmplt 140
       137: .line 1030
            aload 19 /* tpi */
            aload 7 /* asb */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.length:()I
            iconst_1
            isub
            putfield org.apache.batik.gvt.text.TextPaintInfo.endChar:I
       138: .line 1031
            aload 19 /* tpi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.startChar:I
            aload 19 /* tpi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.endChar:I
            if_icmple 140
       139: .line 1032
            aload 19 /* tpi */
            aload 19 /* tpi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.endChar:I
            putfield org.apache.batik.gvt.text.TextPaintInfo.startChar:I
        end local 19 // org.apache.batik.gvt.text.TextPaintInfo tpi
        end local 17 // java.lang.Object o1
       140: .line 1027
      StackMap locals:
      StackMap stack:
            aload 18
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 134
        end local 16 // boolean strippedSome
       141: .line 1037
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.BridgeContext org.w3c.dom.Element int org.apache.batik.gvt.text.TextPath java.lang.Integer java.util.Map org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer java.lang.String int top org.w3c.dom.Element int java.util.Map java.lang.Object java.lang.Integer
      StackMap stack:
            aload 7 /* asb */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer.length:()I
            iconst_1
            isub
            istore 16 /* elementEndChar */
        start local 16 // int elementEndChar
       142: .line 1038
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.elemTPI:Ljava/util/WeakHashMap;
            aload 2 /* element */
            invokevirtual java.util.WeakHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.batik.gvt.text.TextPaintInfo
            astore 17 /* tpi */
        start local 17 // org.apache.batik.gvt.text.TextPaintInfo tpi
       143: .line 1039
            aload 17 /* tpi */
            iload 12 /* elementStartChar */
            putfield org.apache.batik.gvt.text.TextPaintInfo.startChar:I
       144: .line 1040
            aload 17 /* tpi */
            iload 16 /* elementEndChar */
            putfield org.apache.batik.gvt.text.TextPaintInfo.endChar:I
       145: .line 1041
            return
        end local 17 // org.apache.batik.gvt.text.TextPaintInfo tpi
        end local 16 // int elementEndChar
        end local 15 // java.lang.Integer subBidiLevel
        end local 14 // java.lang.Object o
        end local 13 // java.util.Map map
        end local 12 // int elementStartChar
        end local 11 // org.w3c.dom.Element nodeElement
        end local 9 // boolean preserve
        end local 8 // java.lang.String s
        end local 7 // org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer asb
        end local 6 // java.util.Map initialAttributes
        end local 5 // java.lang.Integer bidiLevel
        end local 4 // org.apache.batik.gvt.text.TextPath textPath
        end local 3 // boolean top
        end local 2 // org.w3c.dom.Element element
        end local 1 // org.apache.batik.bridge.BridgeContext ctx
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0  146     0               this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0  146     1                ctx  Lorg/apache/batik/bridge/BridgeContext;
            0  146     2            element  Lorg/w3c/dom/Element;
            0  146     3                top  Z
            0  146     4           textPath  Lorg/apache/batik/gvt/text/TextPath;
            0  146     5          bidiLevel  Ljava/lang/Integer;
            0  146     6  initialAttributes  Ljava/util/Map;
            0  146     7                asb  Lorg/apache/batik/bridge/SVGTextElementBridge$AttributedStringBuffer;
            4  146     8                  s  Ljava/lang/String;
            5  146     9           preserve  Z
           25   26    10  prevEndsWithSpace  Z
           28   29    10  prevEndsWithSpace  Z
           32  125    10  prevEndsWithSpace  Z
            6  146    11        nodeElement  Lorg/w3c/dom/Element;
            7  146    12   elementStartChar  I
           15  146    13                map  Ljava/util/Map;
           18  146    14                  o  Ljava/lang/Object;
           19  146    15       subBidiLevel  Ljava/lang/Integer;
           22  126    16                  n  Lorg/w3c/dom/Node;
           37  117    17                 ln  Ljava/lang/String;
           40   50    18             before  I
           54   68    18     textPathBridge  Lorg/apache/batik/bridge/SVGTextPathElementBridge;
           56   68    19        newTextPath  Lorg/apache/batik/gvt/text/TextPath;
           58   68    20             before  I
           71   89    18             uriStr  Ljava/lang/String;
           72   89    19                ref  Lorg/w3c/dom/Element;
           76   89    20          trefStart  I
           80   89    21                  m  Ljava/util/Map;
           85   89    22            trefEnd  I
           86   89    23                tpi  Lorg/apache/batik/gvt/text/TextPaintInfo;
           92  116    18             target  Lorg/apache/batik/dom/events/NodeEventTarget;
           93  116    19                 ua  Lorg/apache/batik/bridge/UserAgent;
           96  116    20                 ch  Lorg/apache/batik/bridge/SVGAElementBridge$CursorHolder;
           97  116    21                  l  Lorg/w3c/dom/events/EventListener;
          106  116    22             before  I
          128  141    16       strippedSome  Z
          135  140    17                 o1  Ljava/lang/Object;
          136  140    19                tpi  Lorg/apache/batik/gvt/text/TextPaintInfo;
          142  146    16     elementEndChar  I
          143  146    17                tpi  Lorg/apache/batik/gvt/text/TextPaintInfo;
    MethodParameters:
                   Name  Flags
      ctx                
      element            
      top                
      textPath           
      bidiLevel          
      initialAttributes  
      asb                

  protected java.lang.String normalizeString(java.lang.String, boolean, boolean);
    descriptor: (Ljava/lang/String;ZZ)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=9, args_size=4
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // java.lang.String s
        start local 2 // boolean preserve
        start local 3 // boolean stripfirst
         0: .line 1049
            new java.lang.StringBuffer
            dup
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            invokespecial java.lang.StringBuffer.<init>:(I)V
            astore 4 /* sb */
        start local 4 // java.lang.StringBuffer sb
         1: .line 1050
            iload 2 /* preserve */
            ifeq 12
         2: .line 1051
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 10
         4: .line 1052
      StackMap locals: java.lang.StringBuffer int
      StackMap stack:
            aload 1 /* s */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 6 /* c */
        start local 6 // char c
         5: .line 1053
            iload 6 /* c */
            tableswitch { // 9 - 13
                    9: 6
                   10: 6
                   11: 8
                   12: 8
                   13: 6
              default: 8
          }
         6: .line 1057
      StackMap locals: int
      StackMap stack:
            aload 4 /* sb */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         7: .line 1058
            goto 9
         8: .line 1060
      StackMap locals:
      StackMap stack:
            aload 4 /* sb */
            iload 6 /* c */
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        end local 6 // char c
         9: .line 1051
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            if_icmplt 4
        end local 5 // int i
        11: .line 1063
            aload 4 /* sb */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        12: .line 1066
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* idx */
        start local 5 // int idx
        13: .line 1067
            iload 3 /* stripfirst */
            ifeq 19
        14: .line 1068
            goto 18
        15: .line 1069
      StackMap locals: int
      StackMap stack:
            aload 1 /* s */
            iload 5 /* idx */
            invokevirtual java.lang.String.charAt:(I)C
            lookupswitch { // 4
                    9: 17
                   10: 17
                   13: 17
                   32: 17
              default: 16
          }
        16: .line 1071
      StackMap locals:
      StackMap stack:
            goto 19
        17: .line 1076
      StackMap locals:
      StackMap stack:
            iinc 5 /* idx */ 1
        18: .line 1068
      StackMap locals:
      StackMap stack:
            iload 5 /* idx */
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            if_icmplt 15
        19: .line 1081
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* space */
        start local 6 // boolean space
        20: .line 1082
            iload 5 /* idx */
            istore 7 /* i */
        start local 7 // int i
        21: goto 32
        22: .line 1083
      StackMap locals: int int
      StackMap stack:
            aload 1 /* s */
            iload 7 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 8 /* c */
        start local 8 // char c
        23: .line 1084
            iload 8 /* c */
            lookupswitch { // 4
                    9: 25
                   10: 24
                   13: 24
                   32: 25
              default: 29
          }
        24: .line 1087
      StackMap locals: int
      StackMap stack:
            goto 31
        25: .line 1090
      StackMap locals:
      StackMap stack:
            iload 6 /* space */
            ifne 31
        26: .line 1091
            aload 4 /* sb */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        27: .line 1092
            iconst_1
            istore 6 /* space */
        28: .line 1094
            goto 31
        29: .line 1096
      StackMap locals:
      StackMap stack:
            aload 4 /* sb */
            iload 8 /* c */
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        30: .line 1097
            iconst_0
            istore 6 /* space */
        end local 8 // char c
        31: .line 1082
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        32: iload 7 /* i */
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            if_icmplt 22
        end local 7 // int i
        33: .line 1101
            aload 4 /* sb */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 6 // boolean space
        end local 5 // int idx
        end local 4 // java.lang.StringBuffer sb
        end local 3 // boolean stripfirst
        end local 2 // boolean preserve
        end local 1 // java.lang.String s
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   34     0        this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   34     1           s  Ljava/lang/String;
            0   34     2    preserve  Z
            0   34     3  stripfirst  Z
            1   34     4          sb  Ljava/lang/StringBuffer;
            3   11     5           i  I
            5    9     6           c  C
           13   34     5         idx  I
           20   34     6       space  Z
           21   33     7           i  I
           23   31     8           c  C
    MethodParameters:
            Name  Flags
      s           
      preserve    
      stripfirst  

  protected boolean nodeAncestorOf(org.w3c.dom.Node, org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.Node node1
        start local 2 // org.w3c.dom.Node node2
         0: .line 1276
            aload 2 /* node2 */
            ifnull 1
            aload 1 /* node1 */
            ifnonnull 2
         1: .line 1277
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 1279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* node2 */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getParentNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 3 /* parent */
        start local 3 // org.w3c.dom.Node parent
         3: .line 1280
            goto 5
         4: .line 1281
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            aload 0 /* this */
            aload 3 /* parent */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getParentNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 3 /* parent */
         5: .line 1280
      StackMap locals:
      StackMap stack:
            aload 3 /* parent */
            ifnull 6
            aload 3 /* parent */
            aload 1 /* node1 */
            if_acmpne 4
         6: .line 1283
      StackMap locals:
      StackMap stack:
            aload 3 /* parent */
            aload 1 /* node1 */
            if_acmpne 7
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_0
            ireturn
        end local 3 // org.w3c.dom.Node parent
        end local 2 // org.w3c.dom.Node node2
        end local 1 // org.w3c.dom.Node node1
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    8     1   node1  Lorg/w3c/dom/Node;
            0    8     2   node2  Lorg/w3c/dom/Node;
            3    8     3  parent  Lorg/w3c/dom/Node;
    MethodParameters:
       Name  Flags
      node1  
      node2  

  protected void addGlyphPositionAttributes(java.text.AttributedString, org.w3c.dom.Element, org.apache.batik.bridge.BridgeContext);
    descriptor: (Ljava/text/AttributedString;Lorg/w3c/dom/Element;Lorg/apache/batik/bridge/BridgeContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=20, args_size=4
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // java.text.AttributedString as
        start local 2 // org.w3c.dom.Element element
        start local 3 // org.apache.batik.bridge.BridgeContext ctx
         0: .line 1295
            aload 2 /* element */
            aload 3 /* ctx */
            invokevirtual org.apache.batik.bridge.BridgeContext.getUserAgent:()Lorg/apache/batik/bridge/UserAgent;
            invokestatic org.apache.batik.bridge.SVGUtilities.matchUserAgent:(Lorg/w3c/dom/Element;Lorg/apache/batik/bridge/UserAgent;)Z
            ifeq 2
         1: .line 1296
            aload 2 /* element */
            invokestatic org.apache.batik.bridge.CSSUtilities.convertDisplay:(Lorg/w3c/dom/Element;)Z
            ifne 3
         2: .line 1297
      StackMap locals:
      StackMap stack:
            return
         3: .line 1299
      StackMap locals:
      StackMap stack:
            aload 2 /* element */
            invokeinterface org.w3c.dom.Element.getLocalName:()Ljava/lang/String;
            ldc "textPath"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         4: .line 1301
            aload 0 /* this */
            aload 1 /* as */
            aload 2 /* element */
            aload 3 /* ctx */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.addChildGlyphPositionAttributes:(Ljava/text/AttributedString;Lorg/w3c/dom/Element;Lorg/apache/batik/bridge/BridgeContext;)V
         5: .line 1302
            return
         6: .line 1306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* element */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getElementStartIndex:(Lorg/w3c/dom/Element;)I
            istore 4 /* firstChar */
        start local 4 // int firstChar
         7: .line 1308
            iload 4 /* firstChar */
            iconst_m1
            if_icmpne 8
            return
         8: .line 1310
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* element */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getElementEndIndex:(Lorg/w3c/dom/Element;)I
            istore 5 /* lastChar */
        start local 5 // int lastChar
         9: .line 1314
            aload 2 /* element */
            instanceof org.w3c.dom.svg.SVGTextPositioningElement
            ifne 12
        10: .line 1315
            aload 0 /* this */
            aload 1 /* as */
            aload 2 /* element */
            aload 3 /* ctx */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.addChildGlyphPositionAttributes:(Ljava/text/AttributedString;Lorg/w3c/dom/Element;Lorg/apache/batik/bridge/BridgeContext;)V
        11: .line 1316
            return
        12: .line 1320
      StackMap locals: int
      StackMap stack:
            aload 2 /* element */
            checkcast org.w3c.dom.svg.SVGTextPositioningElement
            astore 6 /* te */
        start local 6 // org.w3c.dom.svg.SVGTextPositioningElement te
        13: .line 1324
            aload 6 /* te */
            invokeinterface org.w3c.dom.svg.SVGTextPositioningElement.getX:()Lorg/w3c/dom/svg/SVGAnimatedLengthList;
            checkcast org.apache.batik.anim.dom.SVGOMAnimatedLengthList
        14: .line 1323
            astore 7 /* _x */
        start local 7 // org.apache.batik.anim.dom.SVGOMAnimatedLengthList _x
        15: .line 1325
            aload 7 /* _x */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedLengthList.check:()V
        16: .line 1327
            aload 6 /* te */
            invokeinterface org.w3c.dom.svg.SVGTextPositioningElement.getY:()Lorg/w3c/dom/svg/SVGAnimatedLengthList;
            checkcast org.apache.batik.anim.dom.SVGOMAnimatedLengthList
        17: .line 1326
            astore 8 /* _y */
        start local 8 // org.apache.batik.anim.dom.SVGOMAnimatedLengthList _y
        18: .line 1328
            aload 8 /* _y */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedLengthList.check:()V
        19: .line 1330
            aload 6 /* te */
            invokeinterface org.w3c.dom.svg.SVGTextPositioningElement.getDx:()Lorg/w3c/dom/svg/SVGAnimatedLengthList;
            checkcast org.apache.batik.anim.dom.SVGOMAnimatedLengthList
        20: .line 1329
            astore 9 /* _dx */
        start local 9 // org.apache.batik.anim.dom.SVGOMAnimatedLengthList _dx
        21: .line 1331
            aload 9 /* _dx */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedLengthList.check:()V
        22: .line 1333
            aload 6 /* te */
            invokeinterface org.w3c.dom.svg.SVGTextPositioningElement.getDy:()Lorg/w3c/dom/svg/SVGAnimatedLengthList;
            checkcast org.apache.batik.anim.dom.SVGOMAnimatedLengthList
        23: .line 1332
            astore 10 /* _dy */
        start local 10 // org.apache.batik.anim.dom.SVGOMAnimatedLengthList _dy
        24: .line 1334
            aload 10 /* _dy */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedLengthList.check:()V
        25: .line 1336
            aload 6 /* te */
            invokeinterface org.w3c.dom.svg.SVGTextPositioningElement.getRotate:()Lorg/w3c/dom/svg/SVGAnimatedNumberList;
            checkcast org.apache.batik.anim.dom.SVGOMAnimatedNumberList
        26: .line 1335
            astore 11 /* _rotate */
        start local 11 // org.apache.batik.anim.dom.SVGOMAnimatedNumberList _rotate
        27: .line 1337
            aload 11 /* _rotate */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedNumberList.check:()V
        28: .line 1339
            aload 7 /* _x */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedLengthList.getAnimVal:()Lorg/w3c/dom/svg/SVGLengthList;
            astore 12 /* xs */
        start local 12 // org.w3c.dom.svg.SVGLengthList xs
        29: .line 1340
            aload 8 /* _y */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedLengthList.getAnimVal:()Lorg/w3c/dom/svg/SVGLengthList;
            astore 13 /* ys */
        start local 13 // org.w3c.dom.svg.SVGLengthList ys
        30: .line 1341
            aload 9 /* _dx */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedLengthList.getAnimVal:()Lorg/w3c/dom/svg/SVGLengthList;
            astore 14 /* dxs */
        start local 14 // org.w3c.dom.svg.SVGLengthList dxs
        31: .line 1342
            aload 10 /* _dy */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedLengthList.getAnimVal:()Lorg/w3c/dom/svg/SVGLengthList;
            astore 15 /* dys */
        start local 15 // org.w3c.dom.svg.SVGLengthList dys
        32: .line 1343
            aload 11 /* _rotate */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedNumberList.getAnimVal:()Lorg/w3c/dom/svg/SVGNumberList;
            astore 16 /* rs */
        start local 16 // org.w3c.dom.svg.SVGNumberList rs
        33: .line 1348
            aload 12 /* xs */
            invokeinterface org.w3c.dom.svg.SVGLengthList.getNumberOfItems:()I
            istore 17 /* len */
        start local 17 // int len
        34: .line 1349
            iconst_0
            istore 18 /* i */
        start local 18 // int i
        35: goto 42
        36: .line 1350
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge java.text.AttributedString org.w3c.dom.Element org.apache.batik.bridge.BridgeContext int int org.w3c.dom.svg.SVGTextPositioningElement org.apache.batik.anim.dom.SVGOMAnimatedLengthList org.apache.batik.anim.dom.SVGOMAnimatedLengthList org.apache.batik.anim.dom.SVGOMAnimatedLengthList org.apache.batik.anim.dom.SVGOMAnimatedLengthList org.apache.batik.anim.dom.SVGOMAnimatedNumberList org.w3c.dom.svg.SVGLengthList org.w3c.dom.svg.SVGLengthList org.w3c.dom.svg.SVGLengthList org.w3c.dom.svg.SVGLengthList org.w3c.dom.svg.SVGNumberList int int
      StackMap stack:
            aload 1 /* as */
        37: .line 1351
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.X:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        38: .line 1352
            aload 12 /* xs */
            iload 18 /* i */
            invokeinterface org.w3c.dom.svg.SVGLengthList.getItem:(I)Lorg/w3c/dom/svg/SVGLength;
            invokeinterface org.w3c.dom.svg.SVGLength.getValue:()F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            iload 4 /* firstChar */
            iload 18 /* i */
            iadd
        39: .line 1353
            iload 4 /* firstChar */
            iload 18 /* i */
            iadd
            iconst_1
            iadd
        40: .line 1350
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        41: .line 1349
            iinc 18 /* i */ 1
      StackMap locals:
      StackMap stack:
        42: iload 18 /* i */
            iload 17 /* len */
            if_icmpge 43
            iload 4 /* firstChar */
            iload 18 /* i */
            iadd
            iload 5 /* lastChar */
            if_icmple 36
        end local 18 // int i
        43: .line 1357
      StackMap locals:
      StackMap stack:
            aload 13 /* ys */
            invokeinterface org.w3c.dom.svg.SVGLengthList.getNumberOfItems:()I
            istore 17 /* len */
        44: .line 1358
            iconst_0
            istore 18 /* i */
        start local 18 // int i
        45: goto 52
        46: .line 1359
      StackMap locals: int
      StackMap stack:
            aload 1 /* as */
        47: .line 1360
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.Y:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        48: .line 1361
            aload 13 /* ys */
            iload 18 /* i */
            invokeinterface org.w3c.dom.svg.SVGLengthList.getItem:(I)Lorg/w3c/dom/svg/SVGLength;
            invokeinterface org.w3c.dom.svg.SVGLength.getValue:()F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            iload 4 /* firstChar */
            iload 18 /* i */
            iadd
        49: .line 1362
            iload 4 /* firstChar */
            iload 18 /* i */
            iadd
            iconst_1
            iadd
        50: .line 1359
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        51: .line 1358
            iinc 18 /* i */ 1
      StackMap locals:
      StackMap stack:
        52: iload 18 /* i */
            iload 17 /* len */
            if_icmpge 53
            iload 4 /* firstChar */
            iload 18 /* i */
            iadd
            iload 5 /* lastChar */
            if_icmple 46
        end local 18 // int i
        53: .line 1366
      StackMap locals:
      StackMap stack:
            aload 14 /* dxs */
            invokeinterface org.w3c.dom.svg.SVGLengthList.getNumberOfItems:()I
            istore 17 /* len */
        54: .line 1367
            iconst_0
            istore 18 /* i */
        start local 18 // int i
        55: goto 62
        56: .line 1368
      StackMap locals: int
      StackMap stack:
            aload 1 /* as */
        57: .line 1369
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.DX:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        58: .line 1370
            aload 14 /* dxs */
            iload 18 /* i */
            invokeinterface org.w3c.dom.svg.SVGLengthList.getItem:(I)Lorg/w3c/dom/svg/SVGLength;
            invokeinterface org.w3c.dom.svg.SVGLength.getValue:()F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            iload 4 /* firstChar */
            iload 18 /* i */
            iadd
        59: .line 1371
            iload 4 /* firstChar */
            iload 18 /* i */
            iadd
            iconst_1
            iadd
        60: .line 1368
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        61: .line 1367
            iinc 18 /* i */ 1
      StackMap locals:
      StackMap stack:
        62: iload 18 /* i */
            iload 17 /* len */
            if_icmpge 63
            iload 4 /* firstChar */
            iload 18 /* i */
            iadd
            iload 5 /* lastChar */
            if_icmple 56
        end local 18 // int i
        63: .line 1375
      StackMap locals:
      StackMap stack:
            aload 15 /* dys */
            invokeinterface org.w3c.dom.svg.SVGLengthList.getNumberOfItems:()I
            istore 17 /* len */
        64: .line 1376
            iconst_0
            istore 18 /* i */
        start local 18 // int i
        65: goto 72
        66: .line 1377
      StackMap locals: int
      StackMap stack:
            aload 1 /* as */
        67: .line 1378
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.DY:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        68: .line 1379
            aload 15 /* dys */
            iload 18 /* i */
            invokeinterface org.w3c.dom.svg.SVGLengthList.getItem:(I)Lorg/w3c/dom/svg/SVGLength;
            invokeinterface org.w3c.dom.svg.SVGLength.getValue:()F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            iload 4 /* firstChar */
            iload 18 /* i */
            iadd
        69: .line 1380
            iload 4 /* firstChar */
            iload 18 /* i */
            iadd
            iconst_1
            iadd
        70: .line 1377
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        71: .line 1376
            iinc 18 /* i */ 1
      StackMap locals:
      StackMap stack:
        72: iload 18 /* i */
            iload 17 /* len */
            if_icmpge 73
            iload 4 /* firstChar */
            iload 18 /* i */
            iadd
            iload 5 /* lastChar */
            if_icmple 66
        end local 18 // int i
        73: .line 1384
      StackMap locals:
      StackMap stack:
            aload 16 /* rs */
            invokeinterface org.w3c.dom.svg.SVGNumberList.getNumberOfItems:()I
            istore 17 /* len */
        74: .line 1385
            iload 17 /* len */
            iconst_1
            if_icmpne 81
        75: .line 1387
            aload 16 /* rs */
            iconst_0
            invokeinterface org.w3c.dom.svg.SVGNumberList.getItem:(I)Lorg/w3c/dom/svg/SVGNumber;
            invokeinterface org.w3c.dom.svg.SVGNumber.getValue:()F
            f2d
            invokestatic java.lang.Math.toRadians:(D)D
            d2f
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            astore 18 /* rad */
        start local 18 // java.lang.Float rad
        76: .line 1388
            aload 1 /* as */
        77: .line 1389
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.ROTATION:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        78: .line 1390
            aload 18 /* rad */
            iload 4 /* firstChar */
            iload 5 /* lastChar */
            iconst_1
            iadd
        79: .line 1388
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        end local 18 // java.lang.Float rad
        80: .line 1392
            goto 91
      StackMap locals:
      StackMap stack:
        81: iload 17 /* len */
            iconst_1
            if_icmple 91
        82: .line 1394
            iconst_0
            istore 18 /* i */
        start local 18 // int i
        83: goto 90
        84: .line 1395
      StackMap locals: int
      StackMap stack:
            aload 16 /* rs */
            iload 18 /* i */
            invokeinterface org.w3c.dom.svg.SVGNumberList.getItem:(I)Lorg/w3c/dom/svg/SVGNumber;
            invokeinterface org.w3c.dom.svg.SVGNumber.getValue:()F
            f2d
            invokestatic java.lang.Math.toRadians:(D)D
            d2f
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            astore 19 /* rad */
        start local 19 // java.lang.Float rad
        85: .line 1396
            aload 1 /* as */
        86: .line 1397
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.ROTATION:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        87: .line 1398
            aload 19 /* rad */
            iload 4 /* firstChar */
            iload 18 /* i */
            iadd
            iload 4 /* firstChar */
            iload 18 /* i */
            iadd
            iconst_1
            iadd
        88: .line 1396
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        end local 19 // java.lang.Float rad
        89: .line 1394
            iinc 18 /* i */ 1
      StackMap locals:
      StackMap stack:
        90: iload 18 /* i */
            iload 17 /* len */
            if_icmpge 91
            iload 4 /* firstChar */
            iload 18 /* i */
            iadd
            iload 5 /* lastChar */
            if_icmple 84
        end local 18 // int i
        91: .line 1402
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* as */
            aload 2 /* element */
            aload 3 /* ctx */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.addChildGlyphPositionAttributes:(Ljava/text/AttributedString;Lorg/w3c/dom/Element;Lorg/apache/batik/bridge/BridgeContext;)V
        end local 17 // int len
        end local 16 // org.w3c.dom.svg.SVGNumberList rs
        end local 15 // org.w3c.dom.svg.SVGLengthList dys
        end local 14 // org.w3c.dom.svg.SVGLengthList dxs
        end local 13 // org.w3c.dom.svg.SVGLengthList ys
        end local 12 // org.w3c.dom.svg.SVGLengthList xs
        end local 11 // org.apache.batik.anim.dom.SVGOMAnimatedNumberList _rotate
        end local 10 // org.apache.batik.anim.dom.SVGOMAnimatedLengthList _dy
        end local 9 // org.apache.batik.anim.dom.SVGOMAnimatedLengthList _dx
        end local 8 // org.apache.batik.anim.dom.SVGOMAnimatedLengthList _y
        end local 7 // org.apache.batik.anim.dom.SVGOMAnimatedLengthList _x
        92: .line 1403
            goto 95
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge java.text.AttributedString org.w3c.dom.Element org.apache.batik.bridge.BridgeContext int int org.w3c.dom.svg.SVGTextPositioningElement
      StackMap stack: org.apache.batik.dom.svg.LiveAttributeException
        93: astore 7 /* ex */
        start local 7 // org.apache.batik.dom.svg.LiveAttributeException ex
        94: .line 1404
            new org.apache.batik.bridge.BridgeException
            dup
            aload 3 /* ctx */
            aload 7 /* ex */
            invokespecial org.apache.batik.bridge.BridgeException.<init>:(Lorg/apache/batik/bridge/BridgeContext;Lorg/apache/batik/dom/svg/LiveAttributeException;)V
            athrow
        end local 7 // org.apache.batik.dom.svg.LiveAttributeException ex
        95: .line 1406
      StackMap locals:
      StackMap stack:
            return
        end local 6 // org.w3c.dom.svg.SVGTextPositioningElement te
        end local 5 // int lastChar
        end local 4 // int firstChar
        end local 3 // org.apache.batik.bridge.BridgeContext ctx
        end local 2 // org.w3c.dom.Element element
        end local 1 // java.text.AttributedString as
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   96     0       this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   96     1         as  Ljava/text/AttributedString;
            0   96     2    element  Lorg/w3c/dom/Element;
            0   96     3        ctx  Lorg/apache/batik/bridge/BridgeContext;
            7   96     4  firstChar  I
            9   96     5   lastChar  I
           13   96     6         te  Lorg/w3c/dom/svg/SVGTextPositioningElement;
           15   92     7         _x  Lorg/apache/batik/anim/dom/SVGOMAnimatedLengthList;
           18   92     8         _y  Lorg/apache/batik/anim/dom/SVGOMAnimatedLengthList;
           21   92     9        _dx  Lorg/apache/batik/anim/dom/SVGOMAnimatedLengthList;
           24   92    10        _dy  Lorg/apache/batik/anim/dom/SVGOMAnimatedLengthList;
           27   92    11    _rotate  Lorg/apache/batik/anim/dom/SVGOMAnimatedNumberList;
           29   92    12         xs  Lorg/w3c/dom/svg/SVGLengthList;
           30   92    13         ys  Lorg/w3c/dom/svg/SVGLengthList;
           31   92    14        dxs  Lorg/w3c/dom/svg/SVGLengthList;
           32   92    15        dys  Lorg/w3c/dom/svg/SVGLengthList;
           33   92    16         rs  Lorg/w3c/dom/svg/SVGNumberList;
           34   92    17        len  I
           35   43    18          i  I
           45   53    18          i  I
           55   63    18          i  I
           65   73    18          i  I
           76   80    18        rad  Ljava/lang/Float;
           83   91    18          i  I
           85   89    19        rad  Ljava/lang/Float;
           94   95     7         ex  Lorg/apache/batik/dom/svg/LiveAttributeException;
      Exception table:
        from    to  target  type
          13    92      93  Class org.apache.batik.dom.svg.LiveAttributeException
    MethodParameters:
         Name  Flags
      as       
      element  
      ctx      

  protected void addChildGlyphPositionAttributes(java.text.AttributedString, org.w3c.dom.Element, org.apache.batik.bridge.BridgeContext);
    descriptor: (Ljava/text/AttributedString;Lorg/w3c/dom/Element;Lorg/apache/batik/bridge/BridgeContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // java.text.AttributedString as
        start local 2 // org.w3c.dom.Element element
        start local 3 // org.apache.batik.bridge.BridgeContext ctx
         0: .line 1412
            aload 0 /* this */
            aload 2 /* element */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getFirstChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 4 /* child */
        start local 4 // org.w3c.dom.Node child
         1: .line 1413
            goto 7
         2: .line 1415
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            aload 4 /* child */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpeq 3
            goto 6
         3: .line 1417
      StackMap locals:
      StackMap stack:
            aload 4 /* child */
            checkcast org.w3c.dom.Element
            astore 5 /* childElement */
        start local 5 // org.w3c.dom.Element childElement
         4: .line 1418
            aload 0 /* this */
            aload 5 /* childElement */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.isTextChild:(Lorg/w3c/dom/Element;)Z
            ifeq 6
         5: .line 1419
            aload 0 /* this */
            aload 1 /* as */
            aload 5 /* childElement */
            aload 3 /* ctx */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.addGlyphPositionAttributes:(Ljava/text/AttributedString;Lorg/w3c/dom/Element;Lorg/apache/batik/bridge/BridgeContext;)V
        end local 5 // org.w3c.dom.Element childElement
         6: .line 1414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* child */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getNextSibling:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 4 /* child */
         7: .line 1413
      StackMap locals:
      StackMap stack:
            aload 4 /* child */
            ifnonnull 2
        end local 4 // org.w3c.dom.Node child
         8: .line 1422
            return
        end local 3 // org.apache.batik.bridge.BridgeContext ctx
        end local 2 // org.w3c.dom.Element element
        end local 1 // java.text.AttributedString as
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    9     1            as  Ljava/text/AttributedString;
            0    9     2       element  Lorg/w3c/dom/Element;
            0    9     3           ctx  Lorg/apache/batik/bridge/BridgeContext;
            1    8     4         child  Lorg/w3c/dom/Node;
            4    6     5  childElement  Lorg/w3c/dom/Element;
    MethodParameters:
         Name  Flags
      as       
      element  
      ctx      

  protected void addPaintAttributes(java.text.AttributedString, org.w3c.dom.Element, org.apache.batik.bridge.TextNode, org.apache.batik.gvt.text.TextPaintInfo, org.apache.batik.bridge.BridgeContext);
    descriptor: (Ljava/text/AttributedString;Lorg/w3c/dom/Element;Lorg/apache/batik/bridge/TextNode;Lorg/apache/batik/gvt/text/TextPaintInfo;Lorg/apache/batik/bridge/BridgeContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // java.text.AttributedString as
        start local 2 // org.w3c.dom.Element element
        start local 3 // org.apache.batik.bridge.TextNode node
        start local 4 // org.apache.batik.gvt.text.TextPaintInfo pi
        start local 5 // org.apache.batik.bridge.BridgeContext ctx
         0: .line 1433
            aload 2 /* element */
            aload 5 /* ctx */
            invokevirtual org.apache.batik.bridge.BridgeContext.getUserAgent:()Lorg/apache/batik/bridge/UserAgent;
            invokestatic org.apache.batik.bridge.SVGUtilities.matchUserAgent:(Lorg/w3c/dom/Element;Lorg/apache/batik/bridge/UserAgent;)Z
            ifeq 2
         1: .line 1434
            aload 2 /* element */
            invokestatic org.apache.batik.bridge.CSSUtilities.convertDisplay:(Lorg/w3c/dom/Element;)Z
            ifne 3
         2: .line 1435
      StackMap locals:
      StackMap stack:
            return
         3: .line 1437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.elemTPI:Ljava/util/WeakHashMap;
            aload 2 /* element */
            invokevirtual java.util.WeakHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* o */
        start local 6 // java.lang.Object o
         4: .line 1438
            aload 6 /* o */
            ifnull 6
         5: .line 1439
            aload 3 /* node */
            aload 4 /* pi */
            aload 6 /* o */
            checkcast org.apache.batik.gvt.text.TextPaintInfo
            invokevirtual org.apache.batik.bridge.TextNode.swapTextPaintInfo:(Lorg/apache/batik/gvt/text/TextPaintInfo;Lorg/apache/batik/gvt/text/TextPaintInfo;)V
         6: .line 1441
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 1 /* as */
            aload 2 /* element */
            aload 3 /* node */
            aload 4 /* pi */
            aload 5 /* ctx */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.addChildPaintAttributes:(Ljava/text/AttributedString;Lorg/w3c/dom/Element;Lorg/apache/batik/bridge/TextNode;Lorg/apache/batik/gvt/text/TextPaintInfo;Lorg/apache/batik/bridge/BridgeContext;)V
         7: .line 1442
            return
        end local 6 // java.lang.Object o
        end local 5 // org.apache.batik.bridge.BridgeContext ctx
        end local 4 // org.apache.batik.gvt.text.TextPaintInfo pi
        end local 3 // org.apache.batik.bridge.TextNode node
        end local 2 // org.w3c.dom.Element element
        end local 1 // java.text.AttributedString as
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    8     1       as  Ljava/text/AttributedString;
            0    8     2  element  Lorg/w3c/dom/Element;
            0    8     3     node  Lorg/apache/batik/bridge/TextNode;
            0    8     4       pi  Lorg/apache/batik/gvt/text/TextPaintInfo;
            0    8     5      ctx  Lorg/apache/batik/bridge/BridgeContext;
            4    8     6        o  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      as       
      element  
      node     
      pi       
      ctx      

  protected void addChildPaintAttributes(java.text.AttributedString, org.w3c.dom.Element, org.apache.batik.bridge.TextNode, org.apache.batik.gvt.text.TextPaintInfo, org.apache.batik.bridge.BridgeContext);
    descriptor: (Ljava/text/AttributedString;Lorg/w3c/dom/Element;Lorg/apache/batik/bridge/TextNode;Lorg/apache/batik/gvt/text/TextPaintInfo;Lorg/apache/batik/bridge/BridgeContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=9, args_size=6
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // java.text.AttributedString as
        start local 2 // org.w3c.dom.Element element
        start local 3 // org.apache.batik.bridge.TextNode node
        start local 4 // org.apache.batik.gvt.text.TextPaintInfo parentPI
        start local 5 // org.apache.batik.bridge.BridgeContext ctx
         0: .line 1450
            aload 0 /* this */
            aload 2 /* element */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getFirstChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 6 /* child */
        start local 6 // org.w3c.dom.Node child
         1: .line 1451
            goto 11
         2: .line 1453
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            aload 6 /* child */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpeq 4
         3: .line 1454
            goto 10
         4: .line 1456
      StackMap locals:
      StackMap stack:
            aload 6 /* child */
            checkcast org.w3c.dom.Element
            astore 7 /* childElement */
        start local 7 // org.w3c.dom.Element childElement
         5: .line 1457
            aload 0 /* this */
            aload 7 /* childElement */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.isTextChild:(Lorg/w3c/dom/Element;)Z
            ifeq 10
         6: .line 1458
            aload 0 /* this */
            aload 7 /* childElement */
            aload 3 /* node */
         7: .line 1459
            aload 4 /* parentPI */
            aload 5 /* ctx */
         8: .line 1458
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextPaintInfo:(Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;Lorg/apache/batik/gvt/text/TextPaintInfo;Lorg/apache/batik/bridge/BridgeContext;)Lorg/apache/batik/gvt/text/TextPaintInfo;
            astore 8 /* pi */
        start local 8 // org.apache.batik.gvt.text.TextPaintInfo pi
         9: .line 1460
            aload 0 /* this */
            aload 1 /* as */
            aload 7 /* childElement */
            aload 3 /* node */
            aload 8 /* pi */
            aload 5 /* ctx */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.addPaintAttributes:(Ljava/text/AttributedString;Lorg/w3c/dom/Element;Lorg/apache/batik/bridge/TextNode;Lorg/apache/batik/gvt/text/TextPaintInfo;Lorg/apache/batik/bridge/BridgeContext;)V
        end local 8 // org.apache.batik.gvt.text.TextPaintInfo pi
        end local 7 // org.w3c.dom.Element childElement
        10: .line 1452
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* child */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getNextSibling:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 6 /* child */
        11: .line 1451
      StackMap locals:
      StackMap stack:
            aload 6 /* child */
            ifnonnull 2
        end local 6 // org.w3c.dom.Node child
        12: .line 1463
            return
        end local 5 // org.apache.batik.bridge.BridgeContext ctx
        end local 4 // org.apache.batik.gvt.text.TextPaintInfo parentPI
        end local 3 // org.apache.batik.bridge.TextNode node
        end local 2 // org.w3c.dom.Element element
        end local 1 // java.text.AttributedString as
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   13     0          this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   13     1            as  Ljava/text/AttributedString;
            0   13     2       element  Lorg/w3c/dom/Element;
            0   13     3          node  Lorg/apache/batik/bridge/TextNode;
            0   13     4      parentPI  Lorg/apache/batik/gvt/text/TextPaintInfo;
            0   13     5           ctx  Lorg/apache/batik/bridge/BridgeContext;
            1   12     6         child  Lorg/w3c/dom/Node;
            5   10     7  childElement  Lorg/w3c/dom/Element;
            9   10     8            pi  Lorg/apache/batik/gvt/text/TextPaintInfo;
    MethodParameters:
          Name  Flags
      as        
      element   
      node      
      parentPI  
      ctx       

  protected java.util.List getFontList(org.apache.batik.bridge.BridgeContext, org.w3c.dom.Element, java.util.Map);
    descriptor: (Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Ljava/util/Map;)Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=18, args_size=4
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.bridge.BridgeContext ctx
        start local 2 // org.w3c.dom.Element element
        start local 3 // java.util.Map result
         0: .line 1474
            aload 3 /* result */
            getstatic org.apache.batik.bridge.SVGTextElementBridge.TEXT_COMPOUND_ID:Ljava/text/AttributedCharacterIterator$Attribute;
            new java.lang.ref.SoftReference
            dup
            aload 2 /* element */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 1476
            aload 2 /* element */
            invokestatic org.apache.batik.bridge.TextUtilities.convertFontSize:(Lorg/w3c/dom/Element;)Ljava/lang/Float;
            astore 4 /* fsFloat */
        start local 4 // java.lang.Float fsFloat
         2: .line 1477
            aload 4 /* fsFloat */
            invokevirtual java.lang.Float.floatValue:()F
            fstore 5 /* fontSize */
        start local 5 // float fontSize
         3: .line 1479
            aload 3 /* result */
            getstatic java.awt.font.TextAttribute.SIZE:Ljava/awt/font/TextAttribute;
            aload 4 /* fsFloat */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 1482
            aload 3 /* result */
            getstatic java.awt.font.TextAttribute.WIDTH:Ljava/awt/font/TextAttribute;
         5: .line 1483
            aload 2 /* element */
            invokestatic org.apache.batik.bridge.TextUtilities.convertFontStretch:(Lorg/w3c/dom/Element;)Ljava/lang/Float;
         6: .line 1482
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 1486
            aload 3 /* result */
            getstatic java.awt.font.TextAttribute.POSTURE:Ljava/awt/font/TextAttribute;
         8: .line 1487
            aload 2 /* element */
            invokestatic org.apache.batik.bridge.TextUtilities.convertFontStyle:(Lorg/w3c/dom/Element;)Ljava/lang/Float;
         9: .line 1486
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        10: .line 1490
            aload 3 /* result */
            getstatic java.awt.font.TextAttribute.WEIGHT:Ljava/awt/font/TextAttribute;
        11: .line 1491
            aload 2 /* element */
            invokestatic org.apache.batik.bridge.TextUtilities.convertFontWeight:(Lorg/w3c/dom/Element;)Ljava/lang/Float;
        12: .line 1490
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        13: .line 1495
            aload 2 /* element */
            bipush 27
        14: .line 1494
            invokestatic org.apache.batik.bridge.CSSUtilities.getComputedStyle:(Lorg/w3c/dom/Element;I)Lorg/apache/batik/css/engine/value/Value;
            astore 6 /* v */
        start local 6 // org.apache.batik.css.engine.value.Value v
        15: .line 1496
            aload 6 /* v */
            invokeinterface org.apache.batik.css.engine.value.Value.getCssText:()Ljava/lang/String;
            astore 7 /* fontWeightString */
        start local 7 // java.lang.String fontWeightString
        16: .line 1500
            aload 2 /* element */
            bipush 25
        17: .line 1499
            invokestatic org.apache.batik.bridge.CSSUtilities.getComputedStyle:(Lorg/w3c/dom/Element;I)Lorg/apache/batik/css/engine/value/Value;
        18: .line 1500
            invokeinterface org.apache.batik.css.engine.value.Value.getStringValue:()Ljava/lang/String;
        19: .line 1499
            astore 8 /* fontStyleString */
        start local 8 // java.lang.String fontStyleString
        20: .line 1503
            aload 3 /* result */
            getstatic org.apache.batik.bridge.SVGTextElementBridge.TEXT_COMPOUND_DELIMITER:Ljava/text/AttributedCharacterIterator$Attribute;
            aload 2 /* element */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        21: .line 1507
            aload 2 /* element */
            bipush 21
        22: .line 1506
            invokestatic org.apache.batik.bridge.CSSUtilities.getComputedStyle:(Lorg/w3c/dom/Element;I)Lorg/apache/batik/css/engine/value/Value;
            astore 9 /* val */
        start local 9 // org.apache.batik.css.engine.value.Value val
        23: .line 1508
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 10 /* fontFamilyList */
        start local 10 // java.util.List fontFamilyList
        24: .line 1509
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 11 /* fontList */
        start local 11 // java.util.List fontList
        25: .line 1510
            aload 9 /* val */
            invokeinterface org.apache.batik.css.engine.value.Value.getLength:()I
            istore 12 /* len */
        start local 12 // int len
        26: .line 1511
            iconst_0
            istore 13 /* i */
        start local 13 // int i
        27: goto 43
        28: .line 1512
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.BridgeContext org.w3c.dom.Element java.util.Map java.lang.Float float org.apache.batik.css.engine.value.Value java.lang.String java.lang.String org.apache.batik.css.engine.value.Value java.util.List java.util.List int int
      StackMap stack:
            aload 9 /* val */
            iload 13 /* i */
            invokeinterface org.apache.batik.css.engine.value.Value.item:(I)Lorg/apache/batik/css/engine/value/Value;
            astore 14 /* it */
        start local 14 // org.apache.batik.css.engine.value.Value it
        29: .line 1513
            aload 14 /* it */
            invokeinterface org.apache.batik.css.engine.value.Value.getStringValue:()Ljava/lang/String;
            astore 15 /* fontFamilyName */
        start local 15 // java.lang.String fontFamilyName
        30: .line 1515
            aload 2 /* element */
            aload 1 /* ctx */
            aload 15 /* fontFamilyName */
        31: .line 1516
            aload 7 /* fontWeightString */
            aload 8 /* fontStyleString */
        32: .line 1515
            invokestatic org.apache.batik.bridge.SVGFontUtilities.getFontFamily:(Lorg/w3c/dom/Element;Lorg/apache/batik/bridge/BridgeContext;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/batik/gvt/font/GVTFontFamily;
            astore 16 /* fontFamily */
        start local 16 // org.apache.batik.gvt.font.GVTFontFamily fontFamily
        33: .line 1517
            aload 16 /* fontFamily */
            ifnull 35
            aload 16 /* fontFamily */
            instanceof org.apache.batik.gvt.font.UnresolvedFontFamily
            ifeq 35
        34: .line 1518
            aload 1 /* ctx */
            invokevirtual org.apache.batik.bridge.BridgeContext.getFontFamilyResolver:()Lorg/apache/batik/bridge/FontFamilyResolver;
            aload 16 /* fontFamily */
            invokeinterface org.apache.batik.gvt.font.GVTFontFamily.getFamilyName:()Ljava/lang/String;
            invokeinterface org.apache.batik.bridge.FontFamilyResolver.resolve:(Ljava/lang/String;)Lorg/apache/batik/gvt/font/GVTFontFamily;
            astore 16 /* fontFamily */
        35: .line 1520
      StackMap locals: org.apache.batik.css.engine.value.Value java.lang.String org.apache.batik.gvt.font.GVTFontFamily
      StackMap stack:
            aload 16 /* fontFamily */
            ifnonnull 37
        36: .line 1521
            goto 42
        37: .line 1523
      StackMap locals:
      StackMap stack:
            aload 10 /* fontFamilyList */
            aload 16 /* fontFamily */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        38: .line 1524
            aload 16 /* fontFamily */
            invokeinterface org.apache.batik.gvt.font.GVTFontFamily.isComplex:()Z
            ifeq 40
        39: .line 1525
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.bridge.SVGTextElementBridge.usingComplexSVGFont:Z
        40: .line 1527
      StackMap locals:
      StackMap stack:
            aload 16 /* fontFamily */
            fload 5 /* fontSize */
            aload 3 /* result */
            invokeinterface org.apache.batik.gvt.font.GVTFontFamily.deriveFont:(FLjava/util/Map;)Lorg/apache/batik/gvt/font/GVTFont;
            astore 17 /* ft */
        start local 17 // org.apache.batik.gvt.font.GVTFont ft
        41: .line 1528
            aload 11 /* fontList */
            aload 17 /* ft */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 17 // org.apache.batik.gvt.font.GVTFont ft
        end local 16 // org.apache.batik.gvt.font.GVTFontFamily fontFamily
        end local 15 // java.lang.String fontFamilyName
        end local 14 // org.apache.batik.css.engine.value.Value it
        42: .line 1511
      StackMap locals:
      StackMap stack:
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
        43: iload 13 /* i */
            iload 12 /* len */
            if_icmplt 28
        end local 13 // int i
        44: .line 1533
            aload 3 /* result */
            getstatic org.apache.batik.bridge.SVGTextElementBridge.GVT_FONT_FAMILIES:Ljava/text/AttributedCharacterIterator$Attribute;
            aload 10 /* fontFamilyList */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        45: .line 1535
            aload 1 /* ctx */
            invokevirtual org.apache.batik.bridge.BridgeContext.isDynamic:()Z
            ifne 47
        46: .line 1539
            aload 3 /* result */
            getstatic org.apache.batik.bridge.SVGTextElementBridge.TEXT_COMPOUND_DELIMITER:Ljava/text/AttributedCharacterIterator$Attribute;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        47: .line 1541
      StackMap locals:
      StackMap stack:
            aload 11 /* fontList */
            areturn
        end local 12 // int len
        end local 11 // java.util.List fontList
        end local 10 // java.util.List fontFamilyList
        end local 9 // org.apache.batik.css.engine.value.Value val
        end local 8 // java.lang.String fontStyleString
        end local 7 // java.lang.String fontWeightString
        end local 6 // org.apache.batik.css.engine.value.Value v
        end local 5 // float fontSize
        end local 4 // java.lang.Float fsFloat
        end local 3 // java.util.Map result
        end local 2 // org.w3c.dom.Element element
        end local 1 // org.apache.batik.bridge.BridgeContext ctx
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   48     0              this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   48     1               ctx  Lorg/apache/batik/bridge/BridgeContext;
            0   48     2           element  Lorg/w3c/dom/Element;
            0   48     3            result  Ljava/util/Map;
            2   48     4           fsFloat  Ljava/lang/Float;
            3   48     5          fontSize  F
           15   48     6                 v  Lorg/apache/batik/css/engine/value/Value;
           16   48     7  fontWeightString  Ljava/lang/String;
           20   48     8   fontStyleString  Ljava/lang/String;
           23   48     9               val  Lorg/apache/batik/css/engine/value/Value;
           24   48    10    fontFamilyList  Ljava/util/List;
           25   48    11          fontList  Ljava/util/List;
           26   48    12               len  I
           27   44    13                 i  I
           29   42    14                it  Lorg/apache/batik/css/engine/value/Value;
           30   42    15    fontFamilyName  Ljava/lang/String;
           33   42    16        fontFamily  Lorg/apache/batik/gvt/font/GVTFontFamily;
           41   42    17                ft  Lorg/apache/batik/gvt/font/GVTFont;
    MethodParameters:
         Name  Flags
      ctx      
      element  
      result   

  protected java.util.Map getAttributeMap(org.apache.batik.bridge.BridgeContext, org.w3c.dom.Element, org.apache.batik.gvt.text.TextPath, java.lang.Integer, java.util.Map);
    descriptor: (Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/text/TextPath;Ljava/lang/Integer;Ljava/util/Map;)Ljava/util/Map;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=19, args_size=6
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.bridge.BridgeContext ctx
        start local 2 // org.w3c.dom.Element element
        start local 3 // org.apache.batik.gvt.text.TextPath textPath
        start local 4 // java.lang.Integer bidiLevel
        start local 5 // java.util.Map result
         0: .line 1563
            aconst_null
            astore 6 /* tce */
        start local 6 // org.w3c.dom.svg.SVGTextContentElement tce
         1: .line 1564
            aload 2 /* element */
            instanceof org.w3c.dom.svg.SVGTextContentElement
            ifeq 3
         2: .line 1567
            aload 2 /* element */
            checkcast org.w3c.dom.svg.SVGTextContentElement
            astore 6 /* tce */
         3: .line 1570
      StackMap locals: org.w3c.dom.svg.SVGTextContentElement
      StackMap stack:
            aconst_null
            astore 7 /* inheritMap */
        start local 7 // java.util.Map inheritMap
         4: .line 1573
            ldc "http://www.w3.org/2000/svg"
            aload 2 /* element */
            invokeinterface org.w3c.dom.Element.getNamespaceURI:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         5: .line 1574
            aload 2 /* element */
            invokeinterface org.w3c.dom.Element.getLocalName:()Ljava/lang/String;
            ldc "altGlyph"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         6: .line 1575
            aload 5 /* result */
            getstatic org.apache.batik.bridge.SVGTextElementBridge.ALT_GLYPH_HANDLER:Ljava/text/AttributedCharacterIterator$Attribute;
         7: .line 1576
            new org.apache.batik.bridge.SVGAltGlyphHandler
            dup
            aload 1 /* ctx */
            aload 2 /* element */
            invokespecial org.apache.batik.bridge.SVGAltGlyphHandler.<init>:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;)V
         8: .line 1575
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         9: .line 1581
      StackMap locals: java.util.Map
      StackMap stack:
            new org.apache.batik.gvt.text.TextPaintInfo
            dup
            invokespecial org.apache.batik.gvt.text.TextPaintInfo.<init>:()V
            astore 9 /* pi */
        start local 9 // org.apache.batik.gvt.text.TextPaintInfo pi
        10: .line 1583
            aload 9 /* pi */
            iconst_1
            putfield org.apache.batik.gvt.text.TextPaintInfo.visible:Z
        11: .line 1584
            aload 9 /* pi */
            getstatic java.awt.Color.black:Ljava/awt/Color;
            putfield org.apache.batik.gvt.text.TextPaintInfo.fillPaint:Ljava/awt/Paint;
        12: .line 1585
            aload 5 /* result */
            getstatic org.apache.batik.bridge.SVGTextElementBridge.PAINT_INFO:Ljava/text/AttributedCharacterIterator$Attribute;
            aload 9 /* pi */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        13: .line 1586
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.elemTPI:Ljava/util/WeakHashMap;
            aload 2 /* element */
            aload 9 /* pi */
            invokevirtual java.util.WeakHashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        14: .line 1588
            aload 3 /* textPath */
            ifnull 16
        15: .line 1589
            aload 5 /* result */
            getstatic org.apache.batik.bridge.SVGTextElementBridge.TEXTPATH:Ljava/text/AttributedCharacterIterator$Attribute;
            aload 3 /* textPath */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        16: .line 1593
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.BridgeContext org.w3c.dom.Element org.apache.batik.gvt.text.TextPath java.lang.Integer java.util.Map org.w3c.dom.svg.SVGTextContentElement java.util.Map top org.apache.batik.gvt.text.TextPaintInfo
      StackMap stack:
            aload 2 /* element */
            invokestatic org.apache.batik.bridge.TextUtilities.convertTextAnchor:(Lorg/w3c/dom/Element;)Lorg/apache/batik/bridge/TextNode$Anchor;
            astore 10 /* a */
        start local 10 // org.apache.batik.bridge.TextNode$Anchor a
        17: .line 1594
            aload 5 /* result */
            getstatic org.apache.batik.bridge.SVGTextElementBridge.ANCHOR_TYPE:Ljava/text/AttributedCharacterIterator$Attribute;
            aload 10 /* a */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        18: .line 1597
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* element */
            aload 5 /* result */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getFontList:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Ljava/util/Map;)Ljava/util/List;
            astore 11 /* fontList */
        start local 11 // java.util.List fontList
        19: .line 1598
            aload 5 /* result */
            getstatic org.apache.batik.bridge.SVGTextElementBridge.GVT_FONTS:Ljava/text/AttributedCharacterIterator$Attribute;
            aload 11 /* fontList */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        20: .line 1602
            aload 2 /* element */
            invokestatic org.apache.batik.bridge.TextUtilities.convertBaselineShift:(Lorg/w3c/dom/Element;)Ljava/lang/Object;
            astore 12 /* bs */
        start local 12 // java.lang.Object bs
        21: .line 1603
            aload 12 /* bs */
            ifnull 23
        22: .line 1604
            aload 5 /* result */
            getstatic org.apache.batik.bridge.SVGTextElementBridge.BASELINE_SHIFT:Ljava/text/AttributedCharacterIterator$Attribute;
            aload 12 /* bs */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        23: .line 1609
      StackMap locals: org.apache.batik.bridge.TextNode$Anchor java.util.List java.lang.Object
      StackMap stack:
            aload 2 /* element */
            bipush 56
        24: .line 1608
            invokestatic org.apache.batik.bridge.CSSUtilities.getComputedStyle:(Lorg/w3c/dom/Element;I)Lorg/apache/batik/css/engine/value/Value;
            astore 13 /* val */
        start local 13 // org.apache.batik.css.engine.value.Value val
        25: .line 1610
            aload 13 /* val */
            invokeinterface org.apache.batik.css.engine.value.Value.getStringValue:()Ljava/lang/String;
            astore 8 /* s */
        start local 8 // java.lang.String s
        26: .line 1611
            aload 8 /* s */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 110
            if_icmpne 30
        27: .line 1612
            aload 4 /* bidiLevel */
            ifnull 51
        28: .line 1613
            aload 5 /* result */
            getstatic java.awt.font.TextAttribute.BIDI_EMBEDDING:Ljava/awt/font/TextAttribute;
            aload 4 /* bidiLevel */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        29: .line 1614
            goto 51
        30: .line 1627
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.BridgeContext org.w3c.dom.Element org.apache.batik.gvt.text.TextPath java.lang.Integer java.util.Map org.w3c.dom.svg.SVGTextContentElement java.util.Map java.lang.String org.apache.batik.gvt.text.TextPaintInfo org.apache.batik.bridge.TextNode$Anchor java.util.List java.lang.Object org.apache.batik.css.engine.value.Value
      StackMap stack:
            aload 2 /* element */
            bipush 11
        31: .line 1626
            invokestatic org.apache.batik.bridge.CSSUtilities.getComputedStyle:(Lorg/w3c/dom/Element;I)Lorg/apache/batik/css/engine/value/Value;
            astore 13 /* val */
        32: .line 1628
            aload 13 /* val */
            invokeinterface org.apache.batik.css.engine.value.Value.getStringValue:()Ljava/lang/String;
            astore 14 /* rs */
        start local 14 // java.lang.String rs
        33: .line 1629
            iconst_0
            istore 15 /* cbidi */
        start local 15 // int cbidi
        34: .line 1630
            aload 4 /* bidiLevel */
            ifnull 35
            aload 4 /* bidiLevel */
            invokevirtual java.lang.Integer.intValue:()I
            istore 15 /* cbidi */
        35: .line 1634
      StackMap locals: java.lang.String int
      StackMap stack:
            iload 15 /* cbidi */
            ifge 36
            iload 15 /* cbidi */
            ineg
            istore 15 /* cbidi */
        36: .line 1636
      StackMap locals:
      StackMap stack:
            aload 14 /* rs */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            lookupswitch { // 2
                  108: 37
                  114: 43
              default: 48
          }
        37: .line 1638
      StackMap locals:
      StackMap stack:
            aload 5 /* result */
            getstatic java.awt.font.TextAttribute.RUN_DIRECTION:Ljava/awt/font/TextAttribute;
        38: .line 1639
            getstatic java.awt.font.TextAttribute.RUN_DIRECTION_LTR:Ljava/lang/Boolean;
        39: .line 1638
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        40: .line 1640
            iload 15 /* cbidi */
            iconst_1
            iand
            iconst_1
            if_icmpne 41
            iinc 15 /* cbidi */ 1
            goto 48
        41: .line 1641
      StackMap locals:
      StackMap stack:
            iinc 15 /* cbidi */ 2
        42: .line 1642
            goto 48
        43: .line 1644
      StackMap locals:
      StackMap stack:
            aload 5 /* result */
            getstatic java.awt.font.TextAttribute.RUN_DIRECTION:Ljava/awt/font/TextAttribute;
        44: .line 1645
            getstatic java.awt.font.TextAttribute.RUN_DIRECTION_RTL:Ljava/lang/Boolean;
        45: .line 1644
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        46: .line 1646
            iload 15 /* cbidi */
            iconst_1
            iand
            iconst_1
            if_icmpne 47
            iinc 15 /* cbidi */ 2
            goto 48
        47: .line 1647
      StackMap locals:
      StackMap stack:
            iinc 15 /* cbidi */ 1
        48: .line 1651
      StackMap locals:
      StackMap stack:
            aload 8 /* s */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            tableswitch { // 98 - 98
                   98: 49
              default: 50
          }
        49: .line 1653
      StackMap locals:
      StackMap stack:
            iload 15 /* cbidi */
            ineg
            istore 15 /* cbidi */
        50: .line 1657
      StackMap locals:
      StackMap stack:
            aload 5 /* result */
            getstatic java.awt.font.TextAttribute.BIDI_EMBEDDING:Ljava/awt/font/TextAttribute;
            iload 15 /* cbidi */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 15 // int cbidi
        end local 14 // java.lang.String rs
        51: .line 1663
      StackMap locals:
      StackMap stack:
            aload 2 /* element */
            bipush 59
        52: .line 1662
            invokestatic org.apache.batik.bridge.CSSUtilities.getComputedStyle:(Lorg/w3c/dom/Element;I)Lorg/apache/batik/css/engine/value/Value;
            astore 13 /* val */
        53: .line 1664
            aload 13 /* val */
            invokeinterface org.apache.batik.css.engine.value.Value.getStringValue:()Ljava/lang/String;
            astore 8 /* s */
        54: .line 1665
            aload 8 /* s */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            lookupswitch { // 3
                  108: 55
                  114: 60
                  116: 65
              default: 69
          }
        55: .line 1667
      StackMap locals:
      StackMap stack:
            aload 5 /* result */
        56: .line 1668
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.WRITING_MODE:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        57: .line 1670
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.WRITING_MODE_LTR:Ljava/lang/Integer;
        58: .line 1667
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        59: .line 1671
            goto 69
        60: .line 1673
      StackMap locals:
      StackMap stack:
            aload 5 /* result */
        61: .line 1674
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.WRITING_MODE:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        62: .line 1676
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.WRITING_MODE_RTL:Ljava/lang/Integer;
        63: .line 1673
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        64: .line 1677
            goto 69
        65: .line 1679
      StackMap locals:
      StackMap stack:
            aload 5 /* result */
        66: .line 1680
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.WRITING_MODE:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        67: .line 1682
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.WRITING_MODE_TTB:Ljava/lang/Integer;
        68: .line 1679
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        69: .line 1689
      StackMap locals:
      StackMap stack:
            aload 2 /* element */
            bipush 29
        70: .line 1688
            invokestatic org.apache.batik.bridge.CSSUtilities.getComputedStyle:(Lorg/w3c/dom/Element;I)Lorg/apache/batik/css/engine/value/Value;
            astore 13 /* val */
        71: .line 1690
            aload 13 /* val */
            invokeinterface org.apache.batik.css.engine.value.Value.getPrimitiveType:()S
            istore 14 /* primitiveType */
        start local 14 // int primitiveType
        72: .line 1691
            iload 14 /* primitiveType */
            lookupswitch { // 4
                   11: 78
                   12: 87
                   13: 96
                   21: 73
              default: 105
          }
        73: .line 1693
      StackMap locals: int
      StackMap stack:
            aload 5 /* result */
        74: .line 1694
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.VERTICAL_ORIENTATION:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        75: .line 1696
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.ORIENTATION_AUTO:Ljava/lang/Integer;
        76: .line 1693
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        77: .line 1697
            goto 106
        78: .line 1699
      StackMap locals:
      StackMap stack:
            aload 5 /* result */
        79: .line 1700
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.VERTICAL_ORIENTATION:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        80: .line 1702
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.ORIENTATION_ANGLE:Ljava/lang/Integer;
        81: .line 1699
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        82: .line 1703
            aload 5 /* result */
        83: .line 1704
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.VERTICAL_ORIENTATION_ANGLE:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        84: .line 1705
            aload 13 /* val */
            invokeinterface org.apache.batik.css.engine.value.Value.getFloatValue:()F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
        85: .line 1703
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        86: .line 1706
            goto 106
        87: .line 1708
      StackMap locals:
      StackMap stack:
            aload 5 /* result */
        88: .line 1709
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.VERTICAL_ORIENTATION:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        89: .line 1711
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.ORIENTATION_ANGLE:Ljava/lang/Integer;
        90: .line 1708
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        91: .line 1712
            aload 5 /* result */
        92: .line 1713
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.VERTICAL_ORIENTATION_ANGLE:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        93: .line 1714
            aload 13 /* val */
            invokeinterface org.apache.batik.css.engine.value.Value.getFloatValue:()F
            f2d
            invokestatic java.lang.Math.toDegrees:(D)D
            d2f
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
        94: .line 1712
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        95: .line 1715
            goto 106
        96: .line 1717
      StackMap locals:
      StackMap stack:
            aload 5 /* result */
        97: .line 1718
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.VERTICAL_ORIENTATION:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        98: .line 1720
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.ORIENTATION_ANGLE:Ljava/lang/Integer;
        99: .line 1717
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       100: .line 1721
            aload 5 /* result */
       101: .line 1722
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.VERTICAL_ORIENTATION_ANGLE:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
       102: .line 1723
            aload 13 /* val */
            invokeinterface org.apache.batik.css.engine.value.Value.getFloatValue:()F
            ldc 9.0
            fmul
            ldc 5.0
            fdiv
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
       103: .line 1721
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       104: .line 1724
            goto 106
       105: .line 1727
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "unexpected primitiveType (V):"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 14 /* primitiveType */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
       106: .line 1733
      StackMap locals:
      StackMap stack:
            aload 2 /* element */
            bipush 28
       107: .line 1732
            invokestatic org.apache.batik.bridge.CSSUtilities.getComputedStyle:(Lorg/w3c/dom/Element;I)Lorg/apache/batik/css/engine/value/Value;
            astore 13 /* val */
       108: .line 1734
            aload 13 /* val */
            invokeinterface org.apache.batik.css.engine.value.Value.getPrimitiveType:()S
            istore 14 /* primitiveType */
       109: .line 1735
            iload 14 /* primitiveType */
            tableswitch { // 11 - 13
                   11: 110
                   12: 115
                   13: 120
              default: 125
          }
       110: .line 1737
      StackMap locals:
      StackMap stack:
            aload 5 /* result */
       111: .line 1738
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.HORIZONTAL_ORIENTATION_ANGLE:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
       112: .line 1739
            aload 13 /* val */
            invokeinterface org.apache.batik.css.engine.value.Value.getFloatValue:()F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
       113: .line 1737
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       114: .line 1740
            goto 126
       115: .line 1742
      StackMap locals:
      StackMap stack:
            aload 5 /* result */
       116: .line 1743
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.HORIZONTAL_ORIENTATION_ANGLE:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
       117: .line 1744
            aload 13 /* val */
            invokeinterface org.apache.batik.css.engine.value.Value.getFloatValue:()F
            f2d
            invokestatic java.lang.Math.toDegrees:(D)D
            d2f
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
       118: .line 1742
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       119: .line 1745
            goto 126
       120: .line 1747
      StackMap locals:
      StackMap stack:
            aload 5 /* result */
       121: .line 1748
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.HORIZONTAL_ORIENTATION_ANGLE:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
       122: .line 1749
            aload 13 /* val */
            invokeinterface org.apache.batik.css.engine.value.Value.getFloatValue:()F
            ldc 9.0
            fmul
            ldc 5.0
            fdiv
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
       123: .line 1747
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       124: .line 1750
            goto 126
       125: .line 1753
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "unexpected primitiveType (H):"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 14 /* primitiveType */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
       126: .line 1759
      StackMap locals:
      StackMap stack:
            aload 2 /* element */
            invokestatic org.apache.batik.bridge.TextUtilities.convertLetterSpacing:(Lorg/w3c/dom/Element;)Ljava/lang/Float;
            astore 15 /* sp */
        start local 15 // java.lang.Float sp
       127: .line 1760
            aload 15 /* sp */
            ifnull 136
       128: .line 1761
            aload 5 /* result */
       129: .line 1762
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.LETTER_SPACING:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
       130: .line 1763
            aload 15 /* sp */
       131: .line 1761
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       132: .line 1764
            aload 5 /* result */
       133: .line 1765
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.CUSTOM_SPACING:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
       134: .line 1766
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
       135: .line 1764
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       136: .line 1770
      StackMap locals: java.lang.Float
      StackMap stack:
            aload 2 /* element */
            invokestatic org.apache.batik.bridge.TextUtilities.convertWordSpacing:(Lorg/w3c/dom/Element;)Ljava/lang/Float;
            astore 15 /* sp */
       137: .line 1771
            aload 15 /* sp */
            ifnull 146
       138: .line 1772
            aload 5 /* result */
       139: .line 1773
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.WORD_SPACING:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
       140: .line 1774
            aload 15 /* sp */
       141: .line 1772
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       142: .line 1775
            aload 5 /* result */
       143: .line 1776
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.CUSTOM_SPACING:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
       144: .line 1777
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
       145: .line 1775
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       146: .line 1781
      StackMap locals:
      StackMap stack:
            aload 2 /* element */
            invokestatic org.apache.batik.bridge.TextUtilities.convertKerning:(Lorg/w3c/dom/Element;)Ljava/lang/Float;
            astore 15 /* sp */
       147: .line 1782
            aload 15 /* sp */
            ifnull 155
       148: .line 1783
            aload 5 /* result */
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.KERNING:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
       149: .line 1784
            aload 15 /* sp */
       150: .line 1783
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       151: .line 1785
            aload 5 /* result */
       152: .line 1786
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.CUSTOM_SPACING:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
       153: .line 1787
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
       154: .line 1785
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       155: .line 1790
      StackMap locals:
      StackMap stack:
            aload 6 /* tce */
            ifnonnull 157
       156: .line 1791
            aload 7 /* inheritMap */
            areturn
       157: .line 1797
      StackMap locals:
      StackMap stack:
            aload 6 /* tce */
            invokeinterface org.w3c.dom.svg.SVGTextContentElement.getTextLength:()Lorg/w3c/dom/svg/SVGAnimatedLength;
            checkcast org.apache.batik.anim.dom.AbstractSVGAnimatedLength
       158: .line 1796
            astore 16 /* textLength */
        start local 16 // org.apache.batik.anim.dom.AbstractSVGAnimatedLength textLength
       159: .line 1798
            aload 16 /* textLength */
            invokevirtual org.apache.batik.anim.dom.AbstractSVGAnimatedLength.isSpecified:()Z
            ifeq 204
       160: .line 1799
            aload 7 /* inheritMap */
            ifnonnull 162
       161: .line 1800
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 7 /* inheritMap */
       162: .line 1803
      StackMap locals: org.apache.batik.anim.dom.AbstractSVGAnimatedLength
      StackMap stack:
            aload 16 /* textLength */
            invokevirtual org.apache.batik.anim.dom.AbstractSVGAnimatedLength.getCheckedValue:()F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            astore 17 /* value */
        start local 17 // java.lang.Object value
       163: .line 1804
            aload 5 /* result */
       164: .line 1805
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.BBOX_WIDTH:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
       165: .line 1806
            aload 17 /* value */
       166: .line 1804
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       167: .line 1807
            aload 7 /* inheritMap */
       168: .line 1808
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.BBOX_WIDTH:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
       169: .line 1809
            aload 17 /* value */
       170: .line 1807
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       171: .line 1813
            aload 6 /* tce */
            invokeinterface org.w3c.dom.svg.SVGTextContentElement.getLengthAdjust:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;
            checkcast org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
       172: .line 1812
            astore 18 /* _lengthAdjust */
        start local 18 // org.apache.batik.anim.dom.SVGOMAnimatedEnumeration _lengthAdjust
       173: .line 1814
            aload 18 /* _lengthAdjust */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedEnumeration.getCheckedVal:()S
       174: .line 1815
            iconst_2
       175: .line 1814
            if_icmpne 185
       176: .line 1816
            aload 5 /* result */
       177: .line 1817
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.LENGTH_ADJUST:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
       178: .line 1819
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.ADJUST_ALL:Ljava/lang/Integer;
       179: .line 1816
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       180: .line 1820
            aload 7 /* inheritMap */
       181: .line 1821
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.LENGTH_ADJUST:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
       182: .line 1823
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.ADJUST_ALL:Ljava/lang/Integer;
       183: .line 1820
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       184: .line 1824
            goto 204
       185: .line 1825
      StackMap locals: java.lang.Object org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
      StackMap stack:
            aload 5 /* result */
       186: .line 1826
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.LENGTH_ADJUST:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
       187: .line 1828
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.ADJUST_SPACING:Ljava/lang/Integer;
       188: .line 1825
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       189: .line 1829
            aload 7 /* inheritMap */
       190: .line 1830
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.LENGTH_ADJUST:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
       191: .line 1832
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.ADJUST_SPACING:Ljava/lang/Integer;
       192: .line 1829
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       193: .line 1833
            aload 5 /* result */
       194: .line 1834
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.CUSTOM_SPACING:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
       195: .line 1835
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
       196: .line 1833
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       197: .line 1836
            aload 7 /* inheritMap */
       198: .line 1837
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.CUSTOM_SPACING:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
       199: .line 1838
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
       200: .line 1836
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 18 // org.apache.batik.anim.dom.SVGOMAnimatedEnumeration _lengthAdjust
        end local 17 // java.lang.Object value
        end local 16 // org.apache.batik.anim.dom.AbstractSVGAnimatedLength textLength
       201: .line 1841
            goto 204
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.BridgeContext org.w3c.dom.Element org.apache.batik.gvt.text.TextPath java.lang.Integer java.util.Map org.w3c.dom.svg.SVGTextContentElement java.util.Map java.lang.String org.apache.batik.gvt.text.TextPaintInfo org.apache.batik.bridge.TextNode$Anchor java.util.List java.lang.Object org.apache.batik.css.engine.value.Value int java.lang.Float
      StackMap stack: org.apache.batik.dom.svg.LiveAttributeException
       202: astore 16 /* ex */
        start local 16 // org.apache.batik.dom.svg.LiveAttributeException ex
       203: .line 1842
            new org.apache.batik.bridge.BridgeException
            dup
            aload 1 /* ctx */
            aload 16 /* ex */
            invokespecial org.apache.batik.bridge.BridgeException.<init>:(Lorg/apache/batik/bridge/BridgeContext;Lorg/apache/batik/dom/svg/LiveAttributeException;)V
            athrow
        end local 16 // org.apache.batik.dom.svg.LiveAttributeException ex
       204: .line 1845
      StackMap locals:
      StackMap stack:
            aload 7 /* inheritMap */
            areturn
        end local 15 // java.lang.Float sp
        end local 14 // int primitiveType
        end local 13 // org.apache.batik.css.engine.value.Value val
        end local 12 // java.lang.Object bs
        end local 11 // java.util.List fontList
        end local 10 // org.apache.batik.bridge.TextNode$Anchor a
        end local 9 // org.apache.batik.gvt.text.TextPaintInfo pi
        end local 8 // java.lang.String s
        end local 7 // java.util.Map inheritMap
        end local 6 // org.w3c.dom.svg.SVGTextContentElement tce
        end local 5 // java.util.Map result
        end local 4 // java.lang.Integer bidiLevel
        end local 3 // org.apache.batik.gvt.text.TextPath textPath
        end local 2 // org.w3c.dom.Element element
        end local 1 // org.apache.batik.bridge.BridgeContext ctx
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0  205     0           this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0  205     1            ctx  Lorg/apache/batik/bridge/BridgeContext;
            0  205     2        element  Lorg/w3c/dom/Element;
            0  205     3       textPath  Lorg/apache/batik/gvt/text/TextPath;
            0  205     4      bidiLevel  Ljava/lang/Integer;
            0  205     5         result  Ljava/util/Map;
            1  205     6            tce  Lorg/w3c/dom/svg/SVGTextContentElement;
            4  205     7     inheritMap  Ljava/util/Map;
           26  205     8              s  Ljava/lang/String;
           10  205     9             pi  Lorg/apache/batik/gvt/text/TextPaintInfo;
           17  205    10              a  Lorg/apache/batik/bridge/TextNode$Anchor;
           19  205    11       fontList  Ljava/util/List;
           21  205    12             bs  Ljava/lang/Object;
           25  205    13            val  Lorg/apache/batik/css/engine/value/Value;
           33   51    14             rs  Ljava/lang/String;
           34   51    15          cbidi  I
           72  205    14  primitiveType  I
          127  205    15             sp  Ljava/lang/Float;
          159  201    16     textLength  Lorg/apache/batik/anim/dom/AbstractSVGAnimatedLength;
          163  201    17          value  Ljava/lang/Object;
          173  201    18  _lengthAdjust  Lorg/apache/batik/anim/dom/SVGOMAnimatedEnumeration;
          203  204    16             ex  Lorg/apache/batik/dom/svg/LiveAttributeException;
      Exception table:
        from    to  target  type
         157   201     202  Class org.apache.batik.dom.svg.LiveAttributeException
    MethodParameters:
           Name  Flags
      ctx        
      element    
      textPath   
      bidiLevel  
      result     

  protected org.apache.batik.gvt.text.TextPaintInfo getParentTextPaintInfo(org.w3c.dom.Element);
    descriptor: (Lorg/w3c/dom/Element;)Lorg/apache/batik/gvt/text/TextPaintInfo;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.Element child
         0: .line 1858
            aload 0 /* this */
            aload 1 /* child */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getParentNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 2 /* parent */
        start local 2 // org.w3c.dom.Node parent
         1: .line 1859
            goto 5
         2: .line 1860
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.elemTPI:Ljava/util/WeakHashMap;
            aload 2 /* parent */
            invokevirtual java.util.WeakHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.batik.gvt.text.TextPaintInfo
            astore 3 /* tpi */
        start local 3 // org.apache.batik.gvt.text.TextPaintInfo tpi
         3: .line 1861
            aload 3 /* tpi */
            ifnull 4
            aload 3 /* tpi */
            areturn
         4: .line 1862
      StackMap locals: org.apache.batik.gvt.text.TextPaintInfo
      StackMap stack:
            aload 0 /* this */
            aload 2 /* parent */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getParentNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 2 /* parent */
        end local 3 // org.apache.batik.gvt.text.TextPaintInfo tpi
         5: .line 1859
      StackMap locals:
      StackMap stack:
            aload 2 /* parent */
            ifnonnull 2
         6: .line 1864
            aconst_null
            areturn
        end local 2 // org.w3c.dom.Node parent
        end local 1 // org.w3c.dom.Element child
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    7     1   child  Lorg/w3c/dom/Element;
            1    7     2  parent  Lorg/w3c/dom/Node;
            3    5     3     tpi  Lorg/apache/batik/gvt/text/TextPaintInfo;
    MethodParameters:
       Name  Flags
      child  

  protected org.apache.batik.gvt.text.TextPaintInfo getTextPaintInfo(org.w3c.dom.Element, org.apache.batik.gvt.GraphicsNode, org.apache.batik.gvt.text.TextPaintInfo, org.apache.batik.bridge.BridgeContext);
    descriptor: (Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;Lorg/apache/batik/gvt/text/TextPaintInfo;Lorg/apache/batik/bridge/BridgeContext;)Lorg/apache/batik/gvt/text/TextPaintInfo;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.Element element
        start local 2 // org.apache.batik.gvt.GraphicsNode node
        start local 3 // org.apache.batik.gvt.text.TextPaintInfo parentTPI
        start local 4 // org.apache.batik.bridge.BridgeContext ctx
         0: .line 1878
            aload 1 /* element */
            bipush 54
         1: .line 1877
            invokestatic org.apache.batik.bridge.CSSUtilities.getComputedStyle:(Lorg/w3c/dom/Element;I)Lorg/apache/batik/css/engine/value/Value;
            pop
         2: .line 1880
            new org.apache.batik.gvt.text.TextPaintInfo
            dup
            aload 3 /* parentTPI */
            invokespecial org.apache.batik.gvt.text.TextPaintInfo.<init>:(Lorg/apache/batik/gvt/text/TextPaintInfo;)V
            astore 5 /* pi */
        start local 5 // org.apache.batik.gvt.text.TextPaintInfo pi
         3: .line 1883
            aload 1 /* element */
            checkcast org.apache.batik.css.engine.CSSStylableElement
            aconst_null
            invokeinterface org.apache.batik.css.engine.CSSStylableElement.getComputedStyleMap:(Ljava/lang/String;)Lorg/apache/batik/css/engine/StyleMap;
            astore 6 /* sm */
        start local 6 // org.apache.batik.css.engine.StyleMap sm
         4: .line 1884
            aload 6 /* sm */
            bipush 54
            invokevirtual org.apache.batik.css.engine.StyleMap.isNullCascaded:(I)Z
            ifeq 10
         5: .line 1885
            aload 6 /* sm */
            bipush 15
            invokevirtual org.apache.batik.css.engine.StyleMap.isNullCascaded:(I)Z
            ifeq 10
         6: .line 1886
            aload 6 /* sm */
            bipush 45
            invokevirtual org.apache.batik.css.engine.StyleMap.isNullCascaded:(I)Z
            ifeq 10
         7: .line 1887
            aload 6 /* sm */
            bipush 52
            invokevirtual org.apache.batik.css.engine.StyleMap.isNullCascaded:(I)Z
            ifeq 10
         8: .line 1888
            aload 6 /* sm */
            bipush 38
            invokevirtual org.apache.batik.css.engine.StyleMap.isNullCascaded:(I)Z
            ifeq 10
         9: .line 1890
            aload 5 /* pi */
            areturn
        10: .line 1893
      StackMap locals: org.apache.batik.gvt.text.TextPaintInfo org.apache.batik.css.engine.StyleMap
      StackMap stack:
            aload 0 /* this */
            aload 5 /* pi */
            aload 1 /* element */
            aload 2 /* node */
            aload 4 /* ctx */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.setBaseTextPaintInfo:(Lorg/apache/batik/gvt/text/TextPaintInfo;Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;Lorg/apache/batik/bridge/BridgeContext;)V
        11: .line 1895
            aload 6 /* sm */
            bipush 54
            invokevirtual org.apache.batik.css.engine.StyleMap.isNullCascaded:(I)Z
            ifne 13
        12: .line 1896
            aload 0 /* this */
            aload 5 /* pi */
            aload 1 /* element */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.setDecorationTextPaintInfo:(Lorg/apache/batik/gvt/text/TextPaintInfo;Lorg/w3c/dom/Element;)V
        13: .line 1898
      StackMap locals:
      StackMap stack:
            aload 5 /* pi */
            areturn
        end local 6 // org.apache.batik.css.engine.StyleMap sm
        end local 5 // org.apache.batik.gvt.text.TextPaintInfo pi
        end local 4 // org.apache.batik.bridge.BridgeContext ctx
        end local 3 // org.apache.batik.gvt.text.TextPaintInfo parentTPI
        end local 2 // org.apache.batik.gvt.GraphicsNode node
        end local 1 // org.w3c.dom.Element element
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   14     1    element  Lorg/w3c/dom/Element;
            0   14     2       node  Lorg/apache/batik/gvt/GraphicsNode;
            0   14     3  parentTPI  Lorg/apache/batik/gvt/text/TextPaintInfo;
            0   14     4        ctx  Lorg/apache/batik/bridge/BridgeContext;
            3   14     5         pi  Lorg/apache/batik/gvt/text/TextPaintInfo;
            4   14     6         sm  Lorg/apache/batik/css/engine/StyleMap;
    MethodParameters:
           Name  Flags
      element    
      node       
      parentTPI  
      ctx        

  public void setBaseTextPaintInfo(org.apache.batik.gvt.text.TextPaintInfo, org.w3c.dom.Element, org.apache.batik.gvt.GraphicsNode, org.apache.batik.bridge.BridgeContext);
    descriptor: (Lorg/apache/batik/gvt/text/TextPaintInfo;Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;Lorg/apache/batik/bridge/BridgeContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.gvt.text.TextPaintInfo pi
        start local 2 // org.w3c.dom.Element element
        start local 3 // org.apache.batik.gvt.GraphicsNode node
        start local 4 // org.apache.batik.bridge.BridgeContext ctx
         0: .line 1903
            aload 2 /* element */
            invokeinterface org.w3c.dom.Element.getLocalName:()Ljava/lang/String;
            ldc "text"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 1904
            aload 1 /* pi */
            aload 2 /* element */
            invokestatic org.apache.batik.bridge.CSSUtilities.convertOpacity:(Lorg/w3c/dom/Element;)Ljava/awt/Composite;
            putfield org.apache.batik.gvt.text.TextPaintInfo.composite:Ljava/awt/Composite;
            goto 3
         2: .line 1906
      StackMap locals:
      StackMap stack:
            aload 1 /* pi */
            getstatic java.awt.AlphaComposite.SrcOver:Ljava/awt/AlphaComposite;
            putfield org.apache.batik.gvt.text.TextPaintInfo.composite:Ljava/awt/Composite;
         3: .line 1908
      StackMap locals:
      StackMap stack:
            aload 1 /* pi */
            aload 2 /* element */
            invokestatic org.apache.batik.bridge.CSSUtilities.convertVisibility:(Lorg/w3c/dom/Element;)Z
            putfield org.apache.batik.gvt.text.TextPaintInfo.visible:Z
         4: .line 1909
            aload 1 /* pi */
            aload 2 /* element */
            aload 3 /* node */
            aload 4 /* ctx */
            invokestatic org.apache.batik.bridge.PaintServer.convertFillPaint:(Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;Lorg/apache/batik/bridge/BridgeContext;)Ljava/awt/Paint;
            putfield org.apache.batik.gvt.text.TextPaintInfo.fillPaint:Ljava/awt/Paint;
         5: .line 1910
            aload 1 /* pi */
            aload 2 /* element */
            aload 3 /* node */
            aload 4 /* ctx */
            invokestatic org.apache.batik.bridge.PaintServer.convertStrokePaint:(Lorg/w3c/dom/Element;Lorg/apache/batik/gvt/GraphicsNode;Lorg/apache/batik/bridge/BridgeContext;)Ljava/awt/Paint;
            putfield org.apache.batik.gvt.text.TextPaintInfo.strokePaint:Ljava/awt/Paint;
         6: .line 1911
            aload 1 /* pi */
            aload 2 /* element */
            invokestatic org.apache.batik.bridge.PaintServer.convertStroke:(Lorg/w3c/dom/Element;)Ljava/awt/Stroke;
            putfield org.apache.batik.gvt.text.TextPaintInfo.strokeStroke:Ljava/awt/Stroke;
         7: .line 1912
            return
        end local 4 // org.apache.batik.bridge.BridgeContext ctx
        end local 3 // org.apache.batik.gvt.GraphicsNode node
        end local 2 // org.w3c.dom.Element element
        end local 1 // org.apache.batik.gvt.text.TextPaintInfo pi
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    8     1       pi  Lorg/apache/batik/gvt/text/TextPaintInfo;
            0    8     2  element  Lorg/w3c/dom/Element;
            0    8     3     node  Lorg/apache/batik/gvt/GraphicsNode;
            0    8     4      ctx  Lorg/apache/batik/bridge/BridgeContext;
    MethodParameters:
         Name  Flags
      pi       
      element  
      node     
      ctx      

  public void setDecorationTextPaintInfo(org.apache.batik.gvt.text.TextPaintInfo, org.w3c.dom.Element);
    descriptor: (Lorg/apache/batik/gvt/text/TextPaintInfo;Lorg/w3c/dom/Element;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=9, args_size=3
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.gvt.text.TextPaintInfo pi
        start local 2 // org.w3c.dom.Element element
         0: .line 1916
            aload 2 /* element */
            bipush 54
         1: .line 1915
            invokestatic org.apache.batik.bridge.CSSUtilities.getComputedStyle:(Lorg/w3c/dom/Element;I)Lorg/apache/batik/css/engine/value/Value;
            astore 3 /* val */
        start local 3 // org.apache.batik.css.engine.value.Value val
         2: .line 1918
            aload 3 /* val */
            invokeinterface org.apache.batik.css.engine.value.Value.getCssValueType:()S
            tableswitch { // 2 - 2
                    2: 3
              default: 33
          }
         3: .line 1920
      StackMap locals: org.apache.batik.css.engine.value.Value
      StackMap stack:
            aload 3 /* val */
            checkcast org.apache.batik.css.engine.value.ListValue
            astore 4 /* lst */
        start local 4 // org.apache.batik.css.engine.value.ListValue lst
         4: .line 1922
            aload 4 /* lst */
            invokevirtual org.apache.batik.css.engine.value.ListValue.getLength:()I
            istore 5 /* len */
        start local 5 // int len
         5: .line 1923
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 31
         7: .line 1924
      StackMap locals: org.apache.batik.css.engine.value.ListValue int int
      StackMap stack:
            aload 4 /* lst */
            iload 6 /* i */
            invokevirtual org.apache.batik.css.engine.value.ListValue.item:(I)Lorg/apache/batik/css/engine/value/Value;
            astore 7 /* v */
        start local 7 // org.apache.batik.css.engine.value.Value v
         8: .line 1925
            aload 7 /* v */
            invokeinterface org.apache.batik.css.engine.value.Value.getStringValue:()Ljava/lang/String;
            astore 8 /* s */
        start local 8 // java.lang.String s
         9: .line 1926
            aload 8 /* s */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            lookupswitch { // 3
                  108: 24
                  111: 17
                  117: 10
              default: 30
          }
        10: .line 1928
      StackMap locals: org.apache.batik.css.engine.value.Value java.lang.String
      StackMap stack:
            aload 1 /* pi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.fillPaint:Ljava/awt/Paint;
            ifnull 12
        11: .line 1929
            aload 1 /* pi */
            aload 1 /* pi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.fillPaint:Ljava/awt/Paint;
            putfield org.apache.batik.gvt.text.TextPaintInfo.underlinePaint:Ljava/awt/Paint;
        12: .line 1931
      StackMap locals:
      StackMap stack:
            aload 1 /* pi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.strokePaint:Ljava/awt/Paint;
            ifnull 14
        13: .line 1932
            aload 1 /* pi */
            aload 1 /* pi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.strokePaint:Ljava/awt/Paint;
            putfield org.apache.batik.gvt.text.TextPaintInfo.underlineStrokePaint:Ljava/awt/Paint;
        14: .line 1934
      StackMap locals:
      StackMap stack:
            aload 1 /* pi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.strokeStroke:Ljava/awt/Stroke;
            ifnull 30
        15: .line 1935
            aload 1 /* pi */
            aload 1 /* pi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.strokeStroke:Ljava/awt/Stroke;
            putfield org.apache.batik.gvt.text.TextPaintInfo.underlineStroke:Ljava/awt/Stroke;
        16: .line 1937
            goto 30
        17: .line 1939
      StackMap locals:
      StackMap stack:
            aload 1 /* pi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.fillPaint:Ljava/awt/Paint;
            ifnull 19
        18: .line 1940
            aload 1 /* pi */
            aload 1 /* pi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.fillPaint:Ljava/awt/Paint;
            putfield org.apache.batik.gvt.text.TextPaintInfo.overlinePaint:Ljava/awt/Paint;
        19: .line 1942
      StackMap locals:
      StackMap stack:
            aload 1 /* pi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.strokePaint:Ljava/awt/Paint;
            ifnull 21
        20: .line 1943
            aload 1 /* pi */
            aload 1 /* pi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.strokePaint:Ljava/awt/Paint;
            putfield org.apache.batik.gvt.text.TextPaintInfo.overlineStrokePaint:Ljava/awt/Paint;
        21: .line 1945
      StackMap locals:
      StackMap stack:
            aload 1 /* pi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.strokeStroke:Ljava/awt/Stroke;
            ifnull 30
        22: .line 1946
            aload 1 /* pi */
            aload 1 /* pi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.strokeStroke:Ljava/awt/Stroke;
            putfield org.apache.batik.gvt.text.TextPaintInfo.overlineStroke:Ljava/awt/Stroke;
        23: .line 1948
            goto 30
        24: .line 1950
      StackMap locals:
      StackMap stack:
            aload 1 /* pi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.fillPaint:Ljava/awt/Paint;
            ifnull 26
        25: .line 1951
            aload 1 /* pi */
            aload 1 /* pi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.fillPaint:Ljava/awt/Paint;
            putfield org.apache.batik.gvt.text.TextPaintInfo.strikethroughPaint:Ljava/awt/Paint;
        26: .line 1953
      StackMap locals:
      StackMap stack:
            aload 1 /* pi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.strokePaint:Ljava/awt/Paint;
            ifnull 28
        27: .line 1954
            aload 1 /* pi */
            aload 1 /* pi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.strokePaint:Ljava/awt/Paint;
            putfield org.apache.batik.gvt.text.TextPaintInfo.strikethroughStrokePaint:Ljava/awt/Paint;
        28: .line 1956
      StackMap locals:
      StackMap stack:
            aload 1 /* pi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.strokeStroke:Ljava/awt/Stroke;
            ifnull 30
        29: .line 1957
            aload 1 /* pi */
            aload 1 /* pi */
            getfield org.apache.batik.gvt.text.TextPaintInfo.strokeStroke:Ljava/awt/Stroke;
            putfield org.apache.batik.gvt.text.TextPaintInfo.strikethroughStroke:Ljava/awt/Stroke;
        end local 8 // java.lang.String s
        end local 7 // org.apache.batik.css.engine.value.Value v
        30: .line 1923
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        31: iload 6 /* i */
            iload 5 /* len */
            if_icmplt 7
        end local 6 // int i
        32: .line 1962
            goto 42
        end local 5 // int len
        end local 4 // org.apache.batik.css.engine.value.ListValue lst
        33: .line 1965
      StackMap locals:
      StackMap stack:
            aload 1 /* pi */
            aconst_null
            putfield org.apache.batik.gvt.text.TextPaintInfo.underlinePaint:Ljava/awt/Paint;
        34: .line 1966
            aload 1 /* pi */
            aconst_null
            putfield org.apache.batik.gvt.text.TextPaintInfo.underlineStrokePaint:Ljava/awt/Paint;
        35: .line 1967
            aload 1 /* pi */
            aconst_null
            putfield org.apache.batik.gvt.text.TextPaintInfo.underlineStroke:Ljava/awt/Stroke;
        36: .line 1969
            aload 1 /* pi */
            aconst_null
            putfield org.apache.batik.gvt.text.TextPaintInfo.overlinePaint:Ljava/awt/Paint;
        37: .line 1970
            aload 1 /* pi */
            aconst_null
            putfield org.apache.batik.gvt.text.TextPaintInfo.overlineStrokePaint:Ljava/awt/Paint;
        38: .line 1971
            aload 1 /* pi */
            aconst_null
            putfield org.apache.batik.gvt.text.TextPaintInfo.overlineStroke:Ljava/awt/Stroke;
        39: .line 1973
            aload 1 /* pi */
            aconst_null
            putfield org.apache.batik.gvt.text.TextPaintInfo.strikethroughPaint:Ljava/awt/Paint;
        40: .line 1974
            aload 1 /* pi */
            aconst_null
            putfield org.apache.batik.gvt.text.TextPaintInfo.strikethroughStrokePaint:Ljava/awt/Paint;
        41: .line 1975
            aload 1 /* pi */
            aconst_null
            putfield org.apache.batik.gvt.text.TextPaintInfo.strikethroughStroke:Ljava/awt/Stroke;
        42: .line 1978
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.apache.batik.css.engine.value.Value val
        end local 2 // org.w3c.dom.Element element
        end local 1 // org.apache.batik.gvt.text.TextPaintInfo pi
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   43     0     this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   43     1       pi  Lorg/apache/batik/gvt/text/TextPaintInfo;
            0   43     2  element  Lorg/w3c/dom/Element;
            2   43     3      val  Lorg/apache/batik/css/engine/value/Value;
            4   33     4      lst  Lorg/apache/batik/css/engine/value/ListValue;
            5   33     5      len  I
            6   32     6        i  I
            8   30     7        v  Lorg/apache/batik/css/engine/value/Value;
            9   30     8        s  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      pi       
      element  

  public int getNumberOfChars();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
         0: .line 2344
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getNumberOfChars:(Lorg/w3c/dom/Element;)I
            ireturn
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;

  public java.awt.geom.Rectangle2D getExtentOfChar(int);
    descriptor: (I)Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // int charnum
         0: .line 2348
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            iload 1 /* charnum */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getExtentOfChar:(Lorg/w3c/dom/Element;I)Ljava/awt/geom/Rectangle2D;
            areturn
        end local 1 // int charnum
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    1     1  charnum  I
    MethodParameters:
         Name  Flags
      charnum  

  public java.awt.geom.Point2D getStartPositionOfChar(int);
    descriptor: (I)Ljava/awt/geom/Point2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // int charnum
         0: .line 2352
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            iload 1 /* charnum */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getStartPositionOfChar:(Lorg/w3c/dom/Element;I)Ljava/awt/geom/Point2D;
            areturn
        end local 1 // int charnum
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    1     1  charnum  I
    MethodParameters:
         Name  Flags
      charnum  

  public java.awt.geom.Point2D getEndPositionOfChar(int);
    descriptor: (I)Ljava/awt/geom/Point2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // int charnum
         0: .line 2356
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            iload 1 /* charnum */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getEndPositionOfChar:(Lorg/w3c/dom/Element;I)Ljava/awt/geom/Point2D;
            areturn
        end local 1 // int charnum
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    1     1  charnum  I
    MethodParameters:
         Name  Flags
      charnum  

  public void selectSubString(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // int charnum
        start local 2 // int nchars
         0: .line 2360
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            iload 1 /* charnum */
            iload 2 /* nchars */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.selectSubString:(Lorg/w3c/dom/Element;II)V
         1: .line 2361
            return
        end local 2 // int nchars
        end local 1 // int charnum
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    2     1  charnum  I
            0    2     2   nchars  I
    MethodParameters:
         Name  Flags
      charnum  
      nchars   

  public float getRotationOfChar(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // int charnum
         0: .line 2364
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            iload 1 /* charnum */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getRotationOfChar:(Lorg/w3c/dom/Element;I)F
            freturn
        end local 1 // int charnum
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    1     1  charnum  I
    MethodParameters:
         Name  Flags
      charnum  

  public float getComputedTextLength();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
         0: .line 2368
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getComputedTextLength:(Lorg/w3c/dom/Element;)F
            freturn
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;

  public float getSubStringLength(int, int);
    descriptor: (II)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // int charnum
        start local 2 // int nchars
         0: .line 2372
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            iload 1 /* charnum */
            iload 2 /* nchars */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getSubStringLength:(Lorg/w3c/dom/Element;II)F
            freturn
        end local 2 // int nchars
        end local 1 // int charnum
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    1     1  charnum  I
            0    1     2   nchars  I
    MethodParameters:
         Name  Flags
      charnum  
      nchars   

  public int getCharNumAtPosition(float, float);
    descriptor: (FF)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // float x
        start local 2 // float y
         0: .line 2376
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            fload 1 /* x */
            fload 2 /* y */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getCharNumAtPosition:(Lorg/w3c/dom/Element;FF)I
            ireturn
        end local 2 // float y
        end local 1 // float x
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    1     1     x  F
            0    1     2     y  F
    MethodParameters:
      Name  Flags
      x     
      y     

  protected int getNumberOfChars(org.w3c.dom.Element);
    descriptor: (Lorg/w3c/dom/Element;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.Element element
         0: .line 2386
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextNode:()Lorg/apache/batik/bridge/TextNode;
            invokevirtual org.apache.batik.bridge.TextNode.getAttributedCharacterIterator:()Ljava/text/AttributedCharacterIterator;
            astore 2 /* aci */
        start local 2 // java.text.AttributedCharacterIterator aci
         1: .line 2387
            aload 2 /* aci */
            ifnonnull 3
         2: .line 2388
            iconst_0
            ireturn
         3: .line 2392
      StackMap locals: java.text.AttributedCharacterIterator
      StackMap stack:
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getElementStartIndex:(Lorg/w3c/dom/Element;)I
            istore 3 /* firstChar */
        start local 3 // int firstChar
         4: .line 2394
            iload 3 /* firstChar */
            iconst_m1
            if_icmpne 6
         5: .line 2395
            iconst_0
            ireturn
         6: .line 2397
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getElementEndIndex:(Lorg/w3c/dom/Element;)I
            istore 4 /* lastChar */
        start local 4 // int lastChar
         7: .line 2399
            iload 4 /* lastChar */
            iload 3 /* firstChar */
            isub
            iconst_1
            iadd
            ireturn
        end local 4 // int lastChar
        end local 3 // int firstChar
        end local 2 // java.text.AttributedCharacterIterator aci
        end local 1 // org.w3c.dom.Element element
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    8     1    element  Lorg/w3c/dom/Element;
            1    8     2        aci  Ljava/text/AttributedCharacterIterator;
            4    8     3  firstChar  I
            7    8     4   lastChar  I
    MethodParameters:
         Name  Flags
      element  

  protected java.awt.geom.Rectangle2D getExtentOfChar(org.w3c.dom.Element, int);
    descriptor: (Lorg/w3c/dom/Element;I)Ljava/awt/geom/Rectangle2D;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=13, args_size=3
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.Element element
        start local 2 // int charnum
         0: .line 2408
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextNode:()Lorg/apache/batik/bridge/TextNode;
            astore 3 /* textNode */
        start local 3 // org.apache.batik.bridge.TextNode textNode
         1: .line 2411
            aload 3 /* textNode */
            invokevirtual org.apache.batik.bridge.TextNode.getAttributedCharacterIterator:()Ljava/text/AttributedCharacterIterator;
            astore 4 /* aci */
        start local 4 // java.text.AttributedCharacterIterator aci
         2: .line 2412
            aload 4 /* aci */
            ifnonnull 3
            aconst_null
            areturn
         3: .line 2414
      StackMap locals: org.apache.batik.bridge.TextNode java.text.AttributedCharacterIterator
      StackMap stack:
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getElementStartIndex:(Lorg/w3c/dom/Element;)I
            istore 5 /* firstChar */
        start local 5 // int firstChar
         4: .line 2416
            iload 5 /* firstChar */
            iconst_m1
            if_icmpne 6
         5: .line 2417
            aconst_null
            areturn
         6: .line 2420
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 3 /* textNode */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextRuns:(Lorg/apache/batik/bridge/TextNode;)Ljava/util/List;
            astore 6 /* list */
        start local 6 // java.util.List list
         7: .line 2424
            aload 0 /* this */
            aload 6 /* list */
            iload 5 /* firstChar */
            iload 2 /* charnum */
            aload 4 /* aci */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getCharacterInformation:(Ljava/util/List;IILjava/text/AttributedCharacterIterator;)Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
            astore 7 /* info */
        start local 7 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation info
         8: .line 2426
            aload 7 /* info */
            ifnonnull 10
         9: .line 2427
            aconst_null
            areturn
        10: .line 2431
      StackMap locals: java.util.List org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation
      StackMap stack:
            aload 7 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getGlyphVector:()Lorg/apache/batik/gvt/font/GVTGlyphVector;
            astore 8 /* it */
        start local 8 // org.apache.batik.gvt.font.GVTGlyphVector it
        11: .line 2433
            aconst_null
            astore 9 /* b */
        start local 9 // java.awt.Shape b
        12: .line 2435
            aload 7 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexStart:I
            aload 7 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexEnd:I
            if_icmpne 16
        13: .line 2436
            aload 8 /* it */
            aload 7 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexStart:I
            invokeinterface org.apache.batik.gvt.font.GVTGlyphVector.isGlyphVisible:(I)Z
            ifeq 28
        14: .line 2437
            aload 8 /* it */
            aload 7 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexStart:I
            invokeinterface org.apache.batik.gvt.font.GVTGlyphVector.getGlyphCellBounds:(I)Ljava/awt/geom/Rectangle2D;
            astore 9 /* b */
        15: .line 2439
            goto 28
        16: .line 2440
      StackMap locals: org.apache.batik.gvt.font.GVTGlyphVector java.awt.Shape
      StackMap stack:
            aconst_null
            astore 10 /* path */
        start local 10 // java.awt.geom.GeneralPath path
        17: .line 2441
            aload 7 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexStart:I
            istore 11 /* k */
        start local 11 // int k
        18: goto 26
        19: .line 2442
      StackMap locals: java.awt.geom.GeneralPath int
      StackMap stack:
            aload 8 /* it */
            iload 11 /* k */
            invokeinterface org.apache.batik.gvt.font.GVTGlyphVector.isGlyphVisible:(I)Z
            ifeq 25
        20: .line 2443
            aload 8 /* it */
            iload 11 /* k */
            invokeinterface org.apache.batik.gvt.font.GVTGlyphVector.getGlyphCellBounds:(I)Ljava/awt/geom/Rectangle2D;
            astore 12 /* gb */
        start local 12 // java.awt.geom.Rectangle2D gb
        21: .line 2444
            aload 10 /* path */
            ifnonnull 24
        22: .line 2445
            new java.awt.geom.GeneralPath
            dup
            aload 12 /* gb */
            invokespecial java.awt.geom.GeneralPath.<init>:(Ljava/awt/Shape;)V
            astore 10 /* path */
        23: .line 2446
            goto 25
        24: .line 2447
      StackMap locals: java.awt.geom.Rectangle2D
      StackMap stack:
            aload 10 /* path */
            aload 12 /* gb */
            iconst_0
            invokevirtual java.awt.geom.GeneralPath.append:(Ljava/awt/Shape;Z)V
        end local 12 // java.awt.geom.Rectangle2D gb
        25: .line 2441
      StackMap locals:
      StackMap stack:
            iinc 11 /* k */ 1
      StackMap locals:
      StackMap stack:
        26: iload 11 /* k */
            aload 7 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexEnd:I
            if_icmple 19
        end local 11 // int k
        27: .line 2451
            aload 10 /* path */
            astore 9 /* b */
        end local 10 // java.awt.geom.GeneralPath path
        28: .line 2454
      StackMap locals:
      StackMap stack:
            aload 9 /* b */
            ifnonnull 30
        29: .line 2455
            aconst_null
            areturn
        30: .line 2459
      StackMap locals:
      StackMap stack:
            aload 9 /* b */
            invokeinterface java.awt.Shape.getBounds2D:()Ljava/awt/geom/Rectangle2D;
            areturn
        end local 9 // java.awt.Shape b
        end local 8 // org.apache.batik.gvt.font.GVTGlyphVector it
        end local 7 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation info
        end local 6 // java.util.List list
        end local 5 // int firstChar
        end local 4 // java.text.AttributedCharacterIterator aci
        end local 3 // org.apache.batik.bridge.TextNode textNode
        end local 2 // int charnum
        end local 1 // org.w3c.dom.Element element
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   31     0       this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   31     1    element  Lorg/w3c/dom/Element;
            0   31     2    charnum  I
            1   31     3   textNode  Lorg/apache/batik/bridge/TextNode;
            2   31     4        aci  Ljava/text/AttributedCharacterIterator;
            4   31     5  firstChar  I
            7   31     6       list  Ljava/util/List;
            8   31     7       info  Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
           11   31     8         it  Lorg/apache/batik/gvt/font/GVTGlyphVector;
           12   31     9          b  Ljava/awt/Shape;
           17   28    10       path  Ljava/awt/geom/GeneralPath;
           18   27    11          k  I
           21   25    12         gb  Ljava/awt/geom/Rectangle2D;
    MethodParameters:
         Name  Flags
      element  
      charnum  

  protected java.awt.geom.Point2D getStartPositionOfChar(org.w3c.dom.Element, int);
    descriptor: (Lorg/w3c/dom/Element;I)Ljava/awt/geom/Point2D;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.Element element
        start local 2 // int charnum
         0: .line 2468
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextNode:()Lorg/apache/batik/bridge/TextNode;
            astore 3 /* textNode */
        start local 3 // org.apache.batik.bridge.TextNode textNode
         1: .line 2471
            aload 3 /* textNode */
            invokevirtual org.apache.batik.bridge.TextNode.getAttributedCharacterIterator:()Ljava/text/AttributedCharacterIterator;
            astore 4 /* aci */
        start local 4 // java.text.AttributedCharacterIterator aci
         2: .line 2472
            aload 4 /* aci */
            ifnonnull 4
         3: .line 2473
            aconst_null
            areturn
         4: .line 2475
      StackMap locals: org.apache.batik.bridge.TextNode java.text.AttributedCharacterIterator
      StackMap stack:
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getElementStartIndex:(Lorg/w3c/dom/Element;)I
            istore 5 /* firstChar */
        start local 5 // int firstChar
         5: .line 2476
            iload 5 /* firstChar */
            iconst_m1
            if_icmpne 7
         6: .line 2477
            aconst_null
            areturn
         7: .line 2480
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 3 /* textNode */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextRuns:(Lorg/apache/batik/bridge/TextNode;)Ljava/util/List;
            astore 6 /* list */
        start local 6 // java.util.List list
         8: .line 2484
            aload 0 /* this */
            aload 6 /* list */
            iload 5 /* firstChar */
            iload 2 /* charnum */
            aload 4 /* aci */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getCharacterInformation:(Ljava/util/List;IILjava/text/AttributedCharacterIterator;)Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
            astore 7 /* info */
        start local 7 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation info
         9: .line 2486
            aload 7 /* info */
            ifnonnull 11
        10: .line 2487
            aconst_null
            areturn
        11: .line 2489
      StackMap locals: java.util.List org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation
      StackMap stack:
            aload 0 /* this */
            aload 7 /* info */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getStartPoint:(Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;)Ljava/awt/geom/Point2D;
            areturn
        end local 7 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation info
        end local 6 // java.util.List list
        end local 5 // int firstChar
        end local 4 // java.text.AttributedCharacterIterator aci
        end local 3 // org.apache.batik.bridge.TextNode textNode
        end local 2 // int charnum
        end local 1 // org.w3c.dom.Element element
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   12     1    element  Lorg/w3c/dom/Element;
            0   12     2    charnum  I
            1   12     3   textNode  Lorg/apache/batik/bridge/TextNode;
            2   12     4        aci  Ljava/text/AttributedCharacterIterator;
            5   12     5  firstChar  I
            8   12     6       list  Ljava/util/List;
            9   12     7       info  Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
    MethodParameters:
         Name  Flags
      element  
      charnum  

  protected java.awt.geom.Point2D getStartPoint(org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation);
    descriptor: (Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;)Ljava/awt/geom/Point2D;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation info
         0: .line 2494
            aload 1 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getGlyphVector:()Lorg/apache/batik/gvt/font/GVTGlyphVector;
            astore 2 /* it */
        start local 2 // org.apache.batik.gvt.font.GVTGlyphVector it
         1: .line 2495
            aload 2 /* it */
            aload 1 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexStart:I
            invokeinterface org.apache.batik.gvt.font.GVTGlyphVector.isGlyphVisible:(I)Z
            ifne 3
         2: .line 2496
            aconst_null
            areturn
         3: .line 2498
      StackMap locals: org.apache.batik.gvt.font.GVTGlyphVector
      StackMap stack:
            aload 2 /* it */
            aload 1 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexStart:I
            invokeinterface org.apache.batik.gvt.font.GVTGlyphVector.getGlyphPosition:(I)Ljava/awt/geom/Point2D;
            astore 3 /* b */
        start local 3 // java.awt.geom.Point2D b
         4: .line 2501
            aload 2 /* it */
            aload 1 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexStart:I
            invokeinterface org.apache.batik.gvt.font.GVTGlyphVector.getGlyphTransform:(I)Ljava/awt/geom/AffineTransform;
            astore 4 /* glyphTransform */
        start local 4 // java.awt.geom.AffineTransform glyphTransform
         5: .line 2505
            new java.awt.geom.Point2D$Float
            dup
            fconst_0
            fconst_0
            invokespecial java.awt.geom.Point2D$Float.<init>:(FF)V
            astore 5 /* result */
        start local 5 // java.awt.geom.Point2D$Float result
         6: .line 2506
            aload 4 /* glyphTransform */
            ifnull 8
         7: .line 2508
            aload 4 /* glyphTransform */
            aload 5 /* result */
            aload 5 /* result */
            invokevirtual java.awt.geom.AffineTransform.transform:(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Ljava/awt/geom/Point2D;
            pop
         8: .line 2510
      StackMap locals: java.awt.geom.Point2D java.awt.geom.AffineTransform java.awt.geom.Point2D$Float
      StackMap stack:
            aload 5 /* result */
            dup
            getfield java.awt.geom.Point2D$Float.x:F
            f2d
            aload 3 /* b */
            invokevirtual java.awt.geom.Point2D.getX:()D
            dadd
            d2f
            putfield java.awt.geom.Point2D$Float.x:F
         9: .line 2511
            aload 5 /* result */
            dup
            getfield java.awt.geom.Point2D$Float.y:F
            f2d
            aload 3 /* b */
            invokevirtual java.awt.geom.Point2D.getY:()D
            dadd
            d2f
            putfield java.awt.geom.Point2D$Float.y:F
        10: .line 2512
            aload 5 /* result */
            areturn
        end local 5 // java.awt.geom.Point2D$Float result
        end local 4 // java.awt.geom.AffineTransform glyphTransform
        end local 3 // java.awt.geom.Point2D b
        end local 2 // org.apache.batik.gvt.font.GVTGlyphVector it
        end local 1 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation info
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   11     1            info  Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
            1   11     2              it  Lorg/apache/batik/gvt/font/GVTGlyphVector;
            4   11     3               b  Ljava/awt/geom/Point2D;
            5   11     4  glyphTransform  Ljava/awt/geom/AffineTransform;
            6   11     5          result  Ljava/awt/geom/Point2D$Float;
    MethodParameters:
      Name  Flags
      info  

  protected java.awt.geom.Point2D getEndPositionOfChar(org.w3c.dom.Element, int);
    descriptor: (Lorg/w3c/dom/Element;I)Ljava/awt/geom/Point2D;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.Element element
        start local 2 // int charnum
         0: .line 2520
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextNode:()Lorg/apache/batik/bridge/TextNode;
            astore 3 /* textNode */
        start local 3 // org.apache.batik.bridge.TextNode textNode
         1: .line 2523
            aload 3 /* textNode */
            invokevirtual org.apache.batik.bridge.TextNode.getAttributedCharacterIterator:()Ljava/text/AttributedCharacterIterator;
            astore 4 /* aci */
        start local 4 // java.text.AttributedCharacterIterator aci
         2: .line 2524
            aload 4 /* aci */
            ifnonnull 4
         3: .line 2525
            aconst_null
            areturn
         4: .line 2527
      StackMap locals: org.apache.batik.bridge.TextNode java.text.AttributedCharacterIterator
      StackMap stack:
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getElementStartIndex:(Lorg/w3c/dom/Element;)I
            istore 5 /* firstChar */
        start local 5 // int firstChar
         5: .line 2528
            iload 5 /* firstChar */
            iconst_m1
            if_icmpne 7
         6: .line 2529
            aconst_null
            areturn
         7: .line 2532
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 3 /* textNode */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextRuns:(Lorg/apache/batik/bridge/TextNode;)Ljava/util/List;
            astore 6 /* list */
        start local 6 // java.util.List list
         8: .line 2536
            aload 0 /* this */
            aload 6 /* list */
            iload 5 /* firstChar */
            iload 2 /* charnum */
            aload 4 /* aci */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getCharacterInformation:(Ljava/util/List;IILjava/text/AttributedCharacterIterator;)Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
            astore 7 /* info */
        start local 7 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation info
         9: .line 2538
            aload 7 /* info */
            ifnonnull 11
        10: .line 2539
            aconst_null
            areturn
        11: .line 2540
      StackMap locals: java.util.List org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation
      StackMap stack:
            aload 0 /* this */
            aload 7 /* info */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getEndPoint:(Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;)Ljava/awt/geom/Point2D;
            areturn
        end local 7 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation info
        end local 6 // java.util.List list
        end local 5 // int firstChar
        end local 4 // java.text.AttributedCharacterIterator aci
        end local 3 // org.apache.batik.bridge.TextNode textNode
        end local 2 // int charnum
        end local 1 // org.w3c.dom.Element element
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   12     1    element  Lorg/w3c/dom/Element;
            0   12     2    charnum  I
            1   12     3   textNode  Lorg/apache/batik/bridge/TextNode;
            2   12     4        aci  Ljava/text/AttributedCharacterIterator;
            5   12     5  firstChar  I
            8   12     6       list  Ljava/util/List;
            9   12     7       info  Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
    MethodParameters:
         Name  Flags
      element  
      charnum  

  protected java.awt.geom.Point2D getEndPoint(org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation);
    descriptor: (Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;)Ljava/awt/geom/Point2D;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation info
         0: .line 2545
            aload 1 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getGlyphVector:()Lorg/apache/batik/gvt/font/GVTGlyphVector;
            astore 2 /* it */
        start local 2 // org.apache.batik.gvt.font.GVTGlyphVector it
         1: .line 2546
            aload 2 /* it */
            aload 1 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexEnd:I
            invokeinterface org.apache.batik.gvt.font.GVTGlyphVector.isGlyphVisible:(I)Z
            ifne 3
         2: .line 2547
            aconst_null
            areturn
         3: .line 2549
      StackMap locals: org.apache.batik.gvt.font.GVTGlyphVector
      StackMap stack:
            aload 2 /* it */
            aload 1 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexEnd:I
            invokeinterface org.apache.batik.gvt.font.GVTGlyphVector.getGlyphPosition:(I)Ljava/awt/geom/Point2D;
            astore 3 /* b */
        start local 3 // java.awt.geom.Point2D b
         4: .line 2552
            aload 2 /* it */
            aload 1 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexEnd:I
            invokeinterface org.apache.batik.gvt.font.GVTGlyphVector.getGlyphTransform:(I)Ljava/awt/geom/AffineTransform;
            astore 4 /* glyphTransform */
        start local 4 // java.awt.geom.AffineTransform glyphTransform
         5: .line 2554
            aload 2 /* it */
            aload 1 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexEnd:I
            invokeinterface org.apache.batik.gvt.font.GVTGlyphVector.getGlyphMetrics:(I)Lorg/apache/batik/gvt/font/GVTGlyphMetrics;
            astore 5 /* metrics */
        start local 5 // org.apache.batik.gvt.font.GVTGlyphMetrics metrics
         6: .line 2557
            new java.awt.geom.Point2D$Float
            dup
         7: .line 2558
            aload 5 /* metrics */
            invokevirtual org.apache.batik.gvt.font.GVTGlyphMetrics.getHorizontalAdvance:()F
            fconst_0
         8: .line 2557
            invokespecial java.awt.geom.Point2D$Float.<init>:(FF)V
            astore 6 /* result */
        start local 6 // java.awt.geom.Point2D$Float result
         9: .line 2560
            aload 4 /* glyphTransform */
            ifnull 11
        10: .line 2561
            aload 4 /* glyphTransform */
            aload 6 /* result */
            aload 6 /* result */
            invokevirtual java.awt.geom.AffineTransform.transform:(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Ljava/awt/geom/Point2D;
            pop
        11: .line 2563
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation org.apache.batik.gvt.font.GVTGlyphVector java.awt.geom.Point2D java.awt.geom.AffineTransform org.apache.batik.gvt.font.GVTGlyphMetrics java.awt.geom.Point2D$Float
      StackMap stack:
            aload 6 /* result */
            dup
            getfield java.awt.geom.Point2D$Float.x:F
            f2d
            aload 3 /* b */
            invokevirtual java.awt.geom.Point2D.getX:()D
            dadd
            d2f
            putfield java.awt.geom.Point2D$Float.x:F
        12: .line 2564
            aload 6 /* result */
            dup
            getfield java.awt.geom.Point2D$Float.y:F
            f2d
            aload 3 /* b */
            invokevirtual java.awt.geom.Point2D.getY:()D
            dadd
            d2f
            putfield java.awt.geom.Point2D$Float.y:F
        13: .line 2565
            aload 6 /* result */
            areturn
        end local 6 // java.awt.geom.Point2D$Float result
        end local 5 // org.apache.batik.gvt.font.GVTGlyphMetrics metrics
        end local 4 // java.awt.geom.AffineTransform glyphTransform
        end local 3 // java.awt.geom.Point2D b
        end local 2 // org.apache.batik.gvt.font.GVTGlyphVector it
        end local 1 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation info
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   14     0            this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   14     1            info  Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
            1   14     2              it  Lorg/apache/batik/gvt/font/GVTGlyphVector;
            4   14     3               b  Ljava/awt/geom/Point2D;
            5   14     4  glyphTransform  Ljava/awt/geom/AffineTransform;
            6   14     5         metrics  Lorg/apache/batik/gvt/font/GVTGlyphMetrics;
            9   14     6          result  Ljava/awt/geom/Point2D$Float;
    MethodParameters:
      Name  Flags
      info  

  protected float getRotationOfChar(org.w3c.dom.Element, int);
    descriptor: (Lorg/w3c/dom/Element;I)F
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=20, args_size=3
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.Element element
        start local 2 // int charnum
         0: .line 2573
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextNode:()Lorg/apache/batik/bridge/TextNode;
            astore 3 /* textNode */
        start local 3 // org.apache.batik.bridge.TextNode textNode
         1: .line 2576
            aload 3 /* textNode */
            invokevirtual org.apache.batik.bridge.TextNode.getAttributedCharacterIterator:()Ljava/text/AttributedCharacterIterator;
            astore 4 /* aci */
        start local 4 // java.text.AttributedCharacterIterator aci
         2: .line 2577
            aload 4 /* aci */
            ifnonnull 4
         3: .line 2578
            fconst_0
            freturn
         4: .line 2581
      StackMap locals: org.apache.batik.bridge.TextNode java.text.AttributedCharacterIterator
      StackMap stack:
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getElementStartIndex:(Lorg/w3c/dom/Element;)I
            istore 5 /* firstChar */
        start local 5 // int firstChar
         5: .line 2582
            iload 5 /* firstChar */
            iconst_m1
            if_icmpne 7
         6: .line 2583
            fconst_0
            freturn
         7: .line 2586
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 3 /* textNode */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextRuns:(Lorg/apache/batik/bridge/TextNode;)Ljava/util/List;
            astore 6 /* list */
        start local 6 // java.util.List list
         8: .line 2590
            aload 0 /* this */
            aload 6 /* list */
            iload 5 /* firstChar */
            iload 2 /* charnum */
            aload 4 /* aci */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getCharacterInformation:(Ljava/util/List;IILjava/text/AttributedCharacterIterator;)Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
            astore 7 /* info */
        start local 7 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation info
         9: .line 2592
            dconst_0
            dstore 8 /* angle */
        start local 8 // double angle
        10: .line 2593
            iconst_0
            istore 10 /* nbGlyphs */
        start local 10 // int nbGlyphs
        11: .line 2595
            aload 7 /* info */
            ifnull 34
        12: .line 2596
            aload 7 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getGlyphVector:()Lorg/apache/batik/gvt/font/GVTGlyphVector;
            astore 11 /* it */
        start local 11 // org.apache.batik.gvt.font.GVTGlyphVector it
        13: .line 2598
            aload 7 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexStart:I
            istore 12 /* k */
        start local 12 // int k
        14: .line 2599
            goto 32
        15: .line 2601
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.w3c.dom.Element int org.apache.batik.bridge.TextNode java.text.AttributedCharacterIterator int java.util.List org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation double int org.apache.batik.gvt.font.GVTGlyphVector int
      StackMap stack:
            aload 11 /* it */
            iload 12 /* k */
            invokeinterface org.apache.batik.gvt.font.GVTGlyphVector.isGlyphVisible:(I)Z
            ifne 16
            goto 31
        16: .line 2603
      StackMap locals:
      StackMap stack:
            iinc 10 /* nbGlyphs */ 1
        17: .line 2606
            aload 11 /* it */
            iload 12 /* k */
            invokeinterface org.apache.batik.gvt.font.GVTGlyphVector.getGlyphTransform:(I)Ljava/awt/geom/AffineTransform;
            astore 13 /* glyphTransform */
        start local 13 // java.awt.geom.AffineTransform glyphTransform
        18: .line 2607
            aload 13 /* glyphTransform */
            ifnonnull 19
            goto 31
        19: .line 2609
      StackMap locals: java.awt.geom.AffineTransform
      StackMap stack:
            dconst_0
            dstore 14 /* glyphAngle */
        start local 14 // double glyphAngle
        20: .line 2610
            aload 13 /* glyphTransform */
            invokevirtual java.awt.geom.AffineTransform.getScaleX:()D
            dstore 16 /* cosTheta */
        start local 16 // double cosTheta
        21: .line 2611
            aload 13 /* glyphTransform */
            invokevirtual java.awt.geom.AffineTransform.getShearX:()D
            dstore 18 /* sinTheta */
        start local 18 // double sinTheta
        22: .line 2614
            dload 16 /* cosTheta */
            dconst_0
            dcmpl
            ifne 26
        23: .line 2615
            dload 18 /* sinTheta */
            dconst_0
            dcmpl
            ifle 24
            ldc 3.141592653589793
            dstore 14 /* glyphAngle */
            goto 29
        24: .line 2616
      StackMap locals: double double double
      StackMap stack:
            ldc -3.141592653589793
            dstore 14 /* glyphAngle */
        25: .line 2617
            goto 29
        26: .line 2618
      StackMap locals:
      StackMap stack:
            dload 18 /* sinTheta */
            dload 16 /* cosTheta */
            ddiv
            invokestatic java.lang.Math.atan:(D)D
            dstore 14 /* glyphAngle */
        27: .line 2619
            dload 16 /* cosTheta */
            dconst_0
            dcmpg
            ifge 29
        28: .line 2620
            dload 14 /* glyphAngle */
            ldc 3.141592653589793
            dadd
            dstore 14 /* glyphAngle */
        29: .line 2625
      StackMap locals:
      StackMap stack:
            dload 14 /* glyphAngle */
            dneg
            invokestatic java.lang.Math.toDegrees:(D)D
            ldc 360.0
            drem
            dstore 14 /* glyphAngle */
        30: .line 2628
            dload 8 /* angle */
            dload 14 /* glyphAngle */
            aload 7 /* info */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.getComputedOrientationAngle:()D
            dsub
            dadd
            dstore 8 /* angle */
        end local 18 // double sinTheta
        end local 16 // double cosTheta
        end local 14 // double glyphAngle
        end local 13 // java.awt.geom.AffineTransform glyphTransform
        31: .line 2600
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.w3c.dom.Element int org.apache.batik.bridge.TextNode java.text.AttributedCharacterIterator int java.util.List org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation double int org.apache.batik.gvt.font.GVTGlyphVector int
      StackMap stack:
            iinc 12 /* k */ 1
        32: .line 2599
      StackMap locals:
      StackMap stack:
            iload 12 /* k */
            aload 7 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexEnd:I
        33: .line 2598
            if_icmple 15
        end local 12 // int k
        end local 11 // org.apache.batik.gvt.font.GVTGlyphVector it
        34: .line 2631
      StackMap locals:
      StackMap stack:
            iload 10 /* nbGlyphs */
            ifne 35
            fconst_0
            freturn
        35: .line 2632
      StackMap locals:
      StackMap stack:
            dload 8 /* angle */
            iload 10 /* nbGlyphs */
            i2d
            ddiv
            d2f
            freturn
        end local 10 // int nbGlyphs
        end local 8 // double angle
        end local 7 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation info
        end local 6 // java.util.List list
        end local 5 // int firstChar
        end local 4 // java.text.AttributedCharacterIterator aci
        end local 3 // org.apache.batik.bridge.TextNode textNode
        end local 2 // int charnum
        end local 1 // org.w3c.dom.Element element
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   36     0            this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   36     1         element  Lorg/w3c/dom/Element;
            0   36     2         charnum  I
            1   36     3        textNode  Lorg/apache/batik/bridge/TextNode;
            2   36     4             aci  Ljava/text/AttributedCharacterIterator;
            5   36     5       firstChar  I
            8   36     6            list  Ljava/util/List;
            9   36     7            info  Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
           10   36     8           angle  D
           11   36    10        nbGlyphs  I
           13   34    11              it  Lorg/apache/batik/gvt/font/GVTGlyphVector;
           14   34    12               k  I
           18   31    13  glyphTransform  Ljava/awt/geom/AffineTransform;
           20   31    14      glyphAngle  D
           21   31    16        cosTheta  D
           22   31    18        sinTheta  D
    MethodParameters:
         Name  Flags
      element  
      charnum  

  protected float getComputedTextLength(org.w3c.dom.Element);
    descriptor: (Lorg/w3c/dom/Element;)F
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.Element e
         0: .line 2640
            aload 0 /* this */
            aload 1 /* e */
            iconst_0
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getNumberOfChars:(Lorg/w3c/dom/Element;)I
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getSubStringLength:(Lorg/w3c/dom/Element;II)F
            freturn
        end local 1 // org.w3c.dom.Element e
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    1     1     e  Lorg/w3c/dom/Element;
    MethodParameters:
      Name  Flags
      e     

  protected float getSubStringLength(org.w3c.dom.Element, int, int);
    descriptor: (Lorg/w3c/dom/Element;II)F
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=17, args_size=4
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.Element element
        start local 2 // int charnum
        start local 3 // int nchars
         0: .line 2650
            iload 3 /* nchars */
            ifne 2
         1: .line 2651
            fconst_0
            freturn
         2: .line 2654
      StackMap locals:
      StackMap stack:
            fconst_0
            fstore 4 /* length */
        start local 4 // float length
         3: .line 2656
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextNode:()Lorg/apache/batik/bridge/TextNode;
            astore 5 /* textNode */
        start local 5 // org.apache.batik.bridge.TextNode textNode
         4: .line 2659
            aload 5 /* textNode */
            invokevirtual org.apache.batik.bridge.TextNode.getAttributedCharacterIterator:()Ljava/text/AttributedCharacterIterator;
            astore 6 /* aci */
        start local 6 // java.text.AttributedCharacterIterator aci
         5: .line 2660
            aload 6 /* aci */
            ifnonnull 7
         6: .line 2661
            ldc -1.0
            freturn
         7: .line 2663
      StackMap locals: float org.apache.batik.bridge.TextNode java.text.AttributedCharacterIterator
      StackMap stack:
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getElementStartIndex:(Lorg/w3c/dom/Element;)I
            istore 7 /* firstChar */
        start local 7 // int firstChar
         8: .line 2665
            iload 7 /* firstChar */
            iconst_m1
            if_icmpne 10
         9: .line 2666
            ldc -1.0
            freturn
        10: .line 2668
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 5 /* textNode */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextRuns:(Lorg/apache/batik/bridge/TextNode;)Ljava/util/List;
            astore 8 /* list */
        start local 8 // java.util.List list
        11: .line 2671
            aload 0 /* this */
            aload 8 /* list */
            iload 7 /* firstChar */
            iload 2 /* charnum */
            aload 6 /* aci */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getCharacterInformation:(Ljava/util/List;IILjava/text/AttributedCharacterIterator;)Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
            astore 9 /* currentInfo */
        start local 9 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation currentInfo
        12: .line 2672
            aconst_null
            astore 10 /* lastCharacterInRunInfo */
        start local 10 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation lastCharacterInRunInfo
        13: .line 2673
            aload 9 /* currentInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.characterIndex:I
            iconst_1
            iadd
            istore 11 /* chIndex */
        start local 11 // int chIndex
        14: .line 2674
            aload 9 /* currentInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getGlyphVector:()Lorg/apache/batik/gvt/font/GVTGlyphVector;
            astore 12 /* vector */
        start local 12 // org.apache.batik.gvt.font.GVTGlyphVector vector
        15: .line 2675
            aload 9 /* currentInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getGlyphAdvances:()[F
            astore 13 /* advs */
        start local 13 // float[] advs
        16: .line 2676
            aload 13 /* advs */
            arraylength
            newarray 4
            astore 14 /* glyphTrack */
        start local 14 // boolean[] glyphTrack
        17: .line 2677
            iload 2 /* charnum */
            iconst_1
            iadd
            istore 15 /* k */
        start local 15 // int k
        18: goto 52
        19: .line 2678
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.w3c.dom.Element int int float org.apache.batik.bridge.TextNode java.text.AttributedCharacterIterator int java.util.List org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation int org.apache.batik.gvt.font.GVTGlyphVector float[] boolean[] int
      StackMap stack:
            aload 9 /* currentInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            invokeinterface org.apache.batik.bridge.TextSpanLayout.isOnATextPath:()Z
            ifeq 36
        20: .line 2679
            aload 9 /* currentInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexStart:I
            istore 16 /* gi */
        start local 16 // int gi
        21: .line 2680
            goto 26
        22: .line 2681
      StackMap locals: int
      StackMap stack:
            aload 12 /* vector */
            iload 16 /* gi */
            invokeinterface org.apache.batik.gvt.font.GVTGlyphVector.isGlyphVisible:(I)Z
            ifeq 24
            aload 14 /* glyphTrack */
            iload 16 /* gi */
            baload
            ifne 24
        23: .line 2682
            fload 4 /* length */
            aload 13 /* advs */
            iload 16 /* gi */
            iconst_1
            iadd
            faload
            aload 13 /* advs */
            iload 16 /* gi */
            faload
            fsub
            fadd
            fstore 4 /* length */
        24: .line 2683
      StackMap locals:
      StackMap stack:
            aload 14 /* glyphTrack */
            iload 16 /* gi */
            iconst_1
            bastore
        25: .line 2680
            iinc 16 /* gi */ 1
      StackMap locals:
      StackMap stack:
        26: iload 16 /* gi */
            aload 9 /* currentInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexEnd:I
        27: .line 2679
            if_icmple 22
        end local 16 // int gi
        28: .line 2686
            aload 0 /* this */
            aload 8 /* list */
            iload 7 /* firstChar */
            iload 15 /* k */
            aload 6 /* aci */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getCharacterInformation:(Ljava/util/List;IILjava/text/AttributedCharacterIterator;)Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
            astore 16 /* newInfo */
        start local 16 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation newInfo
        29: .line 2687
            aload 16 /* newInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            aload 9 /* currentInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            if_acmpeq 34
        30: .line 2688
            aload 16 /* newInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getGlyphVector:()Lorg/apache/batik/gvt/font/GVTGlyphVector;
            astore 12 /* vector */
        31: .line 2689
            aload 16 /* newInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getGlyphAdvances:()[F
            astore 13 /* advs */
        32: .line 2690
            aload 13 /* advs */
            arraylength
            newarray 4
            astore 14 /* glyphTrack */
        33: .line 2691
            aload 9 /* currentInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.characterIndex:I
            iconst_1
            iadd
            istore 11 /* chIndex */
        34: .line 2693
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.w3c.dom.Element int int float org.apache.batik.bridge.TextNode java.text.AttributedCharacterIterator int java.util.List org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation int org.apache.batik.gvt.font.GVTGlyphVector float[] boolean[] int org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation
      StackMap stack:
            aload 16 /* newInfo */
            astore 9 /* currentInfo */
        end local 16 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation newInfo
        35: .line 2694
            goto 51
        36: .line 2696
      StackMap locals:
      StackMap stack:
            aload 9 /* currentInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            iload 11 /* chIndex */
            invokeinterface org.apache.batik.bridge.TextSpanLayout.hasCharacterIndex:(I)Z
            ifeq 39
        37: .line 2697
            iinc 11 /* chIndex */ 1
        38: .line 2698
            goto 51
        39: .line 2701
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        40: .line 2702
            aload 8 /* list */
            iload 7 /* firstChar */
            iload 15 /* k */
            iconst_1
            isub
            aload 6 /* aci */
        41: .line 2701
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getCharacterInformation:(Ljava/util/List;IILjava/text/AttributedCharacterIterator;)Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
            astore 10 /* lastCharacterInRunInfo */
        42: .line 2706
            fload 4 /* length */
            aload 0 /* this */
        43: .line 2707
            aload 9 /* currentInfo */
            aload 10 /* lastCharacterInRunInfo */
        44: .line 2706
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.distanceFirstLastCharacterInRun:(Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;)F
            fadd
            fstore 4 /* length */
        45: .line 2709
            aload 0 /* this */
            aload 8 /* list */
            iload 7 /* firstChar */
            iload 15 /* k */
            aload 6 /* aci */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getCharacterInformation:(Ljava/util/List;IILjava/text/AttributedCharacterIterator;)Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
            astore 9 /* currentInfo */
        46: .line 2710
            aload 9 /* currentInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.characterIndex:I
            iconst_1
            iadd
            istore 11 /* chIndex */
        47: .line 2711
            aload 9 /* currentInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getGlyphVector:()Lorg/apache/batik/gvt/font/GVTGlyphVector;
            astore 12 /* vector */
        48: .line 2712
            aload 9 /* currentInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getGlyphAdvances:()[F
            astore 13 /* advs */
        49: .line 2713
            aload 13 /* advs */
            arraylength
            newarray 4
            astore 14 /* glyphTrack */
        50: .line 2714
            aconst_null
            astore 10 /* lastCharacterInRunInfo */
        51: .line 2677
      StackMap locals:
      StackMap stack:
            iinc 15 /* k */ 1
      StackMap locals:
      StackMap stack:
        52: iload 15 /* k */
            iload 2 /* charnum */
            iload 3 /* nchars */
            iadd
            if_icmplt 19
        end local 15 // int k
        53: .line 2718
            aload 9 /* currentInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            invokeinterface org.apache.batik.bridge.TextSpanLayout.isOnATextPath:()Z
            ifeq 63
        54: .line 2719
            aload 9 /* currentInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexStart:I
            istore 15 /* gi */
        start local 15 // int gi
        55: .line 2720
            goto 60
        56: .line 2721
      StackMap locals:
      StackMap stack:
            aload 12 /* vector */
            iload 15 /* gi */
            invokeinterface org.apache.batik.gvt.font.GVTGlyphVector.isGlyphVisible:(I)Z
            ifeq 58
            aload 14 /* glyphTrack */
            iload 15 /* gi */
            baload
            ifne 58
        57: .line 2722
            fload 4 /* length */
            aload 13 /* advs */
            iload 15 /* gi */
            iconst_1
            iadd
            faload
            aload 13 /* advs */
            iload 15 /* gi */
            faload
            fsub
            fadd
            fstore 4 /* length */
        58: .line 2723
      StackMap locals:
      StackMap stack:
            aload 14 /* glyphTrack */
            iload 15 /* gi */
            iconst_1
            bastore
        59: .line 2720
            iinc 15 /* gi */ 1
      StackMap locals:
      StackMap stack:
        60: iload 15 /* gi */
            aload 9 /* currentInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexEnd:I
        61: .line 2719
            if_icmple 56
        end local 15 // int gi
        62: .line 2725
            goto 70
        63: .line 2726
      StackMap locals:
      StackMap stack:
            aload 10 /* lastCharacterInRunInfo */
            ifnonnull 67
        64: .line 2727
            aload 0 /* this */
        65: .line 2728
            aload 8 /* list */
            iload 7 /* firstChar */
            iload 2 /* charnum */
            iload 3 /* nchars */
            iadd
            iconst_1
            isub
            aload 6 /* aci */
        66: .line 2727
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getCharacterInformation:(Ljava/util/List;IILjava/text/AttributedCharacterIterator;)Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
            astore 10 /* lastCharacterInRunInfo */
        67: .line 2732
      StackMap locals:
      StackMap stack:
            fload 4 /* length */
            aload 0 /* this */
        68: .line 2733
            aload 9 /* currentInfo */
            aload 10 /* lastCharacterInRunInfo */
        69: .line 2732
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.distanceFirstLastCharacterInRun:(Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;)F
            fadd
            fstore 4 /* length */
        70: .line 2736
      StackMap locals:
      StackMap stack:
            fload 4 /* length */
            freturn
        end local 14 // boolean[] glyphTrack
        end local 13 // float[] advs
        end local 12 // org.apache.batik.gvt.font.GVTGlyphVector vector
        end local 11 // int chIndex
        end local 10 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation lastCharacterInRunInfo
        end local 9 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation currentInfo
        end local 8 // java.util.List list
        end local 7 // int firstChar
        end local 6 // java.text.AttributedCharacterIterator aci
        end local 5 // org.apache.batik.bridge.TextNode textNode
        end local 4 // float length
        end local 3 // int nchars
        end local 2 // int charnum
        end local 1 // org.w3c.dom.Element element
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   71     0                    this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   71     1                 element  Lorg/w3c/dom/Element;
            0   71     2                 charnum  I
            0   71     3                  nchars  I
            3   71     4                  length  F
            4   71     5                textNode  Lorg/apache/batik/bridge/TextNode;
            5   71     6                     aci  Ljava/text/AttributedCharacterIterator;
            8   71     7               firstChar  I
           11   71     8                    list  Ljava/util/List;
           12   71     9             currentInfo  Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
           13   71    10  lastCharacterInRunInfo  Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
           14   71    11                 chIndex  I
           15   71    12                  vector  Lorg/apache/batik/gvt/font/GVTGlyphVector;
           16   71    13                    advs  [F
           17   71    14              glyphTrack  [Z
           18   53    15                       k  I
           21   28    16                      gi  I
           29   35    16                 newInfo  Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
           55   62    15                      gi  I
    MethodParameters:
         Name  Flags
      element  
      charnum  
      nchars   

  protected float distanceFirstLastCharacterInRun(org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation, org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation);
    descriptor: (Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;)F
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=10, args_size=3
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation first
        start local 2 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation last
         0: .line 2742
            aload 1 /* first */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getGlyphAdvances:()[F
            astore 3 /* advs */
        start local 3 // float[] advs
         1: .line 2744
            aload 1 /* first */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexStart:I
            istore 4 /* firstStart */
        start local 4 // int firstStart
         2: .line 2745
            aload 1 /* first */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexEnd:I
            istore 5 /* firstEnd */
        start local 5 // int firstEnd
         3: .line 2746
            aload 2 /* last */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexStart:I
            istore 6 /* lastStart */
        start local 6 // int lastStart
         4: .line 2747
            aload 2 /* last */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexEnd:I
            istore 7 /* lastEnd */
        start local 7 // int lastEnd
         5: .line 2749
            iload 4 /* firstStart */
            iload 6 /* lastStart */
            if_icmpge 6
            iload 4 /* firstStart */
            goto 7
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation float[] int int int int
      StackMap stack:
         6: iload 6 /* lastStart */
      StackMap locals:
      StackMap stack: int
         7: istore 8 /* start */
        start local 8 // int start
         8: .line 2750
            iload 5 /* firstEnd */
            iload 7 /* lastEnd */
            if_icmpge 9
            iload 7 /* lastEnd */
            goto 10
      StackMap locals: int
      StackMap stack:
         9: iload 5 /* firstEnd */
      StackMap locals:
      StackMap stack: int
        10: istore 9 /* end */
        start local 9 // int end
        11: .line 2751
            aload 3 /* advs */
            iload 9 /* end */
            iconst_1
            iadd
            faload
            aload 3 /* advs */
            iload 8 /* start */
            faload
            fsub
            freturn
        end local 9 // int end
        end local 8 // int start
        end local 7 // int lastEnd
        end local 6 // int lastStart
        end local 5 // int firstEnd
        end local 4 // int firstStart
        end local 3 // float[] advs
        end local 2 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation last
        end local 1 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation first
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   12     1       first  Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
            0   12     2        last  Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
            1   12     3        advs  [F
            2   12     4  firstStart  I
            3   12     5    firstEnd  I
            4   12     6   lastStart  I
            5   12     7     lastEnd  I
            8   12     8       start  I
           11   12     9         end  I
    MethodParameters:
       Name  Flags
      first  
      last   

  protected float distanceBetweenRun(org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation, org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation);
    descriptor: (Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;)F
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation last
        start local 2 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation first
         0: .line 2760
            new org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation
            dup
            invokespecial org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.<init>:()V
            astore 6 /* info */
        start local 6 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation info
         1: .line 2764
            aload 6 /* info */
            aload 1 /* last */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            putfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
         2: .line 2765
            aload 6 /* info */
            aload 1 /* last */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getGlyphCount:()I
            iconst_1
            isub
            putfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexEnd:I
         3: .line 2767
            aload 0 /* this */
            aload 6 /* info */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getEndPoint:(Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;)Ljava/awt/geom/Point2D;
            astore 4 /* startPoint */
        start local 4 // java.awt.geom.Point2D startPoint
         4: .line 2770
            aload 6 /* info */
            aload 2 /* first */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            putfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
         5: .line 2771
            aload 6 /* info */
            iconst_0
            putfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexStart:I
         6: .line 2773
            aload 0 /* this */
            aload 6 /* info */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getStartPoint:(Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;)Ljava/awt/geom/Point2D;
            astore 5 /* endPoint */
        start local 5 // java.awt.geom.Point2D endPoint
         7: .line 2775
            aload 2 /* first */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.isVertical:()Z
            ifeq 10
         8: .line 2776
            aload 5 /* endPoint */
            invokevirtual java.awt.geom.Point2D.getY:()D
            aload 4 /* startPoint */
            invokevirtual java.awt.geom.Point2D.getY:()D
            dsub
            d2f
            fstore 3 /* distance */
        start local 3 // float distance
         9: .line 2777
            goto 11
        end local 3 // float distance
        10: .line 2779
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation top java.awt.geom.Point2D java.awt.geom.Point2D org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation
      StackMap stack:
            aload 5 /* endPoint */
            invokevirtual java.awt.geom.Point2D.getX:()D
            aload 4 /* startPoint */
            invokevirtual java.awt.geom.Point2D.getX:()D
            dsub
            d2f
            fstore 3 /* distance */
        start local 3 // float distance
        11: .line 2782
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation float java.awt.geom.Point2D java.awt.geom.Point2D org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation
      StackMap stack:
            fload 3 /* distance */
            freturn
        end local 6 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation info
        end local 5 // java.awt.geom.Point2D endPoint
        end local 4 // java.awt.geom.Point2D startPoint
        end local 3 // float distance
        end local 2 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation first
        end local 1 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation last
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   12     1        last  Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
            0   12     2       first  Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
            9   10     3    distance  F
           11   12     3    distance  F
            4   12     4  startPoint  Ljava/awt/geom/Point2D;
            7   12     5    endPoint  Ljava/awt/geom/Point2D;
            1   12     6        info  Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
    MethodParameters:
       Name  Flags
      last   
      first  

  protected void selectSubString(org.w3c.dom.Element, int, int);
    descriptor: (Lorg/w3c/dom/Element;II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=13, args_size=4
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.Element element
        start local 2 // int charnum
        start local 3 // int nchars
         0: .line 2793
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextNode:()Lorg/apache/batik/bridge/TextNode;
            astore 4 /* textNode */
        start local 4 // org.apache.batik.bridge.TextNode textNode
         1: .line 2796
            aload 4 /* textNode */
            invokevirtual org.apache.batik.bridge.TextNode.getAttributedCharacterIterator:()Ljava/text/AttributedCharacterIterator;
            astore 5 /* aci */
        start local 5 // java.text.AttributedCharacterIterator aci
         2: .line 2797
            aload 5 /* aci */
            ifnonnull 4
         3: .line 2798
            return
         4: .line 2800
      StackMap locals: org.apache.batik.bridge.TextNode java.text.AttributedCharacterIterator
      StackMap stack:
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getElementStartIndex:(Lorg/w3c/dom/Element;)I
            istore 6 /* firstChar */
        start local 6 // int firstChar
         5: .line 2802
            iload 6 /* firstChar */
            iconst_m1
            if_icmpne 7
         6: .line 2803
            return
         7: .line 2805
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 4 /* textNode */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextRuns:(Lorg/apache/batik/bridge/TextNode;)Ljava/util/List;
            astore 7 /* list */
        start local 7 // java.util.List list
         8: .line 2807
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getElementEndIndex:(Lorg/w3c/dom/Element;)I
            istore 8 /* lastChar */
        start local 8 // int lastChar
         9: .line 2810
            aload 0 /* this */
            aload 7 /* list */
            iload 6 /* firstChar */
            iload 2 /* charnum */
            aload 5 /* aci */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getCharacterInformation:(Ljava/util/List;IILjava/text/AttributedCharacterIterator;)Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
            astore 9 /* firstInfo */
        start local 9 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation firstInfo
        10: .line 2811
            aload 0 /* this */
            aload 7 /* list */
            iload 6 /* firstChar */
            iload 2 /* charnum */
            iload 3 /* nchars */
            iadd
            iconst_1
            isub
            aload 5 /* aci */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getCharacterInformation:(Ljava/util/List;IILjava/text/AttributedCharacterIterator;)Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
            astore 10 /* lastInfo */
        start local 10 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation lastInfo
        11: .line 2814
            aload 4 /* textNode */
            aload 9 /* firstInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.characterIndex:I
            iconst_1
            invokevirtual org.apache.batik.bridge.TextNode.getMarkerForChar:(IZ)Lorg/apache/batik/bridge/Mark;
            astore 11 /* firstMark */
        start local 11 // org.apache.batik.bridge.Mark firstMark
        12: .line 2816
            aload 10 /* lastInfo */
            ifnull 15
            aload 10 /* lastInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.characterIndex:I
            iload 8 /* lastChar */
            if_icmpgt 15
        13: .line 2817
            aload 4 /* textNode */
            aload 10 /* lastInfo */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.characterIndex:I
            iconst_0
            invokevirtual org.apache.batik.bridge.TextNode.getMarkerForChar:(IZ)Lorg/apache/batik/bridge/Mark;
            astore 12 /* lastMark */
        start local 12 // org.apache.batik.bridge.Mark lastMark
        14: .line 2818
            goto 16
        end local 12 // org.apache.batik.bridge.Mark lastMark
        15: .line 2820
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge org.w3c.dom.Element int int org.apache.batik.bridge.TextNode java.text.AttributedCharacterIterator int java.util.List int org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation org.apache.batik.bridge.Mark
      StackMap stack:
            aload 4 /* textNode */
            iload 8 /* lastChar */
            iconst_0
            invokevirtual org.apache.batik.bridge.TextNode.getMarkerForChar:(IZ)Lorg/apache/batik/bridge/Mark;
            astore 12 /* lastMark */
        start local 12 // org.apache.batik.bridge.Mark lastMark
        16: .line 2823
      StackMap locals: org.apache.batik.bridge.Mark
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGTextElementBridge.ctx:Lorg/apache/batik/bridge/BridgeContext;
            invokevirtual org.apache.batik.bridge.BridgeContext.getUserAgent:()Lorg/apache/batik/bridge/UserAgent;
            aload 11 /* firstMark */
            aload 12 /* lastMark */
            invokeinterface org.apache.batik.bridge.UserAgent.setTextSelection:(Lorg/apache/batik/bridge/Mark;Lorg/apache/batik/bridge/Mark;)V
        17: .line 2824
            return
        end local 12 // org.apache.batik.bridge.Mark lastMark
        end local 11 // org.apache.batik.bridge.Mark firstMark
        end local 10 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation lastInfo
        end local 9 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation firstInfo
        end local 8 // int lastChar
        end local 7 // java.util.List list
        end local 6 // int firstChar
        end local 5 // java.text.AttributedCharacterIterator aci
        end local 4 // org.apache.batik.bridge.TextNode textNode
        end local 3 // int nchars
        end local 2 // int charnum
        end local 1 // org.w3c.dom.Element element
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   18     1    element  Lorg/w3c/dom/Element;
            0   18     2    charnum  I
            0   18     3     nchars  I
            1   18     4   textNode  Lorg/apache/batik/bridge/TextNode;
            2   18     5        aci  Ljava/text/AttributedCharacterIterator;
            5   18     6  firstChar  I
            8   18     7       list  Ljava/util/List;
            9   18     8   lastChar  I
           10   18     9  firstInfo  Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
           11   18    10   lastInfo  Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
           12   18    11  firstMark  Lorg/apache/batik/bridge/Mark;
           14   15    12   lastMark  Lorg/apache/batik/bridge/Mark;
           16   18    12   lastMark  Lorg/apache/batik/bridge/Mark;
    MethodParameters:
         Name  Flags
      element  
      charnum  
      nchars   

  protected int getCharNumAtPosition(org.w3c.dom.Element, float, float);
    descriptor: (Lorg/w3c/dom/Element;FF)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=11, args_size=4
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.w3c.dom.Element e
        start local 2 // float x
        start local 3 // float y
         0: .line 2827
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextNode:()Lorg/apache/batik/bridge/TextNode;
            astore 4 /* textNode */
        start local 4 // org.apache.batik.bridge.TextNode textNode
         1: .line 2830
            aload 4 /* textNode */
            invokevirtual org.apache.batik.bridge.TextNode.getAttributedCharacterIterator:()Ljava/text/AttributedCharacterIterator;
            astore 5 /* aci */
        start local 5 // java.text.AttributedCharacterIterator aci
         2: .line 2831
            aload 5 /* aci */
            ifnonnull 4
         3: .line 2832
            iconst_m1
            ireturn
         4: .line 2835
      StackMap locals: org.apache.batik.bridge.TextNode java.text.AttributedCharacterIterator
      StackMap stack:
            aload 0 /* this */
            aload 4 /* textNode */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextRuns:(Lorg/apache/batik/bridge/TextNode;)Ljava/util/List;
            astore 6 /* list */
        start local 6 // java.util.List list
         5: .line 2839
            aconst_null
            astore 7 /* hit */
        start local 7 // org.apache.batik.bridge.TextHit hit
         6: .line 2841
            aload 6 /* list */
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 8 /* i */
        start local 8 // int i
         7: goto 11
         8: .line 2843
      StackMap locals: java.util.List org.apache.batik.bridge.TextHit int
      StackMap stack:
            aload 6 /* list */
            iload 8 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.batik.bridge.StrokingTextPainter$TextRun
            astore 9 /* textRun */
        start local 9 // org.apache.batik.bridge.StrokingTextPainter$TextRun textRun
         9: .line 2844
            aload 9 /* textRun */
            invokevirtual org.apache.batik.bridge.StrokingTextPainter$TextRun.getLayout:()Lorg/apache/batik/bridge/TextSpanLayout;
            fload 2 /* x */
            fload 3 /* y */
            invokeinterface org.apache.batik.bridge.TextSpanLayout.hitTestChar:(FF)Lorg/apache/batik/bridge/TextHit;
            astore 7 /* hit */
        end local 9 // org.apache.batik.bridge.StrokingTextPainter$TextRun textRun
        10: .line 2841
            iinc 8 /* i */ -1
      StackMap locals:
      StackMap stack:
        11: iload 8 /* i */
            iflt 12
            aload 7 /* hit */
            ifnull 8
        end local 8 // int i
        12: .line 2847
      StackMap locals:
      StackMap stack:
            aload 7 /* hit */
            ifnonnull 14
        13: .line 2848
            iconst_m1
            ireturn
        14: .line 2852
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getElementStartIndex:(Lorg/w3c/dom/Element;)I
            istore 8 /* first */
        start local 8 // int first
        15: .line 2853
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getElementEndIndex:(Lorg/w3c/dom/Element;)I
            istore 9 /* last */
        start local 9 // int last
        16: .line 2855
            aload 7 /* hit */
            invokevirtual org.apache.batik.bridge.TextHit.getCharIndex:()I
            istore 10 /* hitIndex */
        start local 10 // int hitIndex
        17: .line 2857
            iload 10 /* hitIndex */
            iload 8 /* first */
            if_icmplt 19
            iload 10 /* hitIndex */
            iload 9 /* last */
            if_icmpgt 19
        18: .line 2858
            iload 10 /* hitIndex */
            iload 8 /* first */
            isub
            ireturn
        19: .line 2860
      StackMap locals: int int int
      StackMap stack:
            iconst_m1
            ireturn
        end local 10 // int hitIndex
        end local 9 // int last
        end local 8 // int first
        end local 7 // org.apache.batik.bridge.TextHit hit
        end local 6 // java.util.List list
        end local 5 // java.text.AttributedCharacterIterator aci
        end local 4 // org.apache.batik.bridge.TextNode textNode
        end local 3 // float y
        end local 2 // float x
        end local 1 // org.w3c.dom.Element e
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   20     0      this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   20     1         e  Lorg/w3c/dom/Element;
            0   20     2         x  F
            0   20     3         y  F
            1   20     4  textNode  Lorg/apache/batik/bridge/TextNode;
            2   20     5       aci  Ljava/text/AttributedCharacterIterator;
            5   20     6      list  Ljava/util/List;
            6   20     7       hit  Lorg/apache/batik/bridge/TextHit;
            7   12     8         i  I
            9   10     9   textRun  Lorg/apache/batik/bridge/StrokingTextPainter$TextRun;
           15   20     8     first  I
           16   20     9      last  I
           17   20    10  hitIndex  I
    MethodParameters:
      Name  Flags
      e     
      x     
      y     

  protected java.util.List getTextRuns(org.apache.batik.bridge.TextNode);
    descriptor: (Lorg/apache/batik/bridge/TextNode;)Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // org.apache.batik.bridge.TextNode node
         0: .line 2869
            aload 1 /* node */
            invokevirtual org.apache.batik.bridge.TextNode.getTextRuns:()Ljava/util/List;
            ifnonnull 2
         1: .line 2872
            aload 1 /* node */
            invokevirtual org.apache.batik.bridge.TextNode.getPrimitiveBounds:()Ljava/awt/geom/Rectangle2D;
            pop
         2: .line 2875
      StackMap locals:
      StackMap stack:
            aload 1 /* node */
            invokevirtual org.apache.batik.bridge.TextNode.getTextRuns:()Ljava/util/List;
            areturn
        end local 1 // org.apache.batik.bridge.TextNode node
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0    3     1  node  Lorg/apache/batik/bridge/TextNode;
    MethodParameters:
      Name  Flags
      node  

  protected org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation getCharacterInformation(java.util.List, int, int, java.text.AttributedCharacterIterator);
    descriptor: (Ljava/util/List;IILjava/text/AttributedCharacterIterator;)Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=9, args_size=5
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // java.util.List list
        start local 2 // int startIndex
        start local 3 // int charnum
        start local 4 // java.text.AttributedCharacterIterator aci
         0: .line 2898
            new org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation
            dup
            invokespecial org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.<init>:()V
            astore 5 /* info */
        start local 5 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation info
         1: .line 2899
            aload 5 /* info */
            iload 2 /* startIndex */
            iload 3 /* charnum */
            iadd
            putfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.characterIndex:I
         2: .line 2901
            aload 1 /* list */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 22
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge java.util.List int int java.text.AttributedCharacterIterator org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation top java.util.Iterator
      StackMap stack:
         3: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 6 /* aList */
        start local 6 // java.lang.Object aList
         4: .line 2903
            aload 6 /* aList */
            checkcast org.apache.batik.bridge.StrokingTextPainter$TextRun
            astore 8 /* run */
        start local 8 // org.apache.batik.bridge.StrokingTextPainter$TextRun run
         5: .line 2905
            aload 8 /* run */
            invokevirtual org.apache.batik.bridge.StrokingTextPainter$TextRun.getLayout:()Lorg/apache/batik/bridge/TextSpanLayout;
            aload 5 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.characterIndex:I
            invokeinterface org.apache.batik.bridge.TextSpanLayout.hasCharacterIndex:(I)Z
            ifne 7
         6: .line 2906
            goto 22
         7: .line 2908
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge java.util.List int int java.text.AttributedCharacterIterator org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation java.lang.Object java.util.Iterator org.apache.batik.bridge.StrokingTextPainter$TextRun
      StackMap stack:
            aload 5 /* info */
            aload 8 /* run */
            invokevirtual org.apache.batik.bridge.StrokingTextPainter$TextRun.getLayout:()Lorg/apache/batik/bridge/TextSpanLayout;
            putfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
         8: .line 2910
            aload 4 /* aci */
            aload 5 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.characterIndex:I
            invokeinterface java.text.AttributedCharacterIterator.setIndex:(I)C
            pop
         9: .line 2913
            aload 4 /* aci */
            getstatic org.apache.batik.bridge.SVGTextElementBridge.ALT_GLYPH_HANDLER:Ljava/text/AttributedCharacterIterator$Attribute;
            invokeinterface java.text.AttributedCharacterIterator.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/lang/Object;
            ifnull 13
        10: .line 2914
            aload 5 /* info */
            iconst_0
            putfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexStart:I
        11: .line 2915
            aload 5 /* info */
            aload 5 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getGlyphCount:()I
            iconst_1
            isub
            putfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexEnd:I
        12: .line 2916
            goto 21
        13: .line 2917
      StackMap locals:
      StackMap stack:
            aload 5 /* info */
            aload 5 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
        14: .line 2918
            aload 5 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.characterIndex:I
        15: .line 2917
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getGlyphIndex:(I)I
            putfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexStart:I
        16: .line 2922
            aload 5 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexStart:I
            iconst_m1
            if_icmpne 20
        17: .line 2923
            aload 5 /* info */
            iconst_0
            putfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexStart:I
        18: .line 2924
            aload 5 /* info */
            aload 5 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getGlyphCount:()I
            iconst_1
            isub
            putfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexEnd:I
        19: .line 2925
            goto 21
        20: .line 2926
      StackMap locals:
      StackMap stack:
            aload 5 /* info */
            aload 5 /* info */
            getfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexStart:I
            putfield org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation.glyphIndexEnd:I
        21: .line 2929
      StackMap locals:
      StackMap stack:
            aload 5 /* info */
            areturn
        end local 8 // org.apache.batik.bridge.StrokingTextPainter$TextRun run
        end local 6 // java.lang.Object aList
        22: .line 2901
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge java.util.List int int java.text.AttributedCharacterIterator org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        23: .line 2931
            aconst_null
            areturn
        end local 5 // org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation info
        end local 4 // java.text.AttributedCharacterIterator aci
        end local 3 // int charnum
        end local 2 // int startIndex
        end local 1 // java.util.List list
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   24     0        this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   24     1        list  Ljava/util/List;
            0   24     2  startIndex  I
            0   24     3     charnum  I
            0   24     4         aci  Ljava/text/AttributedCharacterIterator;
            1   24     5        info  Lorg/apache/batik/bridge/SVGTextElementBridge$CharacterInformation;
            4   22     6       aList  Ljava/lang/Object;
            5   22     8         run  Lorg/apache/batik/bridge/StrokingTextPainter$TextRun;
    MethodParameters:
            Name  Flags
      list        
      startIndex  
      charnum     
      aci         

  public java.util.Set getTextIntersectionSet(java.awt.geom.AffineTransform, java.awt.geom.Rectangle2D);
    descriptor: (Ljava/awt/geom/AffineTransform;Ljava/awt/geom/Rectangle2D;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=17, args_size=3
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // java.awt.geom.AffineTransform at
        start local 2 // java.awt.geom.Rectangle2D rect
         0: .line 2962
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 3 /* elems */
        start local 3 // java.util.Set elems
         1: .line 2964
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextNode:()Lorg/apache/batik/bridge/TextNode;
            astore 4 /* tn */
        start local 4 // org.apache.batik.bridge.TextNode tn
         2: .line 2966
            aload 4 /* tn */
            invokevirtual org.apache.batik.bridge.TextNode.getTextRuns:()Ljava/util/List;
            astore 5 /* list */
        start local 5 // java.util.List list
         3: .line 2967
            aload 5 /* list */
            ifnonnull 5
         4: .line 2968
            aload 3 /* elems */
            areturn
         5: .line 2970
      StackMap locals: java.util.Set org.apache.batik.bridge.TextNode java.util.List
      StackMap stack:
            aload 5 /* list */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 36
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge java.awt.geom.AffineTransform java.awt.geom.Rectangle2D java.util.Set org.apache.batik.bridge.TextNode java.util.List top java.util.Iterator
      StackMap stack:
         6: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 6 /* aList */
        start local 6 // java.lang.Object aList
         7: .line 2972
            aload 6 /* aList */
            checkcast org.apache.batik.bridge.StrokingTextPainter$TextRun
            astore 8 /* run */
        start local 8 // org.apache.batik.bridge.StrokingTextPainter$TextRun run
         8: .line 2973
            aload 8 /* run */
            invokevirtual org.apache.batik.bridge.StrokingTextPainter$TextRun.getLayout:()Lorg/apache/batik/bridge/TextSpanLayout;
            astore 9 /* layout */
        start local 9 // org.apache.batik.bridge.TextSpanLayout layout
         9: .line 2974
            aload 8 /* run */
            invokevirtual org.apache.batik.bridge.StrokingTextPainter$TextRun.getACI:()Ljava/text/AttributedCharacterIterator;
            astore 10 /* aci */
        start local 10 // java.text.AttributedCharacterIterator aci
        10: .line 2975
            aload 10 /* aci */
            invokeinterface java.text.AttributedCharacterIterator.first:()C
            pop
        11: .line 2977
            aload 10 /* aci */
            getstatic org.apache.batik.bridge.SVGTextElementBridge.TEXT_COMPOUND_ID:Ljava/text/AttributedCharacterIterator$Attribute;
            invokeinterface java.text.AttributedCharacterIterator.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/lang/Object;
            checkcast java.lang.ref.SoftReference
            astore 11 /* sr */
        start local 11 // java.lang.ref.SoftReference sr
        12: .line 2978
            aload 11 /* sr */
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast org.w3c.dom.Element
            astore 12 /* elem */
        start local 12 // org.w3c.dom.Element elem
        13: .line 2980
            aload 12 /* elem */
            ifnonnull 14
            goto 36
        14: .line 2981
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge java.awt.geom.AffineTransform java.awt.geom.Rectangle2D java.util.Set org.apache.batik.bridge.TextNode java.util.List java.lang.Object java.util.Iterator org.apache.batik.bridge.StrokingTextPainter$TextRun org.apache.batik.bridge.TextSpanLayout java.text.AttributedCharacterIterator java.lang.ref.SoftReference org.w3c.dom.Element
      StackMap stack:
            aload 3 /* elems */
            aload 12 /* elem */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 15
            goto 36
        15: .line 2982
      StackMap locals:
      StackMap stack:
            aload 12 /* elem */
            invokestatic org.apache.batik.bridge.SVGTextElementBridge.isTextSensitive:(Lorg/w3c/dom/Element;)Z
            ifne 16
            goto 36
        16: .line 2984
      StackMap locals:
      StackMap stack:
            aload 9 /* layout */
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getBounds2D:()Ljava/awt/geom/Rectangle2D;
            astore 13 /* glBounds */
        start local 13 // java.awt.geom.Rectangle2D glBounds
        17: .line 2985
            aload 13 /* glBounds */
            ifnull 21
        18: .line 2986
            aload 1 /* at */
            aload 13 /* glBounds */
            invokevirtual java.awt.geom.AffineTransform.createTransformedShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            invokeinterface java.awt.Shape.getBounds2D:()Ljava/awt/geom/Rectangle2D;
            astore 13 /* glBounds */
        19: .line 2988
            aload 2 /* rect */
            aload 13 /* glBounds */
            invokevirtual java.awt.geom.Rectangle2D.intersects:(Ljava/awt/geom/Rectangle2D;)Z
            ifne 21
        20: .line 2989
            goto 36
        21: .line 2993
      StackMap locals: java.awt.geom.Rectangle2D
      StackMap stack:
            aload 9 /* layout */
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getGlyphVector:()Lorg/apache/batik/gvt/font/GVTGlyphVector;
            astore 14 /* gv */
        start local 14 // org.apache.batik.gvt.font.GVTGlyphVector gv
        22: .line 2994
            iconst_0
            istore 15 /* g */
        start local 15 // int g
        23: goto 35
        24: .line 2995
      StackMap locals: org.apache.batik.gvt.font.GVTGlyphVector int
      StackMap stack:
            aload 14 /* gv */
            iload 15 /* g */
            invokeinterface org.apache.batik.gvt.font.GVTGlyphVector.getGlyphLogicalBounds:(I)Ljava/awt/Shape;
            astore 16 /* gBounds */
        start local 16 // java.awt.Shape gBounds
        25: .line 2996
            aload 16 /* gBounds */
            ifnull 34
        26: .line 2997
            aload 1 /* at */
        27: .line 2998
            aload 16 /* gBounds */
        28: .line 2997
            invokevirtual java.awt.geom.AffineTransform.createTransformedShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
        29: .line 2998
            invokeinterface java.awt.Shape.getBounds2D:()Ljava/awt/geom/Rectangle2D;
        30: .line 2997
            astore 16 /* gBounds */
        31: .line 3000
            aload 16 /* gBounds */
            aload 2 /* rect */
            invokeinterface java.awt.Shape.intersects:(Ljava/awt/geom/Rectangle2D;)Z
            ifeq 34
        32: .line 3001
            aload 3 /* elems */
            aload 12 /* elem */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        33: .line 3002
            goto 36
        end local 16 // java.awt.Shape gBounds
        34: .line 2994
      StackMap locals:
      StackMap stack:
            iinc 15 /* g */ 1
      StackMap locals:
      StackMap stack:
        35: iload 15 /* g */
            aload 14 /* gv */
            invokeinterface org.apache.batik.gvt.font.GVTGlyphVector.getNumGlyphs:()I
            if_icmplt 24
        end local 15 // int g
        end local 14 // org.apache.batik.gvt.font.GVTGlyphVector gv
        end local 13 // java.awt.geom.Rectangle2D glBounds
        end local 12 // org.w3c.dom.Element elem
        end local 11 // java.lang.ref.SoftReference sr
        end local 10 // java.text.AttributedCharacterIterator aci
        end local 9 // org.apache.batik.bridge.TextSpanLayout layout
        end local 8 // org.apache.batik.bridge.StrokingTextPainter$TextRun run
        end local 6 // java.lang.Object aList
        36: .line 2970
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge java.awt.geom.AffineTransform java.awt.geom.Rectangle2D java.util.Set org.apache.batik.bridge.TextNode java.util.List top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        37: .line 3007
            aload 3 /* elems */
            areturn
        end local 5 // java.util.List list
        end local 4 // org.apache.batik.bridge.TextNode tn
        end local 3 // java.util.Set elems
        end local 2 // java.awt.geom.Rectangle2D rect
        end local 1 // java.awt.geom.AffineTransform at
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   38     0      this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   38     1        at  Ljava/awt/geom/AffineTransform;
            0   38     2      rect  Ljava/awt/geom/Rectangle2D;
            1   38     3     elems  Ljava/util/Set;
            2   38     4        tn  Lorg/apache/batik/bridge/TextNode;
            3   38     5      list  Ljava/util/List;
            7   36     6     aList  Ljava/lang/Object;
            8   36     8       run  Lorg/apache/batik/bridge/StrokingTextPainter$TextRun;
            9   36     9    layout  Lorg/apache/batik/bridge/TextSpanLayout;
           10   36    10       aci  Ljava/text/AttributedCharacterIterator;
           12   36    11        sr  Ljava/lang/ref/SoftReference;
           13   36    12      elem  Lorg/w3c/dom/Element;
           17   36    13  glBounds  Ljava/awt/geom/Rectangle2D;
           22   36    14        gv  Lorg/apache/batik/gvt/font/GVTGlyphVector;
           23   36    15         g  I
           25   34    16   gBounds  Ljava/awt/Shape;
    MethodParameters:
      Name  Flags
      at    
      rect  

  public java.util.Set getTextEnclosureSet(java.awt.geom.AffineTransform, java.awt.geom.Rectangle2D);
    descriptor: (Ljava/awt/geom/AffineTransform;Ljava/awt/geom/Rectangle2D;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=15, args_size=3
        start local 0 // org.apache.batik.bridge.SVGTextElementBridge this
        start local 1 // java.awt.geom.AffineTransform at
        start local 2 // java.awt.geom.Rectangle2D rect
         0: .line 3012
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextNode:()Lorg/apache/batik/bridge/TextNode;
            astore 3 /* tn */
        start local 3 // org.apache.batik.bridge.TextNode tn
         1: .line 3014
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 4 /* elems */
        start local 4 // java.util.Set elems
         2: .line 3015
            aload 3 /* tn */
            invokevirtual org.apache.batik.bridge.TextNode.getTextRuns:()Ljava/util/List;
            astore 5 /* list */
        start local 5 // java.util.List list
         3: .line 3016
            aload 5 /* list */
            ifnonnull 5
         4: .line 3017
            aload 4 /* elems */
            areturn
         5: .line 3019
      StackMap locals: org.apache.batik.bridge.TextNode java.util.Set java.util.List
      StackMap stack:
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 6 /* reject */
        start local 6 // java.util.Set reject
         6: .line 3020
            aload 5 /* list */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 28
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge java.awt.geom.AffineTransform java.awt.geom.Rectangle2D org.apache.batik.bridge.TextNode java.util.Set java.util.List java.util.Set top java.util.Iterator
      StackMap stack:
         7: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 7 /* aList */
        start local 7 // java.lang.Object aList
         8: .line 3022
            aload 7 /* aList */
            checkcast org.apache.batik.bridge.StrokingTextPainter$TextRun
            astore 9 /* run */
        start local 9 // org.apache.batik.bridge.StrokingTextPainter$TextRun run
         9: .line 3023
            aload 9 /* run */
            invokevirtual org.apache.batik.bridge.StrokingTextPainter$TextRun.getLayout:()Lorg/apache/batik/bridge/TextSpanLayout;
            astore 10 /* layout */
        start local 10 // org.apache.batik.bridge.TextSpanLayout layout
        10: .line 3024
            aload 9 /* run */
            invokevirtual org.apache.batik.bridge.StrokingTextPainter$TextRun.getACI:()Ljava/text/AttributedCharacterIterator;
            astore 11 /* aci */
        start local 11 // java.text.AttributedCharacterIterator aci
        11: .line 3025
            aload 11 /* aci */
            invokeinterface java.text.AttributedCharacterIterator.first:()C
            pop
        12: .line 3027
            aload 11 /* aci */
            getstatic org.apache.batik.bridge.SVGTextElementBridge.TEXT_COMPOUND_ID:Ljava/text/AttributedCharacterIterator$Attribute;
            invokeinterface java.text.AttributedCharacterIterator.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/lang/Object;
            checkcast java.lang.ref.SoftReference
            astore 12 /* sr */
        start local 12 // java.lang.ref.SoftReference sr
        13: .line 3028
            aload 12 /* sr */
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast org.w3c.dom.Element
            astore 13 /* elem */
        start local 13 // org.w3c.dom.Element elem
        14: .line 3030
            aload 13 /* elem */
            ifnonnull 15
            goto 28
        15: .line 3031
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge java.awt.geom.AffineTransform java.awt.geom.Rectangle2D org.apache.batik.bridge.TextNode java.util.Set java.util.List java.util.Set java.lang.Object java.util.Iterator org.apache.batik.bridge.StrokingTextPainter$TextRun org.apache.batik.bridge.TextSpanLayout java.text.AttributedCharacterIterator java.lang.ref.SoftReference org.w3c.dom.Element
      StackMap stack:
            aload 6 /* reject */
            aload 13 /* elem */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 16
            goto 28
        16: .line 3032
      StackMap locals:
      StackMap stack:
            aload 13 /* elem */
            invokestatic org.apache.batik.bridge.SVGTextElementBridge.isTextSensitive:(Lorg/w3c/dom/Element;)Z
            ifne 19
        17: .line 3033
            aload 6 /* reject */
            aload 13 /* elem */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        18: .line 3034
            goto 28
        19: .line 3037
      StackMap locals:
      StackMap stack:
            aload 10 /* layout */
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getBounds2D:()Ljava/awt/geom/Rectangle2D;
            astore 14 /* glBounds */
        start local 14 // java.awt.geom.Rectangle2D glBounds
        20: .line 3038
            aload 14 /* glBounds */
            ifnonnull 22
        21: .line 3039
            goto 28
        22: .line 3042
      StackMap locals: java.awt.geom.Rectangle2D
      StackMap stack:
            aload 1 /* at */
            aload 14 /* glBounds */
            invokevirtual java.awt.geom.AffineTransform.createTransformedShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            invokeinterface java.awt.Shape.getBounds2D:()Ljava/awt/geom/Rectangle2D;
            astore 14 /* glBounds */
        23: .line 3044
            aload 2 /* rect */
            aload 14 /* glBounds */
            invokevirtual java.awt.geom.Rectangle2D.contains:(Ljava/awt/geom/Rectangle2D;)Z
            ifeq 26
        24: .line 3045
            aload 4 /* elems */
            aload 13 /* elem */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        25: .line 3046
            goto 28
        26: .line 3047
      StackMap locals:
      StackMap stack:
            aload 6 /* reject */
            aload 13 /* elem */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        27: .line 3048
            aload 4 /* elems */
            aload 13 /* elem */
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
        end local 14 // java.awt.geom.Rectangle2D glBounds
        end local 13 // org.w3c.dom.Element elem
        end local 12 // java.lang.ref.SoftReference sr
        end local 11 // java.text.AttributedCharacterIterator aci
        end local 10 // org.apache.batik.bridge.TextSpanLayout layout
        end local 9 // org.apache.batik.bridge.StrokingTextPainter$TextRun run
        end local 7 // java.lang.Object aList
        28: .line 3020
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge java.awt.geom.AffineTransform java.awt.geom.Rectangle2D org.apache.batik.bridge.TextNode java.util.Set java.util.List java.util.Set top java.util.Iterator
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        29: .line 3052
            aload 4 /* elems */
            areturn
        end local 6 // java.util.Set reject
        end local 5 // java.util.List list
        end local 4 // java.util.Set elems
        end local 3 // org.apache.batik.bridge.TextNode tn
        end local 2 // java.awt.geom.Rectangle2D rect
        end local 1 // java.awt.geom.AffineTransform at
        end local 0 // org.apache.batik.bridge.SVGTextElementBridge this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   30     0      this  Lorg/apache/batik/bridge/SVGTextElementBridge;
            0   30     1        at  Ljava/awt/geom/AffineTransform;
            0   30     2      rect  Ljava/awt/geom/Rectangle2D;
            1   30     3        tn  Lorg/apache/batik/bridge/TextNode;
            2   30     4     elems  Ljava/util/Set;
            3   30     5      list  Ljava/util/List;
            6   30     6    reject  Ljava/util/Set;
            8   28     7     aList  Ljava/lang/Object;
            9   28     9       run  Lorg/apache/batik/bridge/StrokingTextPainter$TextRun;
           10   28    10    layout  Lorg/apache/batik/bridge/TextSpanLayout;
           11   28    11       aci  Ljava/text/AttributedCharacterIterator;
           13   28    12        sr  Ljava/lang/ref/SoftReference;
           14   28    13      elem  Lorg/w3c/dom/Element;
           20   28    14  glBounds  Ljava/awt/geom/Rectangle2D;
    MethodParameters:
      Name  Flags
      at    
      rect  

  public static boolean getTextIntersection(org.apache.batik.bridge.BridgeContext, org.w3c.dom.Element, java.awt.geom.AffineTransform, java.awt.geom.Rectangle2D, boolean);
    descriptor: (Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Ljava/awt/geom/AffineTransform;Ljava/awt/geom/Rectangle2D;Z)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=24, args_size=5
        start local 0 // org.apache.batik.bridge.BridgeContext ctx
        start local 1 // org.w3c.dom.Element elem
        start local 2 // java.awt.geom.AffineTransform ati
        start local 3 // java.awt.geom.Rectangle2D rect
        start local 4 // boolean checkSensitivity
         0: .line 3060
            aconst_null
            astore 5 /* svgCtx */
        start local 5 // org.apache.batik.dom.svg.SVGContext svgCtx
         1: .line 3061
            aload 1 /* elem */
            instanceof org.apache.batik.anim.dom.SVGOMElement
            ifeq 3
         2: .line 3062
            aload 1 /* elem */
            checkcast org.apache.batik.anim.dom.SVGOMElement
            invokevirtual org.apache.batik.anim.dom.SVGOMElement.getSVGContext:()Lorg/apache/batik/dom/svg/SVGContext;
            astore 5 /* svgCtx */
         3: .line 3063
      StackMap locals: org.apache.batik.dom.svg.SVGContext
      StackMap stack:
            aload 5 /* svgCtx */
            ifnonnull 4
            iconst_0
            ireturn
         4: .line 3065
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6 /* txtBridge */
        start local 6 // org.apache.batik.bridge.SVGTextElementBridge txtBridge
         5: .line 3066
            aload 5 /* svgCtx */
            instanceof org.apache.batik.bridge.SVGTextElementBridge
            ifeq 7
         6: .line 3067
            aload 5 /* svgCtx */
            checkcast org.apache.batik.bridge.SVGTextElementBridge
            astore 6 /* txtBridge */
            goto 10
         7: .line 3068
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge
      StackMap stack:
            aload 5 /* svgCtx */
            instanceof org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildSVGContext
            ifeq 10
         8: .line 3070
            aload 5 /* svgCtx */
            checkcast org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildSVGContext
            astore 7 /* childCtx */
        start local 7 // org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildSVGContext childCtx
         9: .line 3071
            aload 7 /* childCtx */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildSVGContext.getTextBridge:()Lorg/apache/batik/bridge/SVGTextElementBridge;
            astore 6 /* txtBridge */
        end local 7 // org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildSVGContext childCtx
        10: .line 3073
      StackMap locals:
      StackMap stack:
            aload 6 /* txtBridge */
            ifnonnull 11
            iconst_0
            ireturn
        11: .line 3075
      StackMap locals:
      StackMap stack:
            aload 6 /* txtBridge */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextNode:()Lorg/apache/batik/bridge/TextNode;
            astore 7 /* tn */
        start local 7 // org.apache.batik.bridge.TextNode tn
        12: .line 3076
            aload 7 /* tn */
            invokevirtual org.apache.batik.bridge.TextNode.getTextRuns:()Ljava/util/List;
            astore 8 /* list */
        start local 8 // java.util.List list
        13: .line 3077
            aload 8 /* list */
            ifnonnull 15
        14: .line 3078
            iconst_0
            ireturn
        15: .line 3080
      StackMap locals: org.apache.batik.bridge.TextNode java.util.List
      StackMap stack:
            aload 6 /* txtBridge */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            astore 9 /* txtElem */
        start local 9 // org.w3c.dom.Element txtElem
        16: .line 3082
            aload 7 /* tn */
            invokevirtual org.apache.batik.bridge.TextNode.getGlobalTransform:()Ljava/awt/geom/AffineTransform;
            astore 10 /* at */
        start local 10 // java.awt.geom.AffineTransform at
        17: .line 3083
            aload 10 /* at */
            aload 2 /* ati */
            invokevirtual java.awt.geom.AffineTransform.preConcatenate:(Ljava/awt/geom/AffineTransform;)V
        18: .line 3086
            aload 7 /* tn */
            invokevirtual org.apache.batik.bridge.TextNode.getBounds:()Ljava/awt/geom/Rectangle2D;
            astore 11 /* tnRect */
        start local 11 // java.awt.geom.Rectangle2D tnRect
        19: .line 3087
            aload 10 /* at */
            aload 11 /* tnRect */
            invokevirtual java.awt.geom.AffineTransform.createTransformedShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            invokeinterface java.awt.Shape.getBounds2D:()Ljava/awt/geom/Rectangle2D;
            astore 11 /* tnRect */
        20: .line 3088
            aload 3 /* rect */
            aload 11 /* tnRect */
            invokevirtual java.awt.geom.Rectangle2D.intersects:(Ljava/awt/geom/Rectangle2D;)Z
            ifne 21
            iconst_0
            ireturn
        21: .line 3090
      StackMap locals: org.w3c.dom.Element java.awt.geom.AffineTransform java.awt.geom.Rectangle2D
      StackMap stack:
            aload 8 /* list */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 13
            goto 54
      StackMap locals: org.apache.batik.bridge.BridgeContext org.w3c.dom.Element java.awt.geom.AffineTransform java.awt.geom.Rectangle2D int org.apache.batik.dom.svg.SVGContext org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.TextNode java.util.List org.w3c.dom.Element java.awt.geom.AffineTransform java.awt.geom.Rectangle2D top java.util.Iterator
      StackMap stack:
        22: aload 13
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 12 /* aList */
        start local 12 // java.lang.Object aList
        23: .line 3092
            aload 12 /* aList */
            checkcast org.apache.batik.bridge.StrokingTextPainter$TextRun
            astore 14 /* run */
        start local 14 // org.apache.batik.bridge.StrokingTextPainter$TextRun run
        24: .line 3093
            aload 14 /* run */
            invokevirtual org.apache.batik.bridge.StrokingTextPainter$TextRun.getLayout:()Lorg/apache/batik/bridge/TextSpanLayout;
            astore 15 /* layout */
        start local 15 // org.apache.batik.bridge.TextSpanLayout layout
        25: .line 3094
            aload 14 /* run */
            invokevirtual org.apache.batik.bridge.StrokingTextPainter$TextRun.getACI:()Ljava/text/AttributedCharacterIterator;
            astore 16 /* aci */
        start local 16 // java.text.AttributedCharacterIterator aci
        26: .line 3095
            aload 16 /* aci */
            invokeinterface java.text.AttributedCharacterIterator.first:()C
            pop
        27: .line 3097
            aload 16 /* aci */
            getstatic org.apache.batik.bridge.SVGTextElementBridge.TEXT_COMPOUND_ID:Ljava/text/AttributedCharacterIterator$Attribute;
            invokeinterface java.text.AttributedCharacterIterator.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/lang/Object;
            checkcast java.lang.ref.SoftReference
            astore 17 /* sr */
        start local 17 // java.lang.ref.SoftReference sr
        28: .line 3098
            aload 17 /* sr */
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast org.w3c.dom.Element
            astore 18 /* runElem */
        start local 18 // org.w3c.dom.Element runElem
        29: .line 3099
            aload 18 /* runElem */
            ifnonnull 30
            goto 54
        30: .line 3102
      StackMap locals: org.apache.batik.bridge.BridgeContext org.w3c.dom.Element java.awt.geom.AffineTransform java.awt.geom.Rectangle2D int org.apache.batik.dom.svg.SVGContext org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.TextNode java.util.List org.w3c.dom.Element java.awt.geom.AffineTransform java.awt.geom.Rectangle2D java.lang.Object java.util.Iterator org.apache.batik.bridge.StrokingTextPainter$TextRun org.apache.batik.bridge.TextSpanLayout java.text.AttributedCharacterIterator java.lang.ref.SoftReference org.w3c.dom.Element
      StackMap stack:
            iload 4 /* checkSensitivity */
            ifeq 31
            aload 18 /* runElem */
            invokestatic org.apache.batik.bridge.SVGTextElementBridge.isTextSensitive:(Lorg/w3c/dom/Element;)Z
            ifne 31
            goto 54
        31: .line 3104
      StackMap locals:
      StackMap stack:
            aload 18 /* runElem */
            astore 19 /* p */
        start local 19 // org.w3c.dom.Element p
        32: .line 3105
            goto 34
        33: .line 3106
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            aload 6 /* txtBridge */
            aload 19 /* p */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getParentNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            checkcast org.w3c.dom.Element
            astore 19 /* p */
        34: .line 3105
      StackMap locals:
      StackMap stack:
            aload 19 /* p */
            ifnull 35
            aload 19 /* p */
            aload 9 /* txtElem */
            if_acmpeq 35
            aload 19 /* p */
            aload 1 /* elem */
            if_acmpne 33
        35: .line 3108
      StackMap locals:
      StackMap stack:
            aload 19 /* p */
            aload 1 /* elem */
            if_acmpeq 36
            goto 54
        36: .line 3111
      StackMap locals:
      StackMap stack:
            aload 15 /* layout */
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getBounds2D:()Ljava/awt/geom/Rectangle2D;
            astore 20 /* glBounds */
        start local 20 // java.awt.geom.Rectangle2D glBounds
        37: .line 3112
            aload 20 /* glBounds */
            ifnonnull 38
            goto 54
        38: .line 3113
      StackMap locals: java.awt.geom.Rectangle2D
      StackMap stack:
            aload 10 /* at */
            aload 20 /* glBounds */
            invokevirtual java.awt.geom.AffineTransform.createTransformedShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            invokeinterface java.awt.Shape.getBounds2D:()Ljava/awt/geom/Rectangle2D;
            astore 20 /* glBounds */
        39: .line 3114
            aload 3 /* rect */
            aload 20 /* glBounds */
            invokevirtual java.awt.geom.Rectangle2D.intersects:(Ljava/awt/geom/Rectangle2D;)Z
            ifne 40
            goto 54
        40: .line 3116
      StackMap locals:
      StackMap stack:
            aload 15 /* layout */
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getGlyphVector:()Lorg/apache/batik/gvt/font/GVTGlyphVector;
            astore 21 /* gv */
        start local 21 // org.apache.batik.gvt.font.GVTGlyphVector gv
        41: .line 3117
            iconst_0
            istore 22 /* g */
        start local 22 // int g
        42: goto 53
        43: .line 3118
      StackMap locals: org.apache.batik.gvt.font.GVTGlyphVector int
      StackMap stack:
            aload 21 /* gv */
            iload 22 /* g */
            invokeinterface org.apache.batik.gvt.font.GVTGlyphVector.getGlyphLogicalBounds:(I)Ljava/awt/Shape;
            astore 23 /* gBounds */
        start local 23 // java.awt.Shape gBounds
        44: .line 3119
            aload 23 /* gBounds */
            ifnull 52
        45: .line 3120
            aload 10 /* at */
        46: .line 3121
            aload 23 /* gBounds */
        47: .line 3120
            invokevirtual java.awt.geom.AffineTransform.createTransformedShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
        48: .line 3121
            invokeinterface java.awt.Shape.getBounds2D:()Ljava/awt/geom/Rectangle2D;
        49: .line 3120
            astore 23 /* gBounds */
        50: .line 3123
            aload 23 /* gBounds */
            aload 3 /* rect */
            invokeinterface java.awt.Shape.intersects:(Ljava/awt/geom/Rectangle2D;)Z
            ifeq 52
        51: .line 3124
            iconst_1
            ireturn
        end local 23 // java.awt.Shape gBounds
        52: .line 3117
      StackMap locals:
      StackMap stack:
            iinc 22 /* g */ 1
      StackMap locals:
      StackMap stack:
        53: iload 22 /* g */
            aload 21 /* gv */
            invokeinterface org.apache.batik.gvt.font.GVTGlyphVector.getNumGlyphs:()I
            if_icmplt 43
        end local 22 // int g
        end local 21 // org.apache.batik.gvt.font.GVTGlyphVector gv
        end local 20 // java.awt.geom.Rectangle2D glBounds
        end local 19 // org.w3c.dom.Element p
        end local 18 // org.w3c.dom.Element runElem
        end local 17 // java.lang.ref.SoftReference sr
        end local 16 // java.text.AttributedCharacterIterator aci
        end local 15 // org.apache.batik.bridge.TextSpanLayout layout
        end local 14 // org.apache.batik.bridge.StrokingTextPainter$TextRun run
        end local 12 // java.lang.Object aList
        54: .line 3090
      StackMap locals: org.apache.batik.bridge.BridgeContext org.w3c.dom.Element java.awt.geom.AffineTransform java.awt.geom.Rectangle2D int org.apache.batik.dom.svg.SVGContext org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.TextNode java.util.List org.w3c.dom.Element java.awt.geom.AffineTransform java.awt.geom.Rectangle2D top java.util.Iterator
      StackMap stack:
            aload 13
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 22
        55: .line 3129
            iconst_0
            ireturn
        end local 11 // java.awt.geom.Rectangle2D tnRect
        end local 10 // java.awt.geom.AffineTransform at
        end local 9 // org.w3c.dom.Element txtElem
        end local 8 // java.util.List list
        end local 7 // org.apache.batik.bridge.TextNode tn
        end local 6 // org.apache.batik.bridge.SVGTextElementBridge txtBridge
        end local 5 // org.apache.batik.dom.svg.SVGContext svgCtx
        end local 4 // boolean checkSensitivity
        end local 3 // java.awt.geom.Rectangle2D rect
        end local 2 // java.awt.geom.AffineTransform ati
        end local 1 // org.w3c.dom.Element elem
        end local 0 // org.apache.batik.bridge.BridgeContext ctx
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   56     0               ctx  Lorg/apache/batik/bridge/BridgeContext;
            0   56     1              elem  Lorg/w3c/dom/Element;
            0   56     2               ati  Ljava/awt/geom/AffineTransform;
            0   56     3              rect  Ljava/awt/geom/Rectangle2D;
            0   56     4  checkSensitivity  Z
            1   56     5            svgCtx  Lorg/apache/batik/dom/svg/SVGContext;
            5   56     6         txtBridge  Lorg/apache/batik/bridge/SVGTextElementBridge;
            9   10     7          childCtx  Lorg/apache/batik/bridge/SVGTextElementBridge$AbstractTextChildSVGContext;
           12   56     7                tn  Lorg/apache/batik/bridge/TextNode;
           13   56     8              list  Ljava/util/List;
           16   56     9           txtElem  Lorg/w3c/dom/Element;
           17   56    10                at  Ljava/awt/geom/AffineTransform;
           19   56    11            tnRect  Ljava/awt/geom/Rectangle2D;
           23   54    12             aList  Ljava/lang/Object;
           24   54    14               run  Lorg/apache/batik/bridge/StrokingTextPainter$TextRun;
           25   54    15            layout  Lorg/apache/batik/bridge/TextSpanLayout;
           26   54    16               aci  Ljava/text/AttributedCharacterIterator;
           28   54    17                sr  Ljava/lang/ref/SoftReference;
           29   54    18           runElem  Lorg/w3c/dom/Element;
           32   54    19                 p  Lorg/w3c/dom/Element;
           37   54    20          glBounds  Ljava/awt/geom/Rectangle2D;
           41   54    21                gv  Lorg/apache/batik/gvt/font/GVTGlyphVector;
           42   54    22                 g  I
           44   52    23           gBounds  Ljava/awt/Shape;
    MethodParameters:
                  Name  Flags
      ctx               
      elem              
      ati               
      rect              
      checkSensitivity  

  public static java.awt.geom.Rectangle2D getTextBounds(org.apache.batik.bridge.BridgeContext, org.w3c.dom.Element, boolean);
    descriptor: (Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Z)Ljava/awt/geom/Rectangle2D;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=18, args_size=3
        start local 0 // org.apache.batik.bridge.BridgeContext ctx
        start local 1 // org.w3c.dom.Element elem
        start local 2 // boolean checkSensitivity
         0: .line 3134
            aconst_null
            astore 3 /* svgCtx */
        start local 3 // org.apache.batik.dom.svg.SVGContext svgCtx
         1: .line 3135
            aload 1 /* elem */
            instanceof org.apache.batik.anim.dom.SVGOMElement
            ifeq 3
         2: .line 3136
            aload 1 /* elem */
            checkcast org.apache.batik.anim.dom.SVGOMElement
            invokevirtual org.apache.batik.anim.dom.SVGOMElement.getSVGContext:()Lorg/apache/batik/dom/svg/SVGContext;
            astore 3 /* svgCtx */
         3: .line 3137
      StackMap locals: org.apache.batik.dom.svg.SVGContext
      StackMap stack:
            aload 3 /* svgCtx */
            ifnonnull 4
            aconst_null
            areturn
         4: .line 3139
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* txtBridge */
        start local 4 // org.apache.batik.bridge.SVGTextElementBridge txtBridge
         5: .line 3140
            aload 3 /* svgCtx */
            instanceof org.apache.batik.bridge.SVGTextElementBridge
            ifeq 7
         6: .line 3141
            aload 3 /* svgCtx */
            checkcast org.apache.batik.bridge.SVGTextElementBridge
            astore 4 /* txtBridge */
            goto 10
         7: .line 3142
      StackMap locals: org.apache.batik.bridge.SVGTextElementBridge
      StackMap stack:
            aload 3 /* svgCtx */
            instanceof org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildSVGContext
            ifeq 10
         8: .line 3144
            aload 3 /* svgCtx */
            checkcast org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildSVGContext
            astore 5 /* childCtx */
        start local 5 // org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildSVGContext childCtx
         9: .line 3145
            aload 5 /* childCtx */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildSVGContext.getTextBridge:()Lorg/apache/batik/bridge/SVGTextElementBridge;
            astore 4 /* txtBridge */
        end local 5 // org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildSVGContext childCtx
        10: .line 3147
      StackMap locals:
      StackMap stack:
            aload 4 /* txtBridge */
            ifnonnull 11
            aconst_null
            areturn
        11: .line 3149
      StackMap locals:
      StackMap stack:
            aload 4 /* txtBridge */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getTextNode:()Lorg/apache/batik/bridge/TextNode;
            astore 5 /* tn */
        start local 5 // org.apache.batik.bridge.TextNode tn
        12: .line 3150
            aload 5 /* tn */
            invokevirtual org.apache.batik.bridge.TextNode.getTextRuns:()Ljava/util/List;
            astore 6 /* list */
        start local 6 // java.util.List list
        13: .line 3151
            aload 6 /* list */
            ifnonnull 15
        14: .line 3152
            aconst_null
            areturn
        15: .line 3154
      StackMap locals: org.apache.batik.bridge.TextNode java.util.List
      StackMap stack:
            aload 4 /* txtBridge */
            getfield org.apache.batik.bridge.SVGTextElementBridge.e:Lorg/w3c/dom/Element;
            astore 7 /* txtElem */
        start local 7 // org.w3c.dom.Element txtElem
        16: .line 3155
            aconst_null
            astore 8 /* ret */
        start local 8 // java.awt.geom.Rectangle2D ret
        17: .line 3157
            aload 6 /* list */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 10
            goto 36
      StackMap locals: org.apache.batik.bridge.BridgeContext org.w3c.dom.Element int org.apache.batik.dom.svg.SVGContext org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.TextNode java.util.List org.w3c.dom.Element java.awt.geom.Rectangle2D top java.util.Iterator
      StackMap stack:
        18: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 9 /* aList */
        start local 9 // java.lang.Object aList
        19: .line 3159
            aload 9 /* aList */
            checkcast org.apache.batik.bridge.StrokingTextPainter$TextRun
            astore 11 /* run */
        start local 11 // org.apache.batik.bridge.StrokingTextPainter$TextRun run
        20: .line 3160
            aload 11 /* run */
            invokevirtual org.apache.batik.bridge.StrokingTextPainter$TextRun.getLayout:()Lorg/apache/batik/bridge/TextSpanLayout;
            astore 12 /* layout */
        start local 12 // org.apache.batik.bridge.TextSpanLayout layout
        21: .line 3161
            aload 11 /* run */
            invokevirtual org.apache.batik.bridge.StrokingTextPainter$TextRun.getACI:()Ljava/text/AttributedCharacterIterator;
            astore 13 /* aci */
        start local 13 // java.text.AttributedCharacterIterator aci
        22: .line 3162
            aload 13 /* aci */
            invokeinterface java.text.AttributedCharacterIterator.first:()C
            pop
        23: .line 3164
            aload 13 /* aci */
            getstatic org.apache.batik.bridge.SVGTextElementBridge.TEXT_COMPOUND_ID:Ljava/text/AttributedCharacterIterator$Attribute;
            invokeinterface java.text.AttributedCharacterIterator.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/lang/Object;
            checkcast java.lang.ref.SoftReference
            astore 14 /* sr */
        start local 14 // java.lang.ref.SoftReference sr
        24: .line 3165
            aload 14 /* sr */
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast org.w3c.dom.Element
            astore 15 /* runElem */
        start local 15 // org.w3c.dom.Element runElem
        25: .line 3166
            aload 15 /* runElem */
            ifnonnull 26
            goto 36
        26: .line 3169
      StackMap locals: org.apache.batik.bridge.BridgeContext org.w3c.dom.Element int org.apache.batik.dom.svg.SVGContext org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.TextNode java.util.List org.w3c.dom.Element java.awt.geom.Rectangle2D java.lang.Object java.util.Iterator org.apache.batik.bridge.StrokingTextPainter$TextRun org.apache.batik.bridge.TextSpanLayout java.text.AttributedCharacterIterator java.lang.ref.SoftReference org.w3c.dom.Element
      StackMap stack:
            iload 2 /* checkSensitivity */
            ifeq 27
            aload 15 /* runElem */
            invokestatic org.apache.batik.bridge.SVGTextElementBridge.isTextSensitive:(Lorg/w3c/dom/Element;)Z
            ifne 27
            goto 36
        27: .line 3171
      StackMap locals:
      StackMap stack:
            aload 15 /* runElem */
            astore 16 /* p */
        start local 16 // org.w3c.dom.Element p
        28: .line 3172
            goto 30
        29: .line 3173
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            aload 4 /* txtBridge */
            aload 16 /* p */
            invokevirtual org.apache.batik.bridge.SVGTextElementBridge.getParentNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            checkcast org.w3c.dom.Element
            astore 16 /* p */
        30: .line 3172
      StackMap locals:
      StackMap stack:
            aload 16 /* p */
            ifnull 31
            aload 16 /* p */
            aload 7 /* txtElem */
            if_acmpeq 31
            aload 16 /* p */
            aload 1 /* elem */
            if_acmpne 29
        31: .line 3175
      StackMap locals:
      StackMap stack:
            aload 16 /* p */
            aload 1 /* elem */
            if_acmpeq 32
            goto 36
        32: .line 3178
      StackMap locals:
      StackMap stack:
            aload 12 /* layout */
            invokeinterface org.apache.batik.bridge.TextSpanLayout.getBounds2D:()Ljava/awt/geom/Rectangle2D;
            astore 17 /* glBounds */
        start local 17 // java.awt.geom.Rectangle2D glBounds
        33: .line 3179
            aload 17 /* glBounds */
            ifnull 36
        34: .line 3180
            aload 8 /* ret */
            ifnonnull 35
            aload 17 /* glBounds */
            invokevirtual java.awt.geom.Rectangle2D.clone:()Ljava/lang/Object;
            checkcast java.awt.geom.Rectangle2D
            astore 8 /* ret */
            goto 36
        35: .line 3181
      StackMap locals: java.awt.geom.Rectangle2D
      StackMap stack:
            aload 8 /* ret */
            aload 17 /* glBounds */
            invokevirtual java.awt.geom.Rectangle2D.add:(Ljava/awt/geom/Rectangle2D;)V
        end local 17 // java.awt.geom.Rectangle2D glBounds
        end local 16 // org.w3c.dom.Element p
        end local 15 // org.w3c.dom.Element runElem
        end local 14 // java.lang.ref.SoftReference sr
        end local 13 // java.text.AttributedCharacterIterator aci
        end local 12 // org.apache.batik.bridge.TextSpanLayout layout
        end local 11 // org.apache.batik.bridge.StrokingTextPainter$TextRun run
        end local 9 // java.lang.Object aList
        36: .line 3157
      StackMap locals: org.apache.batik.bridge.BridgeContext org.w3c.dom.Element int org.apache.batik.dom.svg.SVGContext org.apache.batik.bridge.SVGTextElementBridge org.apache.batik.bridge.TextNode java.util.List org.w3c.dom.Element java.awt.geom.Rectangle2D top java.util.Iterator
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 18
        37: .line 3184
            aload 8 /* ret */
            areturn
        end local 8 // java.awt.geom.Rectangle2D ret
        end local 7 // org.w3c.dom.Element txtElem
        end local 6 // java.util.List list
        end local 5 // org.apache.batik.bridge.TextNode tn
        end local 4 // org.apache.batik.bridge.SVGTextElementBridge txtBridge
        end local 3 // org.apache.batik.dom.svg.SVGContext svgCtx
        end local 2 // boolean checkSensitivity
        end local 1 // org.w3c.dom.Element elem
        end local 0 // org.apache.batik.bridge.BridgeContext ctx
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   38     0               ctx  Lorg/apache/batik/bridge/BridgeContext;
            0   38     1              elem  Lorg/w3c/dom/Element;
            0   38     2  checkSensitivity  Z
            1   38     3            svgCtx  Lorg/apache/batik/dom/svg/SVGContext;
            5   38     4         txtBridge  Lorg/apache/batik/bridge/SVGTextElementBridge;
            9   10     5          childCtx  Lorg/apache/batik/bridge/SVGTextElementBridge$AbstractTextChildSVGContext;
           12   38     5                tn  Lorg/apache/batik/bridge/TextNode;
           13   38     6              list  Ljava/util/List;
           16   38     7           txtElem  Lorg/w3c/dom/Element;
           17   38     8               ret  Ljava/awt/geom/Rectangle2D;
           19   36     9             aList  Ljava/lang/Object;
           20   36    11               run  Lorg/apache/batik/bridge/StrokingTextPainter$TextRun;
           21   36    12            layout  Lorg/apache/batik/bridge/TextSpanLayout;
           22   36    13               aci  Ljava/text/AttributedCharacterIterator;
           24   36    14                sr  Ljava/lang/ref/SoftReference;
           25   36    15           runElem  Lorg/w3c/dom/Element;
           28   36    16                 p  Lorg/w3c/dom/Element;
           33   36    17          glBounds  Ljava/awt/geom/Rectangle2D;
    MethodParameters:
                  Name  Flags
      ctx               
      elem              
      checkSensitivity  

  public static boolean isTextSensitive(org.w3c.dom.Element);
    descriptor: (Lorg/w3c/dom/Element;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.w3c.dom.Element e
         0: .line 3189
            aload 0 /* e */
            invokestatic org.apache.batik.bridge.CSSUtilities.convertPointerEvents:(Lorg/w3c/dom/Element;)I
            istore 1 /* ptrEvts */
        start local 1 // int ptrEvts
         1: .line 3190
            iload 1 /* ptrEvts */
            tableswitch { // 0 - 8
                    0: 2
                    1: 2
                    2: 2
                    3: 2
                    4: 3
                    5: 3
                    6: 3
                    7: 3
                    8: 4
              default: 4
          }
         2: .line 3195
      StackMap locals: int
      StackMap stack:
            aload 0 /* e */
            invokestatic org.apache.batik.bridge.CSSUtilities.convertVisibility:(Lorg/w3c/dom/Element;)Z
            ireturn
         3: .line 3200
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         4: .line 3203
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int ptrEvts
        end local 0 // org.w3c.dom.Element e
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0        e  Lorg/w3c/dom/Element;
            1    5     1  ptrEvts  I
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "SVGTextElementBridge.java"
NestMembers:
  org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildBridgeUpdateHandler  org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildSVGContext  org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildTextContent  org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer  org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation  org.apache.batik.bridge.SVGTextElementBridge$DOMChildNodeRemovedEventListener  org.apache.batik.bridge.SVGTextElementBridge$DOMSubtreeModifiedEventListener  org.apache.batik.bridge.SVGTextElementBridge$TRefBridge  org.apache.batik.bridge.SVGTextElementBridge$TextPathBridge  org.apache.batik.bridge.SVGTextElementBridge$TspanBridge
InnerClasses:
  public Float = java.awt.geom.Point2D$Float of java.awt.geom.Point2D
  public Attribute = java.text.AttributedCharacterIterator$Attribute of java.text.AttributedCharacterIterator
  public AnchorListener = org.apache.batik.bridge.SVGAElementBridge$AnchorListener of org.apache.batik.bridge.SVGAElementBridge
  public CursorHolder = org.apache.batik.bridge.SVGAElementBridge$CursorHolder of org.apache.batik.bridge.SVGAElementBridge
  protected abstract AbstractTextChildBridgeUpdateHandler = org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildBridgeUpdateHandler of org.apache.batik.bridge.SVGTextElementBridge
  public abstract AbstractTextChildSVGContext = org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildSVGContext of org.apache.batik.bridge.SVGTextElementBridge
  protected AbstractTextChildTextContent = org.apache.batik.bridge.SVGTextElementBridge$AbstractTextChildTextContent of org.apache.batik.bridge.SVGTextElementBridge
  protected AttributedStringBuffer = org.apache.batik.bridge.SVGTextElementBridge$AttributedStringBuffer of org.apache.batik.bridge.SVGTextElementBridge
  protected CharacterInformation = org.apache.batik.bridge.SVGTextElementBridge$CharacterInformation of org.apache.batik.bridge.SVGTextElementBridge
  protected DOMChildNodeRemovedEventListener = org.apache.batik.bridge.SVGTextElementBridge$DOMChildNodeRemovedEventListener of org.apache.batik.bridge.SVGTextElementBridge
  protected DOMSubtreeModifiedEventListener = org.apache.batik.bridge.SVGTextElementBridge$DOMSubtreeModifiedEventListener of org.apache.batik.bridge.SVGTextElementBridge
  protected TRefBridge = org.apache.batik.bridge.SVGTextElementBridge$TRefBridge of org.apache.batik.bridge.SVGTextElementBridge
  protected TextPathBridge = org.apache.batik.bridge.SVGTextElementBridge$TextPathBridge of org.apache.batik.bridge.SVGTextElementBridge
  protected TspanBridge = org.apache.batik.bridge.SVGTextElementBridge$TspanBridge of org.apache.batik.bridge.SVGTextElementBridge
  public TextRun = org.apache.batik.bridge.StrokingTextPainter$TextRun of org.apache.batik.bridge.StrokingTextPainter
  public final Anchor = org.apache.batik.bridge.TextNode$Anchor of org.apache.batik.bridge.TextNode
  public TextAttribute = org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute of org.apache.batik.gvt.text.GVTAttributedCharacterIterator