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

TDOMEntityReference

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Implements the DOM EntityReference interface from the DOM specification.

Declaration

Source position: laz2_dom.pas line 768

type TDOMEntityReference = class(TDOMNode_WithChildren)

protected

  FName: DOMString;

  function GetNodeType; override;

  

Gets the value for the NodeType property.

  function GetNodeName; override;

  

Gets the value for the NodeName property.

public

  function CloneNode(); override; overload;

  

Makes a copy of the DOM Entity Reference node.

end;

Inheritance

TDOMEntityReference

  

Implements the DOM EntityReference interface from the DOM specification.

|

TDOMNode_WithChildren

  

Extends TDOMNode to allocate storage for child nodes.

|

TDOMNode

  

Implements the DOM Node interface.

|

TObject


Version 3.2 Generated 2024-02-25 Home