|
Whitebeam Template Reference Documentation
|
XmlGeneric Template
toString()
Return string equivalent of sub-tree
Syntax
string = rb.XmlGeneric.toString()
Parameters
The 'toString' method takes no parameters
Results
The 'toString' method returns string:
Type/Value | Range/Length | Description |
string |
  |
Return the text representation of the XML sub-tree. The resulting string comprises
the concatenation of the elements contained within the subtree, as well as the element itself.
|
|
|
(loadtime : 277ms) |