IgnorableWhitespace Event

Fired when a section of ignorable whitespace is encountered.

Syntax

public class DefaultJsonEventListener implements JsonEventListener {
  ...
  public void ignorableWhitespace(JsonIgnorableWhitespaceEvent e) {}
  ...
}

public class JsonIgnorableWhitespaceEvent {
  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]