[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions to determine if an inserted attribute node is valid for its context.
Source position: laz2_dom.pas line 396
protected function TDOMNamedNodeMap.ValidateInsert( |
arg: TDOMNode |
):Integer; |
arg |
|
DOM node examined in the method. |
Numeric value reflecting an error condition, or 0 when valid.
ValidateInsert is an Integer function used to determine if the DOM node in arg is valid for the context where it is used. The return value represents a specific error condition when set to a non-zero value.
For example:
ValidateInsert is called from the TDOMNamedNodeMap.SetNamedItem method.
|
Sets the value for a named item to the specified node. |
Version 4.0 | Generated 2025-05-03 | Home |