Timothy Appnel > XML-Atom-Syndication-0.03 > XML::Atom::Syndication::Characters

Download:
XML-Atom-Syndication-0.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  2
View Bugs
Report a bug
Source   Latest Release: XML-Atom-Syndication-0.091

NAME ^

XML::Atom::Syndication::Characters - a class representing character data in an Atom syndication feed.

DESCRIPTION ^

A ultra simple object that replaces the dynamic Characters object XML::Parser::Style::Elemental used to provide us.

METHODS ^

XML::Atom::Syndication::Characters->new

Constructor method. Creates an instance and returns it.

$atom->data([$string])

Returns the character data of the element. Sets the value when an optional parameter is passed.

$atom->parent([$element])

Returns a reference to the element's parent object in the parse tree. Sets the value when an optional parameter is passed.

SEE ALSO ^

XML::Parser::Style::Elemental, XML::Atom, Class::XPath

AUTHOR & COPYRIGHT ^

Please see the XML::Atom::Syndication manpage for author, copyright, and license information.