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

Text - an XML text node

API

new ( text )

Create a new text node.

getValue / getData

Returns the text

string_value

Returns the text

appendText ( text )

Adds the given text string to this node.