Lines Matching refs:getAttribute
149 String alt = getAttribute(altAttr); in altText()
152 alt = getAttribute(titleAttr); in altText()
213 int width = getAttribute(widthAttr).toInt(&ok); in width()
237 int height = getAttribute(heightAttr).toInt(&ok); in height()
282 return getAttribute(nameAttr); in name()
292 return getAttribute(alignAttr); in align()
302 return getAttribute(altAttr); in alt()
312 return getAttribute(borderAttr); in border()
328 return getAttribute(hspaceAttr).toInt(); in hspace()
338 return !getAttribute(ismapAttr).isNull(); in isMap()
348 return document()->completeURL(getAttribute(longdescAttr)); in longDesc()
358 return document()->completeURL(getAttribute(lowsrcAttr)); in lowsrc()
368 return document()->completeURL(getAttribute(srcAttr)); in src()
378 return getAttribute(usemapAttr); in useMap()
389 return getAttribute(vspaceAttr).toInt(); in vspace()