APIdock / Ruby
/
Browse About
method

attributes

v1_9_1_378 - Show latest stable - Class: IXMLDOMAttribute
attributes()
public

IXMLDOMNamedNodeMap attributes the collection of the node’s attributes

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

Related methods

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

© 2026 APIdock