class nodeList : TNodeList.t -> object .. end
TNodeList.t ->
object
end
method get_length : int
int
method item : index:int -> node option
index:int -> node option
method as_NodeList : TNodeList.t
TNodeList.t