xmlAttributeType(XML)
xmlAttributeType()所属R语言包:XML
The type of an XML attribute for element from the DTD
元素从DTD XML属性的类型
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This examines the definition of the attribute, usually returned by parsing the DTD with parseDTD and determines its type from the possible values: Fixed, string data, implied, required, an identifier, an identifier reference, a list of identifier references, an entity, a list of entities, a name, a list of names, an element of enumerated set, a notation entity.
检查定义的属性,通常与parseDTD返回的解析DTD,并确定其类型可能的值:固定字符串数据,隐含的,需要一个标识符,标识符引用,列表中的标识符引用,一个实体,实体列表,名称,名称的列表,枚举集合的元素,一个符号实体。
用法----------Usage----------
xmlAttributeType(def, defaultType=FALSE)
参数----------Arguments----------
参数:def
the attribute definition object, usually retrieved from the DTD via parseDTD.
属性定义的对象,通常是通过DTD检索parseDTD。
参数:defaultType
whether to return the default value if this attribute is defined as being a value from an enumerated set.
是否返回默认值,如果这个属性被定义为从一个枚举集的值。
值----------Value----------
A string identifying the type for the sspecified attributed.
一个字符串,标识类型为的sspecified的归因。
(作者)----------Author(s)----------
Duncan Temple Lang
参考文献----------References----------
<h3>See Also</h3> <code>parseDTD</code>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|