Method: IXMLDOMElement#attributes
- Defined in:
- sample/xml.rb
#attributes ⇒ Object
IXMLDOMNamedNodeMap attributes the collection of the node’s attributes
1451 1452 1453 1454 1455 |
# File 'sample/xml.rb', line 1451 def attributes() ret = _getproperty(12, [], []) @lastargs = WIN32OLE::ARGV ret end |