append_data method

append_data(data)

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

def append_data(self, data):
    ...
ParameterTypeDescription
datastr

See Also