lib/BIDM/Tag/Meta.pm


NAME

BIDM::Tag::Meta


DESCRIPTION

BIDM meta tag.

$obj = $tag->parse($obj);

Parse this tag. Invokes $tag->parse_attribute() or $tag->parse_inline_relationship() as appropriate.

$obj = $tag->parse_attribute($obj);

Parse an attribute tag. Just pass the attribute name and tag content to the object via $obj->handle_tag_attribute().

$obj = $tag->parse_inline_relationship($obj);

Parse an inline relationship tag. Pass the relationship information to the object via $obj->handle_tag_inline_relationship().