Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 2 of 2 found.
[1] < 1 > [1]  Sort:

css_to_xpath (Package: selectr) :

This function aims to create an XPath expression equivalent to what would be matched by the given CSS selector. The reason the translation is required is because the XML package, being a libxml2 wrapper, can only evaluate XPath expressions.
● Data Source: CranContrib
● Keywords:
● Alias: css_to_xpath
● 0 images

querySelectorAll (Package: selectr) :

The purpose of these functions is to mimic the functionality of the querySelector and querySelectorAll functions present in Internet browsers. This is so we can succinctly query an XML tree for nodes matching a CSS selector.
● Data Source: CranContrib
● Keywords:
● Alias: querySelector, querySelectorAll, querySelectorAllNS, querySelectorNS
● 0 images