Gets the DOM Attribute node with the specified Namespace URI and local name.
Source position: laz2_dom.pas line 647
public function TDOMElement.GetAttributeNodeNS( |
const nsURI: AnsiString; |
const aLocalName: AnsiString |
):TDOMAttr; |
nsURI |
|
Namespace URI for the DOM Attribute. |
aLocalName |
|
Local name for the DOM Attribute. |
DOM Attribute node with the requested Namespace URI and local name.
| Version 4.6 | Hosted on Source Forge |