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

EDOMNotSupported

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

Exception raised when the DOM implementation does not support the requested object type or operation.

Declaration

Source position: laz2_dom.pas line 147

type EDOMNotSupported = class(EDOMError)

public

  constructor Create();

  

Constructor for the class instance.

end;

Inheritance

EDOMNotSupported

  

Exception raised when the DOM implementation does not support the requested object type or operation.

|

EDOMError

  

Base class for exceptions raised in DOM interface classes.

|

Exception

|

TObject

Description

Raised in methods like:

See also

TDOMNode.CloneNode

  

Makes a copy of the DOM node.

TDOMDocument.CreateCDATASection

  

Creates a new DOM CDATA section with the specified content.

TDOMDocument.CreateProcessingInstruction

  

Creates a new DOM Processing Instruction.

TDOMDocument.CreateEntityReference

  

Creates a new DOM Entity Reference for the specified name.

EDOMError

  

Base class for exceptions raised in DOM interface classes.


Version 3.2 Generated 2024-02-25 Home