Void prependExisting(ElementTree dest, ElementTree block)
Arguments
dest: The element to add toblock: The element to prepend
Usage
Prepend an existing element as the first child of the specified element.
dest: The element to add toblock: The element to prependPrepend an existing element as the first child of the specified element.