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

TDOMDocument.GetNodeType

Gets the value for the NodeType property.

Declaration

Source position: laz2_dom.pas line 489

protected function TDOMDocument.GetNodeType: Integer; override;

Function result

Value for the NodeType property.

Description

GetNodeType is an overridden method in TDOMDocument used to get the value for the NodeType property. It ensures that the property value is DOCUMENT_NODE for the TDOMDocument instance.

See also

TDOMNode.NodeType

  

Node type for the DOM Node.


Version 3.2 Generated 2024-02-25 Home