The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.

4 POD Errors

The following errors were encountered while parsing the POD:

Around line 27:

=begin without a target?

Around line 41:

'=item' outside of any '=over'

Around line 55:

You forgot a '=back' before '=head1'

Around line 66:

'=end' without a target?