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

TDOMCDATASection.GetNodeType

Gets the value for the NodeType property.

Declaration

Source position: laz2_dom.pas line 695

protected function TDOMCDATASection.GetNodeType: Integer; override;

Function result

Value for the NodeType property.

Description

GetNodeType is an overridden Integer function in TDOMCDATASection. It returns the value from the CDATA_SECTION_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.

CDATA_SECTION_NODE

  

Represents the node type for DOM CDATA nodes.


Version 3.2 Generated 2024-02-25 Home