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

EDOMNotFound

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

Exception raised when a node is accessed in a context where it does not exist.

Declaration

Source position: laz2_dom.pas line 142

type EDOMNotFound = class(EDOMError)

public

  constructor Create();

  

Constructor for the class instance.

end;

Inheritance

EDOMNotFound

  

Exception raised when a node is accessed in a context where it does not exist.

|

EDOMError

  

Base class for exceptions raised in DOM interface classes.

|

Exception

|

TObject

Description

Raised in methods like:

See also

TDOMNode.DetachChild

  

Detaches the specified child node from the DOM sub-tree for the node.

TDOMNode_WithChildren.InsertBefore

  

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

TDOMNode_WithChildren.DetachChild

  

Detached the specified DOM node from the sub-tree.

TDOMNamedNodeMap.RemoveNamedItem

  

Removes the node with the specified name.

TDOMNamedNodeMap.RemoveNamedItemNS

  

Remove a DOM Node with the specified Namespace URI and local name.

TDOMElement.RemoveAttributeNode

  

Removes the specified DOM Attribute node from the Attributes for the Element.

EDOMError

  

Base class for exceptions raised in DOM interface classes.


Version 3.2 Generated 2024-02-25 Home