RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.GetNodeType Method

Returns the type of the node.

Pascal
function GetNodeType: TNodeType;
C++
__fastcall TNodeType GetNodeType();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!