R/applyDOM.R

Defines functions xmlDOMApply

Documented in xmlDOMApply

xmlDOMApply <- 
function(dom, func)
{
 .Call("RS_XML_RecursiveApply", dom, func, NULL, PACKAGE = "XML")
}
omegahat/XML documentation built on Jan. 17, 2024, 6:47 p.m.