Code

Add w3c svg-dom and smil-dom java interfaces
authorishmal <ishmal@users.sourceforge.net>
Fri, 14 Mar 2008 21:00:04 +0000 (21:00 +0000)
committerishmal <ishmal@users.sourceforge.net>
Fri, 14 Mar 2008 21:00:04 +0000 (21:00 +0000)
commit7c8150094ac77e23e2985e85a59a9a4f8359b286
treefb6eac24e34ad1a04e90efdc03968ddfc6d494ff
parent09bc18471a53fa18f1eda2f6a778ac40ebe72bb4
Add w3c svg-dom and smil-dom java interfaces
189 files changed:
src/bind/java/org/w3c/dom/smil/ElementExclusiveTimeContainer.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/ElementLayout.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/ElementParallelTimeContainer.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/ElementSequentialTimeContainer.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/ElementSyncBehavior.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/ElementTargetAttributes.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/ElementTest.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/ElementTime.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/ElementTimeContainer.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/ElementTimeControl.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/ElementTimeManipulation.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/SMILAnimateColorElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/SMILAnimateElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/SMILAnimateMotionElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/SMILAnimation.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/SMILDocument.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/SMILElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/SMILLayoutElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/SMILMediaElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/SMILRefElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/SMILRegionElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/SMILRegionInterface.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/SMILRootLayoutElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/SMILSetElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/SMILSwitchElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/SMILTopLayoutElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/Time.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/TimeEvent.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/smil/TimeList.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/GetSVGDocument.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAltGlyphDefElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAltGlyphElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAltGlyphItemElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAngle.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAnimateColorElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAnimateElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAnimateMotionElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAnimateTransformElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAnimatedAngle.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAnimatedBoolean.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAnimatedEnumeration.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAnimatedInteger.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAnimatedLength.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAnimatedLengthList.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAnimatedNumber.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAnimatedNumberList.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAnimatedPathData.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAnimatedPoints.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAnimatedRect.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAnimatedString.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAnimatedTransformList.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGAnimationElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGCSSRule.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGCircleElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGClipPathElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGColor.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGColorProfileElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGColorProfileRule.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGComponentTransferFunctionElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGCursorElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGDefinitionSrcElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGDefsElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGDescElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGDocument.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGElementInstance.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGElementInstanceList.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGEllipseElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGEvent.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGException.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGExternalResourcesRequired.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFEBlendElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFEColorMatrixElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFEComponentTransferElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFECompositeElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFEConvolveMatrixElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFEDiffuseLightingElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFEDisplacementMapElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFEDistantLightElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFEFloodElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFEFuncAElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFEFuncBElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFEFuncGElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFEFuncRElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFEGaussianBlurElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFEImageElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFEMergeElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFEMergeNodeElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFEMorphologyElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFEOffsetElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFEPointLightElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFESpecularLightingElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFESpotLightElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFETileElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFETurbulenceElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFilterElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFitToViewBox.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFontElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFontFaceElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFontFaceFormatElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFontFaceNameElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFontFaceSrcElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGFontFaceUriElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGForeignObjectElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGGElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGGlyphElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGGlyphRefElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGGradientElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGHKernElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGICCColor.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGImageElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGLangSpace.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGLength.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGLengthList.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGLineElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGLinearGradientElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGLocatable.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGMPathElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGMarkerElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGMaskElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGMatrix.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGMetadataElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGMissingGlyphElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGNumber.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGNumberList.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPaint.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSeg.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSegArcAbs.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSegArcRel.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSegClosePath.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoAbs.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalRel.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoRel.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalAbs.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalRel.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSegList.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoAbs.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoRel.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPatternElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPoint.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPointList.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPolygonElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPolylineElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGPreserveAspectRatio.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGRadialGradientElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGRect.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGRectElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGRenderingIntent.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGSVGElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGScriptElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGSetElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGStopElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGStringList.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGStylable.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGStyleElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGSwitchElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGSymbolElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGTRefElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGTSpanElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGTests.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGTextContentElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGTextElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGTextPathElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGTextPositioningElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGTitleElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGTransform.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGTransformList.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGTransformable.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGURIReference.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGUnitTypes.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGUseElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGVKernElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGViewElement.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGViewSpec.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGZoomAndPan.java [new file with mode: 0644]
src/bind/java/org/w3c/dom/svg/SVGZoomEvent.java [new file with mode: 0644]