What is exactly SVGSVGElement?
This is the interface implemented by the 'svg' element in SVG. The Batik implementation the interface is 'batik.dom.svg.SVGOMSVGElement'.
I looked at the java code and I saw that there is a deselectAll() function onto SVGSVGElement.
Yes, well I pointed it out in response to your original question.
How can I use it?
You can't, as I said then Batik doesn't implement this method yet. It actually isn't that hard to implement but I would prefer not to introduce instability at this point. Once 1.5.1 goes final (probably soon, I'm just updating adding documentation at this point) then I'll look at implementing some of the methods on the SVG element, and rolling in Cameron's patches.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
