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