XMLSerializer
Overview
XMLSerializer is a class in Aspose.Html FOSS for Python.
Serialise DOM nodes to strings.
This class provides 1 method for working with XMLSerializer objects in Python programs.
Available methods include: serialize_to_string.
All public members are accessible to any Python application after installing the Aspose.Html FOSS for Python package.
Methods
| Signature | Description |
|---|---|
serialize_to_string(root: "Node") → str | Return the serialised string form of root. |