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

TDOMDocument.Names

Hash table representing qualified names used in the document.

Declaration

Source position: laz2_dom.pas line 537

public property TDOMDocument.Names : THashTable
  read FNames;

Description

Names is a read-only THashTable property used to store QualifiedName values used in the DOM Document. Names is updated when DOM Elements or Attributes with Namespace URIs and qualified names are created in the document. It is also updated (re-hashed) when the Prefix property in the DOM Element or Attribute is changed.

See also

TDOMElement

  

Implements the DOM Element interface from the DOM specification.

TDOMAttr

  

Implements a DOM Node for attributes with Namespace support.

TDOMNode_NS

  

Implements a DOM Node with Namespace support.

TDOMNode.Prefix

  

Prefix used for the assigned NameSpace in the DOM Node.

THashTable

  

A simple hash table with TXMLUtilString keys.


Version 3.2 Generated 2024-02-25 Home