DOMParser
Overview
DOMParser is a class in Aspose.Html FOSS for Python.
Parse markup strings into DOM documents.
This class provides 1 method for working with DOMParser objects in Python programs.
Available methods include: parse_from_string.
All public members are accessible to any Python application after installing the Aspose.Html FOSS for Python package.
Methods
| Signature | Description |
|---|---|
parse_from_string(string: str, type: str) → "Document" | Parse string using the supplied MIME type. |