Home | History | Annotate | Download | only in dom

Lines Matching refs:fallbackValue

2652 double Element::getFloatingPointAttribute(const QualifiedName& attributeName, double fallbackValue) const
2654 return parseToDoubleForNumberType(getAttribute(attributeName), fallbackValue);