Home
last modified time | relevance | path

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

/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java219 class DocumentIndexMarkEndNode extends DocumentIndexMarkNode class
221 DocumentIndexMarkEndNode dup() in dup()
222 { return new DocumentIndexMarkEndNode(getName()); } in dup()
223 DocumentIndexMarkEndNode(String name) { in DocumentIndexMarkEndNode() method in DocumentIndexMarkEndNode
1424 TreeNode txm2 = new DocumentIndexMarkEndNode(name); in testToxmark()
1600 root.appendChild( new DocumentIndexMarkEndNode(name1) ); in testToxMark2()
1624 root.appendChild( new DocumentIndexMarkEndNode(name7) ); in testToxMark3()
1625 root.appendChild( new DocumentIndexMarkEndNode(name6) ); in testToxMark3()
1626 root.appendChild( new DocumentIndexMarkEndNode(name5) ); in testToxMark3()
1627 root.appendChild( new DocumentIndexMarkEndNode(name4) ); in testToxMark3()
[all …]

Completed in 52 milliseconds