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
| Signature | Description |
|---|---|
__init__() | Calls init on this DOMConfiguration instance. |
can_set_parameter(name: str, value: object) → bool | Return whether name can be set to value. |
set_parameter(name: str, value: object) | Set a baseline parameter. |
get_parameter(name: str) → bool | Return the current value for a baseline parameter. |