generate_xml
Description:
Appends an XML representation of this (and its children) to string_builder
.
This function is typically used for generating introspection XML documents at run-time for handling the `org.freedesktop.DBus.Introspectable.Introspect` method.
Parameters:
this | |
indent |
Indentation level. |
string_builder |
A StringBuilder to to append XML data to. |