APIdock / Ruby
/
Browse About
method

lastChild

v1_8_7_330 - Show latest stable - Class: IXMLDOMElement
lastChild()
public

IXMLDOMNode lastChild first child of the node

# File ext/win32ole/sample/xml.rb, line 1426
  def lastChild()
    ret = _getproperty(9, [], [])
    @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