/**
* <b>DOM</b>: Implements {@link
* org.w3c.dom.svg.SVGTextContentElement#getTextLength()}.
*/
public SVGAnimatedLength getTextLength() {
SVGAnimatedLength result =
(SVGAnimatedLength)getLiveAttributeValue
(null, SVG_TEXT_LENGTH_ATTRIBUTE);
if (result == null) {
result = new AbstractSVGAnimatedLength
(this, null, SVG_TEXT_LENGTH_ATTRIBUTE,