找回密码
 注册
查看: 665|回复: 0

R语言 XML包 asXMLNode()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 23:36:53 | 显示全部楼层 |阅读模式
asXMLNode(XML)
asXMLNode()所属R语言包:XML

                                        Converts non-XML node objects to XMLTextNode objects
                                         转换非XML的节点对象XMLTextNode对象的

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This function is used to convert S objects that are not already XMLNode objects into objects of that class. Specifically, it treats  the object as a string and creates an XMLTextNode object.
到那个类的对象,此功能是用来转换的S对象尚未XMLNode对象。具体而言,它作为一个字符串处理的对象,并创建XMLTextNode对象。

Also, there is a method for converting an XMLInternalNode - the C-level libxml representation of a node - to  an explicit R-only object which contains the R values of the data in the internal node.
此外,有一种方法,用于将一个XMLInternalNode  -  C级的libxml表示一个节点 - 一个显式的R-唯一的对象,它包含在内部节点的数据的R值。


用法----------Usage----------


asXMLNode(x)



参数----------Arguments----------

参数:x
the object to be converted to an XMLNode object. This is typically alread an object that inherits from XMLNode or a string.
这个对象被转换为一个XMLNode对象。这通常是alread继承自XMLNode或一个字符串的对象。


值----------Value----------

An object of class XMLNode.
的XMLNode类的对象。


(作者)----------Author(s)----------


Duncan Temple Lang



参考文献----------References----------



参见----------See Also----------

xmlNode xmlTextNode
xmlNodexmlTextNode


实例----------Examples----------


   # creates an XMLTextNode.[创建一个XMLTextNode。]
asXMLNode("a text node")

   # unaltered.[不变。]
asXMLNode(xmlNode("p"))

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-24 15:36 , Processed in 0.020884 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表