Home
last modified time | relevance | path

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

/aoo4110/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java300 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()
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 43 milliseconds