Gets the ordinal position for the specified namespace URI in the document namespaces.
Source position: laz2_dom.pas line 499
public function TDOMDocument.IndexOfNS( |
const nsURI: DOMString; |
AddIfAbsent: Boolean = False |
):Integer; |
nsURI |
|
Namespace URI to locate in the document. |
AddIfAbsent |
|
Indicates if the Namespace URI is added if it does not already exist. |
Ordinal position for the Namespace URI, or -1 when not found.
|
Stores the specified Namespace URI and Prefix length in the Namespace Information for the DOM Document. |
|
|
Sets the value for the DOM Attribute with the specified Namespace URI and qualified name. |
| Version 4.4 | Generated 2025-11-08 | Home |