XHtmlDocument.querySelectorAll

Queries all dom nodes based on a css3 selector.

class XHtmlDocument
final
querySelectorAll
(
string selector
)

Parameters

selector string

The css3 selector.

Return Value

Type: XHtmlNode[]

An array of all matching nodes.

Meta