Searched refs:childNodes (Results 1 – 3 of 3) sorted by relevance
74 currentList.childNodes[i].style.display = "none";104 if (currentSubList.childNodes[i].childElementCount > 0) {105 currentSubList.childNodes[i].childNodes[1].style.display = "none";164 e.currentTarget.childNodes[1].style.display = "block";168 e.currentTarget.childNodes[1].style.display = "none";
151 final NodeList childNodes = childElement.getChildNodes(); in visitElement() local152 for (int i = 0, n = childNodes.getLength(); i < n; i++) { in visitElement()153 final Node child = childNodes.item(i); in visitElement()
76 for element in root_element.childNodes: