append_data method

append_data

Append the string to the end of the character data of the node.

def append_data(self, data):
    ...
ParameterTypeDescription
datastrThe content data.

See Also