Lines Matching refs:DocumentIndexMarkStartNode
210 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
762 node = new DocumentIndexMarkStartNode(name); in convertChildren()
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()
1620 root.appendChild( new DocumentIndexMarkStartNode(name5) ); in testToxMark3()
1621 root.appendChild( new DocumentIndexMarkStartNode(name6) ); in testToxMark3()
1622 root.appendChild( new DocumentIndexMarkStartNode(name7) ); in testToxMark3()
1647 root.appendChild( new DocumentIndexMarkStartNode(name4) ); in testMarks1()
1666 root.appendChild( new DocumentIndexMarkStartNode(name4) ); in testMarks2()
1687 root.appendChild( new DocumentIndexMarkStartNode(name3) ); in testMarks3()
1690 root.appendChild( new DocumentIndexMarkStartNode(name5) ); in testMarks3()