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")