IPWorks IoT 2020 Python Edition

Questions / Feedback?

on_end_element Event

Fired when an end-element tag is encountered.

Syntax

class JSONEndElementEventParams(object):
  @property
  def element() -> str: ...

# In class JSON:
@property
def on_end_element() -> Callable[[JSONEndElementEventParams], None]: ...
@on_end_element.setter
def on_end_element(event_hook: Callable[[JSONEndElementEventParams], None]) -> None: ...

Remarks

The on_end_element event is fired when the end of an element is found in the document.

The element name is provided by the Element parameter.

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