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

TDOMNode.IsDefaultNamespace

Indicates if the specified NameSpace URI is the default namespace for the DOM node.

Declaration

Source position: laz2_dom.pas line 299

public function TDOMNode.IsDefaultNamespace(

  const nsURI: DOMString

):Boolean;

Arguments

nsURI

  

Namespace URI to examine in the Namespace Information for the DOM Node.

Function result

True when the default Namespace is the specified Namespace URI.

Description

IsDefaultNamespace is a Boolean function which indicates if the Namespace URI in the nsURI argument is the default value for the DOM node.

See also

TDOMNode.LookupNamespaceURI

  

Locates the NameSpace URI for the specified Prefix.

TDOMNode.LookupPrefix

  

Locates the Prefix for the specified NameSpace URI.

TDOMNode.Prefix

  

Prefix used for the assigned NameSpace in the DOM Node.

TDOMNode.LocalName

  

Name without the NameSpace prefix assigned to the DOM Node.

TDOMNode.NodeName

  

Name for the DOM node.


Version 3.2 Generated 2024-02-25 Home