IgnorableWhitespace Event
Fired when a section of ignorable whitespace is encountered.
Syntax
public void fireIgnorableWhitespace(RestIgnorableWhitespaceEvent event); public class RestIgnorableWhitespaceEvent { public String text; }
Remarks
The ignorable whitespace section is provided by the Text parameter.