Lines Matching refs:TextNode
247 class TextNode extends ContentNode class
249 TextNode dup() { return new TextNode(getContent()); } in dup()
250 TextNode(String content) { super(content); } in TextNode() method in TextNode
253 return (other instanceof TextNode) && super.equals((ContentNode) other); in equals()
488 if (!((node instanceof TextNode) // spurious empty text? in traverse()
489 && ((TextNode) node).getContent().length() == 0)) { in traverse()
577 if ((node instanceof TextNode) && in testBuffer()
578 ((TextNode) node).getContent().length() == 0) { in testBuffer()
647 node = new TextNode(text); in convertChildren()
1121 TextNode text = (TextNode) node; in insertChildren()
1211 TextNode text = (TextNode) node; in insertNode()
1270 TreeNode text = new TextNode("abc"); in testText()
1298 TreeNode text = new TextNode("abc"); in testSoftPageBreak()
1338 TreeNode text = new TextNode("abc"); in testBookmarkPoint()
1349 TreeNode text = new TextNode("abc"); in testBookmark()
1363 TreeNode text = new TextNode("abc"); in testBookmarkPointXmlId()
1375 TreeNode text = new TextNode("abc"); in testBookmarkXmlId()
1388 TreeNode text = new TextNode("abc"); in testRefmarkPoint()
1399 TreeNode text = new TextNode("abc"); in testRefmark()
1412 TreeNode text = new TextNode("abc"); in testToxmarkPoint()
1423 TreeNode text = new TextNode("abc"); in testToxmark()
1436 TreeNode text = new TextNode("abc"); in testHyperlink()
1447 TreeNode text = new TextNode(""); in testHyperlinkEmpty()
1458 TreeNode text = new TextNode("abc"); in testRuby()
1479 TreeNode text = new TextNode("abc"); in testMeta()
1480 root.appendChild(new TextNode("123")); in testMeta()
1502 TreeNode text = new TextNode("abc"); in testMetaField()
1503 root.appendChild(new TextNode("123")); in testMetaField()
1529 root.appendChild( new TextNode("abc") ); in testBookmark1()
1531 root.appendChild( new TextNode("de") ); in testBookmark1()
1543 root.appendChild( new TextNode("abc") ); in testBookmark2()
1547 root.appendChild( new TextNode("de") ); in testBookmark2()
1557 root.appendChild( new TextNode("abc") ); in testRefMark2()
1560 root.appendChild( new TextNode("de") ); in testRefMark2()
1582 root.appendChild( new TextNode("abc") ); in testRefMark3()
1590 root.appendChild( new TextNode("de") ); in testRefMark3()
1599 root.appendChild( new TextNode("abc") ); in testToxMark2()
1601 root.appendChild( new TextNode("de") ); in testToxMark2()
1623 root.appendChild( new TextNode("abc") ); in testToxMark3()
1631 root.appendChild( new TextNode("de") ); in testToxMark3()
1645 root.appendChild( new TextNode("abc") ); in testMarks1()
1648 root.appendChild( new TextNode("de") ); in testMarks1()
1665 root.appendChild( new TextNode("abc") ); in testMarks2()
1670 root.appendChild( new TextNode("de") ); in testMarks2()
1688 root.appendChild( new TextNode("abc") ); in testMarks3()
1692 root.appendChild( new TextNode("de") ); in testMarks3()
1704 root.appendChild( new TextNode("abc") ); in testFrameMark1()
1706 root.appendChild( new TextNode("de") ); in testFrameMark1()
1717 root.appendChild( new TextNode("abc") ); in testFrameMark2()
1719 root.appendChild( new TextNode("de") ); in testFrameMark2()
1729 root.appendChild( new TextNode("abc") ); in testFrameMark3()
1731 root.appendChild( new TextNode("de") ); in testFrameMark3()
1741 root.appendChild( new TextNode("abc") ); in testFrameMark4()
1743 root.appendChild( new TextNode("de") ); in testFrameMark4()
1815 href.appendChild( new TextNode("abc") ); in testRubyHyperlink1()
1828 ruby.appendChild( new TextNode("abc") ); in testRubyHyperlink2()
1840 root.appendChild( new TextNode("abc") ); in testEnd1()
1855 root.appendChild( new TextNode("abc") ); in testEnd2()
1869 root.appendChild( new TextNode("abc") ); in testEnd3()
1881 root.appendChild( new TextNode("abc") ); in testEnd4()
1893 root.appendChild( new TextNode("abc") ); in testEnd5()
1978 root.appendChild( new TextNode("abc") ); in test1()
1980 ruby.appendChild( new TextNode("de") ); in test1()
1984 root.appendChild( new TextNode("fg") ); in test1()
1999 TreeNode text = new TextNode("12345"); in testRange1()
2013 TreeNode text = new TextNode("123456789"); in testRangeHyperlinkHyperlink()
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()
2072 TreeNode text = new TextNode("123456789"); 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()
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()
2095 .appendChild( url1.dup().appendChild( new TextNode("4") ) ) in testRangeHyperlinkRuby()
2096 .appendChild( new TextNode("5") ) ) in testRangeHyperlinkRuby()
2097 .appendChild( new TextNode("6789") ); in testRangeHyperlinkRuby()
2104 .appendChild( new TextNode("1") ) in testRangeHyperlinkRuby()
2105 .appendChild( url1.dup().appendChild( new TextNode("2") ) ) ) in testRangeHyperlinkRuby()
2107 .appendChild( url1.dup().appendChild( new TextNode("3") ) ) ) 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()
2120 .appendChild( new TextNode("1") ) in testRangeHyperlinkRuby()
2121 .appendChild( url1.dup().appendChild( new TextNode("2") ) ) ) in testRangeHyperlinkRuby()
2123 .appendChild( url1.dup().appendChild( new TextNode("3") ) ) ) 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()
2130 .appendChild( url5.dup().appendChild( new TextNode("8") ) ) ) in testRangeHyperlinkRuby()
2131 .appendChild( url5.dup().appendChild( new TextNode("9") ) ); in testRangeHyperlinkRuby()
2138 TreeNode text = new TextNode("123456789"); in testRangeRubyHyperlink()
2146 .appendChild( url2.dup().appendChild( new TextNode("1") ) ) 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()
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()
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()
2182 .appendChild( new TextNode("23") ) ) in testRangeRubyHyperlink()
2184 .appendChild( new TextNode("45") ) ) 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()
2195 TreeNode text = new TextNode("123456789"); in testRangeRubyRuby()
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()
2241 TreeNode text = new TextNode("123456789"); 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()
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()
2264 .appendChild( url1.dup().appendChild( new TextNode("4") ) ) in testRangeHyperlinkMeta()
2265 .appendChild( new TextNode("5") ) ) in testRangeHyperlinkMeta()
2266 .appendChild( new TextNode("6789") ); in testRangeHyperlinkMeta()
2273 .appendChild( new TextNode("1") ) in testRangeHyperlinkMeta()
2274 .appendChild( url1.dup().appendChild( new TextNode("2") ) ) ) in testRangeHyperlinkMeta()
2276 .appendChild( url1.dup().appendChild( new TextNode("3") ) ) ) 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()
2289 .appendChild( new TextNode("1") ) in testRangeHyperlinkMeta()
2290 .appendChild( url1.dup().appendChild( new TextNode("2") ) ) ) in testRangeHyperlinkMeta()
2292 .appendChild( url1.dup().appendChild( new TextNode("3") ) ) ) 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()
2299 .appendChild( url5.dup().appendChild( new TextNode("8") ) ) ) in testRangeHyperlinkMeta()
2300 .appendChild( url5.dup().appendChild( new TextNode("9") ) ); in testRangeHyperlinkMeta()
2307 TreeNode text = new TextNode("123456789"); 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()
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()
2330 .appendChild( rby1.dup().appendChild( new TextNode("4") ) ) in testRangeRubyMeta()
2331 .appendChild( new TextNode("5") ) ) in testRangeRubyMeta()
2332 .appendChild( new TextNode("6789") ); in testRangeRubyMeta()
2339 .appendChild( new TextNode("1") ) in testRangeRubyMeta()
2340 .appendChild( rby1.dup().appendChild( new TextNode("2") ) ) ) in testRangeRubyMeta()
2342 .appendChild( rby1.dup().appendChild( new TextNode("3") ) ) ) 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()
2355 .appendChild( new TextNode("1") ) in testRangeRubyMeta()
2356 .appendChild( rby1.dup().appendChild( new TextNode("2") ) ) ) in testRangeRubyMeta()
2358 .appendChild( rby1.dup().appendChild( new TextNode("3") ) ) ) 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()
2364 .appendChild( new TextNode("7") ) in testRangeRubyMeta()
2366 .appendChild( new TextNode("8") ) ) in testRangeRubyMeta()
2367 .appendChild( new TextNode("9") ) ); in testRangeRubyMeta()
2374 TreeNode text = new TextNode("123456789"); in testRangeMetaHyperlink()
2382 .appendChild( url2.dup().appendChild( new TextNode("1") ) ) 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()
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()
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()
2418 .appendChild( new TextNode("23") ) ) in testRangeMetaHyperlink()
2420 .appendChild( new TextNode("45") ) ) 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()
2431 TreeNode text = new TextNode("123456789"); in testRangeMetaRuby()
2439 .appendChild( rby2.dup().appendChild( new TextNode("1") ) ) 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()
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()
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()
2477 .appendChild( new TextNode("2345") ) ) in testRangeMetaRuby()
2478 .appendChild( new TextNode("6") ) ) in testRangeMetaRuby()
2480 .appendChild( new TextNode("7") ) 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()
2492 .appendChild( new TextNode("2345") ) ) in testRangeMetaRuby()
2493 .appendChild( new TextNode("6") ) ) in testRangeMetaRuby()
2496 .appendChild( new TextNode("7") ) ) 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()
2508 .appendChild( new TextNode("2345") ) ) in testRangeMetaRuby()
2509 .appendChild( new TextNode("6") ) ) in testRangeMetaRuby()
2512 .appendChild( new TextNode("78") ) ) ) in testRangeMetaRuby()
2513 .appendChild( new TextNode("9") ); in testRangeMetaRuby()
2520 TreeNode text = new TextNode("123456789"); in testRangeMetaMeta()
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()
2552 .appendChild( met1.dup().appendChild( new TextNode("456") ) ) ) in testRangeMetaMeta()
2553 .appendChild( new TextNode("789") ); in testRangeMetaMeta()
2559 .appendChild( new TextNode("123") ) in testRangeMetaMeta()
2562 .appendChild( new TextNode("4") ) in testRangeMetaMeta()
2564 .appendChild( new TextNode("56") ) ) ) ) in testRangeMetaMeta()
2565 .appendChild( new TextNode("789") ); in testRangeMetaMeta()
2572 TreeNode text = new TextNode("123456789"); in testRange2()
2581 .appendChild( new TextNode("1") ) in testRange2()
2583 .appendChild( new TextNode("2") ) in testRange2()
2585 .appendChild( new TextNode("3") ) 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()
2597 .appendChild( new TextNode("1") ) ) in testRange2()
2600 .appendChild( new TextNode("2") ) ) in testRange2()
2603 .appendChild( new TextNode("3") ) ) 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()
2617 .appendChild( new TextNode("1") ) ) in testRange2()
2620 .appendChild( new TextNode("2") ) ) in testRange2()
2623 .appendChild( new TextNode("3") ) ) in testRange2()
2626 .appendChild( new TextNode("4") ) ) in testRange2()
2627 .appendChild( new TextNode("5") ) in testRange2()
2629 .appendChild( new TextNode("6") ) ) ) in testRange2()
2631 .appendChild( new TextNode("7") ) ) ) in testRange2()
2633 .appendChild( new TextNode("8") ) ) ) in testRange2()
2635 .appendChild( new TextNode("9") ) ); in testRange2()
2642 TreeNode text = new TextNode("123456789"); in testRange3()
2650 .appendChild( new TextNode("12") ) in testRange3()
2652 .appendChild( new TextNode("34567") ) ) in testRange3()
2653 .appendChild( new TextNode("89") ) ); in testRange3()
2660 .appendChild( new TextNode("12") ) ) in testRange3()
2663 .appendChild( new TextNode("34") ) ) in testRange3()
2665 .appendChild( new TextNode("5") ) ) in testRange3()
2667 .appendChild( new TextNode("67") ) ) ) in testRange3()
2669 .appendChild( new TextNode("89") ) ); in testRange3()
2676 TreeNode text = new TextNode("123456789"); in testRange4()
2688 .appendChild( new TextNode("1") ) in testRange4()
2690 .appendChild( new TextNode("2") ) in testRange4()
2692 .appendChild( new TextNode("3") ) 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()
2704 .appendChild( new TextNode("1") ) ) in testRange4()
2707 .appendChild( new TextNode("2") ) ) in testRange4()
2710 .appendChild( new TextNode("3") ) ) in testRange4()
2713 .appendChild( new TextNode("4") ) ) in testRange4()
2715 .appendChild( new TextNode("5") ) ) in testRange4()
2717 .appendChild( new TextNode("6") ) ) ) in testRange4()
2719 .appendChild( new TextNode("7") ) ) ) in testRange4()
2721 .appendChild( new TextNode("8") ) ) ) in testRange4()
2723 .appendChild( new TextNode("9") ) ); in testRange4()
2730 TreeNode text = new TextNode("123456789"); 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()
2755 .appendChild( new TextNode("1") ) ) in testRange5()
2758 .appendChild( new TextNode("2") ) ) in testRange5()
2760 .appendChild( new TextNode("3") ) ) ) in testRange5()
2762 .appendChild( new TextNode("4") ) in testRange5()
2764 .appendChild( new TextNode("5") ) ) in testRange5()
2765 .appendChild( new TextNode("6") ) ) in testRange5()
2768 .appendChild( new TextNode("7") ) ) in testRange5()
2770 .appendChild( new TextNode("8") ) ) ) in testRange5()
2772 .appendChild( new TextNode("9") ) ); in testRange5()
2779 TreeNode text = new TextNode("123456789"); in testRange6()
2788 .appendChild( new TextNode("1") ) in testRange6()
2790 .appendChild( new TextNode("2") ) in testRange6()
2792 .appendChild( new TextNode("3") ) in testRange6()
2794 .appendChild( new TextNode("45") ) ) ) ) in testRange6()
2795 .appendChild( new TextNode("6789") ); in testRange6()
2801 .appendChild( new TextNode("1") ) in testRange6()
2803 .appendChild( new TextNode("2") ) in testRange6()
2805 .appendChild( new TextNode("3") ) in testRange6()
2807 .appendChild( new TextNode("4") ) in testRange6()
2809 .appendChild( new TextNode("5") ) ) ) ) ) in testRange6()
2811 .appendChild( new TextNode("67") ) ) in testRange6()
2812 .appendChild( new TextNode("89") ); in testRange6()
2819 TreeNode text = new TextNode("123456789"); in testRange7()
2826 .appendChild( new TextNode("1") ) in testRange7()
2828 .appendChild( new TextNode("23") ) ) in testRange7()
2831 .appendChild( new TextNode("45") ) ) ) in testRange7()
2832 .appendChild( new TextNode("6789") ); in testRange7()
2839 .appendChild( new TextNode("1") ) in testRange7()
2841 .appendChild( new TextNode("23") ) ) in testRange7()
2844 .appendChild( new TextNode("4") ) ) in testRange7()
2847 .appendChild( new TextNode("5") ) ) ) ) in testRange7()
2849 .appendChild( new TextNode("67") ) ) in testRange7()
2850 .appendChild( new TextNode("89") ); in testRange7()
2873 .appendChild( new TextNode("1") ) ) in testMetaXChild()
2874 .appendChild( new TextNode("2") ) in testMetaXChild()
2877 .appendChild( new TextNode("34") ) in testMetaXChild()
2879 .appendChild( new TextNode("56") ) ) in testMetaXChild()
2881 .appendChild( new TextNode("7") ) ) ) in testMetaXChild()
2882 .appendChild( new TextNode("8") ) in testMetaXChild()
2884 .appendChild( new TextNode("9") ) ); in testMetaXChild()
2887 TreeNode text = new TextNode("123456789"); in testMetaXChild()
2990 TreeNode text = new TextNode("12AB6789"); in testMetaXText()
3120 .appendChild( new TextNode("12") ) in testMetaXText()
3123 .appendChild( new TextNode("45") ) ) in testMetaXText()
3124 .appendChild( new TextNode("6789") ); in testMetaXText()
3130 .appendChild( new TextNode("12") ) in testMetaXText()
3133 .appendChild( new TextNode("45") ) in testMetaXText()
3135 .appendChild( new TextNode("6789") ); in testMetaXText()
3208 TreeNode text = new TextNode("Text. 12 More text here."); in testMetaXTextCursor()
3461 TreeNode text = new TextNode("12AB6789"); in doMetaXTextAttach()
3496 .appendChild( new TextNode("12") ) in doMetaXTextAttach()
3499 .appendChild( new TextNode("AB") ) in doMetaXTextAttach()
3501 .appendChild( new TextNode("6789") ); in doMetaXTextAttach()
3526 .appendChild( new TextNode("12") ) in doMetaXTextAttach()
3529 .appendChild( new TextNode("AB") ) in doMetaXTextAttach()
3531 .appendChild( new TextNode("6789") ); in doMetaXTextAttach()
3559 .appendChild( new TextNode("12") ) in doMetaXTextAttach()
3562 .appendChild( new TextNode("AB") ) in doMetaXTextAttach()
3564 .appendChild( new TextNode("6789") ); in doMetaXTextAttach()
3588 .appendChild( new TextNode("12") ) in doMetaXTextAttach()
3591 .appendChild( new TextNode("AB") ) in doMetaXTextAttach()
3593 .appendChild( new TextNode("6789") ); in doMetaXTextAttach()
3620 .appendChild( new TextNode("12") ) in doMetaXTextAttach()
3623 .appendChild( new TextNode("AB") ) in doMetaXTextAttach()
3625 .appendChild( new TextNode("6789") ); in doMetaXTextAttach()
3646 .appendChild( new TextNode("12") ) in doMetaXTextAttach()
3649 .appendChild( new TextNode("AB") ) in doMetaXTextAttach()
3651 .appendChild( new TextNode("6789") ); in doMetaXTextAttach()
3676 .appendChild( new TextNode("12") ) in doMetaXTextAttach()
3679 .appendChild( new TextNode("AB") ) in doMetaXTextAttach()
3681 .appendChild( new TextNode("6789") ); in doMetaXTextAttach()
3707 TreeNode text = new TextNode("abc"); in testMetaFieldXTextField()
3732 TreeNode text = new TextNode("123"); in testMetaFieldXPropertySet()
3830 .appendChild( new TextNode("1") ) ) in checkLoadMeta()
3832 .appendChild( new TextNode("2") ) ) in checkLoadMeta()
3834 .appendChild( new TextNode("3") ) ) in checkLoadMeta()
3837 .appendChild( new TextNode("4") ) ) ) in checkLoadMeta()
3840 .appendChild( new TextNode("5") ) ) ) in checkLoadMeta()
3843 .appendChild( new TextNode("6") ) ) ) in checkLoadMeta()
3846 .appendChild( new TextNode("7") ) ) ) in checkLoadMeta()
3849 .appendChild( new TextNode("8") ) ) ) in checkLoadMeta()
3852 .appendChild( new TextNode("9") ) ) ) in checkLoadMeta()
3855 .appendChild( new TextNode("10") ) ) ) in checkLoadMeta()
3858 .appendChild( new TextNode("11") ) ) ) in checkLoadMeta()
3862 .appendChild( new TextNode("12") ) ) ) ) in checkLoadMeta()
3867 .appendChild( new TextNode("13") ) ) in checkLoadMeta()
3868 .appendChild( new TextNode(" X X ") ); in checkLoadMeta()