RAD Studio VCL Reference
|
Indicates whether the node has a single text value.
function GetIsTextElement: Boolean;
__fastcall Boolean GetIsTextElement();
Use the TXMLNode object's IXMLNode interface to call the protected GetIsTextElement method. GetIsTextElement returns true if the node represents an XML fragment such as
<Title> Understanding XML </Title>
where the node has a tag name (in this case Title) and a single text value (in this case 'Understanding XML').
GetIsTextElement returns false if the node is any other type of node.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|