Class: Fzeet::Windows::HTMLDOMNode

Inherits:
Object
  • Object
show all
Defined in:
lib/fzeet/windows/mshtml/Common.rb

Instance Method Summary collapse

Instance Method Details

#appendChild(node) ⇒ Object



851
852
853
854
855
856
857
# File 'lib/fzeet/windows/mshtml/Common.rb', line 851

def appendChild(node)
	FFI::MemoryPointer.new(:pointer) { |pnode|
		old_appendChild(node, pnode)

		return HTMLDOMNode.new(pnode)
	}
end

#old_appendChildObject



849
# File 'lib/fzeet/windows/mshtml/Common.rb', line 849

alias old_appendChild appendChild