From looking at the svgSalamander source code (i.e. Text.java), I can't see any way that an application can replace the content of a Text element with a new string. There are public methods appendText() and appendTspan() that can append to the content. But it would additionally be very useful to be able to replace the content altogether.
From looking at the svgSalamander source code (i.e. Text.java), I can't see any way that an application can replace the content of a Text element with a new string. There are public methods appendText() and appendTspan() that can append to the content. But it would additionally be very useful to be able to replace the content altogether.