xmlSearchNs(XML)
xmlSearchNs()所属R语言包:XML
Find a namespace definition object by searching ancestor nodes
找到一个命名空间定义对象通过搜索祖先节点
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function allows one to search an XML tree from a particular node and find the namespace definition for a given namespace prefix or URL. This namespace definition can then be used to set it on a node to make it the effective namespace for that node.
此功能允许一个搜索XML树从一个特定的节点和命名空间定义为一个给定的命名空间前缀或者说URL。然后,可以使用此命名空间定义,将其设置在一个节点上,使其有效的命名空间,以该节点。
用法----------Usage----------
xmlSearchNs(node, ns, asPrefix = TRUE, doc = as(node, "XMLInternalDocument"))
参数----------Arguments----------
参数:node
an XMLInternaElementNode
XMLInternaElementNode
参数:ns
a character string (vector of length 1). If asPrefix is TRUE, this is the namespace alias/prefix. If asPrefix is FALSE, this is the URL of the namespace definition
一个字符的字符串(长度为1的向量)。如果asPrefix是TRUE,这是命名空间的别名/前缀。如果asPrefixFALSE,这是URL的命名空间定义
参数:asPrefix
a logical value. See ns.
一个逻辑值。见ns。
参数:doc
the XML document in which the node(s) are located
的XML文档,其中该节点(s)是位于
值----------Value----------
An object of class XMLNamespaceRef.
对象的类XMLNamespaceRef。
(作者)----------Author(s)----------
Duncan Temple Lang
参考文献----------References----------
参见----------See Also----------
newXMLNode
newXMLNode
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|