Class type Dom.node


class type node = object .. end

method _get_childNodes : 'a. (< .. > as 'a) array
method _get_parentNode : 'b. < .. > as 'b
method _get_firstChild : 'c. < .. > as 'c
method _get_lastChild : 'd. < .. > as 'd
method _get_nextSibling : 'e. < .. > as 'e
method _get_previousSibling : 'f. < .. > as 'f
method _get_nodeName : string
method _get_nodeType : int
method _get_nodeValue : string
method _set_nodeValue : string -> unit
method appendChild : 'g 'h. (< .. > as 'g) -> (< .. > as 'h)
method insertBefore : 'i 'j 'k. (< .. > as 'i) -> (< .. > as 'j) -> (< .. > as 'k)
method removeChild : 'l 'm. (< .. > as 'l) -> (< .. > as 'm)
method replaceChild : 'n 'o 'p. (< .. > as 'n) -> (< .. > as 'o) -> (< .. > as 'p)