SimpleXML.toString

Returns a string representation of the document. It will return the whole tree as a string.

class SimpleXML(T)
char[]
toString
()

Return Value

Type: char[]

a string representation of the document

Meta