Class type Dom.documentFragment
Specification of DocumentFragment objects.
method nodeName : Js.js_string Js.t Js.readonly_propmethod nodeValue : Js.js_string Js.t Js.opt Js.readonly_propmethod nodeType : nodeType Js.readonly_propmethod parentNode : node Js.t Js.opt Js.propmethod childNodes : node nodeList Js.t Js.propmethod firstChild : node Js.t Js.opt Js.propmethod lastChild : node Js.t Js.opt Js.propmethod previousSibling : node Js.t Js.opt Js.propmethod nextSibling : node Js.t Js.opt Js.propmethod namespaceURI : Js.js_string Js.t Js.opt Js.propmethod insertBefore : node Js.t -> node Js.t Js.opt -> node Js.t Js.methmethod replaceChild : node Js.t -> node Js.t -> node Js.t Js.methmethod removeChild : node Js.t -> node Js.t Js.methmethod appendChild : node Js.t -> node Js.t Js.methmethod hasChildNodes : bool Js.t Js.methmethod cloneNode : bool Js.t -> node Js.t Js.methmethod compareDocumentPosition : node Js.t -> DocumentPosition.t Js.methmethod lookupNamespaceURI : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.methmethod lookupPrefix : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth