Xml.XMLIntf.IXMLNode.GetNodeType
Delphi
function GetNodeType: TNodeType;
C++
virtual TNodeType __fastcall GetNodeType(void) = 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.