Returns the string representation of an Element
auto element = new Element("br"); writefln(element.toString()); // writes "<br />"
See Implementation
Returns the string representation of an Element