Unit 'Laz2_XPath' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lazutils]

TXPathNSResolver.LookupNamespaceURI

Gets the Namespace URI with the specified Prefix.

Declaration

Source position: laz2_xpath.pas line 324

public function TXPathNSResolver.LookupNamespaceURI(

  const aPrefix: DOMString

):DOMString; virtual;

Arguments

aPrefix

  

Prefix to locate in the Namespace information for the Context node.

Function result

Namespace URI for the specified Prefix.

Description

Namespace prefixes and URI are resolved relative to the context node for the resolver.


Version 4.4 Generated 2025-11-08 Home