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

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

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

                                        Determine the location - file \& line number of an (internal) XML node
                                         确定位置 -  \(内部)XML节点的行号

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

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

The getLineNumber function is used to query the location of an internal/C-level XML node within its original "file". This gives us the line number. getNodeLocation gives both the line number and the name of the file in which the node is located, handling XInclude files in a top-level document  and identifying the included file, as appropriate.
的的通过getLineNumber功能是用来查询内部/ C-级别的XML节点,在其原来的“文件”的位置。这给了我们行号。 getNodeLocation给出的行号和文件的名称,其中该节点位于,处理的XInclude文件,在顶层的文件,并确定所包含的文件,作为适当的。

This is useful when we identify a node with a particular charactestic and want to view/edit the original document, e.g. when authoring an Docbook article.
这是非常有用的,当我们确定一个节点与特定的charactestic,要查看/编辑原始文件,如在创作时的DocBook文章。


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


getLineNumber(node, ...)
getNodeLocation(node)



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

参数:node
the node whose location or line number is of interest
节点的位置或行号的兴趣


参数:...
additional parameters for methods should they be defined.
额外的参数的方法,他们应该被定义。


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

getLineNumber returns an integer. getNodeLocation returns a list with two elements - file and line which are a character string and the integer line number.
getLineNumber返回一个整数。 getNodeLocation返回一个列表有两个元素 -  file和line这是一个字符串和整数行号。


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


Duncan Temple Lang



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

<h3>See Also</h3>   <code>findXInclude</code> <code>xmlParse</code> <code>getNodeSet</code> <code>xpathApply</code>   

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


f = system.file("exampleData", "xysize.svg", package = "XML")
doc = xmlParse(f)
e = getNodeSet(doc, "//ellipse")
sapply(e, getLineNumber)

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


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

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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