Module INodeList

module INodeList: sig .. end

val get_length : this:[> `NodeList ] GdomeT.t -> int
val item : this:[> `NodeList ] GdomeT.t -> index:int -> TNode.t option