void SVGAnimationElement::beginElement() { beginElementAt(0); }
bool SVGAnimationElement::beginElement(ExceptionCode &ec) { return beginElementAt(0, ec); }