Home | History | Annotate | Download | only in test

Lines Matching refs:nextSibling

103                 and nelem2.nextSibling is nelem
815 and root.firstChild.nextSibling is root.lastChild
818 and root.lastChild.nextSibling is None
835 and root.firstChild.nextSibling is None
853 and root.firstChild.nextSibling is None
871 and root.firstChild.nextSibling is root.lastChild
874 and root.lastChild.nextSibling is None
895 and root.firstChild.nextSibling is None
946 self.confirm(root.childNodes[0].childNodes[1].nextSibling is None
950 and root.childNodes[0].childNodes[0].nextSibling
952 and root.childNodes[1].childNodes[1].nextSibling is None
956 and root.childNodes[1].childNodes[0].nextSibling
975 self.confirm(node.childNodes[-1].nextSibling is None,
976 "Final child's .nextSibling should be None")
983 self.confirm(pi.nextSibling is text and
985 text.nextSibling is elm and
987 elm.nextSibling is None and
1039 text1.nextSibling is elm1 and
1041 elm1.nextSibling is text2 and
1043 text2.nextSibling is None and
1045 text3.nextSibling is None, "testSAX2DOM - siblings")
1290 splitter = text1.nextSibling