Searched refs:FootnoteNode (Results 1 – 1 of 1) sorted by relevance
300 class FootnoteNode extends TreeNode class304 FootnoteNode dup() { return new FootnoteNode(getLabel()); } in dup()305 FootnoteNode(String label) { m_Label = label; } in FootnoteNode() method in FootnoteNode308 return (other instanceof FootnoteNode) 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()[all …]
Completed in 34 milliseconds