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::XMLWriter::PCData - XML::XMLWriter parsed character data class

Methods

new (@text)

@text must be an array of strings.

Every element of @text is parsed and saved. Parsing sofar only means that &, < and > are replaced by their XML entities (&amp;, &lt; and &gt;).

get ()

Returns the strings of parsed character data in an array.