The IDLffXMLDOMNode::GetNodeValue function method returns the value of the calling node, depending on its subclass type.
Result = Obj->[IDLffXMLDOMNode::]GetNodeValue()
Returns a scalar string whose value depends on the subclass type:
Subclass |
Return Value |
IDLffXMLDOMAttr |
attribute value |
IDLffXMLDOMCDATASection |
content of the CDATA section |
IDLffXMLDOMComment |
content of the comment |
IDLffXMLDOMDocument |
empty string |
IDLffXMLDOMDocumentFragment |
empty string |
IDLffXMLDOMDocumentType |
empty string |
IDLffXMLDOMElement |
empty string |
IDLffXMLDOMEntity |
empty string |
IDLffXMLDOMEntityReference |
empty string |
IDLffXMLDOMNotation |
empty string |
IDLffXMLDOMProcessingInstruction |
entire content excluding the target |
IDLffXMLDOMText |
content of the text node |
None
None
6.1 |
Introduced |