XHtmlDocument.querySelector

Queries the first dom node based on a css3 selector.

class XHtmlDocument
final
querySelector
(
string selector
)

Parameters

selector string

The css3 selector.

Return Value

Type: XHtmlNode

The node if found, null otherwise.

Meta