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

TNamespaces

Type used for namespaces in a DOM Document.

Declaration

Source position: laz2_dom.pas line 472

type TNamespaces = array of DOMString;

Description

TNamespaces is an array of DOMString type used to represent namespace values in a DOM Document. TNamespaces is the type used to implement the internal Namespaces member in TDOMDocument.

See also

DOMString

  

Type used for String values in DOM interfaces.

TDOMDocument

  

Implements the DOM Document interface.

TDOMDocument.IndexOfNS

  

Gets the ordinal position for the specified namespace URI in the document namespaces.


Version 3.2 Generated 2024-02-25 Home