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::Elemental::Characters - a generic characters object.

DESCRIPTION

XML::Elemental::Characters is a subclass of XML::Elemental::Node that is used by the Elemental parser to represent character data.

METHODS

XML::Elemental::Characters->new

Parameterless constructor. Returns an instance of the object.

$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

A method that returns a reference to the Elemental Document object.

AUTHOR & COPYRIGHT

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

4 POD Errors

The following errors were encountered while parsing the POD:

Around line 11:

=begin without a target?

Around line 25:

'=item' outside of any '=over'

Around line 43:

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

Around line 50:

'=end' without a target?