Home
last modified time | relevance | path

Searched refs:bkmk (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java1060 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
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
[all …]

Completed in 34 milliseconds