The DomNode class / om.DomNode methods |
Serializes the current node into an XML formatted string.
toString() RETURNING result STRING
The toString() method builds an XML formatted string with the DOM structure of the current node and returns the string.
DEFINE node om.DomNode, s STRING ... LET s = node.toString()