Enumeration with flag values for DOM Nodes.
Source position: laz2_dom.pas line 187
type TNodeFlagEnum = ( |
||
nfReadonly, |
|
Node is read-only. |
nfRecycled, |
|
Node is recycled. |
nfLevel2, |
|
Node is a DOM Level 2-specific type. |
nfIgnorableWS, |
|
Node contains ignorable whitespace only. |
nfSpecified, |
|
Node value was specified rather than implied. |
nfDestroying |
|
Node is being destroyed. |
); |
|
Set type used to store TNodeFlagEnum values. |
|
|
Provides access to the Node Flags for the DOM Node. |
| Version 4.4 | Generated 2025-11-08 | Home |