class Fzeet::Windows::HTMLDOMNode

Public Instance Methods

appendChild(node) click to toggle source
# 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
Also aliased as: old_appendChild
old_appendChild(node)
Alias for: appendChild