R/applyDOM.R

Defines functions xmlDOMApply

Documented in xmlDOMApply

xmlDOMApply <- 
function(dom, func)
{
 .Call("RS_XML_RecursiveApply", dom, func, NULL, PACKAGE = "XML")
}

Try the XML package in your browser

Any scripts or data that you put into this service are public.

XML documentation built on Nov. 3, 2023, 1:14 a.m.