APIdock / Ruby
/
Browse About
method

text

v1_9_2_180 - Show latest stable - Class: IXMLDOMDocumentType
text()
public

BSTR text text content of the node and subtree

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

Related methods

  • Instance methods
  • appendChild
  • attributes
  • baseName
  • childNodes
  • cloneNode
  • dataType
  • dataType=
  • definition
  • entities
  • firstChild
  • hasChildNodes
  • insertBefore
  • lastChild
  • name
  • namespaceURI
  • nextSibling
  • nodeName
  • nodeType
  • nodeTypeString
  • nodeTypedValue
  • nodeTypedValue=
  • nodeValue
  • nodeValue=
  • notations
  • ownerDocument
  • parentNode
  • parsed
  • prefix
  • previousSibling
  • removeChild
  • replaceChild
  • selectNodes
  • selectSingleNode
  • specified
  • text
  • text=
  • transformNode
  • transformNodeToObject
  • xml
APIdock API Documentation Browser

© 2026 APIdock