From 2e4be0cb0267ca728b4a8cefa9a80d7e916ea07f Mon Sep 17 00:00:00 2001 From: kitfox Date: Sat, 21 Apr 2007 15:10:11 +0000 Subject: Restructuring content. git-svn-id: https://svn.java.net/svn/svgsalamander~svn/trunk/svg-core@30 7dc7fa77-23fb-e6ad-8e2e-c86bd48ed22b --- src/main/java/org/w3c/dom/svg/SVGPathSegList.java | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegList.java (limited to 'src/main/java/org/w3c/dom/svg/SVGPathSegList.java') diff --git a/src/main/java/org/w3c/dom/svg/SVGPathSegList.java b/src/main/java/org/w3c/dom/svg/SVGPathSegList.java deleted file mode 100644 index 7d688f3..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegList.java +++ /dev/null @@ -1,23 +0,0 @@ - -package org.w3c.dom.svg; - -import org.w3c.dom.DOMException; - -public interface SVGPathSegList { - public int getNumberOfItems( ); - - public void clear ( ) - throws DOMException; - public SVGPathSeg initialize ( SVGPathSeg newItem ) - throws DOMException, SVGException; - public SVGPathSeg getItem ( int index ) - throws DOMException; - public SVGPathSeg insertItemBefore ( SVGPathSeg newItem, int index ) - throws DOMException, SVGException; - public SVGPathSeg replaceItem ( SVGPathSeg newItem, int index ) - throws DOMException, SVGException; - public SVGPathSeg removeItem ( int index ) - throws DOMException; - public SVGPathSeg appendItem ( SVGPathSeg newItem ) - throws DOMException, SVGException; -} -- cgit v1.2.3-55-g7522