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

TDOMNode.Attributes

Contains Attribute for the DOM Node.

Declaration

Source position: laz2_dom.pas line 269

public property TDOMNode.Attributes : TDOMNamedNodeMap
  read GetAttributes;

Description

Attributes is a read-only TDOMNamedNodeMap property that contains attributes for the DOM node. Use the properties and methods in Attributes to access the DOM nodes by their name or ordinal position. Attributes also includes properties and methods that provide support for Namespace URIs and QualifiedNames as defined in the DOM specification.

While specified in TDOMNode, Attributes are valid only in the TDOMElement node type. For all other DOM node types the Attributes property is unassigned (contains Nil).

See also

TDOMNamedNodeMap

  

Implements the NamedNodeMap interface in the DOM specification.

TDOMElement

  

Implements the DOM Element interface from the DOM specification.


Version 3.2 Generated 2024-02-25 Home