Lines Matching refs:DocumentIndexMarkNode

198 class DocumentIndexMarkNode extends MarkNode  class
200 DocumentIndexMarkNode dup() in dup()
201 { return new DocumentIndexMarkNode(getName()); } in dup()
202 DocumentIndexMarkNode(String name) { super(name); } in DocumentIndexMarkNode() method in DocumentIndexMarkNode
205 return (other instanceof DocumentIndexMarkNode) in equals()
210 class DocumentIndexMarkStartNode extends DocumentIndexMarkNode
219 class DocumentIndexMarkEndNode extends DocumentIndexMarkNode
757 node = new DocumentIndexMarkNode(name); in convertChildren()
1085 DocumentIndexMarkNode mark = (DocumentIndexMarkNode) node; in insertChildren()
1195 DocumentIndexMarkNode mark = (DocumentIndexMarkNode) node; in insertNode()
1411 TreeNode txmk = new DocumentIndexMarkNode(name); in testToxmarkPoint()
1643 root.appendChild( new DocumentIndexMarkNode(name2) ); in testMarks1()
1686 root.appendChild( new DocumentIndexMarkNode(name2) ); in testMarks3()
1842 root.appendChild( new DocumentIndexMarkNode(name2) ); in testEnd1()
1871 root.appendChild( new DocumentIndexMarkNode(name2) ); in testEnd3()
1913 root.appendChild( new DocumentIndexMarkNode(name2) ); in testEmpty1()
1917 root.appendChild( new DocumentIndexMarkNode(name8) ); in testEmpty1()
1951 root.appendChild( new DocumentIndexMarkNode(name2) ); in testEmpty3()
1962 root.appendChild( new DocumentIndexMarkNode(name8) ); in testEmpty3()
3378 return new DocumentIndexMarkNode( mkName("toxmark") ); in testMetaXTextAttachToxMark()
3383 ((DocumentIndexMarkNode)node).getName()); in testMetaXTextAttachToxMark()