css_to_xpath | Translate a CSS selector to an equivalent XPath expression. |
querySelector | Find nodes that match a group of CSS selectors in an XML tree. |
querySelectorAll | Find nodes that match a group of CSS selectors in an XML tree. |
querySelectorAllNS | Find nodes that match a group of CSS selectors in an XML tree. |
querySelectorNS | Find nodes that match a group of CSS selectors in an XML tree. |