Timothy Appnel > XML-Elemental-2.0 > XML::Elemental::Characters

Download:
XML-Elemental-2.0.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source   Latest Release: XML-Elemental-2.1

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.