summaryrefslogtreecommitdiffstats
path: root/src/bind/java/org/w3c/dom/svg
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2013-07-23 10:54:01 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2013-07-23 10:54:01 +0000
commiteb7b26af09df66f30ba50058e9e4a583028cd81a (patch)
tree384f5487c22c5ff04379dae851289d6ebd3167fc /src/bind/java/org/w3c/dom/svg
parentGerman translation update (diff)
downloadinkscape-eb7b26af09df66f30ba50058e9e4a583028cd81a.tar.gz
inkscape-eb7b26af09df66f30ba50058e9e4a583028cd81a.zip
Remove the disabled script dialog and the nonfunctional Java binding
(bzr r12428)
Diffstat (limited to 'src/bind/java/org/w3c/dom/svg')
-rw-r--r--src/bind/java/org/w3c/dom/svg/GetSVGDocument.java9
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAElement.java16
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAltGlyphDefElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAltGlyphElement.java15
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAltGlyphItemElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAngle.java26
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimateColorElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimateElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimateMotionElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimateTransformElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedAngle.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedBoolean.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedEnumeration.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedInteger.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedLength.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedLengthList.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedNumber.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedNumberList.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedPathData.java9
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedPoints.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedRect.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedString.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedTransformList.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimationElement.java20
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGCSSRule.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGCircleElement.java17
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGClipPathElement.java13
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGColor.java25
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGColorProfileElement.java19
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGColorProfileRule.java18
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGComponentTransferFunctionElement.java21
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGCursorElement.java11
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGDefinitionSrcElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGDefsElement.java14
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGDescElement.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGDocument.java15
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGElement.java17
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGElementInstance.java16
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGElementInstanceList.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGEllipseElement.java18
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGEvent.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGException.java13
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGExternalResourcesRequired.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEBlendElement.java18
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEColorMatrixElement.java17
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEComponentTransferElement.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFECompositeElement.java23
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEConvolveMatrixElement.java24
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEDiffuseLightingElement.java12
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEDisplacementMapElement.java19
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEDistantLightElement.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEFloodElement.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEFuncAElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEFuncBElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEFuncGElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEFuncRElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEGaussianBlurElement.java12
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEImageElement.java13
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEMergeElement.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEMergeNodeElement.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEMorphologyElement.java16
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEOffsetElement.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEPointLightElement.java9
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFESpecularLightingElement.java11
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFESpotLightElement.java14
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFETileElement.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFETurbulenceElement.java22
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFilterElement.java21
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.java11
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFitToViewBox.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFontElement.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFontFaceElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFontFaceFormatElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFontFaceNameElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFontFaceSrcElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFontFaceUriElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGForeignObjectElement.java18
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGGElement.java14
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGGlyphElement.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGGlyphRefElement.java28
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGGradientElement.java19
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGHKernElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGICCColor.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGImageElement.java20
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGLangSpace.java13
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGLength.java32
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGLengthList.java23
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGLineElement.java18
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGLinearGradientElement.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGLocatable.java13
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGMPathElement.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGMarkerElement.java29
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGMaskElement.java17
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGMatrix.java39
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGMetadataElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGMissingGlyphElement.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGNumber.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGNumberList.java23
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPaint.java26
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathElement.java39
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSeg.java29
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegArcAbs.java29
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegArcRel.java29
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegClosePath.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.java26
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.java26
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.java20
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.java20
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.java20
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.java20
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs.java14
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel.java14
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoAbs.java14
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs.java11
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalRel.java11
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoRel.java14
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalAbs.java11
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalRel.java11
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegList.java23
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoAbs.java14
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoRel.java14
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPatternElement.java20
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPoint.java15
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPointList.java23
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPolygonElement.java15
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPolylineElement.java15
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPreserveAspectRatio.java30
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGRadialGradientElement.java11
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGRect.java19
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGRectElement.java20
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGRenderingIntent.java12
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGSVGElement.java74
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGScriptElement.java13
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGSetElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGStopElement.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGStringList.java23
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGStylable.java12
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGStyleElement.java20
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGSwitchElement.java14
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGSymbolElement.java13
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTRefElement.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTSpanElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTests.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTextContentElement.java37
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTextElement.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTextPathElement.java19
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTextPositioningElement.java11
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTitleElement.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTransform.java24
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTransformList.java25
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTransformable.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGURIReference.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGUnitTypes.java9
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGUseElement.java21
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGVKernElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGViewElement.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGViewSpec.java13
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGZoomAndPan.java15
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGZoomEvent.java13
160 files changed, 0 insertions, 2295 deletions
diff --git a/src/bind/java/org/w3c/dom/svg/GetSVGDocument.java b/src/bind/java/org/w3c/dom/svg/GetSVGDocument.java
deleted file mode 100644
index cc8970137..000000000
--- a/src/bind/java/org/w3c/dom/svg/GetSVGDocument.java
+++ /dev/null
@@ -1,9 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface GetSVGDocument {
- public SVGDocument getSVGDocument ( )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAElement.java b/src/bind/java/org/w3c/dom/svg/SVGAElement.java
deleted file mode 100644
index a403086cd..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAElement.java
+++ /dev/null
@@ -1,16 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.events.EventTarget;
-
-public interface SVGAElement extends
- SVGElement,
- SVGURIReference,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGTransformable,
- EventTarget {
- public SVGAnimatedString getTarget( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAltGlyphDefElement.java b/src/bind/java/org/w3c/dom/svg/SVGAltGlyphDefElement.java
deleted file mode 100644
index c8e4d2dd0..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAltGlyphDefElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGAltGlyphDefElement extends
- SVGElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAltGlyphElement.java b/src/bind/java/org/w3c/dom/svg/SVGAltGlyphElement.java
deleted file mode 100644
index 4362efb35..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAltGlyphElement.java
+++ /dev/null
@@ -1,15 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGAltGlyphElement extends
- SVGTextPositioningElement,
- SVGURIReference {
- public String getGlyphRef( );
- public void setGlyphRef( String glyphRef )
- throws DOMException;
- public String getFormat( );
- public void setFormat( String format )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAltGlyphItemElement.java b/src/bind/java/org/w3c/dom/svg/SVGAltGlyphItemElement.java
deleted file mode 100644
index 93c01b3d5..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAltGlyphItemElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGAltGlyphItemElement extends
- SVGElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAngle.java b/src/bind/java/org/w3c/dom/svg/SVGAngle.java
deleted file mode 100644
index 8f212b7c5..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAngle.java
+++ /dev/null
@@ -1,26 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-public interface SVGAngle {
- // Angle Unit Types
- public static final short SVG_ANGLETYPE_UNKNOWN = 0;
- public static final short SVG_ANGLETYPE_UNSPECIFIED = 1;
- public static final short SVG_ANGLETYPE_DEG = 2;
- public static final short SVG_ANGLETYPE_RAD = 3;
- public static final short SVG_ANGLETYPE_GRAD = 4;
-
- public short getUnitType( );
- public float getValue( );
- public void setValue( float value )
- throws DOMException;
- public float getValueInSpecifiedUnits( );
- public void setValueInSpecifiedUnits( float valueInSpecifiedUnits )
- throws DOMException;
- public String getValueAsString( );
- public void setValueAsString( String valueAsString )
- throws DOMException;
-
- public void newValueSpecifiedUnits ( short unitType, float valueInSpecifiedUnits );
- public void convertToSpecifiedUnits ( short unitType );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimateColorElement.java b/src/bind/java/org/w3c/dom/svg/SVGAnimateColorElement.java
deleted file mode 100644
index 9efb69aab..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAnimateColorElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGAnimateColorElement extends
- SVGAnimationElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimateElement.java b/src/bind/java/org/w3c/dom/svg/SVGAnimateElement.java
deleted file mode 100644
index 4d365b257..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAnimateElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGAnimateElement extends
- SVGAnimationElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimateMotionElement.java b/src/bind/java/org/w3c/dom/svg/SVGAnimateMotionElement.java
deleted file mode 100644
index a06728dde..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAnimateMotionElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGAnimateMotionElement extends
- SVGAnimationElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimateTransformElement.java b/src/bind/java/org/w3c/dom/svg/SVGAnimateTransformElement.java
deleted file mode 100644
index 1f4ac36cd..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAnimateTransformElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGAnimateTransformElement extends
- SVGAnimationElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedAngle.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedAngle.java
deleted file mode 100644
index ae5d8a08a..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAnimatedAngle.java
+++ /dev/null
@@ -1,7 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGAnimatedAngle {
- public SVGAngle getBaseVal( );
- public SVGAngle getAnimVal( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedBoolean.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedBoolean.java
deleted file mode 100644
index 1a5e39259..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAnimatedBoolean.java
+++ /dev/null
@@ -1,10 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-public interface SVGAnimatedBoolean {
- public boolean getBaseVal( );
- public void setBaseVal( boolean baseVal )
- throws DOMException;
- public boolean getAnimVal( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedEnumeration.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedEnumeration.java
deleted file mode 100644
index 71122ffe4..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAnimatedEnumeration.java
+++ /dev/null
@@ -1,10 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-public interface SVGAnimatedEnumeration {
- public short getBaseVal( );
- public void setBaseVal( short baseVal )
- throws DOMException;
- public short getAnimVal( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedInteger.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedInteger.java
deleted file mode 100644
index dbc20bc35..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAnimatedInteger.java
+++ /dev/null
@@ -1,10 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-public interface SVGAnimatedInteger {
- public int getBaseVal( );
- public void setBaseVal( int baseVal )
- throws DOMException;
- public int getAnimVal( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedLength.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedLength.java
deleted file mode 100644
index 75da0ceb7..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAnimatedLength.java
+++ /dev/null
@@ -1,7 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGAnimatedLength {
- public SVGLength getBaseVal( );
- public SVGLength getAnimVal( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedLengthList.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedLengthList.java
deleted file mode 100644
index 4294f55ed..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAnimatedLengthList.java
+++ /dev/null
@@ -1,7 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGAnimatedLengthList {
- public SVGLengthList getBaseVal( );
- public SVGLengthList getAnimVal( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedNumber.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedNumber.java
deleted file mode 100644
index 39bb6a14d..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAnimatedNumber.java
+++ /dev/null
@@ -1,10 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-public interface SVGAnimatedNumber {
- public float getBaseVal( );
- public void setBaseVal( float baseVal )
- throws DOMException;
- public float getAnimVal( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedNumberList.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedNumberList.java
deleted file mode 100644
index 29ea31ad0..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAnimatedNumberList.java
+++ /dev/null
@@ -1,7 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGAnimatedNumberList {
- public SVGNumberList getBaseVal( );
- public SVGNumberList getAnimVal( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedPathData.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedPathData.java
deleted file mode 100644
index 3154b9ba0..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAnimatedPathData.java
+++ /dev/null
@@ -1,9 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGAnimatedPathData {
- public SVGPathSegList getPathSegList( );
- public SVGPathSegList getNormalizedPathSegList( );
- public SVGPathSegList getAnimatedPathSegList( );
- public SVGPathSegList getAnimatedNormalizedPathSegList( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedPoints.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedPoints.java
deleted file mode 100644
index 1f7f7280c..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAnimatedPoints.java
+++ /dev/null
@@ -1,7 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGAnimatedPoints {
- public SVGPointList getPoints( );
- public SVGPointList getAnimatedPoints( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio.java
deleted file mode 100644
index a3cddac37..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio.java
+++ /dev/null
@@ -1,7 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGAnimatedPreserveAspectRatio {
- public SVGPreserveAspectRatio getBaseVal( );
- public SVGPreserveAspectRatio getAnimVal( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedRect.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedRect.java
deleted file mode 100644
index 405d45c04..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAnimatedRect.java
+++ /dev/null
@@ -1,7 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGAnimatedRect {
- public SVGRect getBaseVal( );
- public SVGRect getAnimVal( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedString.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedString.java
deleted file mode 100644
index 78cf12e0c..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAnimatedString.java
+++ /dev/null
@@ -1,10 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-public interface SVGAnimatedString {
- public String getBaseVal( );
- public void setBaseVal( String baseVal )
- throws DOMException;
- public String getAnimVal( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedTransformList.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedTransformList.java
deleted file mode 100644
index 793df4316..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAnimatedTransformList.java
+++ /dev/null
@@ -1,7 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGAnimatedTransformList {
- public SVGTransformList getBaseVal( );
- public SVGTransformList getAnimVal( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimationElement.java b/src/bind/java/org/w3c/dom/svg/SVGAnimationElement.java
deleted file mode 100644
index f299c2b94..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGAnimationElement.java
+++ /dev/null
@@ -1,20 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.smil.ElementTimeControl;
-
-public interface SVGAnimationElement extends
- SVGElement,
- SVGTests,
- SVGExternalResourcesRequired,
- ElementTimeControl,
- EventTarget {
- public SVGElement getTargetElement( );
-
- public float getStartTime ( );
- public float getCurrentTime ( );
- public float getSimpleDuration ( )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGCSSRule.java b/src/bind/java/org/w3c/dom/svg/SVGCSSRule.java
deleted file mode 100644
index 5365e5dfd..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGCSSRule.java
+++ /dev/null
@@ -1,10 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.css.CSSRule;
-
-public interface SVGCSSRule extends
- CSSRule {
- // Additional CSS RuleType to support ICC color specifications
- public static final short COLOR_PROFILE_RULE = 7;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGCircleElement.java b/src/bind/java/org/w3c/dom/svg/SVGCircleElement.java
deleted file mode 100644
index 6c9aa02ec..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGCircleElement.java
+++ /dev/null
@@ -1,17 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.events.EventTarget;
-
-public interface SVGCircleElement extends
- SVGElement,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGTransformable,
- EventTarget {
- public SVGAnimatedLength getCx( );
- public SVGAnimatedLength getCy( );
- public SVGAnimatedLength getR( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGClipPathElement.java b/src/bind/java/org/w3c/dom/svg/SVGClipPathElement.java
deleted file mode 100644
index ebe018c2c..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGClipPathElement.java
+++ /dev/null
@@ -1,13 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGClipPathElement extends
- SVGElement,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGTransformable,
- SVGUnitTypes {
- public SVGAnimatedEnumeration getClipPathUnits( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGColor.java b/src/bind/java/org/w3c/dom/svg/SVGColor.java
deleted file mode 100644
index 27e942ac8..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGColor.java
+++ /dev/null
@@ -1,25 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.css.RGBColor;
-import org.w3c.dom.css.CSSValue;
-
-public interface SVGColor extends
- CSSValue {
- // Color Types
- public static final short SVG_COLORTYPE_UNKNOWN = 0;
- public static final short SVG_COLORTYPE_RGBCOLOR = 1;
- public static final short SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2;
- public static final short SVG_COLORTYPE_CURRENTCOLOR = 3;
-
- public short getColorType( );
- public RGBColor getRGBColor( );
- public SVGICCColor getICCColor( );
-
- public void setRGBColor ( String rgbColor )
- throws SVGException;
- public void setRGBColorICCColor ( String rgbColor, String iccColor )
- throws SVGException;
- public void setColor ( short colorType, String rgbColor, String iccColor )
- throws SVGException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGColorProfileElement.java b/src/bind/java/org/w3c/dom/svg/SVGColorProfileElement.java
deleted file mode 100644
index ce6d33598..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGColorProfileElement.java
+++ /dev/null
@@ -1,19 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGColorProfileElement extends
- SVGElement,
- SVGURIReference,
- SVGRenderingIntent {
- public String getLocal( );
- public void setLocal( String local )
- throws DOMException;
- public String getName( );
- public void setName( String name )
- throws DOMException;
- public short getRenderingIntent( );
- public void setRenderingIntent( short renderingIntent )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGColorProfileRule.java b/src/bind/java/org/w3c/dom/svg/SVGColorProfileRule.java
deleted file mode 100644
index 97faa309b..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGColorProfileRule.java
+++ /dev/null
@@ -1,18 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGColorProfileRule extends
- SVGCSSRule,
- SVGRenderingIntent {
- public String getSrc( );
- public void setSrc( String src )
- throws DOMException;
- public String getName( );
- public void setName( String name )
- throws DOMException;
- public short getRenderingIntent( );
- public void setRenderingIntent( short renderingIntent )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGComponentTransferFunctionElement.java b/src/bind/java/org/w3c/dom/svg/SVGComponentTransferFunctionElement.java
deleted file mode 100644
index 82e061141..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGComponentTransferFunctionElement.java
+++ /dev/null
@@ -1,21 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGComponentTransferFunctionElement extends
- SVGElement {
- // Component Transfer Types
- public static final short SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0;
- public static final short SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1;
- public static final short SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2;
- public static final short SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3;
- public static final short SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4;
- public static final short SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5;
-
- public SVGAnimatedEnumeration getType( );
- public SVGAnimatedNumberList getTableValues( );
- public SVGAnimatedNumber getSlope( );
- public SVGAnimatedNumber getIntercept( );
- public SVGAnimatedNumber getAmplitude( );
- public SVGAnimatedNumber getExponent( );
- public SVGAnimatedNumber getOffset( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGCursorElement.java b/src/bind/java/org/w3c/dom/svg/SVGCursorElement.java
deleted file mode 100644
index cc8cdf298..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGCursorElement.java
+++ /dev/null
@@ -1,11 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGCursorElement extends
- SVGElement,
- SVGURIReference,
- SVGTests,
- SVGExternalResourcesRequired {
- public SVGAnimatedLength getX( );
- public SVGAnimatedLength getY( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGDefinitionSrcElement.java b/src/bind/java/org/w3c/dom/svg/SVGDefinitionSrcElement.java
deleted file mode 100644
index 4123b5a97..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGDefinitionSrcElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGDefinitionSrcElement extends
- SVGElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGDefsElement.java b/src/bind/java/org/w3c/dom/svg/SVGDefsElement.java
deleted file mode 100644
index 6b83bedc3..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGDefsElement.java
+++ /dev/null
@@ -1,14 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.events.EventTarget;
-
-public interface SVGDefsElement extends
- SVGElement,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGTransformable,
- EventTarget {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGDescElement.java b/src/bind/java/org/w3c/dom/svg/SVGDescElement.java
deleted file mode 100644
index d3eaf7384..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGDescElement.java
+++ /dev/null
@@ -1,8 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGDescElement extends
- SVGElement,
- SVGLangSpace,
- SVGStylable {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGDocument.java b/src/bind/java/org/w3c/dom/svg/SVGDocument.java
deleted file mode 100644
index b6d9064b8..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGDocument.java
+++ /dev/null
@@ -1,15 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.Document;
-import org.w3c.dom.events.DocumentEvent;
-
-public interface SVGDocument extends
- Document,
- DocumentEvent {
- public String getTitle( );
- public String getReferrer( );
- public String getDomain( );
- public String getURL( );
- public SVGSVGElement getRootElement( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGElement.java b/src/bind/java/org/w3c/dom/svg/SVGElement.java
deleted file mode 100644
index d6a0299ca..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGElement.java
+++ /dev/null
@@ -1,17 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.Element;
-
-public interface SVGElement extends
- Element {
- public String getId( );
- public void setId( String id )
- throws DOMException;
- public String getXMLbase( );
- public void setXMLbase( String xmlbase )
- throws DOMException;
- public SVGSVGElement getOwnerSVGElement( );
- public SVGElement getViewportElement( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGElementInstance.java b/src/bind/java/org/w3c/dom/svg/SVGElementInstance.java
deleted file mode 100644
index 2509ec9c6..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGElementInstance.java
+++ /dev/null
@@ -1,16 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.events.EventTarget;
-
-public interface SVGElementInstance extends
- EventTarget {
- public SVGElement getCorrespondingElement( );
- public SVGUseElement getCorrespondingUseElement( );
- public SVGElementInstance getParentNode( );
- public SVGElementInstanceList getChildNodes( );
- public SVGElementInstance getFirstChild( );
- public SVGElementInstance getLastChild( );
- public SVGElementInstance getPreviousSibling( );
- public SVGElementInstance getNextSibling( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGElementInstanceList.java b/src/bind/java/org/w3c/dom/svg/SVGElementInstanceList.java
deleted file mode 100644
index 010ddfb4f..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGElementInstanceList.java
+++ /dev/null
@@ -1,8 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGElementInstanceList {
- public int getLength( );
-
- public SVGElementInstance item ( int index );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGEllipseElement.java b/src/bind/java/org/w3c/dom/svg/SVGEllipseElement.java
deleted file mode 100644
index 2f7f7dbaa..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGEllipseElement.java
+++ /dev/null
@@ -1,18 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.events.EventTarget;
-
-public interface SVGEllipseElement extends
- SVGElement,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGTransformable,
- EventTarget {
- public SVGAnimatedLength getCx( );
- public SVGAnimatedLength getCy( );
- public SVGAnimatedLength getRx( );
- public SVGAnimatedLength getRy( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGEvent.java b/src/bind/java/org/w3c/dom/svg/SVGEvent.java
deleted file mode 100644
index 252825ba7..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGEvent.java
+++ /dev/null
@@ -1,8 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.events.Event;
-
-public interface SVGEvent extends
- Event {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGException.java b/src/bind/java/org/w3c/dom/svg/SVGException.java
deleted file mode 100644
index 64f3743e1..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGException.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package org.w3c.dom.svg;
-
-public class SVGException extends RuntimeException {
- public SVGException(short code, String message) {
- super(message);
- this.code = code;
- }
- public short code;
- // ExceptionCode
- public static final short SVG_WRONG_TYPE_ERR = 0;
- public static final short SVG_INVALID_VALUE_ERR = 1;
- public static final short SVG_MATRIX_NOT_INVERTABLE = 2;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGExternalResourcesRequired.java b/src/bind/java/org/w3c/dom/svg/SVGExternalResourcesRequired.java
deleted file mode 100644
index aa362066f..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGExternalResourcesRequired.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGExternalResourcesRequired {
- public SVGAnimatedBoolean getExternalResourcesRequired( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEBlendElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEBlendElement.java
deleted file mode 100644
index 3d8a11ade..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFEBlendElement.java
+++ /dev/null
@@ -1,18 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFEBlendElement extends
- SVGElement,
- SVGFilterPrimitiveStandardAttributes {
- // Blend Mode Types
- public static final short SVG_FEBLEND_MODE_UNKNOWN = 0;
- public static final short SVG_FEBLEND_MODE_NORMAL = 1;
- public static final short SVG_FEBLEND_MODE_MULTIPLY = 2;
- public static final short SVG_FEBLEND_MODE_SCREEN = 3;
- public static final short SVG_FEBLEND_MODE_DARKEN = 4;
- public static final short SVG_FEBLEND_MODE_LIGHTEN = 5;
-
- public SVGAnimatedString getIn1( );
- public SVGAnimatedString getIn2( );
- public SVGAnimatedEnumeration getMode( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEColorMatrixElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEColorMatrixElement.java
deleted file mode 100644
index 6aac0e35c..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFEColorMatrixElement.java
+++ /dev/null
@@ -1,17 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFEColorMatrixElement extends
- SVGElement,
- SVGFilterPrimitiveStandardAttributes {
- // Color Matrix Types
- public static final short SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0;
- public static final short SVG_FECOLORMATRIX_TYPE_MATRIX = 1;
- public static final short SVG_FECOLORMATRIX_TYPE_SATURATE = 2;
- public static final short SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3;
- public static final short SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4;
-
- public SVGAnimatedString getIn1( );
- public SVGAnimatedEnumeration getType( );
- public SVGAnimatedNumberList getValues( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEComponentTransferElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEComponentTransferElement.java
deleted file mode 100644
index 38d3fba34..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFEComponentTransferElement.java
+++ /dev/null
@@ -1,8 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFEComponentTransferElement extends
- SVGElement,
- SVGFilterPrimitiveStandardAttributes {
- public SVGAnimatedString getIn1( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFECompositeElement.java b/src/bind/java/org/w3c/dom/svg/SVGFECompositeElement.java
deleted file mode 100644
index 244888d01..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFECompositeElement.java
+++ /dev/null
@@ -1,23 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFECompositeElement extends
- SVGElement,
- SVGFilterPrimitiveStandardAttributes {
- // Composite Operators
- public static final short SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0;
- public static final short SVG_FECOMPOSITE_OPERATOR_OVER = 1;
- public static final short SVG_FECOMPOSITE_OPERATOR_IN = 2;
- public static final short SVG_FECOMPOSITE_OPERATOR_OUT = 3;
- public static final short SVG_FECOMPOSITE_OPERATOR_ATOP = 4;
- public static final short SVG_FECOMPOSITE_OPERATOR_XOR = 5;
- public static final short SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6;
-
- public SVGAnimatedString getIn1( );
- public SVGAnimatedString getIn2( );
- public SVGAnimatedEnumeration getOperator( );
- public SVGAnimatedNumber getK1( );
- public SVGAnimatedNumber getK2( );
- public SVGAnimatedNumber getK3( );
- public SVGAnimatedNumber getK4( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEConvolveMatrixElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEConvolveMatrixElement.java
deleted file mode 100644
index 391a0d858..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFEConvolveMatrixElement.java
+++ /dev/null
@@ -1,24 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFEConvolveMatrixElement extends
- SVGElement,
- SVGFilterPrimitiveStandardAttributes {
- // Edge Mode Values
- public static final short SVG_EDGEMODE_UNKNOWN = 0;
- public static final short SVG_EDGEMODE_DUPLICATE = 1;
- public static final short SVG_EDGEMODE_WRAP = 2;
- public static final short SVG_EDGEMODE_NONE = 3;
-
- public SVGAnimatedInteger getOrderX( );
- public SVGAnimatedInteger getOrderY( );
- public SVGAnimatedNumberList getKernelMatrix( );
- public SVGAnimatedNumber getDivisor( );
- public SVGAnimatedNumber getBias( );
- public SVGAnimatedInteger getTargetX( );
- public SVGAnimatedInteger getTargetY( );
- public SVGAnimatedEnumeration getEdgeMode( );
- public SVGAnimatedNumber getKernelUnitLengthX( );
- public SVGAnimatedNumber getKernelUnitLengthY( );
- public SVGAnimatedBoolean getPreserveAlpha( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEDiffuseLightingElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEDiffuseLightingElement.java
deleted file mode 100644
index e5c01e87c..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFEDiffuseLightingElement.java
+++ /dev/null
@@ -1,12 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFEDiffuseLightingElement extends
- SVGElement,
- SVGFilterPrimitiveStandardAttributes {
- public SVGAnimatedString getIn1( );
- public SVGAnimatedNumber getSurfaceScale( );
- public SVGAnimatedNumber getDiffuseConstant( );
- public SVGAnimatedNumber getKernelUnitLengthX( );
- public SVGAnimatedNumber getKernelUnitLengthY( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEDisplacementMapElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEDisplacementMapElement.java
deleted file mode 100644
index 4c82fd85a..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFEDisplacementMapElement.java
+++ /dev/null
@@ -1,19 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFEDisplacementMapElement extends
- SVGElement,
- SVGFilterPrimitiveStandardAttributes {
- // Channel Selectors
- public static final short SVG_CHANNEL_UNKNOWN = 0;
- public static final short SVG_CHANNEL_R = 1;
- public static final short SVG_CHANNEL_G = 2;
- public static final short SVG_CHANNEL_B = 3;
- public static final short SVG_CHANNEL_A = 4;
-
- public SVGAnimatedString getIn1( );
- public SVGAnimatedString getIn2( );
- public SVGAnimatedNumber getScale( );
- public SVGAnimatedEnumeration getXChannelSelector( );
- public SVGAnimatedEnumeration getYChannelSelector( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEDistantLightElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEDistantLightElement.java
deleted file mode 100644
index a96a1e15d..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFEDistantLightElement.java
+++ /dev/null
@@ -1,8 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFEDistantLightElement extends
- SVGElement {
- public SVGAnimatedNumber getAzimuth( );
- public SVGAnimatedNumber getElevation( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEFloodElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEFloodElement.java
deleted file mode 100644
index 313097a2f..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFEFloodElement.java
+++ /dev/null
@@ -1,8 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFEFloodElement extends
- SVGElement,
- SVGFilterPrimitiveStandardAttributes {
- public SVGAnimatedString getIn1( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEFuncAElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEFuncAElement.java
deleted file mode 100644
index fa9773524..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFEFuncAElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFEFuncAElement extends
- SVGComponentTransferFunctionElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEFuncBElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEFuncBElement.java
deleted file mode 100644
index 17733d62b..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFEFuncBElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFEFuncBElement extends
- SVGComponentTransferFunctionElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEFuncGElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEFuncGElement.java
deleted file mode 100644
index 5078436f1..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFEFuncGElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFEFuncGElement extends
- SVGComponentTransferFunctionElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEFuncRElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEFuncRElement.java
deleted file mode 100644
index 72efaac9d..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFEFuncRElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFEFuncRElement extends
- SVGComponentTransferFunctionElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEGaussianBlurElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEGaussianBlurElement.java
deleted file mode 100644
index b3385fa4b..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFEGaussianBlurElement.java
+++ /dev/null
@@ -1,12 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFEGaussianBlurElement extends
- SVGElement,
- SVGFilterPrimitiveStandardAttributes {
- public SVGAnimatedString getIn1( );
- public SVGAnimatedNumber getStdDeviationX( );
- public SVGAnimatedNumber getStdDeviationY( );
-
- public void setStdDeviation ( float stdDeviationX, float stdDeviationY );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEImageElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEImageElement.java
deleted file mode 100644
index b74daa7d2..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFEImageElement.java
+++ /dev/null
@@ -1,13 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFEImageElement extends
- SVGElement,
- SVGURIReference,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGFilterPrimitiveStandardAttributes {
-
- public SVGAnimatedPreserveAspectRatio getPreserveAspectRatio( );
-
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEMergeElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEMergeElement.java
deleted file mode 100644
index cea3d6fa9..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFEMergeElement.java
+++ /dev/null
@@ -1,7 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFEMergeElement extends
- SVGElement,
- SVGFilterPrimitiveStandardAttributes {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEMergeNodeElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEMergeNodeElement.java
deleted file mode 100644
index e0ae4c402..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFEMergeNodeElement.java
+++ /dev/null
@@ -1,7 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFEMergeNodeElement extends
- SVGElement {
- public SVGAnimatedString getIn1( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEMorphologyElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEMorphologyElement.java
deleted file mode 100644
index b04c80c84..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFEMorphologyElement.java
+++ /dev/null
@@ -1,16 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFEMorphologyElement extends
- SVGElement,
- SVGFilterPrimitiveStandardAttributes {
- // Morphology Operators
- public static final short SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0;
- public static final short SVG_MORPHOLOGY_OPERATOR_ERODE = 1;
- public static final short SVG_MORPHOLOGY_OPERATOR_DILATE = 2;
-
- public SVGAnimatedString getIn1( );
- public SVGAnimatedEnumeration getOperator( );
- public SVGAnimatedNumber getRadiusX( );
- public SVGAnimatedNumber getRadiusY( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEOffsetElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEOffsetElement.java
deleted file mode 100644
index 6a76b8d42..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFEOffsetElement.java
+++ /dev/null
@@ -1,10 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFEOffsetElement extends
- SVGElement,
- SVGFilterPrimitiveStandardAttributes {
- public SVGAnimatedString getIn1( );
- public SVGAnimatedNumber getDx( );
- public SVGAnimatedNumber getDy( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEPointLightElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEPointLightElement.java
deleted file mode 100644
index cec24b204..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFEPointLightElement.java
+++ /dev/null
@@ -1,9 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFEPointLightElement extends
- SVGElement {
- public SVGAnimatedNumber getX( );
- public SVGAnimatedNumber getY( );
- public SVGAnimatedNumber getZ( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFESpecularLightingElement.java b/src/bind/java/org/w3c/dom/svg/SVGFESpecularLightingElement.java
deleted file mode 100644
index 2070f72dc..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFESpecularLightingElement.java
+++ /dev/null
@@ -1,11 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFESpecularLightingElement extends
- SVGElement,
- SVGFilterPrimitiveStandardAttributes {
- public SVGAnimatedString getIn1( );
- public SVGAnimatedNumber getSurfaceScale( );
- public SVGAnimatedNumber getSpecularConstant( );
- public SVGAnimatedNumber getSpecularExponent( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFESpotLightElement.java b/src/bind/java/org/w3c/dom/svg/SVGFESpotLightElement.java
deleted file mode 100644
index 2beaaf55d..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFESpotLightElement.java
+++ /dev/null
@@ -1,14 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFESpotLightElement extends
- SVGElement {
- public SVGAnimatedNumber getX( );
- public SVGAnimatedNumber getY( );
- public SVGAnimatedNumber getZ( );
- public SVGAnimatedNumber getPointsAtX( );
- public SVGAnimatedNumber getPointsAtY( );
- public SVGAnimatedNumber getPointsAtZ( );
- public SVGAnimatedNumber getSpecularExponent( );
- public SVGAnimatedNumber getLimitingConeAngle( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFETileElement.java b/src/bind/java/org/w3c/dom/svg/SVGFETileElement.java
deleted file mode 100644
index 4c281292b..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFETileElement.java
+++ /dev/null
@@ -1,8 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFETileElement extends
- SVGElement,
- SVGFilterPrimitiveStandardAttributes {
- public SVGAnimatedString getIn1( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFETurbulenceElement.java b/src/bind/java/org/w3c/dom/svg/SVGFETurbulenceElement.java
deleted file mode 100644
index f8badaafc..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFETurbulenceElement.java
+++ /dev/null
@@ -1,22 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFETurbulenceElement extends
- SVGElement,
- SVGFilterPrimitiveStandardAttributes {
- // Turbulence Types
- public static final short SVG_TURBULENCE_TYPE_UNKNOWN = 0;
- public static final short SVG_TURBULENCE_TYPE_FRACTALNOISE = 1;
- public static final short SVG_TURBULENCE_TYPE_TURBULENCE = 2;
- // Stitch Options
- public static final short SVG_STITCHTYPE_UNKNOWN = 0;
- public static final short SVG_STITCHTYPE_STITCH = 1;
- public static final short SVG_STITCHTYPE_NOSTITCH = 2;
-
- public SVGAnimatedNumber getBaseFrequencyX( );
- public SVGAnimatedNumber getBaseFrequencyY( );
- public SVGAnimatedInteger getNumOctaves( );
- public SVGAnimatedNumber getSeed( );
- public SVGAnimatedEnumeration getStitchTiles( );
- public SVGAnimatedEnumeration getType( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFilterElement.java b/src/bind/java/org/w3c/dom/svg/SVGFilterElement.java
deleted file mode 100644
index 01e57fdf2..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFilterElement.java
+++ /dev/null
@@ -1,21 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFilterElement extends
- SVGElement,
- SVGURIReference,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGUnitTypes {
- public SVGAnimatedEnumeration getFilterUnits( );
- public SVGAnimatedEnumeration getPrimitiveUnits( );
- public SVGAnimatedLength getX( );
- public SVGAnimatedLength getY( );
- public SVGAnimatedLength getWidth( );
- public SVGAnimatedLength getHeight( );
- public SVGAnimatedInteger getFilterResX( );
- public SVGAnimatedInteger getFilterResY( );
-
- public void setFilterRes ( int filterResX, int filterResY );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.java b/src/bind/java/org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.java
deleted file mode 100644
index cd7ed6276..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.java
+++ /dev/null
@@ -1,11 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFilterPrimitiveStandardAttributes extends
- SVGStylable {
- public SVGAnimatedLength getX( );
- public SVGAnimatedLength getY( );
- public SVGAnimatedLength getWidth( );
- public SVGAnimatedLength getHeight( );
- public SVGAnimatedString getResult( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFitToViewBox.java b/src/bind/java/org/w3c/dom/svg/SVGFitToViewBox.java
deleted file mode 100644
index d40c6a1a4..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFitToViewBox.java
+++ /dev/null
@@ -1,7 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFitToViewBox {
- public SVGAnimatedRect getViewBox( );
- public SVGAnimatedPreserveAspectRatio getPreserveAspectRatio( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFontElement.java b/src/bind/java/org/w3c/dom/svg/SVGFontElement.java
deleted file mode 100644
index e11dc355e..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFontElement.java
+++ /dev/null
@@ -1,8 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFontElement extends
- SVGElement,
- SVGExternalResourcesRequired,
- SVGStylable {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFontFaceElement.java b/src/bind/java/org/w3c/dom/svg/SVGFontFaceElement.java
deleted file mode 100644
index b201c9456..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFontFaceElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFontFaceElement extends
- SVGElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFontFaceFormatElement.java b/src/bind/java/org/w3c/dom/svg/SVGFontFaceFormatElement.java
deleted file mode 100644
index 895cd6c77..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFontFaceFormatElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFontFaceFormatElement extends
- SVGElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFontFaceNameElement.java b/src/bind/java/org/w3c/dom/svg/SVGFontFaceNameElement.java
deleted file mode 100644
index 723370a07..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFontFaceNameElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFontFaceNameElement extends
- SVGElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFontFaceSrcElement.java b/src/bind/java/org/w3c/dom/svg/SVGFontFaceSrcElement.java
deleted file mode 100644
index dcc898b6f..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFontFaceSrcElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFontFaceSrcElement extends
- SVGElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGFontFaceUriElement.java b/src/bind/java/org/w3c/dom/svg/SVGFontFaceUriElement.java
deleted file mode 100644
index 39dd039e9..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGFontFaceUriElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFontFaceUriElement extends
- SVGElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGForeignObjectElement.java b/src/bind/java/org/w3c/dom/svg/SVGForeignObjectElement.java
deleted file mode 100644
index 49e37af09..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGForeignObjectElement.java
+++ /dev/null
@@ -1,18 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.events.EventTarget;
-
-public interface SVGForeignObjectElement extends
- SVGElement,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGTransformable,
- EventTarget {
- public SVGAnimatedLength getX( );
- public SVGAnimatedLength getY( );
- public SVGAnimatedLength getWidth( );
- public SVGAnimatedLength getHeight( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGGElement.java b/src/bind/java/org/w3c/dom/svg/SVGGElement.java
deleted file mode 100644
index e9a78190e..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGGElement.java
+++ /dev/null
@@ -1,14 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.events.EventTarget;
-
-public interface SVGGElement extends
- SVGElement,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGTransformable,
- EventTarget {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGGlyphElement.java b/src/bind/java/org/w3c/dom/svg/SVGGlyphElement.java
deleted file mode 100644
index 9354bb74d..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGGlyphElement.java
+++ /dev/null
@@ -1,7 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGGlyphElement extends
- SVGElement,
- SVGStylable {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGGlyphRefElement.java b/src/bind/java/org/w3c/dom/svg/SVGGlyphRefElement.java
deleted file mode 100644
index c16aaa1cb..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGGlyphRefElement.java
+++ /dev/null
@@ -1,28 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGGlyphRefElement extends
- SVGElement,
- SVGURIReference,
- SVGStylable {
- public String getGlyphRef( );
- public void setGlyphRef( String glyphRef )
- throws DOMException;
- public String getFormat( );
- public void setFormat( String format )
- throws DOMException;
- public float getX( );
- public void setX( float x )
- throws DOMException;
- public float getY( );
- public void setY( float y )
- throws DOMException;
- public float getDx( );
- public void setDx( float dx )
- throws DOMException;
- public float getDy( );
- public void setDy( float dy )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGGradientElement.java b/src/bind/java/org/w3c/dom/svg/SVGGradientElement.java
deleted file mode 100644
index 8cbc03f1c..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGGradientElement.java
+++ /dev/null
@@ -1,19 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGGradientElement extends
- SVGElement,
- SVGURIReference,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGUnitTypes {
- // Spread Method Types
- public static final short SVG_SPREADMETHOD_UNKNOWN = 0;
- public static final short SVG_SPREADMETHOD_PAD = 1;
- public static final short SVG_SPREADMETHOD_REFLECT = 2;
- public static final short SVG_SPREADMETHOD_REPEAT = 3;
-
- public SVGAnimatedEnumeration getGradientUnits( );
- public SVGAnimatedTransformList getGradientTransform( );
- public SVGAnimatedEnumeration getSpreadMethod( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGHKernElement.java b/src/bind/java/org/w3c/dom/svg/SVGHKernElement.java
deleted file mode 100644
index ca527b67c..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGHKernElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGHKernElement extends
- SVGElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGICCColor.java b/src/bind/java/org/w3c/dom/svg/SVGICCColor.java
deleted file mode 100644
index e04962838..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGICCColor.java
+++ /dev/null
@@ -1,10 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-public interface SVGICCColor {
- public String getColorProfile( );
- public void setColorProfile( String colorProfile )
- throws DOMException;
- public SVGNumberList getColors( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGImageElement.java b/src/bind/java/org/w3c/dom/svg/SVGImageElement.java
deleted file mode 100644
index f77101f91..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGImageElement.java
+++ /dev/null
@@ -1,20 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.events.EventTarget;
-
-public interface SVGImageElement extends
- SVGElement,
- SVGURIReference,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGTransformable,
- EventTarget {
- public SVGAnimatedLength getX( );
- public SVGAnimatedLength getY( );
- public SVGAnimatedLength getWidth( );
- public SVGAnimatedLength getHeight( );
- public SVGAnimatedPreserveAspectRatio getPreserveAspectRatio( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGLangSpace.java b/src/bind/java/org/w3c/dom/svg/SVGLangSpace.java
deleted file mode 100644
index 300d52725..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGLangSpace.java
+++ /dev/null
@@ -1,13 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGLangSpace {
- public String getXMLlang( );
- public void setXMLlang( String xmllang )
- throws DOMException;
- public String getXMLspace( );
- public void setXMLspace( String xmlspace )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGLength.java b/src/bind/java/org/w3c/dom/svg/SVGLength.java
deleted file mode 100644
index 88b7bdd38..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGLength.java
+++ /dev/null
@@ -1,32 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-public interface SVGLength {
- // Length Unit Types
- public static final short SVG_LENGTHTYPE_UNKNOWN = 0;
- public static final short SVG_LENGTHTYPE_NUMBER = 1;
- public static final short SVG_LENGTHTYPE_PERCENTAGE = 2;
- public static final short SVG_LENGTHTYPE_EMS = 3;
- public static final short SVG_LENGTHTYPE_EXS = 4;
- public static final short SVG_LENGTHTYPE_PX = 5;
- public static final short SVG_LENGTHTYPE_CM = 6;
- public static final short SVG_LENGTHTYPE_MM = 7;
- public static final short SVG_LENGTHTYPE_IN = 8;
- public static final short SVG_LENGTHTYPE_PT = 9;
- public static final short SVG_LENGTHTYPE_PC = 10;
-
- public short getUnitType( );
- public float getValue( );
- public void setValue( float value )
- throws DOMException;
- public float getValueInSpecifiedUnits( );
- public void setValueInSpecifiedUnits( float valueInSpecifiedUnits )
- throws DOMException;
- public String getValueAsString( );
- public void setValueAsString( String valueAsString )
- throws DOMException;
-
- public void newValueSpecifiedUnits ( short unitType, float valueInSpecifiedUnits );
- public void convertToSpecifiedUnits ( short unitType );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGLengthList.java b/src/bind/java/org/w3c/dom/svg/SVGLengthList.java
deleted file mode 100644
index ba4c259e8..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGLengthList.java
+++ /dev/null
@@ -1,23 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGLengthList {
- public int getNumberOfItems( );
-
- public void clear ( )
- throws DOMException;
- public SVGLength initialize ( SVGLength newItem )
- throws DOMException, SVGException;
- public SVGLength getItem ( int index )
- throws DOMException;
- public SVGLength insertItemBefore ( SVGLength newItem, int index )
- throws DOMException, SVGException;
- public SVGLength replaceItem ( SVGLength newItem, int index )
- throws DOMException, SVGException;
- public SVGLength removeItem ( int index )
- throws DOMException;
- public SVGLength appendItem ( SVGLength newItem )
- throws DOMException, SVGException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGLineElement.java b/src/bind/java/org/w3c/dom/svg/SVGLineElement.java
deleted file mode 100644
index 45b947cbc..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGLineElement.java
+++ /dev/null
@@ -1,18 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.events.EventTarget;
-
-public interface SVGLineElement extends
- SVGElement,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGTransformable,
- EventTarget {
- public SVGAnimatedLength getX1( );
- public SVGAnimatedLength getY1( );
- public SVGAnimatedLength getX2( );
- public SVGAnimatedLength getY2( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGLinearGradientElement.java b/src/bind/java/org/w3c/dom/svg/SVGLinearGradientElement.java
deleted file mode 100644
index 189eda2cb..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGLinearGradientElement.java
+++ /dev/null
@@ -1,10 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGLinearGradientElement extends
- SVGGradientElement {
- public SVGAnimatedLength getX1( );
- public SVGAnimatedLength getY1( );
- public SVGAnimatedLength getX2( );
- public SVGAnimatedLength getY2( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGLocatable.java b/src/bind/java/org/w3c/dom/svg/SVGLocatable.java
deleted file mode 100644
index 618b955eb..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGLocatable.java
+++ /dev/null
@@ -1,13 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGLocatable {
- public SVGElement getNearestViewportElement( );
- public SVGElement getFarthestViewportElement( );
-
- public SVGRect getBBox ( );
- public SVGMatrix getCTM ( );
- public SVGMatrix getScreenCTM ( );
- public SVGMatrix getTransformToElement ( SVGElement element )
- throws SVGException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGMPathElement.java b/src/bind/java/org/w3c/dom/svg/SVGMPathElement.java
deleted file mode 100644
index 36032385b..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGMPathElement.java
+++ /dev/null
@@ -1,8 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGMPathElement extends
- SVGElement,
- SVGURIReference,
- SVGExternalResourcesRequired {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGMarkerElement.java b/src/bind/java/org/w3c/dom/svg/SVGMarkerElement.java
deleted file mode 100644
index 810ce56f4..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGMarkerElement.java
+++ /dev/null
@@ -1,29 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGMarkerElement extends
- SVGElement,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGFitToViewBox {
- // Marker Unit Types
- public static final short SVG_MARKERUNITS_UNKNOWN = 0;
- public static final short SVG_MARKERUNITS_USERSPACEONUSE = 1;
- public static final short SVG_MARKERUNITS_STROKEWIDTH = 2;
- // Marker Orientation Types
- public static final short SVG_MARKER_ORIENT_UNKNOWN = 0;
- public static final short SVG_MARKER_ORIENT_AUTO = 1;
- public static final short SVG_MARKER_ORIENT_ANGLE = 2;
-
- public SVGAnimatedLength getRefX( );
- public SVGAnimatedLength getRefY( );
- public SVGAnimatedEnumeration getMarkerUnits( );
- public SVGAnimatedLength getMarkerWidth( );
- public SVGAnimatedLength getMarkerHeight( );
- public SVGAnimatedEnumeration getOrientType( );
- public SVGAnimatedAngle getOrientAngle( );
-
- public void setOrientToAuto ( );
- public void setOrientToAngle ( SVGAngle angle );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGMaskElement.java b/src/bind/java/org/w3c/dom/svg/SVGMaskElement.java
deleted file mode 100644
index bb3a8651f..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGMaskElement.java
+++ /dev/null
@@ -1,17 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGMaskElement extends
- SVGElement,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGUnitTypes {
- public SVGAnimatedEnumeration getMaskUnits( );
- public SVGAnimatedEnumeration getMaskContentUnits( );
- public SVGAnimatedLength getX( );
- public SVGAnimatedLength getY( );
- public SVGAnimatedLength getWidth( );
- public SVGAnimatedLength getHeight( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGMatrix.java b/src/bind/java/org/w3c/dom/svg/SVGMatrix.java
deleted file mode 100644
index 652b4e1b0..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGMatrix.java
+++ /dev/null
@@ -1,39 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGMatrix {
- public float getA( );
- public void setA( float a )
- throws DOMException;
- public float getB( );
- public void setB( float b )
- throws DOMException;
- public float getC( );
- public void setC( float c )
- throws DOMException;
- public float getD( );
- public void setD( float d )
- throws DOMException;
- public float getE( );
- public void setE( float e )
- throws DOMException;
- public float getF( );
- public void setF( float f )
- throws DOMException;
-
- public SVGMatrix multiply ( SVGMatrix secondMatrix );
- public SVGMatrix inverse ( )
- throws SVGException;
- public SVGMatrix translate ( float x, float y );
- public SVGMatrix scale ( float scaleFactor );
- public SVGMatrix scaleNonUniform ( float scaleFactorX, float scaleFactorY );
- public SVGMatrix rotate ( float angle );
- public SVGMatrix rotateFromVector ( float x, float y )
- throws SVGException;
- public SVGMatrix flipX ( );
- public SVGMatrix flipY ( );
- public SVGMatrix skewX ( float angle );
- public SVGMatrix skewY ( float angle );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGMetadataElement.java b/src/bind/java/org/w3c/dom/svg/SVGMetadataElement.java
deleted file mode 100644
index d8485d124..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGMetadataElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGMetadataElement extends
- SVGElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGMissingGlyphElement.java b/src/bind/java/org/w3c/dom/svg/SVGMissingGlyphElement.java
deleted file mode 100644
index 8c777fb2a..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGMissingGlyphElement.java
+++ /dev/null
@@ -1,7 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGMissingGlyphElement extends
- SVGElement,
- SVGStylable {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGNumber.java b/src/bind/java/org/w3c/dom/svg/SVGNumber.java
deleted file mode 100644
index 1dcdc8a23..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGNumber.java
+++ /dev/null
@@ -1,10 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGNumber {
- public float getValue( );
- public void setValue( float value )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGNumberList.java b/src/bind/java/org/w3c/dom/svg/SVGNumberList.java
deleted file mode 100644
index a2db146fc..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGNumberList.java
+++ /dev/null
@@ -1,23 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGNumberList {
- public int getNumberOfItems( );
-
- public void clear ( )
- throws DOMException;
- public SVGNumber initialize ( SVGNumber newItem )
- throws DOMException, SVGException;
- public SVGNumber getItem ( int index )
- throws DOMException;
- public SVGNumber insertItemBefore ( SVGNumber newItem, int index )
- throws DOMException, SVGException;
- public SVGNumber replaceItem ( SVGNumber newItem, int index )
- throws DOMException, SVGException;
- public SVGNumber removeItem ( int index )
- throws DOMException;
- public SVGNumber appendItem ( SVGNumber newItem )
- throws DOMException, SVGException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPaint.java b/src/bind/java/org/w3c/dom/svg/SVGPaint.java
deleted file mode 100644
index 66d54c668..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPaint.java
+++ /dev/null
@@ -1,26 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.css.RGBColor;
-
-public interface SVGPaint extends
- SVGColor {
- // Paint Types
- public static final short SVG_PAINTTYPE_UNKNOWN = 0;
- public static final short SVG_PAINTTYPE_RGBCOLOR = 1;
- public static final short SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR = 2;
- public static final short SVG_PAINTTYPE_NONE = 101;
- public static final short SVG_PAINTTYPE_CURRENTCOLOR = 102;
- public static final short SVG_PAINTTYPE_URI_NONE = 103;
- public static final short SVG_PAINTTYPE_URI_CURRENTCOLOR = 104;
- public static final short SVG_PAINTTYPE_URI_RGBCOLOR = 105;
- public static final short SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR = 106;
- public static final short SVG_PAINTTYPE_URI = 107;
-
- public short getPaintType( );
- public String getUri( );
-
- public void setUri ( String uri );
- public void setPaint ( short paintType, String uri, String rgbColor, String iccColor )
- throws SVGException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathElement.java b/src/bind/java/org/w3c/dom/svg/SVGPathElement.java
deleted file mode 100644
index 71efe6d69..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathElement.java
+++ /dev/null
@@ -1,39 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.events.EventTarget;
-
-public interface SVGPathElement extends
- SVGElement,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGTransformable,
- EventTarget,
- SVGAnimatedPathData {
- public SVGAnimatedNumber getPathLength( );
-
- public float getTotalLength ( );
- public SVGPoint getPointAtLength ( float distance );
- public int getPathSegAtLength ( float distance );
- public SVGPathSegClosePath createSVGPathSegClosePath ( );
- public SVGPathSegMovetoAbs createSVGPathSegMovetoAbs ( float x, float y );
- public SVGPathSegMovetoRel createSVGPathSegMovetoRel ( float x, float y );
- public SVGPathSegLinetoAbs createSVGPathSegLinetoAbs ( float x, float y );
- public SVGPathSegLinetoRel createSVGPathSegLinetoRel ( float x, float y );
- public SVGPathSegCurvetoCubicAbs createSVGPathSegCurvetoCubicAbs ( float x, float y, float x1, float y1, float x2, float y2 );
- public SVGPathSegCurvetoCubicRel createSVGPathSegCurvetoCubicRel ( float x, float y, float x1, float y1, float x2, float y2 );
- public SVGPathSegCurvetoQuadraticAbs createSVGPathSegCurvetoQuadraticAbs ( float x, float y, float x1, float y1 );
- public SVGPathSegCurvetoQuadraticRel createSVGPathSegCurvetoQuadraticRel ( float x, float y, float x1, float y1 );
- public SVGPathSegArcAbs createSVGPathSegArcAbs ( float x, float y, float r1, float r2, float angle, boolean largeArcFlag, boolean sweepFlag );
- public SVGPathSegArcRel createSVGPathSegArcRel ( float x, float y, float r1, float r2, float angle, boolean largeArcFlag, boolean sweepFlag );
- public SVGPathSegLinetoHorizontalAbs createSVGPathSegLinetoHorizontalAbs ( float x );
- public SVGPathSegLinetoHorizontalRel createSVGPathSegLinetoHorizontalRel ( float x );
- public SVGPathSegLinetoVerticalAbs createSVGPathSegLinetoVerticalAbs ( float y );
- public SVGPathSegLinetoVerticalRel createSVGPathSegLinetoVerticalRel ( float y );
- public SVGPathSegCurvetoCubicSmoothAbs createSVGPathSegCurvetoCubicSmoothAbs ( float x, float y, float x2, float y2 );
- public SVGPathSegCurvetoCubicSmoothRel createSVGPathSegCurvetoCubicSmoothRel ( float x, float y, float x2, float y2 );
- public SVGPathSegCurvetoQuadraticSmoothAbs createSVGPathSegCurvetoQuadraticSmoothAbs ( float x, float y );
- public SVGPathSegCurvetoQuadraticSmoothRel createSVGPathSegCurvetoQuadraticSmoothRel ( float x, float y );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSeg.java b/src/bind/java/org/w3c/dom/svg/SVGPathSeg.java
deleted file mode 100644
index dea607e41..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathSeg.java
+++ /dev/null
@@ -1,29 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGPathSeg {
- // Path Segment Types
- public static final short PATHSEG_UNKNOWN = 0;
- public static final short PATHSEG_CLOSEPATH = 1;
- public static final short PATHSEG_MOVETO_ABS = 2;
- public static final short PATHSEG_MOVETO_REL = 3;
- public static final short PATHSEG_LINETO_ABS = 4;
- public static final short PATHSEG_LINETO_REL = 5;
- public static final short PATHSEG_CURVETO_CUBIC_ABS = 6;
- public static final short PATHSEG_CURVETO_CUBIC_REL = 7;
- public static final short PATHSEG_CURVETO_QUADRATIC_ABS = 8;
- public static final short PATHSEG_CURVETO_QUADRATIC_REL = 9;
- public static final short PATHSEG_ARC_ABS = 10;
- public static final short PATHSEG_ARC_REL = 11;
- public static final short PATHSEG_LINETO_HORIZONTAL_ABS = 12;
- public static final short PATHSEG_LINETO_HORIZONTAL_REL = 13;
- public static final short PATHSEG_LINETO_VERTICAL_ABS = 14;
- public static final short PATHSEG_LINETO_VERTICAL_REL = 15;
- public static final short PATHSEG_CURVETO_CUBIC_SMOOTH_ABS = 16;
- public static final short PATHSEG_CURVETO_CUBIC_SMOOTH_REL = 17;
- public static final short PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS = 18;
- public static final short PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL = 19;
-
- public short getPathSegType( );
- public String getPathSegTypeAsLetter( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegArcAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegArcAbs.java
deleted file mode 100644
index 84c2e7e2b..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathSegArcAbs.java
+++ /dev/null
@@ -1,29 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPathSegArcAbs extends
- SVGPathSeg {
- public float getX( );
- public void setX( float x )
- throws DOMException;
- public float getY( );
- public void setY( float y )
- throws DOMException;
- public float getR1( );
- public void setR1( float r1 )
- throws DOMException;
- public float getR2( );
- public void setR2( float r2 )
- throws DOMException;
- public float getAngle( );
- public void setAngle( float angle )
- throws DOMException;
- public boolean getLargeArcFlag( );
- public void setLargeArcFlag( boolean largeArcFlag )
- throws DOMException;
- public boolean getSweepFlag( );
- public void setSweepFlag( boolean sweepFlag )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegArcRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegArcRel.java
deleted file mode 100644
index 074bb799c..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathSegArcRel.java
+++ /dev/null
@@ -1,29 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPathSegArcRel extends
- SVGPathSeg {
- public float getX( );
- public void setX( float x )
- throws DOMException;
- public float getY( );
- public void setY( float y )
- throws DOMException;
- public float getR1( );
- public void setR1( float r1 )
- throws DOMException;
- public float getR2( );
- public void setR2( float r2 )
- throws DOMException;
- public float getAngle( );
- public void setAngle( float angle )
- throws DOMException;
- public boolean getLargeArcFlag( );
- public void setLargeArcFlag( boolean largeArcFlag )
- throws DOMException;
- public boolean getSweepFlag( );
- public void setSweepFlag( boolean sweepFlag )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegClosePath.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegClosePath.java
deleted file mode 100644
index 9beb4667d..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathSegClosePath.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGPathSegClosePath extends
- SVGPathSeg {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.java
deleted file mode 100644
index 9aeec16d6..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.java
+++ /dev/null
@@ -1,26 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPathSegCurvetoCubicAbs extends
- SVGPathSeg {
- public float getX( );
- public void setX( float x )
- throws DOMException;
- public float getY( );
- public void setY( float y )
- throws DOMException;
- public float getX1( );
- public void setX1( float x1 )
- throws DOMException;
- public float getY1( );
- public void setY1( float y1 )
- throws DOMException;
- public float getX2( );
- public void setX2( float x2 )
- throws DOMException;
- public float getY2( );
- public void setY2( float y2 )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.java
deleted file mode 100644
index 890d98ef7..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.java
+++ /dev/null
@@ -1,26 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPathSegCurvetoCubicRel extends
- SVGPathSeg {
- public float getX( );
- public void setX( float x )
- throws DOMException;
- public float getY( );
- public void setY( float y )
- throws DOMException;
- public float getX1( );
- public void setX1( float x1 )
- throws DOMException;
- public float getY1( );
- public void setY1( float y1 )
- throws DOMException;
- public float getX2( );
- public void setX2( float x2 )
- throws DOMException;
- public float getY2( );
- public void setY2( float y2 )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.java
deleted file mode 100644
index ede2644d8..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.java
+++ /dev/null
@@ -1,20 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPathSegCurvetoCubicSmoothAbs extends
- SVGPathSeg {
- public float getX( );
- public void setX( float x )
- throws DOMException;
- public float getY( );
- public void setY( float y )
- throws DOMException;
- public float getX2( );
- public void setX2( float x2 )
- throws DOMException;
- public float getY2( );
- public void setY2( float y2 )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.java
deleted file mode 100644
index 2336ad699..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.java
+++ /dev/null
@@ -1,20 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPathSegCurvetoCubicSmoothRel extends
- SVGPathSeg {
- public float getX( );
- public void setX( float x )
- throws DOMException;
- public float getY( );
- public void setY( float y )
- throws DOMException;
- public float getX2( );
- public void setX2( float x2 )
- throws DOMException;
- public float getY2( );
- public void setY2( float y2 )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.java
deleted file mode 100644
index 9e3d742da..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.java
+++ /dev/null
@@ -1,20 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPathSegCurvetoQuadraticAbs extends
- SVGPathSeg {
- public float getX( );
- public void setX( float x )
- throws DOMException;
- public float getY( );
- public void setY( float y )
- throws DOMException;
- public float getX1( );
- public void setX1( float x1 )
- throws DOMException;
- public float getY1( );
- public void setY1( float y1 )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.java
deleted file mode 100644
index bf2add7f4..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.java
+++ /dev/null
@@ -1,20 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPathSegCurvetoQuadraticRel extends
- SVGPathSeg {
- public float getX( );
- public void setX( float x )
- throws DOMException;
- public float getY( );
- public void setY( float y )
- throws DOMException;
- public float getX1( );
- public void setX1( float x1 )
- throws DOMException;
- public float getY1( );
- public void setY1( float y1 )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs.java
deleted file mode 100644
index de08156cc..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs.java
+++ /dev/null
@@ -1,14 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPathSegCurvetoQuadraticSmoothAbs extends
- SVGPathSeg {
- public float getX( );
- public void setX( float x )
- throws DOMException;
- public float getY( );
- public void setY( float y )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel.java
deleted file mode 100644
index 2e434493e..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel.java
+++ /dev/null
@@ -1,14 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPathSegCurvetoQuadraticSmoothRel extends
- SVGPathSeg {
- public float getX( );
- public void setX( float x )
- throws DOMException;
- public float getY( );
- public void setY( float y )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoAbs.java
deleted file mode 100644
index e9d666f6c..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoAbs.java
+++ /dev/null
@@ -1,14 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPathSegLinetoAbs extends
- SVGPathSeg {
- public float getX( );
- public void setX( float x )
- throws DOMException;
- public float getY( );
- public void setY( float y )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs.java
deleted file mode 100644
index 6a30564d8..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs.java
+++ /dev/null
@@ -1,11 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPathSegLinetoHorizontalAbs extends
- SVGPathSeg {
- public float getX( );
- public void setX( float x )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalRel.java
deleted file mode 100644
index 353dd607e..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalRel.java
+++ /dev/null
@@ -1,11 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPathSegLinetoHorizontalRel extends
- SVGPathSeg {
- public float getX( );
- public void setX( float x )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoRel.java
deleted file mode 100644
index f41da3905..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoRel.java
+++ /dev/null
@@ -1,14 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPathSegLinetoRel extends
- SVGPathSeg {
- public float getX( );
- public void setX( float x )
- throws DOMException;
- public float getY( );
- public void setY( float y )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalAbs.java
deleted file mode 100644
index 77d4e70fe..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalAbs.java
+++ /dev/null
@@ -1,11 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPathSegLinetoVerticalAbs extends
- SVGPathSeg {
- public float getY( );
- public void setY( float y )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalRel.java
deleted file mode 100644
index fc46adcfe..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalRel.java
+++ /dev/null
@@ -1,11 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPathSegLinetoVerticalRel extends
- SVGPathSeg {
- public float getY( );
- public void setY( float y )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegList.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegList.java
deleted file mode 100644
index f5005e7c3..000000000
--- a/src/bind/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;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoAbs.java
deleted file mode 100644
index 80642f5b3..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoAbs.java
+++ /dev/null
@@ -1,14 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPathSegMovetoAbs extends
- SVGPathSeg {
- public float getX( );
- public void setX( float x )
- throws DOMException;
- public float getY( );
- public void setY( float y )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoRel.java
deleted file mode 100644
index 405c56fbc..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoRel.java
+++ /dev/null
@@ -1,14 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPathSegMovetoRel extends
- SVGPathSeg {
- public float getX( );
- public void setX( float x )
- throws DOMException;
- public float getY( );
- public void setY( float y )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPatternElement.java b/src/bind/java/org/w3c/dom/svg/SVGPatternElement.java
deleted file mode 100644
index cfa147173..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPatternElement.java
+++ /dev/null
@@ -1,20 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGPatternElement extends
- SVGElement,
- SVGURIReference,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGFitToViewBox,
- SVGUnitTypes {
- public SVGAnimatedEnumeration getPatternUnits( );
- public SVGAnimatedEnumeration getPatternContentUnits( );
- public SVGAnimatedTransformList getPatternTransform( );
- public SVGAnimatedLength getX( );
- public SVGAnimatedLength getY( );
- public SVGAnimatedLength getWidth( );
- public SVGAnimatedLength getHeight( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPoint.java b/src/bind/java/org/w3c/dom/svg/SVGPoint.java
deleted file mode 100644
index 982576cd2..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPoint.java
+++ /dev/null
@@ -1,15 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPoint {
- public float getX( );
- public void setX( float x )
- throws DOMException;
- public float getY( );
- public void setY( float y )
- throws DOMException;
-
- public SVGPoint matrixTransform ( SVGMatrix matrix );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPointList.java b/src/bind/java/org/w3c/dom/svg/SVGPointList.java
deleted file mode 100644
index 8fe262a9e..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPointList.java
+++ /dev/null
@@ -1,23 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPointList {
- public int getNumberOfItems( );
-
- public void clear ( )
- throws DOMException;
- public SVGPoint initialize ( SVGPoint newItem )
- throws DOMException, SVGException;
- public SVGPoint getItem ( int index )
- throws DOMException;
- public SVGPoint insertItemBefore ( SVGPoint newItem, int index )
- throws DOMException, SVGException;
- public SVGPoint replaceItem ( SVGPoint newItem, int index )
- throws DOMException, SVGException;
- public SVGPoint removeItem ( int index )
- throws DOMException;
- public SVGPoint appendItem ( SVGPoint newItem )
- throws DOMException, SVGException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPolygonElement.java b/src/bind/java/org/w3c/dom/svg/SVGPolygonElement.java
deleted file mode 100644
index 6171fb69c..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPolygonElement.java
+++ /dev/null
@@ -1,15 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.events.EventTarget;
-
-public interface SVGPolygonElement extends
- SVGElement,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGTransformable,
- EventTarget,
- SVGAnimatedPoints {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPolylineElement.java b/src/bind/java/org/w3c/dom/svg/SVGPolylineElement.java
deleted file mode 100644
index 9fad2ab31..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPolylineElement.java
+++ /dev/null
@@ -1,15 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.events.EventTarget;
-
-public interface SVGPolylineElement extends
- SVGElement,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGTransformable,
- EventTarget,
- SVGAnimatedPoints {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGPreserveAspectRatio.java b/src/bind/java/org/w3c/dom/svg/SVGPreserveAspectRatio.java
deleted file mode 100644
index 919569dac..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGPreserveAspectRatio.java
+++ /dev/null
@@ -1,30 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGPreserveAspectRatio {
- // Alignment Types
- public static final short SVG_PRESERVEASPECTRATIO_UNKNOWN = 0;
- public static final short SVG_PRESERVEASPECTRATIO_NONE = 1;
- public static final short SVG_PRESERVEASPECTRATIO_XMINYMIN = 2;
- public static final short SVG_PRESERVEASPECTRATIO_XMIDYMIN = 3;
- public static final short SVG_PRESERVEASPECTRATIO_XMAXYMIN = 4;
- public static final short SVG_PRESERVEASPECTRATIO_XMINYMID = 5;
- public static final short SVG_PRESERVEASPECTRATIO_XMIDYMID = 6;
- public static final short SVG_PRESERVEASPECTRATIO_XMAXYMID = 7;
- public static final short SVG_PRESERVEASPECTRATIO_XMINYMAX = 8;
- public static final short SVG_PRESERVEASPECTRATIO_XMIDYMAX = 9;
- public static final short SVG_PRESERVEASPECTRATIO_XMAXYMAX = 10;
- // Meet-or-slice Types
- public static final short SVG_MEETORSLICE_UNKNOWN = 0;
- public static final short SVG_MEETORSLICE_MEET = 1;
- public static final short SVG_MEETORSLICE_SLICE = 2;
-
- public short getAlign( );
- public void setAlign( short align )
- throws DOMException;
- public short getMeetOrSlice( );
- public void setMeetOrSlice( short meetOrSlice )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGRadialGradientElement.java b/src/bind/java/org/w3c/dom/svg/SVGRadialGradientElement.java
deleted file mode 100644
index 6c8af9294..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGRadialGradientElement.java
+++ /dev/null
@@ -1,11 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGRadialGradientElement extends
- SVGGradientElement {
- public SVGAnimatedLength getCx( );
- public SVGAnimatedLength getCy( );
- public SVGAnimatedLength getR( );
- public SVGAnimatedLength getFx( );
- public SVGAnimatedLength getFy( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGRect.java b/src/bind/java/org/w3c/dom/svg/SVGRect.java
deleted file mode 100644
index fd6de0603..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGRect.java
+++ /dev/null
@@ -1,19 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGRect {
- public float getX( );
- public void setX( float x )
- throws DOMException;
- public float getY( );
- public void setY( float y )
- throws DOMException;
- public float getWidth( );
- public void setWidth( float width )
- throws DOMException;
- public float getHeight( );
- public void setHeight( float height )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGRectElement.java b/src/bind/java/org/w3c/dom/svg/SVGRectElement.java
deleted file mode 100644
index 4c79150f3..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGRectElement.java
+++ /dev/null
@@ -1,20 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.events.EventTarget;
-
-public interface SVGRectElement extends
- SVGElement,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGTransformable,
- EventTarget {
- public SVGAnimatedLength getX( );
- public SVGAnimatedLength getY( );
- public SVGAnimatedLength getWidth( );
- public SVGAnimatedLength getHeight( );
- public SVGAnimatedLength getRx( );
- public SVGAnimatedLength getRy( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGRenderingIntent.java b/src/bind/java/org/w3c/dom/svg/SVGRenderingIntent.java
deleted file mode 100644
index fc46f9f79..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGRenderingIntent.java
+++ /dev/null
@@ -1,12 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGRenderingIntent {
- // Rendering Intent Types
- public static final short RENDERING_INTENT_UNKNOWN = 0;
- public static final short RENDERING_INTENT_AUTO = 1;
- public static final short RENDERING_INTENT_PERCEPTUAL = 2;
- public static final short RENDERING_INTENT_RELATIVE_COLORIMETRIC = 3;
- public static final short RENDERING_INTENT_SATURATION = 4;
- public static final short RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGSVGElement.java b/src/bind/java/org/w3c/dom/svg/SVGSVGElement.java
deleted file mode 100644
index 6507a1304..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGSVGElement.java
+++ /dev/null
@@ -1,74 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.events.DocumentEvent;
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.DOMException;
-import org.w3c.dom.NodeList;
-import org.w3c.dom.Element;
-import org.w3c.dom.css.ViewCSS;
-import org.w3c.dom.css.DocumentCSS;
-import org.w3c.dom.css.RGBColor;
-
-public interface SVGSVGElement extends
- SVGElement,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGLocatable,
- SVGFitToViewBox,
- SVGZoomAndPan,
- EventTarget,
- DocumentEvent,
- ViewCSS,
- DocumentCSS {
- public SVGAnimatedLength getX( );
- public SVGAnimatedLength getY( );
- public SVGAnimatedLength getWidth( );
- public SVGAnimatedLength getHeight( );
- public String getContentScriptType( );
- public void setContentScriptType( String contentScriptType )
- throws DOMException;
- public String getContentStyleType( );
- public void setContentStyleType( String contentStyleType )
- throws DOMException;
- public SVGRect getViewport( );
- public float getPixelUnitToMillimeterX( );
- public float getPixelUnitToMillimeterY( );
- public float getScreenPixelToMillimeterX( );
- public float getScreenPixelToMillimeterY( );
- public boolean getUseCurrentView( );
- public void setUseCurrentView( boolean useCurrentView )
- throws DOMException;
- public SVGViewSpec getCurrentView( );
- public float getCurrentScale( );
- public void setCurrentScale( float currentScale )
- throws DOMException;
- public SVGPoint getCurrentTranslate( );
-
- public int suspendRedraw ( int max_wait_milliseconds );
- public void unsuspendRedraw ( int suspend_handle_id )
- throws DOMException;
- public void unsuspendRedrawAll ( );
- public void forceRedraw ( );
- public void pauseAnimations ( );
- public void unpauseAnimations ( );
- public boolean animationsPaused ( );
- public float getCurrentTime ( );
- public void setCurrentTime ( float seconds );
- public NodeList getIntersectionList ( SVGRect rect, SVGElement referenceElement );
- public NodeList getEnclosureList ( SVGRect rect, SVGElement referenceElement );
- public boolean checkIntersection ( SVGElement element, SVGRect rect );
- public boolean checkEnclosure ( SVGElement element, SVGRect rect );
- public void deselectAll ( );
- public SVGNumber createSVGNumber ( );
- public SVGLength createSVGLength ( );
- public SVGAngle createSVGAngle ( );
- public SVGPoint createSVGPoint ( );
- public SVGMatrix createSVGMatrix ( );
- public SVGRect createSVGRect ( );
- public SVGTransform createSVGTransform ( );
- public SVGTransform createSVGTransformFromMatrix ( SVGMatrix matrix );
- public Element getElementById ( String elementId );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGScriptElement.java b/src/bind/java/org/w3c/dom/svg/SVGScriptElement.java
deleted file mode 100644
index 14863e6eb..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGScriptElement.java
+++ /dev/null
@@ -1,13 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGScriptElement extends
- SVGElement,
- SVGURIReference,
- SVGExternalResourcesRequired {
- public String getType( );
- public void setType( String type )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGSetElement.java b/src/bind/java/org/w3c/dom/svg/SVGSetElement.java
deleted file mode 100644
index 0ca9c09ef..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGSetElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGSetElement extends
- SVGAnimationElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGStopElement.java b/src/bind/java/org/w3c/dom/svg/SVGStopElement.java
deleted file mode 100644
index 5865e6e60..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGStopElement.java
+++ /dev/null
@@ -1,8 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGStopElement extends
- SVGElement,
- SVGStylable {
- public SVGAnimatedNumber getOffset( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGStringList.java b/src/bind/java/org/w3c/dom/svg/SVGStringList.java
deleted file mode 100644
index d0fa0df9c..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGStringList.java
+++ /dev/null
@@ -1,23 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGStringList {
- public int getNumberOfItems( );
-
- public void clear ( )
- throws DOMException;
- public String initialize ( String newItem )
- throws DOMException, SVGException;
- public String getItem ( int index )
- throws DOMException;
- public String insertItemBefore ( String newItem, int index )
- throws DOMException, SVGException;
- public String replaceItem ( String newItem, int index )
- throws DOMException, SVGException;
- public String removeItem ( int index )
- throws DOMException;
- public String appendItem ( String newItem )
- throws DOMException, SVGException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGStylable.java b/src/bind/java/org/w3c/dom/svg/SVGStylable.java
deleted file mode 100644
index 82c4913f8..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGStylable.java
+++ /dev/null
@@ -1,12 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-public interface SVGStylable {
- public SVGAnimatedString getClassName( );
- public CSSStyleDeclaration getStyle( );
-
- public CSSValue getPresentationAttribute ( String name );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGStyleElement.java b/src/bind/java/org/w3c/dom/svg/SVGStyleElement.java
deleted file mode 100644
index 1051ef67f..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGStyleElement.java
+++ /dev/null
@@ -1,20 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGStyleElement extends
- SVGElement {
- public String getXMLspace( );
- public void setXMLspace( String xmlspace )
- throws DOMException;
- public String getType( );
- public void setType( String type )
- throws DOMException;
- public String getMedia( );
- public void setMedia( String media )
- throws DOMException;
- public String getTitle( );
- public void setTitle( String title )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGSwitchElement.java b/src/bind/java/org/w3c/dom/svg/SVGSwitchElement.java
deleted file mode 100644
index c5187563b..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGSwitchElement.java
+++ /dev/null
@@ -1,14 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.events.EventTarget;
-
-public interface SVGSwitchElement extends
- SVGElement,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGTransformable,
- EventTarget {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGSymbolElement.java b/src/bind/java/org/w3c/dom/svg/SVGSymbolElement.java
deleted file mode 100644
index ee288bc92..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGSymbolElement.java
+++ /dev/null
@@ -1,13 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.events.EventTarget;
-
-public interface SVGSymbolElement extends
- SVGElement,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGFitToViewBox,
- EventTarget {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGTRefElement.java b/src/bind/java/org/w3c/dom/svg/SVGTRefElement.java
deleted file mode 100644
index 2d8202ede..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGTRefElement.java
+++ /dev/null
@@ -1,7 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGTRefElement extends
- SVGTextPositioningElement,
- SVGURIReference {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGTSpanElement.java b/src/bind/java/org/w3c/dom/svg/SVGTSpanElement.java
deleted file mode 100644
index 729b857db..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGTSpanElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGTSpanElement extends
- SVGTextPositioningElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGTests.java b/src/bind/java/org/w3c/dom/svg/SVGTests.java
deleted file mode 100644
index a7026a5b0..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGTests.java
+++ /dev/null
@@ -1,10 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGTests {
- public SVGStringList getRequiredFeatures( );
- public SVGStringList getRequiredExtensions( );
- public SVGStringList getSystemLanguage( );
-
- public boolean hasExtension ( String extension );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGTextContentElement.java b/src/bind/java/org/w3c/dom/svg/SVGTextContentElement.java
deleted file mode 100644
index c7c212961..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGTextContentElement.java
+++ /dev/null
@@ -1,37 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.DOMException;
-
-public interface SVGTextContentElement extends
- SVGElement,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- EventTarget {
- // lengthAdjust Types
- public static final short LENGTHADJUST_UNKNOWN = 0;
- public static final short LENGTHADJUST_SPACING = 1;
- public static final short LENGTHADJUST_SPACINGANDGLYPHS = 2;
-
- public SVGAnimatedLength getTextLength( );
- public SVGAnimatedEnumeration getLengthAdjust( );
-
- public int getNumberOfChars ( );
- public float getComputedTextLength ( );
- public float getSubStringLength ( int charnum, int nchars )
- throws DOMException;
- public SVGPoint getStartPositionOfChar ( int charnum )
- throws DOMException;
- public SVGPoint getEndPositionOfChar ( int charnum )
- throws DOMException;
- public SVGRect getExtentOfChar ( int charnum )
- throws DOMException;
- public float getRotationOfChar ( int charnum )
- throws DOMException;
- public int getCharNumAtPosition ( SVGPoint point );
- public void selectSubString ( int charnum, int nchars )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGTextElement.java b/src/bind/java/org/w3c/dom/svg/SVGTextElement.java
deleted file mode 100644
index f25cc3c20..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGTextElement.java
+++ /dev/null
@@ -1,7 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGTextElement extends
- SVGTextPositioningElement,
- SVGTransformable {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGTextPathElement.java b/src/bind/java/org/w3c/dom/svg/SVGTextPathElement.java
deleted file mode 100644
index 0a8a256ad..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGTextPathElement.java
+++ /dev/null
@@ -1,19 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGTextPathElement extends
- SVGTextContentElement,
- SVGURIReference {
- // textPath Method Types
- public static final short TEXTPATH_METHODTYPE_UNKNOWN = 0;
- public static final short TEXTPATH_METHODTYPE_ALIGN = 1;
- public static final short TEXTPATH_METHODTYPE_STRETCH = 2;
- // textPath Spacing Types
- public static final short TEXTPATH_SPACINGTYPE_UNKNOWN = 0;
- public static final short TEXTPATH_SPACINGTYPE_AUTO = 1;
- public static final short TEXTPATH_SPACINGTYPE_EXACT = 2;
-
- public SVGAnimatedLength getStartOffset( );
- public SVGAnimatedEnumeration getMethod( );
- public SVGAnimatedEnumeration getSpacing( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGTextPositioningElement.java b/src/bind/java/org/w3c/dom/svg/SVGTextPositioningElement.java
deleted file mode 100644
index d47887b8d..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGTextPositioningElement.java
+++ /dev/null
@@ -1,11 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGTextPositioningElement extends
- SVGTextContentElement {
- public SVGAnimatedLengthList getX( );
- public SVGAnimatedLengthList getY( );
- public SVGAnimatedLengthList getDx( );
- public SVGAnimatedLengthList getDy( );
- public SVGAnimatedNumberList getRotate( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGTitleElement.java b/src/bind/java/org/w3c/dom/svg/SVGTitleElement.java
deleted file mode 100644
index cbf45fe2a..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGTitleElement.java
+++ /dev/null
@@ -1,8 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGTitleElement extends
- SVGElement,
- SVGLangSpace,
- SVGStylable {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGTransform.java b/src/bind/java/org/w3c/dom/svg/SVGTransform.java
deleted file mode 100644
index 16df6080f..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGTransform.java
+++ /dev/null
@@ -1,24 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGTransform {
- // Transform Types
- public static final short SVG_TRANSFORM_UNKNOWN = 0;
- public static final short SVG_TRANSFORM_MATRIX = 1;
- public static final short SVG_TRANSFORM_TRANSLATE = 2;
- public static final short SVG_TRANSFORM_SCALE = 3;
- public static final short SVG_TRANSFORM_ROTATE = 4;
- public static final short SVG_TRANSFORM_SKEWX = 5;
- public static final short SVG_TRANSFORM_SKEWY = 6;
-
- public short getType( );
- public SVGMatrix getMatrix( );
- public float getAngle( );
-
- public void setMatrix ( SVGMatrix matrix );
- public void setTranslate ( float tx, float ty );
- public void setScale ( float sx, float sy );
- public void setRotate ( float angle, float cx, float cy );
- public void setSkewX ( float angle );
- public void setSkewY ( float angle );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGTransformList.java b/src/bind/java/org/w3c/dom/svg/SVGTransformList.java
deleted file mode 100644
index 3e3a4c217..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGTransformList.java
+++ /dev/null
@@ -1,25 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGTransformList {
- public int getNumberOfItems( );
-
- public void clear ( )
- throws DOMException;
- public SVGTransform initialize ( SVGTransform newItem )
- throws DOMException, SVGException;
- public SVGTransform getItem ( int index )
- throws DOMException;
- public SVGTransform insertItemBefore ( SVGTransform newItem, int index )
- throws DOMException, SVGException;
- public SVGTransform replaceItem ( SVGTransform newItem, int index )
- throws DOMException, SVGException;
- public SVGTransform removeItem ( int index )
- throws DOMException;
- public SVGTransform appendItem ( SVGTransform newItem )
- throws DOMException, SVGException;
- public SVGTransform createSVGTransformFromMatrix ( SVGMatrix matrix );
- public SVGTransform consolidate ( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGTransformable.java b/src/bind/java/org/w3c/dom/svg/SVGTransformable.java
deleted file mode 100644
index 9abaaf0b1..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGTransformable.java
+++ /dev/null
@@ -1,7 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGTransformable extends
- SVGLocatable {
- public SVGAnimatedTransformList getTransform( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGURIReference.java b/src/bind/java/org/w3c/dom/svg/SVGURIReference.java
deleted file mode 100644
index 3f2f784df..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGURIReference.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGURIReference {
- public SVGAnimatedString getHref( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGUnitTypes.java b/src/bind/java/org/w3c/dom/svg/SVGUnitTypes.java
deleted file mode 100644
index 9fc7685e9..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGUnitTypes.java
+++ /dev/null
@@ -1,9 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGUnitTypes {
- // Unit Types
- public static final short SVG_UNIT_TYPE_UNKNOWN = 0;
- public static final short SVG_UNIT_TYPE_USERSPACEONUSE = 1;
- public static final short SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGUseElement.java b/src/bind/java/org/w3c/dom/svg/SVGUseElement.java
deleted file mode 100644
index 3ce448141..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGUseElement.java
+++ /dev/null
@@ -1,21 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.events.EventTarget;
-
-public interface SVGUseElement extends
- SVGElement,
- SVGURIReference,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGStylable,
- SVGTransformable,
- EventTarget {
- public SVGAnimatedLength getX( );
- public SVGAnimatedLength getY( );
- public SVGAnimatedLength getWidth( );
- public SVGAnimatedLength getHeight( );
- public SVGElementInstance getInstanceRoot( );
- public SVGElementInstance getAnimatedInstanceRoot( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGVKernElement.java b/src/bind/java/org/w3c/dom/svg/SVGVKernElement.java
deleted file mode 100644
index cc2e4f4f1..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGVKernElement.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGVKernElement extends
- SVGElement {
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGViewElement.java b/src/bind/java/org/w3c/dom/svg/SVGViewElement.java
deleted file mode 100644
index 08adbecd8..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGViewElement.java
+++ /dev/null
@@ -1,10 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGViewElement extends
- SVGElement,
- SVGExternalResourcesRequired,
- SVGFitToViewBox,
- SVGZoomAndPan {
- public SVGStringList getViewTarget( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGViewSpec.java b/src/bind/java/org/w3c/dom/svg/SVGViewSpec.java
deleted file mode 100644
index 97ef6bad9..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGViewSpec.java
+++ /dev/null
@@ -1,13 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGViewSpec extends
- SVGZoomAndPan,
- SVGFitToViewBox {
- public SVGTransformList getTransform( );
- public SVGElement getViewTarget( );
- public String getViewBoxString( );
- public String getPreserveAspectRatioString( );
- public String getTransformString( );
- public String getViewTargetString( );
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGZoomAndPan.java b/src/bind/java/org/w3c/dom/svg/SVGZoomAndPan.java
deleted file mode 100644
index f8f910eb4..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGZoomAndPan.java
+++ /dev/null
@@ -1,15 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGZoomAndPan {
- // Zoom and Pan Types
- public static final short SVG_ZOOMANDPAN_UNKNOWN = 0;
- public static final short SVG_ZOOMANDPAN_DISABLE = 1;
- public static final short SVG_ZOOMANDPAN_MAGNIFY = 2;
-
- public short getZoomAndPan( );
- public void setZoomAndPan( short zoomAndPan )
- throws DOMException;
-}
diff --git a/src/bind/java/org/w3c/dom/svg/SVGZoomEvent.java b/src/bind/java/org/w3c/dom/svg/SVGZoomEvent.java
deleted file mode 100644
index 7ab430d2b..000000000
--- a/src/bind/java/org/w3c/dom/svg/SVGZoomEvent.java
+++ /dev/null
@@ -1,13 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.events.UIEvent;
-
-public interface SVGZoomEvent extends
- UIEvent {
- public SVGRect getZoomRectScreen( );
- public float getPreviousScale( );
- public SVGPoint getPreviousTranslate( );
- public float getNewScale( );
- public SVGPoint getNewTranslate( );
-}