IP*Works! 2016 Node.js Edition
IP*Works! 2016 Node.js Edition
Questions / Feedback?

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) 2019 /n software inc. - All rights reserved.
IP*Works! 2016 Node.js Edition - Version 16.0 [Build 7239]