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

EDOMHierarchyRequest

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

Exception raised when an inserted node is not valid for the Document Object Model (DOM).

Declaration

Source position: laz2_dom.pas line 132

type EDOMHierarchyRequest = class(EDOMError)

public

  constructor Create();

  

Constructor for the class instance.

end;

Inheritance

EDOMHierarchyRequest

  

Exception raised when an inserted node is not valid for the Document Object Model (DOM).

|

EDOMError

  

Base class for exceptions raised in DOM interface classes.

|

Exception

|

TObject

Description

Used to ensure the pre-insert integrity of the hierarchical structure for the DOM node tree. Prevents violation of constraints for the Document Object Model (DOM).

See also

TDOMNode.InsertBefore

  

Inserts a new child node immediately before the reference child node.

TDOMNode.ReplaceChild

  

Replaces a child node with the specified DOM node.

TDOMNode_WithChildren.InsertBefore

  

Inserts a new child node immediately before the reference child node.

TDOMDocument.InsertBefore

  

Inserts a DOM Node prior to the reference DOM node.

EDOMError

  

Base class for exceptions raised in DOM interface classes.


Version 3.2 Generated 2024-02-25 Home