NAME

XML::Elemental::Characters - a generic characters object for use with the Elemental parser style.

DESCRIPTION

XML::Elemental::Characters is a subclass of XML::Elemental::Node that is used by the Elemental parser style to represent a 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 26:

=begin without a target?

Around line 41:

'=item' outside of any '=over'

Around line 59:

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

Around line 66:

'=end' without a target?