DOMConfiguration

DOMConfiguration

Overview

DOMConfiguration is a class in Aspose.Html FOSS for Python.

Baseline DOMConfiguration compatibility surface.

This class provides 4 methods for working with DOMConfiguration objects in Python programs. Available methods include: __init__, can_set_parameter, get_parameter, set_parameter. All public members are accessible to any Python application after installing the Aspose.Html FOSS for Python package.

Methods

SignatureDescription
__init__()Calls init on this DOMConfiguration instance.
can_set_parameter(name: str, value: object)boolReturn whether name can be set to value.
set_parameter(name: str, value: object)Set a baseline parameter.
get_parameter(name: str)boolReturn the current value for a baseline parameter.

See Also