| XML-XMLWriter documentation | view source | Contained in the XML-XMLWriter distribution. |
XML::XMLWriter::PCData - XML::XMLWriter parsed character data class
@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 (&, < and >).
Returns the strings of parsed character data in an array.
| XML-XMLWriter documentation | view source | Contained in the XML-XMLWriter distribution. |