Remove namespace definitions from a XML node or document
删除命名空间定义一个XML节点或文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function and its methods allow one to remove one or more XML namespace definitions on XML nodes within a document.
此功能和它的方法允许在一个文档中的XML节点上删除一个或多个XML命名空间定义。
用法----------Usage----------
removeXMLNamespaces(node, ..., all = FALSE, .els = unlist(list(...)))
参数----------Arguments----------
参数:node
an XMLInternalNode or XMLInternalDocument object
的XMLInternalNode或XMLInternalDocument对象
参数:...
the names of the namespaces to remove or an XMLNamespaceRef object returned via getNodeSet or xpathApply.
返回的名称的命名空间中删除或XMLNamespaceRef对象通过getNodeSet或xpathApply。
参数:all
a logical value indicating whether to remove all the namespace definitions on a node.
一个逻辑值,该值指示是否要删除所有的命名空间中定义的节点上。
参数:.els
a list which is sometimes a convenient way to specify the namespaces to remove.
有时是一个方便的方式来指定的命名空间中删除的列表。