Method: IXMLDOMElement#text
- Defined in:
- sample/xml.rb
#text ⇒ Object
BSTR text text content of the node and subtree
1475 1476 1477 1478 1479 |
# File 'sample/xml.rb', line 1475 def text() ret = _getproperty(24, [], []) @lastargs = WIN32OLE::ARGV ret end |