Lines Matching refs:nextSibling
136 and nelem2.nextSibling is nelem
946 and root.firstChild.nextSibling is root.lastChild
949 and root.lastChild.nextSibling is None
966 and root.firstChild.nextSibling is None
984 and root.firstChild.nextSibling is None
1002 and root.firstChild.nextSibling is root.lastChild
1005 and root.lastChild.nextSibling is None
1026 and root.firstChild.nextSibling is None
1077 self.confirm(root.childNodes[0].childNodes[1].nextSibling is None
1081 and root.childNodes[0].childNodes[0].nextSibling
1083 and root.childNodes[1].childNodes[1].nextSibling is None
1087 and root.childNodes[1].childNodes[0].nextSibling
1106 self.confirm(node.childNodes[-1].nextSibling is None,
1107 "Final child's .nextSibling should be None")
1114 self.confirm(pi.nextSibling is text and
1116 text.nextSibling is elm and
1118 elm.nextSibling is None and
1413 splitter = text1.nextSibling