NAME
WWW::Mixi::OO::Util::EntryParserMixin - WWW::Mixi::OO's Entry Parser Mixin
SYNOPSIS
package
WWW::Mixi:OO::FooPage;
# use base's order is important!
# and use...
my
$this
->parse_entry(
$entry_text
);
DESCRIPTION
entry parser mixin.
METHODS
- parse_image_thumbnail
-
my
@items
=
$util
->parse_image_thumbnail(
'<table>...</table>'
);
parse image thumbnail html parts, and return array of image's information hashrefs.
image's information items:
- parse_entry
-
my
$data
=
$util
->parse_entry(
'....'
);
parse entry text, and return hashref. items:
SEE ALSO
WWW::Mixi::OO, WWW::Mixi::OO::Util
AUTHOR
Topia <topia@clovery.jp>
COPYRIGHT AND LICENSE
Copyright (C) 2005 by Topia.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.