Method: IXMLDOMNotation#definition

Defined in:
sample/xml.rb

#definitionObject

IXMLDOMNode definition pointer to the definition of the node in the DTD or schema



4730
4731
4732
4733
4734
# File 'sample/xml.rb', line 4730

def definition()
  ret = _getproperty(23, [], [])
  @lastargs = WIN32OLE::ARGV
  ret
end