Lines Matching refs:FootnoteNode
300 class FootnoteNode extends TreeNode class
304 FootnoteNode dup() { return new FootnoteNode(getLabel()); } in dup()
305 FootnoteNode(String label) { m_Label = label; } in FootnoteNode() method in FootnoteNode
308 return (other instanceof FootnoteNode) in equals()
309 && (((FootnoteNode) other).m_Label.equals(m_Label)); in equals()
687 node = new FootnoteNode(label); in convertChildren()
1127 FootnoteNode note = (FootnoteNode) node; in insertChildren()
1217 FootnoteNode note = (FootnoteNode) node; in insertNode()
1308 TreeNode ftnd = new FootnoteNode(name); in testFootnote()
1870 root.appendChild( new FootnoteNode(name1) ); in testEnd3()
1981 ruby.appendChild( new FootnoteNode(name4) ); in test1()
3426 return new FootnoteNode( mkName("ftn") ); in testMetaXTextAttachFootnote()
3431 ((FootnoteNode)node).getLabel()); in testMetaXTextAttachFootnote()