Lines Matching refs:firstChild
86 and root.firstChild is nelem
470 pi = dom.documentElement.firstChild
478 and pi.firstChild is None
702 pi = doc.firstChild
725 and root.firstChild is root.lastChild
726 and root.firstChild.data == "firstsecond"
751 and root.firstChild.data == "firstsecond"
752 and root.firstChild is not root.lastChild
753 and root.firstChild.nextSibling is root.lastChild
754 and root.firstChild.previousSibling is None
755 and root.lastChild.previousSibling is root.firstChild
771 and root.firstChild.data == "first"
772 and root.firstChild is root.lastChild
773 and root.firstChild.nextSibling is None
774 and root.firstChild.previousSibling is None
789 and root.firstChild.data == "second"
790 and root.firstChild is root.lastChild
791 and root.firstChild.nextSibling is None
792 and root.firstChild.previousSibling is None
808 and root.firstChild is not root.lastChild
809 and root.firstChild.nextSibling is root.lastChild
810 and root.firstChild.previousSibling is None
811 and root.lastChild.previousSibling is root.firstChild
830 and root.firstChild is root.lastChild
831 and root.firstChild.data == "secondfourth"
832 and root.firstChild.previousSibling is None
833 and root.firstChild.nextSibling is None
1216 e = elem.firstChild
1226 text1 = elem.firstChild