Lines Matching refs:previousSibling
108 and nelem.previousSibling is elem
120 and nelem.previousSibling is nelem2
930 and root.firstChild.previousSibling is None
931 and root.lastChild.previousSibling is root.firstChild
950 and root.firstChild.previousSibling is None
968 and root.firstChild.previousSibling is None
986 and root.firstChild.previousSibling is None
987 and root.lastChild.previousSibling is root.firstChild
1008 and root.firstChild.previousSibling is None
1061 and root.childNodes[0].childNodes[1].previousSibling
1063 and root.childNodes[0].childNodes[0].previousSibling is None
1067 and root.childNodes[1].childNodes[1].previousSibling
1069 and root.childNodes[1].childNodes[0].previousSibling is None
1098 pi.previousSibling is None and
1100 text.previousSibling is pi and
1102 elm.previousSibling is text, "testSiblings")