on_end_prefix_mapping Event

Fired when leaving the scope of a namespace declaration.

Syntax

class XMLEndPrefixMappingEventParams(object):
  @property
  def prefix() -> str: ...

# In class XML:
@property
def on_end_prefix_mapping() -> Callable[[XMLEndPrefixMappingEventParams], None]: ...
@on_end_prefix_mapping.setter
def on_end_prefix_mapping(event_hook: Callable[[XMLEndPrefixMappingEventParams], None]) -> None: ...

Remarks

The on_start_prefix_mapping event is fired when entering the scope of a namespace declaration.

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