WWW::Mechanize::Image(3pm) User Contributed Perl Documentation WWW::Mechanize::Image(3pm)
NAME
WWW::Mechanize::Image - Image object for WWW::Mechanize
SYNOPSIS
Image object to encapsulate all the stuff that Mech needs
Constructor
new()
Creates and returns a new "WWW::Mechanize::Image" object.
my $image = WWW::Mechanize::Image->new( {
url => $url,
base => $base,
tag => $tag,
name => $name, # From the INPUT tag
height => $height, # optional
width => $width, # optional
alt => $alt, # optional
} );
Accessors
$link->url()
URL from the link
$link->base()
Base URL to which the links are relative.
$link->name()
Name for the field from the NAME attribute, if any.
$link->tag()
Tag name (either "image" or "input")
$link->height()
Image height
$link->width()
Image width
$link->alt()
ALT attribute from the source tag, if any.
$link->URI()
Returns the URL as a URI::URL object.
$link->url_abs()
Returns the URL as an absolute URL string.
SEE ALSO
WWW::Mechanize
COPYRIGHT
Copyright (c) 2004 Andy Lester. All rights reserved. This program is free software; you
can redistribute it and/or modify it under the same terms as Perl itself.
perl v5.8.8 2008-02-23 WWW::Mechanize::Image(3pm)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-25 08:32 @38.107.179.240 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)