IgnorableWhitespace Event
Fired when a section of ignorable whitespace is encountered.
Object Oriented Interface
public function fireIgnorableWhitespace($param);
Procedural Interface
ipworks_rest_register_callback($res, 11, array($this, 'fireIgnorableWhitespace'));
Parameter List
'text'
Remarks
The ignorable whitespace section is provided by the Text parameter.