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

TDOMDocumentType.GetNodeType

Gets the value for the NodeType property.

Declaration

Source position: laz2_dom.pas line 714

protected function TDOMDocumentType.GetNodeType: Integer; override;

Function result

Value for the NodeType property.

Description

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.

See also

TDOMNode.NodeType

  

Node type for the DOM Node.

TDOMNode.GetNodeType

  

Gets the value for the NodeType property.

DOCUMENT_TYPE_NODE

  

Represents the node type for DOM Document Type Declarations (DTD).


Version 4.0 Generated 2025-05-03 Home