public interface org.w3c.dom.svg.SVGPathSegList
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.w3c.dom.svg.SVGPathSegList
  super_class: java.lang.Object
{
  public abstract int getNumberOfItems();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void clear();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.w3c.dom.DOMException

  public abstract org.w3c.dom.svg.SVGPathSeg initialize(org.w3c.dom.svg.SVGPathSeg);
    descriptor: (Lorg/w3c/dom/svg/SVGPathSeg;)Lorg/w3c/dom/svg/SVGPathSeg;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
    MethodParameters:
         Name  Flags
      newItem  

  public abstract org.w3c.dom.svg.SVGPathSeg getItem(int);
    descriptor: (I)Lorg/w3c/dom/svg/SVGPathSeg;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
       Name  Flags
      index  

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
    MethodParameters:
         Name  Flags
      newItem  
      index    

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
    MethodParameters:
         Name  Flags
      newItem  
      index    

  public abstract org.w3c.dom.svg.SVGPathSeg removeItem(int);
    descriptor: (I)Lorg/w3c/dom/svg/SVGPathSeg;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
       Name  Flags
      index  

  public abstract org.w3c.dom.svg.SVGPathSeg appendItem(org.w3c.dom.svg.SVGPathSeg);
    descriptor: (Lorg/w3c/dom/svg/SVGPathSeg;)Lorg/w3c/dom/svg/SVGPathSeg;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
    MethodParameters:
         Name  Flags
      newItem  
}
SourceFile: "SVGPathSegList.java"