Searched refs:rootIndex (Results 1 – 6 of 6) 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()
609 int rootIndex = binarySearchForRootPrimaryNode( in findOrInsertNodeForPrimary() local611 if(rootIndex >= 0) { in findOrInsertNodeForPrimary()612 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()617 rootPrimaryIndexes.insertElementAt(index, ~rootIndex); in findOrInsertNodeForPrimary()
857 int32_t rootIndex = binarySearchForRootPrimaryNode( in findOrInsertNodeForPrimary() local859 if(rootIndex >= 0) { in findOrInsertNodeForPrimary()860 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()865 rootPrimaryIndexes.insertElementAt(index, ~rootIndex, errorCode); in findOrInsertNodeForPrimary()
org/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class ...
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...