method
data=
ruby latest stable - Class:
IXMLDOMCharacterData
Method deprecated or moved
This method is deprecated or moved on the latest stable version. The last existing version (v1_9_2_180) is shown here.
data=(arg0)public
VOID data value of the node
# File ext/win32ole/sample/xml.rb, line 3005
def data=(arg0)
ret = _setproperty(109, [arg0], [VT_BSTR])
@lastargs = WIN32OLE::ARGV
ret
end Related methods
- Instance methods
- appendChild
- appendData
- attributes
- baseName
- childNodes
- cloneNode
- data
- data=
- dataType
- dataType=
- definition
- deleteData
- firstChild
- hasChildNodes
- insertBefore
- insertData
- lastChild
- length
- namespaceURI
- nextSibling
- nodeName
- nodeType
- nodeTypeString
- nodeTypedValue
- nodeTypedValue=
- nodeValue
- nodeValue=
- ownerDocument
- parentNode
- parsed
- prefix
- previousSibling
- removeChild
- replaceChild
- replaceData
- selectNodes
- selectSingleNode
- specified
- substringData
- text
- text=
- transformNode
- transformNodeToObject
- xml