Method: IXMLDOMElement#baseName
- Defined in:
- sample/xml.rb
#baseName ⇒ Object
BSTR baseName the base name of the node (nodename with the prefix stripped off)
1547 1548 1549 1550 1551 |
# File 'sample/xml.rb', line 1547 def baseName() ret = _getproperty(34, [], []) @lastargs = WIN32OLE::ARGV ret end |