Lines Matching refs:appendChild

104     TreeNode appendChild(TreeNode child)  in appendChild()  method in TreeNode
236 TreeNode appendChild(TreeNode t) { in appendChild() method in ContentNode
652 node.appendChild(temp); in convertChildren()
703 m_Stack.peek().appendChild(node); in convertChildren()
800 m_Stack.peek().appendChild(node); in convertChildren()
1271 root.appendChild(text); in testText()
1280 root.appendChild(txtf); in testTextField()
1289 root.appendChild(cchr); in testControlChar()
1299 root.appendChild(spbk); in testSoftPageBreak()
1300 root.appendChild(text); in testSoftPageBreak()
1309 root.appendChild(ftnd); in testFootnote()
1318 root.appendChild(fram); in testFrameAs()
1329 root.appendChild(fram); in testFrameAt()
1339 root.appendChild(bkmk); in testBookmarkPoint()
1340 root.appendChild(text); in testBookmarkPoint()
1351 root.appendChild(bkm1); in testBookmark()
1352 root.appendChild(text); in testBookmark()
1353 root.appendChild(bkm2); in testBookmark()
1364 root.appendChild(bkmk); in testBookmarkPointXmlId()
1365 root.appendChild(text); in testBookmarkPointXmlId()
1377 root.appendChild(bkm1); in testBookmarkXmlId()
1378 root.appendChild(text); in testBookmarkXmlId()
1379 root.appendChild(bkm2); in testBookmarkXmlId()
1389 root.appendChild(rfmk); in testRefmarkPoint()
1390 root.appendChild(text); in testRefmarkPoint()
1401 root.appendChild(rfm1); in testRefmark()
1402 root.appendChild(text); in testRefmark()
1403 root.appendChild(rfm2); in testRefmark()
1413 root.appendChild(txmk); in testToxmarkPoint()
1414 root.appendChild(text); in testToxmarkPoint()
1425 root.appendChild(txm1); in testToxmark()
1426 root.appendChild(text); in testToxmark()
1427 root.appendChild(txm2); in testToxmark()
1437 href.appendChild(text); in testHyperlink()
1438 root.appendChild(href); in testHyperlink()
1448 href.appendChild(text); in testHyperlinkEmpty()
1449 root.appendChild(href); in testHyperlinkEmpty()
1459 ruby.appendChild(text); in testRuby()
1460 root.appendChild(ruby); in testRuby()
1470 root.appendChild(ruby); in testRubyEmpty()
1480 root.appendChild(new TextNode("123")); in testMeta()
1481 meta.appendChild(text); in testMeta()
1482 root.appendChild(meta); in testMeta()
1493 root.appendChild(meta); in testMetaEmpty()
1503 root.appendChild(new TextNode("123")); in testMetaField()
1504 meta.appendChild(text); in testMetaField()
1505 root.appendChild(meta); in testMetaField()
1516 root.appendChild(meta); in testMetaFieldEmpty()
1526 root.appendChild( new BookmarkStartNode(name1) ); in testBookmark1()
1527 root.appendChild( new BookmarkNode(name2) ); in testBookmark1()
1528 root.appendChild( new BookmarkStartNode(name3) ); in testBookmark1()
1529 root.appendChild( new TextNode("abc") ); in testBookmark1()
1530 root.appendChild( new BookmarkEndNode(name1) ); in testBookmark1()
1531 root.appendChild( new TextNode("de") ); in testBookmark1()
1532 root.appendChild( new BookmarkEndNode(name3) ); in testBookmark1()
1542 root.appendChild( new BookmarkStartNode(name1) ); in testBookmark2()
1543 root.appendChild( new TextNode("abc") ); in testBookmark2()
1544 root.appendChild( new BookmarkNode(name2) ); in testBookmark2()
1545 root.appendChild( new BookmarkStartNode(name3) ); in testBookmark2()
1546 root.appendChild( new BookmarkEndNode(name1) ); in testBookmark2()
1547 root.appendChild( new TextNode("de") ); in testBookmark2()
1548 root.appendChild( new BookmarkEndNode(name3) ); in testBookmark2()
1556 root.appendChild( new ReferenceMarkStartNode(name1) ); in testRefMark2()
1557 root.appendChild( new TextNode("abc") ); in testRefMark2()
1559 root.appendChild( new ReferenceMarkEndNode(name1) ); in testRefMark2()
1560 root.appendChild( new TextNode("de") ); in testRefMark2()
1575 root.appendChild( new ReferenceMarkStartNode(name1) ); in testRefMark3()
1576 root.appendChild( new ReferenceMarkStartNode(name2) ); in testRefMark3()
1577 root.appendChild( new ReferenceMarkStartNode(name3) ); in testRefMark3()
1578 root.appendChild( new ReferenceMarkStartNode(name4) ); in testRefMark3()
1579 root.appendChild( new ReferenceMarkStartNode(name5) ); in testRefMark3()
1580 root.appendChild( new ReferenceMarkStartNode(name6) ); in testRefMark3()
1581 root.appendChild( new ReferenceMarkStartNode(name7) ); in testRefMark3()
1582 root.appendChild( new TextNode("abc") ); in testRefMark3()
1583 root.appendChild( new ReferenceMarkEndNode(name7) ); in testRefMark3()
1584 root.appendChild( new ReferenceMarkEndNode(name6) ); in testRefMark3()
1585 root.appendChild( new ReferenceMarkEndNode(name5) ); in testRefMark3()
1586 root.appendChild( new ReferenceMarkEndNode(name4) ); in testRefMark3()
1587 root.appendChild( new ReferenceMarkEndNode(name3) ); in testRefMark3()
1588 root.appendChild( new ReferenceMarkEndNode(name2) ); in testRefMark3()
1589 root.appendChild( new ReferenceMarkEndNode(name1) ); in testRefMark3()
1590 root.appendChild( new TextNode("de") ); in testRefMark3()
1598 root.appendChild( new DocumentIndexMarkStartNode(name1) ); in testToxMark2()
1599 root.appendChild( new TextNode("abc") ); in testToxMark2()
1600 root.appendChild( new DocumentIndexMarkEndNode(name1) ); in testToxMark2()
1601 root.appendChild( new TextNode("de") ); 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()
1623 root.appendChild( new TextNode("abc") ); in testToxMark3()
1624 root.appendChild( new DocumentIndexMarkEndNode(name7) ); in testToxMark3()
1625 root.appendChild( new DocumentIndexMarkEndNode(name6) ); in testToxMark3()
1626 root.appendChild( new DocumentIndexMarkEndNode(name5) ); in testToxMark3()
1627 root.appendChild( new DocumentIndexMarkEndNode(name4) ); in testToxMark3()
1628 root.appendChild( new DocumentIndexMarkEndNode(name3) ); in testToxMark3()
1629 root.appendChild( new DocumentIndexMarkEndNode(name2) ); in testToxMark3()
1630 root.appendChild( new DocumentIndexMarkEndNode(name1) ); in testToxMark3()
1631 root.appendChild( new TextNode("de") ); in testToxMark3()
1642 root.appendChild( new BookmarkStartNode(name1) ); in testMarks1()
1643 root.appendChild( new DocumentIndexMarkNode(name2) ); in testMarks1()
1644 root.appendChild( new ReferenceMarkStartNode(name3) ); in testMarks1()
1645 root.appendChild( new TextNode("abc") ); in testMarks1()
1646 root.appendChild( new BookmarkEndNode(name1) ); in testMarks1()
1647 root.appendChild( new DocumentIndexMarkStartNode(name4) ); in testMarks1()
1648 root.appendChild( new TextNode("de") ); in testMarks1()
1649 root.appendChild( new DocumentIndexMarkEndNode(name4) ); in testMarks1()
1650 root.appendChild( new ReferenceMarkEndNode(name3) ); in testMarks1()
1662 root.appendChild( new BookmarkStartNode(name1) ); in testMarks2()
1663 root.appendChild( new ReferenceMarkNode(name2) ); in testMarks2()
1664 root.appendChild( new ReferenceMarkStartNode(name3) ); in testMarks2()
1665 root.appendChild( new TextNode("abc") ); in testMarks2()
1666 root.appendChild( new DocumentIndexMarkStartNode(name4) ); in testMarks2()
1667 root.appendChild( new ReferenceMarkStartNode(name5) ); in testMarks2()
1669 root.appendChild( new ReferenceMarkEndNode(name3) ); in testMarks2()
1670 root.appendChild( new TextNode("de") ); in testMarks2()
1671 root.appendChild( new DocumentIndexMarkEndNode(name4) ); in testMarks2()
1672 root.appendChild( new BookmarkEndNode(name1) ); in testMarks2()
1673 root.appendChild( new ReferenceMarkEndNode(name5) ); in testMarks2()
1685 root.appendChild( new BookmarkStartNode(name1) ); in testMarks3()
1686 root.appendChild( new DocumentIndexMarkNode(name2) ); in testMarks3()
1687 root.appendChild( new DocumentIndexMarkStartNode(name3) ); in testMarks3()
1688 root.appendChild( new TextNode("abc") ); in testMarks3()
1689 root.appendChild( new ReferenceMarkStartNode(name4) ); in testMarks3()
1690 root.appendChild( new DocumentIndexMarkStartNode(name5) ); in testMarks3()
1691 root.appendChild( new DocumentIndexMarkEndNode(name3) ); in testMarks3()
1692 root.appendChild( new TextNode("de") ); in testMarks3()
1693 root.appendChild( new ReferenceMarkEndNode(name4) ); in testMarks3()
1694 root.appendChild( new BookmarkEndNode(name1) ); in testMarks3()
1695 root.appendChild( new DocumentIndexMarkEndNode(name5) ); in testMarks3()
1704 root.appendChild( new TextNode("abc") ); in testFrameMark1()
1705 root.appendChild( new BookmarkNode(name1) ); in testFrameMark1()
1706 root.appendChild( new TextNode("de") ); in testFrameMark1()
1707 root.appendChild( new FrameNode(name2, AS_CHARACTER) ); in testFrameMark1()
1717 root.appendChild( new TextNode("abc") ); in testFrameMark2()
1718 root.appendChild( new BookmarkNode(name1) ); in testFrameMark2()
1719 root.appendChild( new TextNode("de") ); in testFrameMark2()
1720 root.appendChild( new FrameNode(name2, AT_CHARACTER) ); in testFrameMark2()
1729 root.appendChild( new TextNode("abc") ); in testFrameMark3()
1730 root.appendChild( new FrameNode(name1, AS_CHARACTER) ); in testFrameMark3()
1731 root.appendChild( new TextNode("de") ); in testFrameMark3()
1732 root.appendChild( new BookmarkNode(name2) ); in testFrameMark3()
1741 root.appendChild( new TextNode("abc") ); in testFrameMark4()
1742 root.appendChild( new FrameNode(name1, AT_CHARACTER) ); in testFrameMark4()
1743 root.appendChild( new TextNode("de") ); in testFrameMark4()
1744 root.appendChild( new BookmarkNode(name2) ); in testFrameMark4()
1754 root.appendChild( new FrameNode(name1, AT_CHARACTER) ); in testFrames1()
1755 root.appendChild( new FrameNode(name2, AT_CHARACTER) ); in testFrames1()
1756 root.appendChild( new FrameNode(name3, AT_CHARACTER) ); in testFrames1()
1766 root.appendChild( new FrameNode(name1, AS_CHARACTER) ); in testFrames2()
1767 root.appendChild( new FrameNode(name2, AS_CHARACTER) ); in testFrames2()
1768 root.appendChild( new FrameNode(name3, AS_CHARACTER) ); in testFrames2()
1778 root.appendChild( new FrameNode(name1, AT_CHARACTER) ); in testFrames3()
1779 root.appendChild( new FrameNode(name2, AS_CHARACTER) ); in testFrames3()
1780 root.appendChild( new FrameNode(name3, AT_CHARACTER) ); in testFrames3()
1790 root.appendChild( new FrameNode(name1, AT_CHARACTER) ); in testFrames4()
1791 root.appendChild( new FrameNode(name2, AT_CHARACTER) ); in testFrames4()
1792 root.appendChild( new FrameNode(name3, AS_CHARACTER) ); in testFrames4()
1802 root.appendChild( new FrameNode(name1, AS_CHARACTER) ); in testFrames5()
1803 root.appendChild( new FrameNode(name2, AT_CHARACTER) ); in testFrames5()
1804 root.appendChild( new FrameNode(name3, AT_CHARACTER) ); in testFrames5()
1815 href.appendChild( new TextNode("abc") ); in testRubyHyperlink1()
1816 ruby.appendChild(href); in testRubyHyperlink1()
1817 root.appendChild(ruby); in testRubyHyperlink1()
1828 ruby.appendChild( new TextNode("abc") ); in testRubyHyperlink2()
1829 href.appendChild(ruby); in testRubyHyperlink2()
1830 root.appendChild(href); in testRubyHyperlink2()
1840 root.appendChild( new TextNode("abc") ); in testEnd1()
1841 root.appendChild( new BookmarkNode(name1) ); in testEnd1()
1842 root.appendChild( new DocumentIndexMarkNode(name2) ); in testEnd1()
1843 root.appendChild( new ReferenceMarkNode(name3) ); in testEnd1()
1855 root.appendChild( new TextNode("abc") ); in testEnd2()
1856 root.appendChild( new BookmarkNode(name1) ); in testEnd2()
1857 root.appendChild( new FrameNode(name2, AT_CHARACTER) ); in testEnd2()
1858 root.appendChild( new ReferenceMarkNode(name3) ); in testEnd2()
1859 root.appendChild( new FrameNode(name4, AT_CHARACTER) ); in testEnd2()
1860 root.appendChild( new FrameNode(name5, AT_CHARACTER) ); in testEnd2()
1869 root.appendChild( new TextNode("abc") ); in testEnd3()
1870 root.appendChild( new FootnoteNode(name1) ); in testEnd3()
1871 root.appendChild( new DocumentIndexMarkNode(name2) ); in testEnd3()
1880 root.appendChild( new BookmarkStartNode(name1) ); in testEnd4()
1881 root.appendChild( new TextNode("abc") ); in testEnd4()
1882 root.appendChild( new FrameNode(name2, AS_CHARACTER) ); in testEnd4()
1883 root.appendChild( new BookmarkEndNode(name1) ); in testEnd4()
1892 root.appendChild( new ReferenceMarkStartNode(name1) ); in testEnd5()
1893 root.appendChild( new TextNode("abc") ); in testEnd5()
1895 ruby.appendChild( new TextFieldNode("de") ); in testEnd5()
1896 root.appendChild(ruby); in testEnd5()
1897 root.appendChild( new ReferenceMarkEndNode(name1) ); in testEnd5()
1912 root.appendChild( new ReferenceMarkNode(name1) ); in testEmpty1()
1913 root.appendChild( new DocumentIndexMarkNode(name2) ); in testEmpty1()
1914 root.appendChild( new BookmarkNode(name3) ); in testEmpty1()
1915 root.appendChild( new FrameNode(name4, AT_CHARACTER) ); in testEmpty1()
1916 root.appendChild( new ReferenceMarkNode(name7) ); in testEmpty1()
1917 root.appendChild( new DocumentIndexMarkNode(name8) ); in testEmpty1()
1918 root.appendChild( new BookmarkNode(name9) ); in testEmpty1()
1919 root.appendChild( new FrameNode(nameA, AT_CHARACTER) ); in testEmpty1()
1930 root.appendChild( new BookmarkNode(name3) ); in testEmpty2()
1931 root.appendChild( new FrameNode(name4, AT_CHARACTER) ); in testEmpty2()
1932 root.appendChild( new BookmarkNode(name9) ); in testEmpty2()
1933 root.appendChild( new FrameNode(nameA, AT_CHARACTER) ); in testEmpty2()
1950 root.appendChild( new ReferenceMarkNode(name1) ); in testEmpty3()
1951 root.appendChild( new DocumentIndexMarkNode(name2) ); in testEmpty3()
1952 root.appendChild( new BookmarkNode(name3) ); in testEmpty3()
1953 root.appendChild( new FrameNode(name4, AT_CHARACTER) ); in testEmpty3()
1960 root.appendChild(ruby); in testEmpty3()
1961 root.appendChild( new ReferenceMarkNode(name7) ); in testEmpty3()
1962 root.appendChild( new DocumentIndexMarkNode(name8) ); in testEmpty3()
1963 root.appendChild( new BookmarkNode(name9) ); in testEmpty3()
1964 root.appendChild( new FrameNode(nameA, AT_CHARACTER) ); in testEmpty3()
1976 root.appendChild( new FrameNode(name1, AT_CHARACTER) ); in test1()
1977 root.appendChild( new BookmarkStartNode(name2) ); in test1()
1978 root.appendChild( new TextNode("abc") ); in test1()
1980 ruby.appendChild( new TextNode("de") ); in test1()
1981 ruby.appendChild( new FootnoteNode(name4) ); in test1()
1982 ruby.appendChild( new BookmarkEndNode(name2) ); in test1()
1983 root.appendChild(ruby); in test1()
1984 root.appendChild( new TextNode("fg") ); in test1()
1985 root.appendChild( new FrameNode(name5, AT_CHARACTER) ); in test1()
1986 root.appendChild( new TextFieldNode("h") ); in test1()
2005 root.appendChild( url1 ); in testRange1()
2006 url1.appendChild( text ); in testRange1()
2021 .appendChild( url2.dup().appendChild( new TextNode("12") ) ) in testRangeHyperlinkHyperlink()
2022 .appendChild( url1.dup().appendChild( new TextNode("34") ) ) in testRangeHyperlinkHyperlink()
2023 .appendChild( new TextNode("56789") ); in testRangeHyperlinkHyperlink()
2029 .appendChild( url2.dup().appendChild( new TextNode("12") ) ) in testRangeHyperlinkHyperlink()
2030 .appendChild( url1.dup().appendChild( new TextNode("3") ) ) in testRangeHyperlinkHyperlink()
2031 .appendChild( url3.dup().appendChild( new TextNode("4567") ) ) in testRangeHyperlinkHyperlink()
2032 .appendChild( new TextNode("89") ); in testRangeHyperlinkHyperlink()
2038 .appendChild( url2.dup().appendChild( new TextNode("12") ) ) in testRangeHyperlinkHyperlink()
2039 .appendChild( url1.dup().appendChild( new TextNode("3") ) ) in testRangeHyperlinkHyperlink()
2040 .appendChild( url4.dup().appendChild( new TextNode("4567") ) ) in testRangeHyperlinkHyperlink()
2041 .appendChild( new TextNode("89") ); in testRangeHyperlinkHyperlink()
2047 .appendChild( url2.dup().appendChild( new TextNode("12") ) ) in testRangeHyperlinkHyperlink()
2048 .appendChild( url1.dup().appendChild( new TextNode("3") ) ) in testRangeHyperlinkHyperlink()
2049 .appendChild( url4.dup().appendChild( new TextNode("4") ) ) in testRangeHyperlinkHyperlink()
2050 .appendChild( url5.dup().appendChild( new TextNode("56") ) ) in testRangeHyperlinkHyperlink()
2051 .appendChild( url4.dup().appendChild( new TextNode("7") ) ) in testRangeHyperlinkHyperlink()
2052 .appendChild( new TextNode("89") ); in testRangeHyperlinkHyperlink()
2058 .appendChild( url2.dup().appendChild( new TextNode("12") ) ) in testRangeHyperlinkHyperlink()
2059 .appendChild( url1.dup().appendChild( new TextNode("3") ) ) in testRangeHyperlinkHyperlink()
2060 .appendChild( url4.dup().appendChild( new TextNode("4") ) ) in testRangeHyperlinkHyperlink()
2061 .appendChild( url5.dup().appendChild( new TextNode("56") ) ) in testRangeHyperlinkHyperlink()
2062 .appendChild( url4.dup().appendChild( new TextNode("7") ) ) in testRangeHyperlinkHyperlink()
2065 .appendChild( new TextNode("89") ); in testRangeHyperlinkHyperlink()
2080 .appendChild( rby2.dup() in testRangeHyperlinkRuby()
2081 .appendChild( new TextNode("1") ) in testRangeHyperlinkRuby()
2082 .appendChild( url1.dup().appendChild( new TextNode("2") ) ) ) in testRangeHyperlinkRuby()
2083 .appendChild( url1.dup().appendChild( new TextNode("34") ) ) in testRangeHyperlinkRuby()
2084 .appendChild( new TextNode("56789") ); in testRangeHyperlinkRuby()
2090 .appendChild( rby2.dup() in testRangeHyperlinkRuby()
2091 .appendChild( new TextNode("1") ) in testRangeHyperlinkRuby()
2092 .appendChild( url1.dup().appendChild( new TextNode("2") ) ) ) in testRangeHyperlinkRuby()
2093 .appendChild( url1.dup().appendChild( new TextNode("3") ) ) in testRangeHyperlinkRuby()
2094 .appendChild( rby3.dup() in testRangeHyperlinkRuby()
2095 .appendChild( url1.dup().appendChild( new TextNode("4") ) ) in testRangeHyperlinkRuby()
2096 .appendChild( new TextNode("5") ) ) in testRangeHyperlinkRuby()
2097 .appendChild( new TextNode("6789") ); in testRangeHyperlinkRuby()
2103 .appendChild( rby2.dup() in testRangeHyperlinkRuby()
2104 .appendChild( new TextNode("1") ) in testRangeHyperlinkRuby()
2105 .appendChild( url1.dup().appendChild( new TextNode("2") ) ) ) in testRangeHyperlinkRuby()
2106 .appendChild( rby4.dup() in testRangeHyperlinkRuby()
2107 .appendChild( url1.dup().appendChild( new TextNode("3") ) ) ) in testRangeHyperlinkRuby()
2108 .appendChild( rby3.dup() in testRangeHyperlinkRuby()
2109 .appendChild( url1.dup().appendChild( new TextNode("4") ) ) in testRangeHyperlinkRuby()
2110 .appendChild( new TextNode("5") ) ) in testRangeHyperlinkRuby()
2111 .appendChild( new TextNode("6789") ); in testRangeHyperlinkRuby()
2119 .appendChild( rby2.dup() in testRangeHyperlinkRuby()
2120 .appendChild( new TextNode("1") ) in testRangeHyperlinkRuby()
2121 .appendChild( url1.dup().appendChild( new TextNode("2") ) ) ) in testRangeHyperlinkRuby()
2122 .appendChild( rby4.dup() in testRangeHyperlinkRuby()
2123 .appendChild( url1.dup().appendChild( new TextNode("3") ) ) ) in testRangeHyperlinkRuby()
2124 .appendChild( rby3.dup() in testRangeHyperlinkRuby()
2125 .appendChild( url1.dup().appendChild( new TextNode("4") ) ) in testRangeHyperlinkRuby()
2126 .appendChild( new TextNode("5") ) ) in testRangeHyperlinkRuby()
2127 .appendChild( new TextNode("6") ) in testRangeHyperlinkRuby()
2128 .appendChild( url5.dup().appendChild( new TextNode("7") ) ) in testRangeHyperlinkRuby()
2129 .appendChild( rby6.dup() in testRangeHyperlinkRuby()
2130 .appendChild( url5.dup().appendChild( new TextNode("8") ) ) ) in testRangeHyperlinkRuby()
2131 .appendChild( url5.dup().appendChild( new TextNode("9") ) ); in testRangeHyperlinkRuby()
2146 .appendChild( url2.dup().appendChild( new TextNode("1") ) ) in testRangeRubyHyperlink()
2147 .appendChild( rby1.dup() in testRangeRubyHyperlink()
2148 .appendChild( url2.dup().appendChild( new TextNode("23") ) ) in testRangeRubyHyperlink()
2149 .appendChild( new TextNode("456") ) ) in testRangeRubyHyperlink()
2150 .appendChild( new TextNode("789") ); in testRangeRubyHyperlink()
2156 .appendChild( url2.dup().appendChild( new TextNode("1") ) ) in testRangeRubyHyperlink()
2157 .appendChild( rby1.dup() in testRangeRubyHyperlink()
2158 .appendChild( url2.dup().appendChild( new TextNode("23") ) ) in testRangeRubyHyperlink()
2159 .appendChild( new TextNode("45") ) in testRangeRubyHyperlink()
2160 .appendChild( url3.dup().appendChild( new TextNode("6") ) ) ) in testRangeRubyHyperlink()
2161 .appendChild( url3.dup().appendChild( new TextNode("7") ) ) in testRangeRubyHyperlink()
2162 .appendChild( new TextNode("89") ); in testRangeRubyHyperlink()
2168 .appendChild( url2.dup().appendChild( new TextNode("1") ) ) in testRangeRubyHyperlink()
2169 .appendChild( rby1.dup() in testRangeRubyHyperlink()
2170 .appendChild( url4.dup() in testRangeRubyHyperlink()
2171 .appendChild( new TextNode("23456") ) ) ) in testRangeRubyHyperlink()
2172 .appendChild( url4.dup().appendChild( new TextNode("78") ) ) in testRangeRubyHyperlink()
2173 .appendChild( new TextNode("9") ); in testRangeRubyHyperlink()
2179 .appendChild( url2.dup().appendChild( new TextNode("1") ) ) in testRangeRubyHyperlink()
2180 .appendChild( rby1.dup() in testRangeRubyHyperlink()
2181 .appendChild( url4.dup() in testRangeRubyHyperlink()
2182 .appendChild( new TextNode("23") ) ) in testRangeRubyHyperlink()
2183 .appendChild( url5.dup() in testRangeRubyHyperlink()
2184 .appendChild( new TextNode("45") ) ) in testRangeRubyHyperlink()
2185 .appendChild( url4.dup() in testRangeRubyHyperlink()
2186 .appendChild( new TextNode("6") ) ) ) in testRangeRubyHyperlink()
2187 .appendChild( url4.dup().appendChild( new TextNode("78") ) ) in testRangeRubyHyperlink()
2188 .appendChild( new TextNode("9") ); in testRangeRubyHyperlink()
2203 .appendChild( rby2.dup().appendChild( new TextNode("12") ) ) in testRangeRubyRuby()
2204 .appendChild( rby1.dup().appendChild( new TextNode("34") ) ) in testRangeRubyRuby()
2205 .appendChild( new TextNode("56789") ); in testRangeRubyRuby()
2211 .appendChild( rby2.dup().appendChild( new TextNode("12") ) ) in testRangeRubyRuby()
2212 .appendChild( rby1.dup().appendChild( new TextNode("3") ) ) in testRangeRubyRuby()
2213 .appendChild( rby3.dup().appendChild( new TextNode("4567") ) ) in testRangeRubyRuby()
2214 .appendChild( new TextNode("89") ); in testRangeRubyRuby()
2220 .appendChild( rby2.dup().appendChild( new TextNode("12") ) ) in testRangeRubyRuby()
2221 .appendChild( rby1.dup().appendChild( new TextNode("3") ) ) in testRangeRubyRuby()
2222 .appendChild( rby4.dup().appendChild( new TextNode("4567") ) ) in testRangeRubyRuby()
2223 .appendChild( new TextNode("89") ); in testRangeRubyRuby()
2229 .appendChild( rby2.dup().appendChild( new TextNode("12") ) ) in testRangeRubyRuby()
2230 .appendChild( rby1.dup().appendChild( new TextNode("3") ) ) in testRangeRubyRuby()
2231 .appendChild( rby4.dup().appendChild( new TextNode("4") ) ) in testRangeRubyRuby()
2232 .appendChild( rby5.dup().appendChild( new TextNode("56") ) ) in testRangeRubyRuby()
2233 .appendChild( rby4.dup().appendChild( new TextNode("7") ) ) in testRangeRubyRuby()
2234 .appendChild( new TextNode("89") ); in testRangeRubyRuby()
2249 .appendChild( met2.dup() in testRangeHyperlinkMeta()
2250 .appendChild( new TextNode("1") ) in testRangeHyperlinkMeta()
2251 .appendChild( url1.dup().appendChild( new TextNode("2") ) ) ) in testRangeHyperlinkMeta()
2252 .appendChild( url1.dup().appendChild( new TextNode("34") ) ) in testRangeHyperlinkMeta()
2253 .appendChild( new TextNode("56789") ); in testRangeHyperlinkMeta()
2259 .appendChild( met2.dup() in testRangeHyperlinkMeta()
2260 .appendChild( new TextNode("1") ) in testRangeHyperlinkMeta()
2261 .appendChild( url1.dup().appendChild( new TextNode("2") ) ) ) in testRangeHyperlinkMeta()
2262 .appendChild( url1.dup().appendChild( new TextNode("3") ) ) in testRangeHyperlinkMeta()
2263 .appendChild( met3.dup() in testRangeHyperlinkMeta()
2264 .appendChild( url1.dup().appendChild( new TextNode("4") ) ) in testRangeHyperlinkMeta()
2265 .appendChild( new TextNode("5") ) ) in testRangeHyperlinkMeta()
2266 .appendChild( new TextNode("6789") ); in testRangeHyperlinkMeta()
2272 .appendChild( met2.dup() in testRangeHyperlinkMeta()
2273 .appendChild( new TextNode("1") ) in testRangeHyperlinkMeta()
2274 .appendChild( url1.dup().appendChild( new TextNode("2") ) ) ) in testRangeHyperlinkMeta()
2275 .appendChild( met4.dup() in testRangeHyperlinkMeta()
2276 .appendChild( url1.dup().appendChild( new TextNode("3") ) ) ) in testRangeHyperlinkMeta()
2277 .appendChild( met3.dup() in testRangeHyperlinkMeta()
2278 .appendChild( url1.dup().appendChild( new TextNode("4") ) ) in testRangeHyperlinkMeta()
2279 .appendChild( new TextNode("5") ) ) in testRangeHyperlinkMeta()
2280 .appendChild( new TextNode("6789") ); in testRangeHyperlinkMeta()
2288 .appendChild( met2.dup() in testRangeHyperlinkMeta()
2289 .appendChild( new TextNode("1") ) in testRangeHyperlinkMeta()
2290 .appendChild( url1.dup().appendChild( new TextNode("2") ) ) ) in testRangeHyperlinkMeta()
2291 .appendChild( met4.dup() in testRangeHyperlinkMeta()
2292 .appendChild( url1.dup().appendChild( new TextNode("3") ) ) ) in testRangeHyperlinkMeta()
2293 .appendChild( met3.dup() in testRangeHyperlinkMeta()
2294 .appendChild( url1.dup().appendChild( new TextNode("4") ) ) in testRangeHyperlinkMeta()
2295 .appendChild( new TextNode("5") ) ) in testRangeHyperlinkMeta()
2296 .appendChild( new TextNode("6") ) in testRangeHyperlinkMeta()
2297 .appendChild( url5.dup().appendChild( new TextNode("7") ) ) in testRangeHyperlinkMeta()
2298 .appendChild( met6.dup() in testRangeHyperlinkMeta()
2299 .appendChild( url5.dup().appendChild( new TextNode("8") ) ) ) in testRangeHyperlinkMeta()
2300 .appendChild( url5.dup().appendChild( new TextNode("9") ) ); in testRangeHyperlinkMeta()
2315 .appendChild( met2.dup() in testRangeRubyMeta()
2316 .appendChild( new TextNode("1") ) in testRangeRubyMeta()
2317 .appendChild( rby1.dup().appendChild( new TextNode("2") ) ) ) in testRangeRubyMeta()
2318 .appendChild( rby1.dup().appendChild( new TextNode("34") ) ) in testRangeRubyMeta()
2319 .appendChild( new TextNode("56789") ); in testRangeRubyMeta()
2325 .appendChild( met2.dup() in testRangeRubyMeta()
2326 .appendChild( new TextNode("1") ) in testRangeRubyMeta()
2327 .appendChild( rby1.dup().appendChild( new TextNode("2") ) ) ) in testRangeRubyMeta()
2328 .appendChild( rby1.dup().appendChild( new TextNode("3") ) ) in testRangeRubyMeta()
2329 .appendChild( met3.dup() in testRangeRubyMeta()
2330 .appendChild( rby1.dup().appendChild( new TextNode("4") ) ) in testRangeRubyMeta()
2331 .appendChild( new TextNode("5") ) ) in testRangeRubyMeta()
2332 .appendChild( new TextNode("6789") ); in testRangeRubyMeta()
2338 .appendChild( met2.dup() in testRangeRubyMeta()
2339 .appendChild( new TextNode("1") ) in testRangeRubyMeta()
2340 .appendChild( rby1.dup().appendChild( new TextNode("2") ) ) ) in testRangeRubyMeta()
2341 .appendChild( met4.dup() in testRangeRubyMeta()
2342 .appendChild( rby1.dup().appendChild( new TextNode("3") ) ) ) in testRangeRubyMeta()
2343 .appendChild( met3.dup() in testRangeRubyMeta()
2344 .appendChild( rby1.dup().appendChild( new TextNode("4") ) ) in testRangeRubyMeta()
2345 .appendChild( new TextNode("5") ) ) in testRangeRubyMeta()
2346 .appendChild( new TextNode("6789") ); in testRangeRubyMeta()
2354 .appendChild( met2.dup() in testRangeRubyMeta()
2355 .appendChild( new TextNode("1") ) in testRangeRubyMeta()
2356 .appendChild( rby1.dup().appendChild( new TextNode("2") ) ) ) in testRangeRubyMeta()
2357 .appendChild( met4.dup() in testRangeRubyMeta()
2358 .appendChild( rby1.dup().appendChild( new TextNode("3") ) ) ) in testRangeRubyMeta()
2359 .appendChild( met3.dup() in testRangeRubyMeta()
2360 .appendChild( rby1.dup().appendChild( new TextNode("4") ) ) in testRangeRubyMeta()
2361 .appendChild( new TextNode("5") ) ) in testRangeRubyMeta()
2362 .appendChild( new TextNode("6") ) in testRangeRubyMeta()
2363 .appendChild( rby5.dup() in testRangeRubyMeta()
2364 .appendChild( new TextNode("7") ) in testRangeRubyMeta()
2365 .appendChild( met6.dup() in testRangeRubyMeta()
2366 .appendChild( new TextNode("8") ) ) in testRangeRubyMeta()
2367 .appendChild( new TextNode("9") ) ); in testRangeRubyMeta()
2382 .appendChild( url2.dup().appendChild( new TextNode("1") ) ) in testRangeMetaHyperlink()
2383 .appendChild( met1.dup() in testRangeMetaHyperlink()
2384 .appendChild( url2.dup().appendChild( new TextNode("23") ) ) in testRangeMetaHyperlink()
2385 .appendChild( new TextNode("456") ) ) in testRangeMetaHyperlink()
2386 .appendChild( new TextNode("789") ); in testRangeMetaHyperlink()
2392 .appendChild( url2.dup().appendChild( new TextNode("1") ) ) in testRangeMetaHyperlink()
2393 .appendChild( met1.dup() in testRangeMetaHyperlink()
2394 .appendChild( url2.dup().appendChild( new TextNode("23") ) ) in testRangeMetaHyperlink()
2395 .appendChild( new TextNode("45") ) in testRangeMetaHyperlink()
2396 .appendChild( url3.dup().appendChild( new TextNode("6") ) ) ) in testRangeMetaHyperlink()
2397 .appendChild( url3.dup().appendChild( new TextNode("7") ) ) in testRangeMetaHyperlink()
2398 .appendChild( new TextNode("89") ); in testRangeMetaHyperlink()
2404 .appendChild( url2.dup().appendChild( new TextNode("1") ) ) in testRangeMetaHyperlink()
2405 .appendChild( met1.dup() in testRangeMetaHyperlink()
2406 .appendChild( url4.dup() in testRangeMetaHyperlink()
2407 .appendChild( new TextNode("23456") ) ) ) in testRangeMetaHyperlink()
2408 .appendChild( url4.dup().appendChild( new TextNode("78") ) ) in testRangeMetaHyperlink()
2409 .appendChild( new TextNode("9") ); in testRangeMetaHyperlink()
2415 .appendChild( url2.dup().appendChild( new TextNode("1") ) ) in testRangeMetaHyperlink()
2416 .appendChild( met1.dup() in testRangeMetaHyperlink()
2417 .appendChild( url4.dup() in testRangeMetaHyperlink()
2418 .appendChild( new TextNode("23") ) ) in testRangeMetaHyperlink()
2419 .appendChild( url5.dup() in testRangeMetaHyperlink()
2420 .appendChild( new TextNode("45") ) ) in testRangeMetaHyperlink()
2421 .appendChild( url4.dup() in testRangeMetaHyperlink()
2422 .appendChild( new TextNode("6") ) ) ) in testRangeMetaHyperlink()
2423 .appendChild( url4.dup().appendChild( new TextNode("78") ) ) in testRangeMetaHyperlink()
2424 .appendChild( new TextNode("9") ); in testRangeMetaHyperlink()
2439 .appendChild( rby2.dup().appendChild( new TextNode("1") ) ) in testRangeMetaRuby()
2440 .appendChild( met1.dup() in testRangeMetaRuby()
2441 .appendChild( rby2.dup().appendChild( new TextNode("2") ) ) in testRangeMetaRuby()
2442 .appendChild( new TextNode("345") ) ) in testRangeMetaRuby()
2443 .appendChild( new TextNode("6789") ); in testRangeMetaRuby()
2449 .appendChild( rby2.dup().appendChild( new TextNode("1") ) ) in testRangeMetaRuby()
2450 .appendChild( met1.dup() in testRangeMetaRuby()
2451 .appendChild( rby2.dup().appendChild( new TextNode("2") ) ) in testRangeMetaRuby()
2452 .appendChild( new TextNode("34") ) in testRangeMetaRuby()
2453 .appendChild( rby3.dup().appendChild( new TextNode("5") ) ) ) in testRangeMetaRuby()
2454 .appendChild( rby3.dup().appendChild( new TextNode("6") ) ) in testRangeMetaRuby()
2455 .appendChild( new TextNode("789") ); in testRangeMetaRuby()
2461 .appendChild( rby2.dup().appendChild( new TextNode("1") ) ) in testRangeMetaRuby()
2462 .appendChild( rby4.dup() in testRangeMetaRuby()
2463 .appendChild( met1.dup() in testRangeMetaRuby()
2464 .appendChild( new TextNode("2345") ) ) in testRangeMetaRuby()
2465 .appendChild( new TextNode("6") ) ) in testRangeMetaRuby()
2466 .appendChild( new TextNode("789") ); in testRangeMetaRuby()
2474 .appendChild( rby2.dup().appendChild( new TextNode("1") ) ) in testRangeMetaRuby()
2475 .appendChild( rby4.dup() in testRangeMetaRuby()
2476 .appendChild( met1.dup() in testRangeMetaRuby()
2477 .appendChild( new TextNode("2345") ) ) in testRangeMetaRuby()
2478 .appendChild( new TextNode("6") ) ) in testRangeMetaRuby()
2479 .appendChild( met5.dup() in testRangeMetaRuby()
2480 .appendChild( new TextNode("7") ) in testRangeMetaRuby()
2481 .appendChild( rby6.dup() in testRangeMetaRuby()
2482 .appendChild( new TextNode("8") ) ) ) in testRangeMetaRuby()
2483 .appendChild( new TextNode("9") ); in testRangeMetaRuby()
2489 .appendChild( rby2.dup().appendChild( new TextNode("1") ) ) in testRangeMetaRuby()
2490 .appendChild( rby4.dup() in testRangeMetaRuby()
2491 .appendChild( met1.dup() in testRangeMetaRuby()
2492 .appendChild( new TextNode("2345") ) ) in testRangeMetaRuby()
2493 .appendChild( new TextNode("6") ) ) in testRangeMetaRuby()
2494 .appendChild( met5.dup() in testRangeMetaRuby()
2495 .appendChild( rby7.dup() in testRangeMetaRuby()
2496 .appendChild( new TextNode("7") ) ) in testRangeMetaRuby()
2497 .appendChild( rby6.dup() in testRangeMetaRuby()
2498 .appendChild( new TextNode("8") ) ) ) in testRangeMetaRuby()
2499 .appendChild( new TextNode("9") ); in testRangeMetaRuby()
2505 .appendChild( rby2.dup().appendChild( new TextNode("1") ) ) in testRangeMetaRuby()
2506 .appendChild( rby4.dup() in testRangeMetaRuby()
2507 .appendChild( met1.dup() in testRangeMetaRuby()
2508 .appendChild( new TextNode("2345") ) ) in testRangeMetaRuby()
2509 .appendChild( new TextNode("6") ) ) in testRangeMetaRuby()
2510 .appendChild( rby8.dup() in testRangeMetaRuby()
2511 .appendChild( met5.dup() in testRangeMetaRuby()
2512 .appendChild( new TextNode("78") ) ) ) in testRangeMetaRuby()
2513 .appendChild( new TextNode("9") ); in testRangeMetaRuby()
2531 .appendChild( new TextNode("123") ) in testRangeMetaMeta()
2532 .appendChild( met1.dup().appendChild( new TextNode("456") ) ) in testRangeMetaMeta()
2533 .appendChild( new TextNode("789") ); in testRangeMetaMeta()
2542 .appendChild( new TextNode("123") ) in testRangeMetaMeta()
2543 .appendChild( met1.dup().appendChild( new TextNode("456") ) ) in testRangeMetaMeta()
2544 .appendChild( new TextNode("789") ); in testRangeMetaMeta()
2550 .appendChild( new TextNode("123") ) in testRangeMetaMeta()
2551 .appendChild( met4.dup() in testRangeMetaMeta()
2552 .appendChild( met1.dup().appendChild( new TextNode("456") ) ) ) in testRangeMetaMeta()
2553 .appendChild( new TextNode("789") ); in testRangeMetaMeta()
2559 .appendChild( new TextNode("123") ) in testRangeMetaMeta()
2560 .appendChild( met4.dup() in testRangeMetaMeta()
2561 .appendChild( met1.dup() in testRangeMetaMeta()
2562 .appendChild( new TextNode("4") ) in testRangeMetaMeta()
2563 .appendChild( met5.dup() in testRangeMetaMeta()
2564 .appendChild( new TextNode("56") ) ) ) ) in testRangeMetaMeta()
2565 .appendChild( new TextNode("789") ); in testRangeMetaMeta()
2581 .appendChild( new TextNode("1") ) in testRange2()
2582 .appendChild( met1.dup() in testRange2()
2583 .appendChild( new TextNode("2") ) in testRange2()
2584 .appendChild( met2.dup() in testRange2()
2585 .appendChild( new TextNode("3") ) in testRange2()
2586 .appendChild( met3.dup() in testRange2()
2587 .appendChild( new TextNode("456") ) ) in testRange2()
2588 .appendChild( new TextNode("7") ) ) in testRange2()
2589 .appendChild( new TextNode("8") ) ) in testRange2()
2590 .appendChild( new TextNode("9") ); in testRange2()
2596 .appendChild( rby4.dup() in testRange2()
2597 .appendChild( new TextNode("1") ) ) in testRange2()
2598 .appendChild( met1.dup() in testRange2()
2599 .appendChild( rby4.dup() in testRange2()
2600 .appendChild( new TextNode("2") ) ) in testRange2()
2601 .appendChild( met2.dup() in testRange2()
2602 .appendChild( rby4.dup() in testRange2()
2603 .appendChild( new TextNode("3") ) ) in testRange2()
2604 .appendChild( met3.dup() in testRange2()
2605 .appendChild( rby4.dup() in testRange2()
2606 .appendChild( new TextNode("4") ) ) in testRange2()
2607 .appendChild( new TextNode("56") ) ) in testRange2()
2608 .appendChild( new TextNode("7") ) ) in testRange2()
2609 .appendChild( new TextNode("8") ) ) in testRange2()
2610 .appendChild( new TextNode("9") ); in testRange2()
2616 .appendChild( rby4.dup() in testRange2()
2617 .appendChild( new TextNode("1") ) ) in testRange2()
2618 .appendChild( met1.dup() in testRange2()
2619 .appendChild( rby4.dup() in testRange2()
2620 .appendChild( new TextNode("2") ) ) in testRange2()
2621 .appendChild( met2.dup() in testRange2()
2622 .appendChild( rby4.dup() in testRange2()
2623 .appendChild( new TextNode("3") ) ) in testRange2()
2624 .appendChild( met3.dup() in testRange2()
2625 .appendChild( rby4.dup() in testRange2()
2626 .appendChild( new TextNode("4") ) ) in testRange2()
2627 .appendChild( new TextNode("5") ) in testRange2()
2628 .appendChild( rby5.dup() in testRange2()
2629 .appendChild( new TextNode("6") ) ) ) in testRange2()
2630 .appendChild( rby5.dup() in testRange2()
2631 .appendChild( new TextNode("7") ) ) ) in testRange2()
2632 .appendChild( rby5.dup() in testRange2()
2633 .appendChild( new TextNode("8") ) ) ) in testRange2()
2634 .appendChild( rby5.dup() in testRange2()
2635 .appendChild( new TextNode("9") ) ); in testRange2()
2649 .appendChild( rby1.dup() in testRange3()
2650 .appendChild( new TextNode("12") ) in testRange3()
2651 .appendChild( met2.dup() in testRange3()
2652 .appendChild( new TextNode("34567") ) ) in testRange3()
2653 .appendChild( new TextNode("89") ) ); in testRange3()
2659 .appendChild( rby1.dup() in testRange3()
2660 .appendChild( new TextNode("12") ) ) in testRange3()
2661 .appendChild( met2.dup() in testRange3()
2662 .appendChild( rby1.dup() in testRange3()
2663 .appendChild( new TextNode("34") ) ) in testRange3()
2664 .appendChild( rby3.dup() in testRange3()
2665 .appendChild( new TextNode("5") ) ) in testRange3()
2666 .appendChild( rby1.dup() in testRange3()
2667 .appendChild( new TextNode("67") ) ) ) in testRange3()
2668 .appendChild( rby1.dup() in testRange3()
2669 .appendChild( new TextNode("89") ) ); in testRange3()
2687 .appendChild( rby1.dup() in testRange4()
2688 .appendChild( new TextNode("1") ) in testRange4()
2689 .appendChild( met2.dup() in testRange4()
2690 .appendChild( new TextNode("2") ) in testRange4()
2691 .appendChild( met3.dup() in testRange4()
2692 .appendChild( new TextNode("3") ) in testRange4()
2693 .appendChild( met4.dup() in testRange4()
2694 .appendChild( new TextNode("456") ) ) in testRange4()
2695 .appendChild( new TextNode("7") ) ) in testRange4()
2696 .appendChild( new TextNode("8") ) ) in testRange4()
2697 .appendChild( new TextNode("9") ) ); in testRange4()
2703 .appendChild( rby1.dup() in testRange4()
2704 .appendChild( new TextNode("1") ) ) in testRange4()
2705 .appendChild( met2.dup() in testRange4()
2706 .appendChild( rby1.dup() in testRange4()
2707 .appendChild( new TextNode("2") ) ) in testRange4()
2708 .appendChild( met3.dup() in testRange4()
2709 .appendChild( rby1.dup() in testRange4()
2710 .appendChild( new TextNode("3") ) ) in testRange4()
2711 .appendChild( met4.dup() in testRange4()
2712 .appendChild( rby1.dup() in testRange4()
2713 .appendChild( new TextNode("4") ) ) in testRange4()
2714 .appendChild( rby5.dup() in testRange4()
2715 .appendChild( new TextNode("5") ) ) in testRange4()
2716 .appendChild( rby1.dup() in testRange4()
2717 .appendChild( new TextNode("6") ) ) ) in testRange4()
2718 .appendChild( rby1.dup() in testRange4()
2719 .appendChild( new TextNode("7") ) ) ) in testRange4()
2720 .appendChild( rby1.dup() in testRange4()
2721 .appendChild( new TextNode("8") ) ) ) in testRange4()
2722 .appendChild( rby1.dup() in testRange4()
2723 .appendChild( new TextNode("9") ) ); in testRange4()
2741 .appendChild( rby1.dup() in testRange5()
2742 .appendChild( new TextNode("1") ) in testRange5()
2743 .appendChild( met2.dup().appendChild( new TextNode("23") ) ) in testRange5()
2744 .appendChild( new TextNode("4") ) in testRange5()
2745 .appendChild( met3.dup().appendChild( new TextNode("5") ) ) in testRange5()
2746 .appendChild( new TextNode("6") ) in testRange5()
2747 .appendChild( met4.dup().appendChild( new TextNode("78") ) ) in testRange5()
2748 .appendChild( new TextNode("9") ) ); in testRange5()
2754 .appendChild( rby1.dup() in testRange5()
2755 .appendChild( new TextNode("1") ) ) in testRange5()
2756 .appendChild( met2.dup() in testRange5()
2757 .appendChild( rby1.dup() in testRange5()
2758 .appendChild( new TextNode("2") ) ) in testRange5()
2759 .appendChild( rby5.dup() in testRange5()
2760 .appendChild( new TextNode("3") ) ) ) in testRange5()
2761 .appendChild( rby5.dup() in testRange5()
2762 .appendChild( new TextNode("4") ) in testRange5()
2763 .appendChild( met3.dup() in testRange5()
2764 .appendChild( new TextNode("5") ) ) in testRange5()
2765 .appendChild( new TextNode("6") ) ) in testRange5()
2766 .appendChild( met4.dup() in testRange5()
2767 .appendChild( rby5.dup() in testRange5()
2768 .appendChild( new TextNode("7") ) ) in testRange5()
2769 .appendChild( rby1.dup() in testRange5()
2770 .appendChild( new TextNode("8") ) ) ) in testRange5()
2771 .appendChild( rby1.dup() in testRange5()
2772 .appendChild( new TextNode("9") ) ); in testRange5()
2788 .appendChild( new TextNode("1") ) in testRange6()
2789 .appendChild( met1.dup() in testRange6()
2790 .appendChild( new TextNode("2") ) in testRange6()
2791 .appendChild( met2.dup() in testRange6()
2792 .appendChild( new TextNode("3") ) in testRange6()
2793 .appendChild( met3.dup() in testRange6()
2794 .appendChild( new TextNode("45") ) ) ) ) in testRange6()
2795 .appendChild( new TextNode("6789") ); in testRange6()
2801 .appendChild( new TextNode("1") ) in testRange6()
2802 .appendChild( met1.dup() in testRange6()
2803 .appendChild( new TextNode("2") ) in testRange6()
2804 .appendChild( met2.dup() in testRange6()
2805 .appendChild( new TextNode("3") ) in testRange6()
2806 .appendChild( met3.dup() in testRange6()
2807 .appendChild( new TextNode("4") ) in testRange6()
2808 .appendChild( rby4.dup() in testRange6()
2809 .appendChild( new TextNode("5") ) ) ) ) ) in testRange6()
2810 .appendChild( rby4.dup() in testRange6()
2811 .appendChild( new TextNode("67") ) ) in testRange6()
2812 .appendChild( new TextNode("89") ); in testRange6()
2826 .appendChild( new TextNode("1") ) in testRange7()
2827 .appendChild( url1.dup() in testRange7()
2828 .appendChild( new TextNode("23") ) ) in testRange7()
2829 .appendChild( met2.dup() in testRange7()
2830 .appendChild( url1.dup() in testRange7()
2831 .appendChild( new TextNode("45") ) ) ) in testRange7()
2832 .appendChild( new TextNode("6789") ); in testRange7()
2839 .appendChild( new TextNode("1") ) in testRange7()
2840 .appendChild( url1.dup() in testRange7()
2841 .appendChild( new TextNode("23") ) ) in testRange7()
2842 .appendChild( met2.dup() in testRange7()
2843 .appendChild( url1.dup() in testRange7()
2844 .appendChild( new TextNode("4") ) ) in testRange7()
2845 .appendChild( rby3.dup() in testRange7()
2846 .appendChild( url1.dup() in testRange7()
2847 .appendChild( new TextNode("5") ) ) ) ) in testRange7()
2848 .appendChild( rby3.dup() in testRange7()
2849 .appendChild( new TextNode("67") ) ) in testRange7()
2850 .appendChild( new TextNode("89") ); in testRange7()
2872 .appendChild( meta1.dup() in testMetaXChild()
2873 .appendChild( new TextNode("1") ) ) in testMetaXChild()
2874 .appendChild( new TextNode("2") ) in testMetaXChild()
2875 .appendChild( meta2.dup() in testMetaXChild()
2876 .appendChild( meta3.dup() in testMetaXChild()
2877 .appendChild( new TextNode("34") ) in testMetaXChild()
2878 .appendChild( meta4.dup() in testMetaXChild()
2879 .appendChild( new TextNode("56") ) ) in testMetaXChild()
2880 .appendChild( meta5.dup() ) in testMetaXChild()
2881 .appendChild( new TextNode("7") ) ) ) in testMetaXChild()
2882 .appendChild( new TextNode("8") ) in testMetaXChild()
2883 .appendChild( meta6.dup() in testMetaXChild()
2884 .appendChild( new TextNode("9") ) ); in testMetaXChild()
3120 .appendChild( new TextNode("12") ) in testMetaXText()
3121 .appendChild( meta.dup() in testMetaXText()
3122 .appendChild( field1.dup() ) in testMetaXText()
3123 .appendChild( new TextNode("45") ) ) in testMetaXText()
3124 .appendChild( new TextNode("6789") ); in testMetaXText()
3130 .appendChild( new TextNode("12") ) in testMetaXText()
3131 .appendChild( meta.dup() in testMetaXText()
3132 .appendChild( field1.dup() ) in testMetaXText()
3133 .appendChild( new TextNode("45") ) in testMetaXText()
3134 .appendChild( field2.dup() ) ) in testMetaXText()
3135 .appendChild( new TextNode("6789") ); in testMetaXText()
3496 .appendChild( new TextNode("12") ) in doMetaXTextAttach()
3497 .appendChild( met1.dup() in doMetaXTextAttach()
3498 .appendChild( nod1.dup() ) in doMetaXTextAttach()
3499 .appendChild( new TextNode("AB") ) in doMetaXTextAttach()
3500 .appendChild( nod2.dup() ) ) in doMetaXTextAttach()
3501 .appendChild( new TextNode("6789") ); in doMetaXTextAttach()
3526 .appendChild( new TextNode("12") ) in doMetaXTextAttach()
3527 .appendChild( met1.dup() in doMetaXTextAttach()
3528 .appendChild( nod1.dup() ) in doMetaXTextAttach()
3529 .appendChild( new TextNode("AB") ) in doMetaXTextAttach()
3530 .appendChild( nod2.dup() ) ) in doMetaXTextAttach()
3531 .appendChild( new TextNode("6789") ); in doMetaXTextAttach()
3559 .appendChild( new TextNode("12") ) in doMetaXTextAttach()
3560 .appendChild( met1.dup() in doMetaXTextAttach()
3561 .appendChild( nod1.dup() ) in doMetaXTextAttach()
3562 .appendChild( new TextNode("AB") ) in doMetaXTextAttach()
3563 .appendChild( nod2.dup() ) ) in doMetaXTextAttach()
3564 .appendChild( new TextNode("6789") ); in doMetaXTextAttach()
3588 .appendChild( new TextNode("12") ) in doMetaXTextAttach()
3589 .appendChild( met1.dup() in doMetaXTextAttach()
3590 .appendChild( nod1.dup() ) in doMetaXTextAttach()
3591 .appendChild( new TextNode("AB") ) in doMetaXTextAttach()
3592 .appendChild( nod2.dup() ) ) in doMetaXTextAttach()
3593 .appendChild( new TextNode("6789") ); in doMetaXTextAttach()
3620 .appendChild( new TextNode("12") ) in doMetaXTextAttach()
3621 .appendChild( met1.dup() in doMetaXTextAttach()
3622 .appendChild( nod1.dup() ) in doMetaXTextAttach()
3623 .appendChild( new TextNode("AB") ) in doMetaXTextAttach()
3624 .appendChild( nod2.dup() ) ) in doMetaXTextAttach()
3625 .appendChild( new TextNode("6789") ); in doMetaXTextAttach()
3646 .appendChild( new TextNode("12") ) in doMetaXTextAttach()
3647 .appendChild( met1.dup() in doMetaXTextAttach()
3648 .appendChild( nod1.dup() ) in doMetaXTextAttach()
3649 .appendChild( new TextNode("AB") ) in doMetaXTextAttach()
3650 .appendChild( nod2.dup() ) ) in doMetaXTextAttach()
3651 .appendChild( new TextNode("6789") ); in doMetaXTextAttach()
3676 .appendChild( new TextNode("12") ) in doMetaXTextAttach()
3677 .appendChild( met1.dup() in doMetaXTextAttach()
3678 .appendChild( nod1.dup() ) in doMetaXTextAttach()
3679 .appendChild( new TextNode("AB") ) in doMetaXTextAttach()
3680 .appendChild( nod2.dup() ) ) in doMetaXTextAttach()
3681 .appendChild( new TextNode("6789") ); in doMetaXTextAttach()
3829 .appendChild( new RubyNode("ruby1") in checkLoadMeta()
3830 .appendChild( new TextNode("1") ) ) in checkLoadMeta()
3831 .appendChild( new MetaNode(mkId_("id1")) in checkLoadMeta()
3832 .appendChild( new TextNode("2") ) ) in checkLoadMeta()
3833 .appendChild( new MetaFieldNode(mkId_("id2")) in checkLoadMeta()
3834 .appendChild( new TextNode("3") ) ) in checkLoadMeta()
3835 .appendChild( new RubyNode("ruby2") in checkLoadMeta()
3836 .appendChild( new MetaNode(mkId_("id3")) in checkLoadMeta()
3837 .appendChild( new TextNode("4") ) ) ) in checkLoadMeta()
3838 .appendChild( new RubyNode("ruby3") in checkLoadMeta()
3839 .appendChild( new MetaFieldNode(mkId_("id4")) in checkLoadMeta()
3840 .appendChild( new TextNode("5") ) ) ) in checkLoadMeta()
3841 .appendChild( new MetaNode(mkId_("id5")) in checkLoadMeta()
3842 .appendChild( new RubyNode("ruby4") in checkLoadMeta()
3843 .appendChild( new TextNode("6") ) ) ) in checkLoadMeta()
3844 .appendChild( new MetaFieldNode(mkId_("id6")) in checkLoadMeta()
3845 .appendChild( new RubyNode("ruby5") in checkLoadMeta()
3846 .appendChild( new TextNode("7") ) ) ) in checkLoadMeta()
3847 .appendChild( new MetaNode(mkId_("id7")) in checkLoadMeta()
3848 .appendChild( new MetaNode(mkId_("id8")) in checkLoadMeta()
3849 .appendChild( new TextNode("8") ) ) ) in checkLoadMeta()
3850 .appendChild( new MetaNode(mkId_("id9")) in checkLoadMeta()
3851 .appendChild( new MetaFieldNode(mkId_("id10")) in checkLoadMeta()
3852 .appendChild( new TextNode("9") ) ) ) in checkLoadMeta()
3853 .appendChild( new MetaFieldNode(mkId_("id11")) in checkLoadMeta()
3854 .appendChild( new MetaNode(mkId_("id12")) in checkLoadMeta()
3855 .appendChild( new TextNode("10") ) ) ) in checkLoadMeta()
3856 .appendChild( new MetaFieldNode(mkId_("id13")) in checkLoadMeta()
3857 .appendChild( new MetaFieldNode(mkId_("id14")) in checkLoadMeta()
3858 .appendChild( new TextNode("11") ) ) ) in checkLoadMeta()
3859 .appendChild( new MetaNode(mkId_("id15")) in checkLoadMeta()
3860 .appendChild( new RubyNode("ruby6") in checkLoadMeta()
3861 .appendChild( new MetaFieldNode(mkId_("id16")) in checkLoadMeta()
3862 .appendChild( new TextNode("12") ) ) ) ) in checkLoadMeta()
3863 .appendChild( new MetaNode(mkId_("")) { in checkLoadMeta()
3867 .appendChild( new TextNode("13") ) ) in checkLoadMeta()
3868 .appendChild( new TextNode(" X X ") ); in checkLoadMeta()