Home
last modified time | relevance | path

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

/aoo4110/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java210 class DocumentIndexMarkStartNode extends DocumentIndexMarkNode class
212 DocumentIndexMarkStartNode dup() in dup()
213 { return new DocumentIndexMarkStartNode(getName()); } in dup()
214 DocumentIndexMarkStartNode(String name) { in DocumentIndexMarkStartNode() method in DocumentIndexMarkStartNode
1422 TreeNode txm1 = new DocumentIndexMarkStartNode(name); in testToxmark()
1598 root.appendChild( new DocumentIndexMarkStartNode(name1) ); in testToxMark2()
1616 root.appendChild( new DocumentIndexMarkStartNode(name1) ); in testToxMark3()
1617 root.appendChild( new DocumentIndexMarkStartNode(name2) ); in testToxMark3()
1618 root.appendChild( new DocumentIndexMarkStartNode(name3) ); in testToxMark3()
1619 root.appendChild( new DocumentIndexMarkStartNode(name4) ); in testToxMark3()
[all …]

Completed in 44 milliseconds