Lines Matching refs:previousSibling
125 and nelem.previousSibling is elem
137 and nelem.previousSibling is nelem2
947 and root.firstChild.previousSibling is None
948 and root.lastChild.previousSibling is root.firstChild
967 and root.firstChild.previousSibling is None
985 and root.firstChild.previousSibling is None
1003 and root.firstChild.previousSibling is None
1004 and root.lastChild.previousSibling is root.firstChild
1025 and root.firstChild.previousSibling is None
1078 and root.childNodes[0].childNodes[1].previousSibling
1080 and root.childNodes[0].childNodes[0].previousSibling is None
1084 and root.childNodes[1].childNodes[1].previousSibling
1086 and root.childNodes[1].childNodes[0].previousSibling is None
1115 pi.previousSibling is None and
1117 text.previousSibling is pi and
1119 elm.previousSibling is text, "testSiblings")