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

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

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

                                        SAX generic callback handler list
                                         SAX通用的回调处理程序列表

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

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

This is a convenience function to get the collection of generic functions that make up the callbacks for the SAX parser. The return value can be used directly as the value of the handlers argument in xmlEventParse. One can easily specify a  subset of the handlers by giving the names of the elements to include or exclude.
这是一个方便的功能,收集的通用功能,使SAX解析器的回调。返回值可以直接使用的handlers在xmlEventParse参数的值。人们可以很容易的处理程序发出的元素的名称中包含或排除指定的一个子集。


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


genericSAXHandlers(include, exclude, useDotNames = FALSE)



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

参数:include
if supplied, this gives the names of the subset of elements to return.  
如果提供的话,这给出了要返回的元素的子集的名字。


参数:exclude
if supplied (and include is not), this gives the names of the elements to remove from the list of functions.  
如果提供(include是不是),这给了元素的名称从列表中删除功能。


参数:useDotNames
a logical value. If this is TRUE, the names of the elements in the list of handler functions are prefixed with '.'. This is the newer format used to differentiate general element handlers and node-name-specific handlers.
一个逻辑值。如果是这样的TRUE的处理函数列表中的元素的名称前面加上。。这是新的格式,用于区分一般元素的处理程序和特定节点名称的处理程序。


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

A list of functions. By default, the elements are named startElement, endElement, comment, text, processingInstruction, entityDeclaration and contain the corresponding generic SAX callback function, i.e. given by the element name with the .SAX suffix.
一个函数列表。默认情况下,被命名为元素的startElement,的endElement,注释,文本,处理指令,entityDeclaration,并包含相应的通用SAX回调函数,即元素的名称。SAX后缀的。

If include or exclude is specified, a subset of this list is returned.
如果include或exclude指定,该列表中的一个子集,则返回。


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


Duncan Temple Lang



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



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

xmlEventParse startElement.SAX endElement.SAX comment.SAX processingInstruction.SAX entityDeclaration.SAX .InitSAXMethods
xmlEventParsestartElement.SAXendElement.SAXcomment.SAXprocessingInstruction.SAXentityDeclaration.SAX.InitSAXMethods


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




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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-24 17:26 , Processed in 0.024043 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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