EndPrefixMapping Event

Fired when leaving the scope of a namespace declaration.

Syntax

xml.on('EndPrefixMapping', [callback])

Callback

The 'callback' is called when the 'EndPrefixMapping' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.prefix

Remarks

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

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