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

TDOMElement.InternalLookupPrefix

Gets the Namespace Prefix used for the specified Namespace URI.

Declaration

Source position: laz2_dom.pas line 628

protected function TDOMElement.InternalLookupPrefix(

  const nsURI: DOMString;

  Original: TDOMElement

):DOMString;

Arguments

nsURI

  

Namespace URI to locate in the method.

Original

  

Original DOM Element to use for the Lookup.

Function result

Prefix used for the Namespace in the current or ancestor DOM Element.


Version 3.2 Generated 2024-02-25 Home