HtmlLoader::getNodeList

The getNodeList() method retrieves the nodes parsed from the HTML string provided to the HtmlLoader constructor.

Description

public HtmlLoader::getNodeList(): NodeList

Parameters

None

Return Value

Returns a NodeList object containing the parsed nodes from the HTML string. Each node corresponds to a parsed element or structure from the provided HTML.

Exceptions

None

Source Code
If you find this project useful, consider leaving a on GitHub! Thank you!