query_selector


Description:

public virtual DomElement? query_selector (string selectors) throws Error

Select first matched GXml.DomElement if exists.

Parameters:

selectors

valid CSS Level 3 selectors.

Returns:

first matched GXml.DomElement, or null if nodes aren't found.