characters

characters(text: String);

The characters event method of the JadeXMLParser class receives notification of the character data specified in the text parameter.

The parser calls this event method (if implemented) to report each chunk of character data. The parser may return all contiguous character data in a single chunk or it may split it into several chunks.