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 June 25, 2024, 5:06 p.m.