Xml.XMLIntf.IXMLNode.GetNodeType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNodeType: TNodeType;

C++

virtual TNodeType __fastcall GetNodeType() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLNode

Description

Returns the type of the node.

GetNodeType is the read implementation of the NodeType property.

See Also