class ImageSrcIE6
extends java.lang.Object
Constructor and Description |
---|
ImageSrcIE6() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getImgSrc(Element img)
Returns the src of the image, or the pending src if the image is pending.
|
static void |
setImgSrc(Element img,
java.lang.String src)
Sets the src of the image, queuing up with other requests for the same URL
if necessary.
|
public static java.lang.String getImgSrc(Element img)
public static void setImgSrc(Element img, java.lang.String src)