Home
last modified time | relevance | path

Searched +refs:xml_find_first +refs:xml_node (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/R-cran-xml2/xml2/
H A DNAMESPACE7 S3method("xml_attr<-",xml_node)
13 S3method("xml_name<-",xml_node)
24 S3method(as_list,xml_node)
34 S3method(format,xml_node)
36 S3method(is.na,xml_node)
45 S3method(print,xml_node)
89 S3method(xml_find_first,xml_node)
90 S3method(xml_find_first,xml_nodeset)
108 S3method(xml_ns,xml_node)
177 export(xml_find_first)
[all …]
H A DNEWS.md7 * `xml_find_all.xml_node()` fails more informatively the `xpath` parameter is the wrong type (@mich…
119 * `xml_find_first()` no longer de-duplicates results, so the results are always
216 * `xml_find_one()` has been deprecated in favor of `xml_find_first()`
/dports/textproc/R-cran-xml2/xml2/R/
H A Dxml_children.R54 xml_find_first(x, xpath = paste0("./", search), ns = ns)
91 xml_node(.Call(node_parent, x$node), x$doc)