Characters Event
Fired for plain text segments of the input stream.
Object Oriented Interface
public function fireCharacters($param);
Procedural Interface
ipworks_json_register_callback($res, 1, array($this, 'fireCharacters'));
Parameter List
'text'
Remarks
The Characters event provides the plain text content of the JSON document (i.e. the text inside the elements). The text is provided through the Text parameter.
The text includes white space as well as end of line characters, except for ignorable whitespace which is fired through the IgnorableWhitespace event.