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

EDOMWrongDocument

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

Exception raised when a node is used in a document other than the one that created it.

Declaration

Source position: laz2_dom.pas line 137

type EDOMWrongDocument = class(EDOMError)

public

  constructor Create();

  

Constructor for the class instance.

end;

Inheritance

EDOMWrongDocument

  

Exception raised when a node is used in a document other than the one that created it.

|

EDOMError

  

Base class for exceptions raised in DOM interface classes.

|

Exception

|

TObject

Description

Raised in methods like TDOMNode_WithChildren.InsertBefore and TDOMImplementation.CreateDocument.

See also

TDOMNode_WithChildren.InsertBefore

  

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

TDOMImplementation.CreateDocument

  

Creates a new DOM Document instance.

EDOMError

  

Base class for exceptions raised in DOM interface classes.


Version 3.2 Generated 2024-02-25 Home