Method: IXMLDOMElement#hasChildNodes
- Defined in:
- sample/xml.rb
#hasChildNodes ⇒ Object
BOOL hasChildNodes
1632 1633 1634 1635 1636 |
# File 'sample/xml.rb', line 1632 def hasChildNodes() ret = _invoke(17, [], []) @lastargs = WIN32OLE::ARGV ret end |