query_selector_all
Description:
Select all GXml.DomElement child and descendents that match CSS Level 3 selectors.
Parameters:
selectors |
valid CSS Level 3 selectors. |
Returns:
a GXml.DomNodeList with all matched nodes, or throw an Error if selectors are invalid. |