xml_as_string property

xml_as_string property

Returns or sets xml data as UTF-8 string. Read/write str. value is null.value is empty or xml-data is invalid.

Definition:

@property
def xml_as_string(self):
    ...

@xml_as_string.setter
def xml_as_string(self, value):
    ...

See Also