[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Stores the specified Namespace URI and Prefix length in the Namespace Information for the DOM Document.
Source position: laz2_dom.pas line 589
public procedure TDOMNode_NS.SetNSI( |
const nsUri: DOMString; |
ColonPos: Integer |
); |
nsUri |
|
Namespace URI added or updated in the method. |
ColonPos |
|
Length of the prefix used in qualified names for the namespace. |
|
URI for the NameSpace assigned to the DOM Node. |
Version 4.0 | Generated 2025-05-03 | Home |