RootElement
This class serves as the top-level container for a document tree, inheriting from the base Element class. It initializes with no parent and provides a string representation by concatenating and escaping its child elements.
Constructor
Signature
def RootElement() - > null
Signature
def RootElement() - > null