[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Exception raised when the DOM implementation does not support the requested object type or operation.
Source position: laz2_dom.pas line 146
type EDOMNotSupported = class(EDOMError) |
||
public |
||
constructor Create(); |
|
Constructor for the class instance. |
end; |
|
Exception raised when the DOM implementation does not support the requested object type or operation. |
|
| | | ||
|
Base class for exceptions raised in DOM interface classes. |
|
| | | ||
| | | ||
Raised in methods like:
|
Makes a copy of the DOM node. |
|
|
Creates a new DOM CDATA section with the specified content. |
|
|
Creates a new DOM Processing Instruction. |
|
|
Creates a new DOM Entity Reference for the specified name. |
|
|
Base class for exceptions raised in DOM interface classes. |
| Version 4.4 | Generated 2025-11-08 | Home |