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

SignatureDescription
serialize_to_string(root: "Node")strReturn the serialised string form of root.

See Also