void SVGAnimationElement::beginElement()
{
    beginElementAt(0);
}
Пример #2
0
bool SVGAnimationElement::beginElement(ExceptionCode &ec)
{
    return beginElementAt(0, ec);
}