Lines Matching refs:previousSibling
109 and nelem.previousSibling is elem
121 and nelem.previousSibling is nelem2
931 and root.firstChild.previousSibling is None
932 and root.lastChild.previousSibling is root.firstChild
951 and root.firstChild.previousSibling is None
969 and root.firstChild.previousSibling is None
987 and root.firstChild.previousSibling is None
988 and root.lastChild.previousSibling is root.firstChild
1009 and root.firstChild.previousSibling is None
1062 and root.childNodes[0].childNodes[1].previousSibling
1064 and root.childNodes[0].childNodes[0].previousSibling is None
1068 and root.childNodes[1].childNodes[1].previousSibling
1070 and root.childNodes[1].childNodes[0].previousSibling is None
1099 pi.previousSibling is None and
1101 text.previousSibling is pi and
1103 elm.previousSibling is text, "testSiblings")