Xml.XMLDoc.TXMLNode.GetNodeType
Delphi
function GetNodeType: TNodeType;
C++
Xml::Xmlintf::TNodeType __fastcall GetNodeType();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Xml.XMLDoc.pas Xml.XMLDoc.hpp |
Xml.XMLDoc | TXMLNode |
Description
Returns the type of the node.
Use the TXMLNode object's IXMLNode interface to call the protected GetNodeType method. GetNodeType returns the type of the underlying DOM node that this TXMLNode object represents.