Skip to content

AllChildNodesText - cXMLDOMAttribute

Returns a string that is the textual representation of the node and all of its descendants, excluding XML tags

Type: Function
Return Data Type: String

Syntax

Function AllChildNodesText Returns String

Call Example

Get AllChildNodesText to StringVariable

Description

AllChildNodesText returns a string that is the textual representation of the node and all of its descendants, excluding XML tags. You will rarely use this message. psText should be used to return a value when an element contains a single child node value because it is much faster. psXML is more often used to return all of a node's descendants because it includes the XML tags.

Note that this message is equivalent to MSXML text property.