[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TDOMNode_NS.SetNSI

Stores the specified Namespace URI and Prefix length in the Namespace Information for the DOM Document.

Declaration

Source position: laz2_dom.pas line 589

public procedure TDOMNode_NS.SetNSI(

  const nsUri: DOMString;

  ColonPos: Integer

);

Arguments

nsUri

  

Namespace URI added or updated in the method.

ColonPos

  

Length of the prefix used in qualified names for the namespace.

See also

TDOMNode.NamespaceURI

  

URI for the NameSpace assigned to the DOM Node.


Version 4.0 Generated 2025-05-03 Home