APIdock / Ruby
/
Browse About
method

text=

v1_9_1_378 - Show latest stable - Class: IXMLDOMElement
text=(arg0)
public

VOID text text content of the node and subtree

# File ext/win32ole/sample/xml.rb, line 1570
  def text=(arg0)
    ret = _setproperty(24, [arg0], [VT_BSTR])
    @lastargs = WIN32OLE::ARGV
    ret
  end

Related methods

  • Instance methods
  • appendChild
  • attributes
  • baseName
  • childNodes
  • cloneNode
  • dataType
  • dataType=
  • definition
  • firstChild
  • getAttribute
  • getAttributeNode
  • getElementsByTagName
  • hasChildNodes
  • insertBefore
  • lastChild
  • namespaceURI
  • nextSibling
  • nodeName
  • nodeType
  • nodeTypeString
  • nodeTypedValue
  • nodeTypedValue=
  • nodeValue
  • nodeValue=
  • normalize
  • ownerDocument
  • parentNode
  • parsed
  • prefix
  • previousSibling
  • removeAttribute
  • removeAttributeNode
  • removeChild
  • replaceChild
  • selectNodes
  • selectSingleNode
  • setAttribute
  • setAttributeNode
  • specified
  • tagName
  • text
  • text=
  • transformNode
  • transformNodeToObject
  • xml
APIdock API Documentation Browser

© 2026 APIdock