Lines Matching refs:nextSibling
110 and nelem2.nextSibling is nelem
753 and root.firstChild.nextSibling is root.lastChild
756 and root.lastChild.nextSibling is None
773 and root.firstChild.nextSibling is None
791 and root.firstChild.nextSibling is None
809 and root.firstChild.nextSibling is root.lastChild
812 and root.lastChild.nextSibling is None
833 and root.firstChild.nextSibling is None
884 self.confirm(root.childNodes[0].childNodes[1].nextSibling is None
888 and root.childNodes[0].childNodes[0].nextSibling
890 and root.childNodes[1].childNodes[1].nextSibling is None
894 and root.childNodes[1].childNodes[0].nextSibling
913 self.confirm(node.childNodes[-1].nextSibling is None,
921 self.confirm(pi.nextSibling is text and
923 text.nextSibling is elm and
925 elm.nextSibling is None and
977 text1.nextSibling is elm1 and
979 elm1.nextSibling is text2 and
981 text2.nextSibling is None and
983 text3.nextSibling is None, "testSAX2DOM - siblings")
1228 splitter = text1.nextSibling