Searched refs:rootIndex (Results 1 – 2 of 2) sorted by relevance
33 protected int rootIndex = -1; field in Document67 rootIndex = index; in addChild()69 else if (rootIndex >= index) in addChild()70 rootIndex++; in addChild()98 if (index == rootIndex) in removeChild()99 rootIndex = -1; in removeChild()100 else if (index < rootIndex) in removeChild()101 rootIndex--; in removeChild()109 if (rootIndex == -1) in getRootElement()112 return (Element) getChild(rootIndex); in getRootElement()
852 int32_t rootIndex = binarySearchForRootPrimaryNode( in findOrInsertNodeForPrimary() local854 if(rootIndex >= 0) { in findOrInsertNodeForPrimary()855 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()860 rootPrimaryIndexes.insertElementAt(index, ~rootIndex, errorCode); in findOrInsertNodeForPrimary()