|
I parse a file getting a SVGDocument. I'm interested in
treating the <text> tags and to do so I use the method
getElementsByTagName("text"). The problem is that when I
have one of the nodes, I can't cast it to a SVGTextElement, it gives to me a
classCastException: org.apache.batik.dom.GenericElement.
What's wrong with what i'm doing
?
Thanks. |
- RE: Obtain a SVGTextElement from a SVGDocument Albert Valls
- RE: Obtain a SVGTextElement from a SVGDocument David Kane
- Re: Obtain a SVGTextElement from a SVGDocument Albert Valls
- Re: Obtain a SVGTextElement from a SVGDocument Stephane Hillion
- Re: Obtain a SVGTextElement from a SVGDocument Albert Valls
- Re: Obtain a SVGTextElement from a SVGDocument Stephane Hillion
