[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the value for the NodeType property.
Source position: laz2_dom.pas line 714
protected function TDOMDocumentType.GetNodeType: Integer; override; |
Value for the NodeType property.
GetNodeType is an overridden Integer function in TDOMDocumentType used to get the value for the NodeType property. It returns the value in the DOCUMENT_TYPE_NODE constant as the property value.
|
Node type for the DOM Node. |
|
|
Gets the value for the NodeType property. |
|
|
Represents the node type for DOM Document Type Declarations (DTD). |
Version 4.0 | Generated 2025-05-03 | Home |