NodeSelector::getResult

The getResult() method retrieves the result of the query selector, returning a list of elements that match the provided selector.

Description

public NodeSelector::getResult(): ElementList

Parameters

None

Return Value

Returns an ElementList containing the elements that match the query selector.

Exceptions

None

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