GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XML::RSS::Parser::Characters(3) User Contributed Perl Documentation XML::RSS::Parser::Characters(3)

XML::RSS::Parser::Characters - an object representing a character data in an RSS parse tree.

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.
$chars->as_xml
Pass-thru to the "encode_xml" in XML::RSS::Parser::Util using the "data" method return as input.

Please see the XML::RSS::Parser manpage for author, copyright, and license information.

Hey! The above document had some coding errors, which are explained below:
Around line 29:
=begin without a target?
Around line 38:
'=item' outside of any '=over'
Around line 64:
You forgot a '=back' before '=head1'
Around line 71:
'=end' without a target?
2005-11-18 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.