Lines Matching refs:bkmk
1060 BookmarkNode bkmk = (BookmarkNode) node; in insertChildren() local
1061 String name = bkmk.getName(); in insertChildren()
1062 StringPair id = bkmk.getXmlId(); in insertChildren()
1063 if (bkmk.isPoint()) { in insertChildren()
1065 } else if (bkmk.isStart()) { in insertChildren()
1187 BookmarkNode bkmk = (BookmarkNode) node; in insertNode() local
1188 if (bkmk.isPoint()) throw new RuntimeException("range only"); in insertNode()
1189 insertBookmark(xCursor, bkmk.getName(), bkmk.getXmlId()); in insertNode()
1337 TreeNode bkmk = new BookmarkNode(name); in testBookmarkPoint() local
1339 root.appendChild(bkmk); in testBookmarkPoint()
1362 TreeNode bkmk = new BookmarkNode(name, id); in testBookmarkPointXmlId() local
1364 root.appendChild(bkmk); in testBookmarkPointXmlId()