public abstract class org.apache.batik.dom.svg.AbstractSVGPathSegList extends org.apache.batik.dom.svg.AbstractSVGList implements org.w3c.dom.svg.SVGPathSegList, org.apache.batik.dom.svg.SVGPathSegConstants
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.batik.dom.svg.AbstractSVGPathSegList
  super_class: org.apache.batik.dom.svg.AbstractSVGList
{
  public static final java.lang.String SVG_PATHSEG_LIST_SEPARATOR;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: " "

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
         0: .line 69
            aload 0 /* this */
            invokespecial org.apache.batik.dom.svg.AbstractSVGList.<init>:()V
         1: .line 70
            return
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList;

  protected java.lang.String getItemSeparator();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
         0: .line 76
            ldc " "
            areturn
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList;

  protected abstract org.w3c.dom.svg.SVGException createSVGException(short, java.lang.String, java.lang.Object[]);
    descriptor: (SLjava/lang/String;[Ljava/lang/Object;)Lorg/w3c/dom/svg/SVGException;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      type  
      key   
      args  

  public org.w3c.dom.svg.SVGPathSeg initialize(org.w3c.dom.svg.SVGPathSeg);
    descriptor: (Lorg/w3c/dom/svg/SVGPathSeg;)Lorg/w3c/dom/svg/SVGPathSeg;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
        start local 1 // org.w3c.dom.svg.SVGPathSeg newItem
         0: .line 94
            aload 0 /* this */
            aload 1 /* newItem */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList.initializeImpl:(Ljava/lang/Object;)Lorg/apache/batik/dom/svg/SVGItem;
            checkcast org.w3c.dom.svg.SVGPathSeg
            areturn
        end local 1 // org.w3c.dom.svg.SVGPathSeg newItem
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList;
            0    1     1  newItem  Lorg/w3c/dom/svg/SVGPathSeg;
    Exceptions:
      throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
    MethodParameters:
         Name  Flags
      newItem  

  public org.w3c.dom.svg.SVGPathSeg getItem(int);
    descriptor: (I)Lorg/w3c/dom/svg/SVGPathSeg;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
        start local 1 // int index
         0: .line 102
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList.getItemImpl:(I)Lorg/apache/batik/dom/svg/SVGItem;
            checkcast org.w3c.dom.svg.SVGPathSeg
            areturn
        end local 1 // int index
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList;
            0    1     1  index  I
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
       Name  Flags
      index  

  public org.w3c.dom.svg.SVGPathSeg insertItemBefore(org.w3c.dom.svg.SVGPathSeg, int);
    descriptor: (Lorg/w3c/dom/svg/SVGPathSeg;I)Lorg/w3c/dom/svg/SVGPathSeg;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
        start local 1 // org.w3c.dom.svg.SVGPathSeg newItem
        start local 2 // int index
         0: .line 110
            aload 0 /* this */
            aload 1 /* newItem */
            iload 2 /* index */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList.insertItemBeforeImpl:(Ljava/lang/Object;I)Lorg/apache/batik/dom/svg/SVGItem;
            checkcast org.w3c.dom.svg.SVGPathSeg
            areturn
        end local 2 // int index
        end local 1 // org.w3c.dom.svg.SVGPathSeg newItem
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList;
            0    1     1  newItem  Lorg/w3c/dom/svg/SVGPathSeg;
            0    1     2    index  I
    Exceptions:
      throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
    MethodParameters:
         Name  Flags
      newItem  
      index    

  public org.w3c.dom.svg.SVGPathSeg replaceItem(org.w3c.dom.svg.SVGPathSeg, int);
    descriptor: (Lorg/w3c/dom/svg/SVGPathSeg;I)Lorg/w3c/dom/svg/SVGPathSeg;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
        start local 1 // org.w3c.dom.svg.SVGPathSeg newItem
        start local 2 // int index
         0: .line 118
            aload 0 /* this */
            aload 1 /* newItem */
            iload 2 /* index */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList.replaceItemImpl:(Ljava/lang/Object;I)Lorg/apache/batik/dom/svg/SVGItem;
            checkcast org.w3c.dom.svg.SVGPathSeg
            areturn
        end local 2 // int index
        end local 1 // org.w3c.dom.svg.SVGPathSeg newItem
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList;
            0    1     1  newItem  Lorg/w3c/dom/svg/SVGPathSeg;
            0    1     2    index  I
    Exceptions:
      throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
    MethodParameters:
         Name  Flags
      newItem  
      index    

  public org.w3c.dom.svg.SVGPathSeg removeItem(int);
    descriptor: (I)Lorg/w3c/dom/svg/SVGPathSeg;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
        start local 1 // int index
         0: .line 126
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList.removeItemImpl:(I)Lorg/apache/batik/dom/svg/SVGItem;
            checkcast org.w3c.dom.svg.SVGPathSeg
            areturn
        end local 1 // int index
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList;
            0    1     1  index  I
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
       Name  Flags
      index  

  public org.w3c.dom.svg.SVGPathSeg appendItem(org.w3c.dom.svg.SVGPathSeg);
    descriptor: (Lorg/w3c/dom/svg/SVGPathSeg;)Lorg/w3c/dom/svg/SVGPathSeg;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
        start local 1 // org.w3c.dom.svg.SVGPathSeg newItem
         0: .line 134
            aload 0 /* this */
            aload 1 /* newItem */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList.appendItemImpl:(Ljava/lang/Object;)Lorg/apache/batik/dom/svg/SVGItem;
            checkcast org.w3c.dom.svg.SVGPathSeg
            areturn
        end local 1 // org.w3c.dom.svg.SVGPathSeg newItem
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList;
            0    1     1  newItem  Lorg/w3c/dom/svg/SVGPathSeg;
    Exceptions:
      throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
    MethodParameters:
         Name  Flags
      newItem  

  protected org.apache.batik.dom.svg.SVGItem createSVGItem(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/apache/batik/dom/svg/SVGItem;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
        start local 1 // java.lang.Object newItem
         0: .line 141
            aload 1 /* newItem */
            checkcast org.w3c.dom.svg.SVGPathSeg
            astore 2 /* pathSeg */
        start local 2 // org.w3c.dom.svg.SVGPathSeg pathSeg
         1: .line 143
            aload 0 /* this */
            aload 2 /* pathSeg */
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList.createPathSegItem:(Lorg/w3c/dom/svg/SVGPathSeg;)Lorg/apache/batik/dom/svg/SVGPathSegItem;
            areturn
        end local 2 // org.w3c.dom.svg.SVGPathSeg pathSeg
        end local 1 // java.lang.Object newItem
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList;
            0    2     1  newItem  Ljava/lang/Object;
            1    2     2  pathSeg  Lorg/w3c/dom/svg/SVGPathSeg;
    MethodParameters:
         Name  Flags
      newItem  

  protected void doParse(java.lang.String, org.apache.batik.dom.svg.ListHandler);
    descriptor: (Ljava/lang/String;Lorg/apache/batik/dom/svg/ListHandler;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
        start local 1 // java.lang.String value
        start local 2 // org.apache.batik.dom.svg.ListHandler handler
         0: .line 155
            new org.apache.batik.parser.PathParser
            dup
            invokespecial org.apache.batik.parser.PathParser.<init>:()V
            astore 3 /* pathParser */
        start local 3 // org.apache.batik.parser.PathParser pathParser
         1: .line 157
            new org.apache.batik.dom.svg.AbstractSVGPathSegList$PathSegListBuilder
            dup
            aload 2 /* handler */
            invokespecial org.apache.batik.dom.svg.AbstractSVGPathSegList$PathSegListBuilder.<init>:(Lorg/apache/batik/dom/svg/ListHandler;)V
            astore 4 /* builder */
        start local 4 // org.apache.batik.dom.svg.AbstractSVGPathSegList$PathSegListBuilder builder
         2: .line 159
            aload 3 /* pathParser */
            aload 4 /* builder */
            invokevirtual org.apache.batik.parser.PathParser.setPathHandler:(Lorg/apache/batik/parser/PathHandler;)V
         3: .line 160
            aload 3 /* pathParser */
            aload 1 /* value */
            invokevirtual org.apache.batik.parser.PathParser.parse:(Ljava/lang/String;)V
         4: .line 162
            return
        end local 4 // org.apache.batik.dom.svg.AbstractSVGPathSegList$PathSegListBuilder builder
        end local 3 // org.apache.batik.parser.PathParser pathParser
        end local 2 // org.apache.batik.dom.svg.ListHandler handler
        end local 1 // java.lang.String value
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList;
            0    5     1       value  Ljava/lang/String;
            0    5     2     handler  Lorg/apache/batik/dom/svg/ListHandler;
            1    5     3  pathParser  Lorg/apache/batik/parser/PathParser;
            2    5     4     builder  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList$PathSegListBuilder;
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
         Name  Flags
      value    
      handler  

  protected void checkItemType(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
        start local 1 // java.lang.Object newItem
         0: .line 168
            aload 1 /* newItem */
            instanceof org.w3c.dom.svg.SVGPathSeg
            ifne 5
         1: .line 169
            aload 0 /* this */
            iconst_0
         2: .line 170
            ldc "expected SVGPathSeg"
         3: .line 171
            aconst_null
         4: .line 169
            invokevirtual org.apache.batik.dom.svg.AbstractSVGPathSegList.createSVGException:(SLjava/lang/String;[Ljava/lang/Object;)Lorg/w3c/dom/svg/SVGException;
            pop
         5: .line 173
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object newItem
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList;
            0    6     1  newItem  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      newItem  

  protected org.apache.batik.dom.svg.SVGPathSegItem createPathSegItem(org.w3c.dom.svg.SVGPathSeg);
    descriptor: (Lorg/w3c/dom/svg/SVGPathSeg;)Lorg/apache/batik/dom/svg/SVGPathSegItem;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
        start local 1 // org.w3c.dom.svg.SVGPathSeg pathSeg
         0: .line 180
            aconst_null
            astore 2 /* pathSegItem */
        start local 2 // org.apache.batik.dom.svg.SVGPathSegItem pathSegItem
         1: .line 182
            aload 1 /* pathSeg */
            invokeinterface org.w3c.dom.svg.SVGPathSeg.getPathSegType:()S
            istore 3 /* type */
        start local 3 // short type
         2: .line 184
            iload 3 /* type */
            tableswitch { // 1 - 19
                    1: 5
                    2: 15
                    3: 15
                    4: 15
                    5: 15
                    6: 7
                    7: 7
                    8: 11
                    9: 11
                   10: 3
                   11: 3
                   12: 17
                   13: 17
                   14: 19
                   15: 19
                   16: 9
                   17: 9
                   18: 13
                   19: 13
              default: 20
          }
         3: .line 187
      StackMap locals: org.apache.batik.dom.svg.SVGPathSegItem int
      StackMap stack:
            new org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem
            dup
            aload 1 /* pathSeg */
            invokespecial org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem.<init>:(Lorg/w3c/dom/svg/SVGPathSeg;)V
            astore 2 /* pathSegItem */
         4: .line 188
            goto 20
         5: .line 190
      StackMap locals:
      StackMap stack:
            new org.apache.batik.dom.svg.SVGPathSegItem
            dup
            aload 1 /* pathSeg */
            invokespecial org.apache.batik.dom.svg.SVGPathSegItem.<init>:(Lorg/w3c/dom/svg/SVGPathSeg;)V
            astore 2 /* pathSegItem */
         6: .line 191
            goto 20
         7: .line 194
      StackMap locals:
      StackMap stack:
            new org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegCurvetoCubicItem
            dup
            aload 1 /* pathSeg */
            invokespecial org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegCurvetoCubicItem.<init>:(Lorg/w3c/dom/svg/SVGPathSeg;)V
            astore 2 /* pathSegItem */
         8: .line 195
            goto 20
         9: .line 198
      StackMap locals:
      StackMap stack:
            new org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegCurvetoCubicSmoothItem
            dup
            aload 1 /* pathSeg */
            invokespecial org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegCurvetoCubicSmoothItem.<init>:(Lorg/w3c/dom/svg/SVGPathSeg;)V
            astore 2 /* pathSegItem */
        10: .line 199
            goto 20
        11: .line 202
      StackMap locals:
      StackMap stack:
            new org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegCurvetoQuadraticItem
            dup
            aload 1 /* pathSeg */
            invokespecial org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegCurvetoQuadraticItem.<init>:(Lorg/w3c/dom/svg/SVGPathSeg;)V
            astore 2 /* pathSegItem */
        12: .line 203
            goto 20
        13: .line 206
      StackMap locals:
      StackMap stack:
            new org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegCurvetoQuadraticSmoothItem
            dup
            aload 1 /* pathSeg */
            invokespecial org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegCurvetoQuadraticSmoothItem.<init>:(Lorg/w3c/dom/svg/SVGPathSeg;)V
            astore 2 /* pathSegItem */
        14: .line 207
            goto 20
        15: .line 212
      StackMap locals:
      StackMap stack:
            new org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegMovetoLinetoItem
            dup
            aload 1 /* pathSeg */
            invokespecial org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegMovetoLinetoItem.<init>:(Lorg/w3c/dom/svg/SVGPathSeg;)V
            astore 2 /* pathSegItem */
        16: .line 213
            goto 20
        17: .line 216
      StackMap locals:
      StackMap stack:
            new org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegLinetoHorizontalItem
            dup
            aload 1 /* pathSeg */
            invokespecial org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegLinetoHorizontalItem.<init>:(Lorg/w3c/dom/svg/SVGPathSeg;)V
            astore 2 /* pathSegItem */
        18: .line 217
            goto 20
        19: .line 220
      StackMap locals:
      StackMap stack:
            new org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegLinetoVerticalItem
            dup
            aload 1 /* pathSeg */
            invokespecial org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegLinetoVerticalItem.<init>:(Lorg/w3c/dom/svg/SVGPathSeg;)V
            astore 2 /* pathSegItem */
        20: .line 224
      StackMap locals:
      StackMap stack:
            aload 2 /* pathSegItem */
            areturn
        end local 3 // short type
        end local 2 // org.apache.batik.dom.svg.SVGPathSegItem pathSegItem
        end local 1 // org.w3c.dom.svg.SVGPathSeg pathSeg
        end local 0 // org.apache.batik.dom.svg.AbstractSVGPathSegList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   21     0         this  Lorg/apache/batik/dom/svg/AbstractSVGPathSegList;
            0   21     1      pathSeg  Lorg/w3c/dom/svg/SVGPathSeg;
            1   21     2  pathSegItem  Lorg/apache/batik/dom/svg/SVGPathSegItem;
            2   21     3         type  S
    MethodParameters:
         Name  Flags
      pathSeg  
}
SourceFile: "AbstractSVGPathSegList.java"
NestMembers:
  org.apache.batik.dom.svg.AbstractSVGPathSegList$PathSegListBuilder  org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem  org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegCurvetoCubicItem  org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegCurvetoCubicSmoothItem  org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegCurvetoQuadraticItem  org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegCurvetoQuadraticSmoothItem  org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegLinetoHorizontalItem  org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegLinetoVerticalItem  org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegMovetoLinetoItem
InnerClasses:
  protected PathSegListBuilder = org.apache.batik.dom.svg.AbstractSVGPathSegList$PathSegListBuilder of org.apache.batik.dom.svg.AbstractSVGPathSegList
  public SVGPathSegArcItem = org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegArcItem of org.apache.batik.dom.svg.AbstractSVGPathSegList
  public SVGPathSegCurvetoCubicItem = org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegCurvetoCubicItem of org.apache.batik.dom.svg.AbstractSVGPathSegList
  public SVGPathSegCurvetoCubicSmoothItem = org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegCurvetoCubicSmoothItem of org.apache.batik.dom.svg.AbstractSVGPathSegList
  public SVGPathSegCurvetoQuadraticItem = org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegCurvetoQuadraticItem of org.apache.batik.dom.svg.AbstractSVGPathSegList
  public SVGPathSegCurvetoQuadraticSmoothItem = org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegCurvetoQuadraticSmoothItem of org.apache.batik.dom.svg.AbstractSVGPathSegList
  public SVGPathSegLinetoHorizontalItem = org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegLinetoHorizontalItem of org.apache.batik.dom.svg.AbstractSVGPathSegList
  public SVGPathSegLinetoVerticalItem = org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegLinetoVerticalItem of org.apache.batik.dom.svg.AbstractSVGPathSegList
  public SVGPathSegMovetoLinetoItem = org.apache.batik.dom.svg.AbstractSVGPathSegList$SVGPathSegMovetoLinetoItem of org.apache.batik.dom.svg.AbstractSVGPathSegList