Method: IXMLDOMElement#namespaceURI
- Defined in:
- sample/xml.rb
#namespaceURI ⇒ Object
BSTR namespaceURI the URI for the namespace applying to the node
1531 1532 1533 1534 1535 |
# File 'sample/xml.rb', line 1531 def namespaceURI() ret = _getproperty(32, [], []) @lastargs = WIN32OLE::ARGV ret end |