IgnorableWhitespace Event

Fired when a section of ignorable whitespace is encountered.

Syntax

public class DefaultXmlEventListener implements XmlEventListener {
  ...
  public void ignorableWhitespace(XmlIgnorableWhitespaceEvent e) {}
  ...
}

public class XmlIgnorableWhitespaceEvent {
  public String text;
}

Remarks

The ignorable whitespace section is provided by the Text parameter.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Android Edition - Version 20.0 [Build 8307]