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

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

[复制链接]
发表于 2012-10-2 07:10:30 | 显示全部楼层 |阅读模式
xmlValue(XML)
xmlValue()所属R语言包:XML

                                        Extract or set the contents of a leaf XML node
                                         提取或设置一个的叶XML节点的内容

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

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

Some types of XML nodes have no children nodes, but are leaf nodes and simply contain text. Examples are XMLTextMode, XMLProcessingInstruction. This function provides access to their raw contents. This has been extended to operate recursivel on arbitrary XML nodes that contain a single text node.
某些类型的XML节点没有子节点,但叶节点只包含文本。的例子是XMLTextMode,XMLProcessingInstruction。此功能提供了访问他们的原始内容。这已经延伸,操作recursivel任意XML节点包含一个文本节点。


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


xmlValue(x, ignoreComments = FALSE, recursive = TRUE, encoding = getEncoding(x))



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

参数:x
the XMLNode object whose contents are to be  returned.
XMLNode对象,其内容是要返回。


参数:ignoreComments
a logical value which, if TRUE does not include the text in XML comment nodes. If this is FALSE, the text in the comments is part of the return value.  
一逻辑值,如果TRUE不包括XML注释节点中的文本。如果是这样的FALSE,在评论中的文本部分的返回值。


参数:recursive
a logical value indicating whether to process all sub-nodes (TRUE) or only the text nodes within the node x.  
一个逻辑值,该值指示是否处理所有的子节点(TRUE)或仅文本节点内的节点x。


参数:encoding
experimental functionality and parameter related to encoding.
实验的功能和相关的编码参数。


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

The object stored in the  value slot of the XMLNode object. This is typically a string.
对象存储在value插槽XMLNode对象。这通常是一个字符串。


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


Duncan Temple Lang



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



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

xmlChildren xmlName xmlAttrs xmlNamespace
xmlChildrenxmlNamexmlAttrsxmlNamespace


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


node <- xmlNode("foo", "Some text")
xmlValue(node)

xmlValue(xmlTextNode("some more raw text"))

  # Setting the xmlValue().[设置的xmlValue的()。]
a = newXMLNode("a")
xmlValue(a) = "the text"
xmlValue(a) = "different text"

a = newXMLNode("x", "bob")
xmlValue(a) = "joe"

b = xmlNode("bob")
xmlValue(b) = "Foo"
xmlValue(b) = "again"

b = newXMLNode("bob", "some text")
xmlValue(b[[1]]) = "change"
b

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-24 13:55 , Processed in 0.026541 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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