Raw File
applyDOM.R
xmlDOMApply <- 
function(dom, func)
{
 .Call("RS_XML_RecursiveApply", dom, func, NULL)
}
back to top