General mechanism for mapping an XML node to an S4 object
一个XML节点映射到S4对象的一般机制
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This generic function and its methods recursively process an XML node and its child nodes ( and theirs and so on) to map the nodes to S4 objects.
这个通用的功能和它的方法递归处理的节点映射到S4对象的XML节点及其子节点(和他们的等等)。
This is the run-time function that corresponds to the makeClassTemplate function.
这是在运行时间的函数,对应于makeClassTemplate函数。
用法----------Usage----------
xmlToS4(node, obj = new(xmlName(node)), ...)
参数----------Arguments----------
参数:node
the top-level XML node to convert to an S4 object
顶层XML节点转换为一个S4对象
参数:obj
the object whose slots are to be filled from the information in the XML node
对象的XML节点中的信息来填补其插槽
参数:...
additional parameters for methods
附加参数的方法
值----------Value----------
The object obj whose slots have been modified.
对象obj,其插槽已被修改。