serializeToString method

String serializeToString(
  1. Node root
)

The XMLSerializer method serializeToString() constructs a string representing the specified tree in form.

Implementation

external String serializeToString(Node root);