NAME
XML::RSS::Parser::Characters - an object representing a character data in an RSS parse tree.
METHODS
- XML::RSS::Parser::Character->new( [\%init] )
-
Constructor. Optionally the data and parent can be set with a HASH reference using keys of the same name. See their associated functions below for more.
- $chars->parent([$object])
-
Returns a reference to the parent object. If a parameter is passed the parent is set.
- $chars->data([$string])
-
A method that returns the character data as a string. If a parameter is passed the value is set.
- $chars->root
-
Returns a reference to the root element of class XML::RSS::Parser::Feed from the parse tree.
AUTHOR & COPYRIGHT
Please see the XML::RAI manpage for author, copyright, and license information.
4 POD Errors
The following errors were encountered while parsing the POD:
- Around line 26:
=begin without a target?
- Around line 35:
'=item' outside of any '=over'
- Around line 56:
You forgot a '=back' before '=head1'
- Around line 63:
'=end' without a target?