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