Method: IXMLDOMDocument#namespaceURI
- Defined in:
- sample/xml.rb
#namespaceURI ⇒ Object
BSTR namespaceURI the URI for the namespace applying to the node
626 627 628 629 630 |
# File 'sample/xml.rb', line 626 def namespaceURI() ret = _getproperty(32, [], []) @lastargs = WIN32OLE::ARGV ret end |