This file is indexed.

/usr/share/doc/libjtidy-java/api/org/w3c/tidy/Node.html is in libjtidy-java-doc 7+svn20110807-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html>
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Node (JTidy 8.0-SNAPSHOT API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
    try {
        if (location.href.indexOf('is-external=true') == -1) {
            parent.document.title="Node (JTidy 8.0-SNAPSHOT API)";
        }
    }
    catch(err) {
    }
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":9,"i6":10,"i7":9,"i8":9,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":9,"i16":10,"i17":10,"i18":10,"i19":9,"i20":9,"i21":10,"i22":9,"i23":10,"i24":10,"i25":9,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":9,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":9,"i38":9,"i39":9,"i40":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Node.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../org/w3c/tidy/Out.html" title="interface in org.w3c.tidy"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/w3c/tidy/Node.html" target="_top">Frames</a></li>
<li><a href="Node.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.w3c.tidy</div>
<h2 title="Class Node" class="title">Class Node</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.w3c.tidy.Node</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">Node</span>
extends java.lang.Object</pre>
<div class="block">Used for elements and text nodes element name is null for text nodes start and end are offsets into lexbuf which
 contains the textual content of all elements in the parse tree. Parent and content allow traversal of the parse tree
 in any direction. attributes are represented as a linked list of AttVal nodes which hold the strings for
 attribute/value pairs.</div>
<dl>
<dt><span class="simpleTagLabel">Version:</span></dt>
<dd>$Revision: 1162 $ ($Author: fgiust $)</dd>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Dave Raggett <a href="mailto:dsr@w3.org">dsr@w3.org </a>, Andy Quick <a href="mailto:ac.quick@sympatico.ca">ac.quick@sympatico.ca </a> (translation to Java), Fabrizio Giustina</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!--   -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected org.w3c.dom.Node</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#adapter">adapter</a></span></code>
<div class="block">DOM adapter.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static short</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#ASP_TAG">ASP_TAG</a></span></code>
<div class="block">node type: asp tag.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#attributes">attributes</a></span></code>
<div class="block">Attribute/Value linked list.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static short</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#CDATA_TAG">CDATA_TAG</a></span></code>
<div class="block">node type: CDATA.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#closed">closed</a></span></code>
<div class="block">true if closed by explicit end tag.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static short</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#COMMENT_TAG">COMMENT_TAG</a></span></code>
<div class="block">node type: comment.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#content">content</a></span></code>
<div class="block">Contained node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static short</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#DOCTYPE_TAG">DOCTYPE_TAG</a></span></code>
<div class="block">node type: doctype.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#element">element</a></span></code>
<div class="block">Tag name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#end">end</a></span></code>
<div class="block">end of span onto text array.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static short</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#END_TAG">END_TAG</a></span></code>
<div class="block">End tag.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#implicit">implicit</a></span></code>
<div class="block">true if inferred.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static short</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#JSTE_TAG">JSTE_TAG</a></span></code>
<div class="block">node type: jste tag.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#last">last</a></span></code>
<div class="block">last node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#linebreak">linebreak</a></span></code>
<div class="block">true if followed by a line break.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#next">next</a></span></code>
<div class="block">next node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#parent">parent</a></span></code>
<div class="block">parent node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static short</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#PHP_TAG">PHP_TAG</a></span></code>
<div class="block">node type: php tag.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#prev">prev</a></span></code>
<div class="block">pevious node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static short</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#PROC_INS_TAG">PROC_INS_TAG</a></span></code>
<div class="block">node type: .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static short</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#ROOT_NODE">ROOT_NODE</a></span></code>
<div class="block">node type: root.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static short</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#SECTION_TAG">SECTION_TAG</a></span></code>
<div class="block">node type: section tag.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#start">start</a></span></code>
<div class="block">start of span onto text array.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static short</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#START_END_TAG">START_END_TAG</a></span></code>
<div class="block">Start of an end tag.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static short</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#START_TAG">START_TAG</a></span></code>
<div class="block">Start tag.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#tag">tag</a></span></code>
<div class="block">tag's dictionary definition.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static short</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#TEXT_NODE">TEXT_NODE</a></span></code>
<div class="block">node type: text.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected byte[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#textarray">textarray</a></span></code>
<div class="block">the text array.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected short</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#type">type</a></span></code>
<div class="block">TextNode, StartTag, EndTag etc.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#was">was</a></span></code>
<div class="block">old tag when it was changed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static short</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#XML_DECL">XML_DECL</a></span></code>
<div class="block">node type: doctype.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!--   -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#Node--">Node</a></span>()</code>
<div class="block">Instantiates a new text node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#Node-short-byte:A-int-int-">Node</a></span>(short&nbsp;type,
    byte[]&nbsp;textarray,
    int&nbsp;start,
    int&nbsp;end)</code>
<div class="block">Instantiates a new node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#Node-short-byte:A-int-int-java.lang.String-org.w3c.tidy.TagTable-">Node</a></span>(short&nbsp;type,
    byte[]&nbsp;textarray,
    int&nbsp;start,
    int&nbsp;end,
    java.lang.String&nbsp;element,
    <a href="../../../org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a>&nbsp;tt)</code>
<div class="block">Instantiates a new node.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!--   -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#addAttribute-java.lang.String-java.lang.String-">addAttribute</a></span>(java.lang.String&nbsp;name,
            java.lang.String&nbsp;value)</code>
<div class="block">Adds an attribute to the node.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#addClass-java.lang.String-">addClass</a></span>(java.lang.String&nbsp;classname)</code>
<div class="block">Add a css class to the node.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#checkAttributes-org.w3c.tidy.Lexer-">checkAttributes</a></span>(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer)</code>
<div class="block">Default method for checking an element's attributes.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#checkNodeIntegrity--">checkNodeIntegrity</a></span>()</code>
<div class="block">Checks for node integrity.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>protected <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#cloneNode-boolean-">cloneNode</a></span>(boolean&nbsp;deep)</code>
<div class="block">Clone this node.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#coerceNode-org.w3c.tidy.Lexer-org.w3c.tidy.Node-org.w3c.tidy.Dict-">coerceNode</a></span>(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer,
          <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node,
          <a href="../../../org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a>&nbsp;tag)</code>
<div class="block">Coerce a node.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#discardDocType--">discardDocType</a></span>()</code>
<div class="block">Discard the doctype node.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#discardElement-org.w3c.tidy.Node-">discardElement</a></span>(<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element)</code>
<div class="block">Remove node from markup tree and discard it.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>protected static <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#escapeTag-org.w3c.tidy.Lexer-org.w3c.tidy.Node-">escapeTag</a></span>(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer,
         <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element)</code>
<div class="block">Escapes the given tag.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#expectsContent--">expectsContent</a></span>()</code>
<div class="block">Does the node expect contents?</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#findBody-org.w3c.tidy.TagTable-">findBody</a></span>(<a href="../../../org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a>&nbsp;tt)</code>
<div class="block">Find the body node.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#findDocType--">findDocType</a></span>()</code>
<div class="block">Find the doctype element.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#findHEAD-org.w3c.tidy.TagTable-">findHEAD</a></span>(<a href="../../../org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a>&nbsp;tt)</code>
<div class="block">Find the head tag.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#findHTML-org.w3c.tidy.TagTable-">findHTML</a></span>(<a href="../../../org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a>&nbsp;tt)</code>
<div class="block">Find the "html" element.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#findTITLE-org.w3c.tidy.TagTable-">findTITLE</a></span>(<a href="../../../org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a>&nbsp;tt)</code>&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#fixEmptyRow-org.w3c.tidy.Lexer-org.w3c.tidy.Node-">fixEmptyRow</a></span>(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer,
           <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;row)</code>
<div class="block">If a table row is empty then insert an empty cell.This practice is consistent with browser behavior and avoids
 potential problems with row spanning cells.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>protected org.w3c.dom.Node</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#getAdapter--">getAdapter</a></span>()</code>
<div class="block">Returns a DOM Node which wrap the current tidy Node.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code><a href="../../../org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#getAttrByName-java.lang.String-">getAttrByName</a></span>(java.lang.String&nbsp;name)</code>
<div class="block">Returns an attribute with the given name in the current node.</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#hasOneChild--">hasOneChild</a></span>()</code>
<div class="block">Does the node have one (and only one) child?</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#insertDocType-org.w3c.tidy.Lexer-org.w3c.tidy.Node-org.w3c.tidy.Node-">insertDocType</a></span>(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer,
             <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element,
             <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;doctype)</code>
<div class="block">The doctype has been found after other tags, and needs moving to before the html element.</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#insertMisc-org.w3c.tidy.Node-org.w3c.tidy.Node-">insertMisc</a></span>(<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element,
          <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Insert a node at the end.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#insertNodeAfterElement-org.w3c.tidy.Node-">insertNodeAfterElement</a></span>(<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Insert node into markup tree after element.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#insertNodeAsParent-org.w3c.tidy.Node-org.w3c.tidy.Node-">insertNodeAsParent</a></span>(<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element,
                  <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Insert node into markup tree in pace of element which is moved to become the child of the node.</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#insertNodeAtEnd-org.w3c.tidy.Node-">insertNodeAtEnd</a></span>(<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Insert node into markup tree.</div>
</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#insertNodeAtStart-org.w3c.tidy.Node-">insertNodeAtStart</a></span>(<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Insert a node into markup tree.</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#insertNodeBeforeElement-org.w3c.tidy.Node-org.w3c.tidy.Node-">insertNodeBeforeElement</a></span>(<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element,
                       <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Insert node into markup tree before element.</div>
</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#isBlank-org.w3c.tidy.Lexer-">isBlank</a></span>(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer)</code>
<div class="block">Is the node content empty or blank? Assumes node is a text node.</div>
</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#isDescendantOf-org.w3c.tidy.Dict-">isDescendantOf</a></span>(<a href="../../../org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a>&nbsp;tag)</code>
<div class="block">Is this node contained in a given tag?</div>
</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#isElement--">isElement</a></span>()</code>
<div class="block">Is the node an element?</div>
</td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#isJavaScript--">isJavaScript</a></span>()</code>
<div class="block">Used to check script node for script language.</div>
</td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#isNewNode--">isNewNode</a></span>()</code>
<div class="block">Is this a new (user defined) node? Used to determine how attributes without values should be printed.</div>
</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#moveBeforeTable-org.w3c.tidy.Node-org.w3c.tidy.Node-org.w3c.tidy.TagTable-">moveBeforeTable</a></span>(<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;row,
               <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node,
               <a href="../../../org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a>&nbsp;tt)</code>
<div class="block">Unexpected content in table row is moved to just before the table in accordance with Netscape and IE.</div>
</td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#removeAttribute-org.w3c.tidy.AttVal-">removeAttribute</a></span>(<a href="../../../org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attr)</code>
<div class="block">Remove an attribute from node and then free it.</div>
</td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#removeNode--">removeNode</a></span>()</code>
<div class="block">Extract this node and its children from a markup tree.</div>
</td>
</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#repairDuplicateAttributes-org.w3c.tidy.Lexer-">repairDuplicateAttributes</a></span>(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer)</code>
<div class="block">The same attribute name can't be used more than once in each element.</div>
</td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#setType-short-">setType</a></span>(short&nbsp;newType)</code>
<div class="block">Setter for node type.</div>
</td>
</tr>
<tr id="i36" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#toString--">toString</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i37" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#trimEmptyElement-org.w3c.tidy.Lexer-org.w3c.tidy.Node-">trimEmptyElement</a></span>(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer,
                <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element)</code>
<div class="block">Trim an empty element.</div>
</td>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#trimInitialSpace-org.w3c.tidy.Lexer-org.w3c.tidy.Node-org.w3c.tidy.Node-">trimInitialSpace</a></span>(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer,
                <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element,
                <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;text)</code>
<div class="block">This maps <code>&lt;p> hello &lt;em> world &lt;/em></code> to <code>&lt;p> hello &lt;em> world &lt;/em></code>.</div>
</td>
</tr>
<tr id="i39" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#trimSpaces-org.w3c.tidy.Lexer-org.w3c.tidy.Node-">trimSpaces</a></span>(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer,
          <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element)</code>
<div class="block">Move initial and trailing space out.</div>
</td>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/w3c/tidy/Node.html#trimTrailingSpace-org.w3c.tidy.Lexer-org.w3c.tidy.Node-org.w3c.tidy.Node-">trimTrailingSpace</a></span>(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer,
                 <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element,
                 <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;last)</code>
<div class="block">This maps <em> hello </em> <strong>world </strong> to <em> hello </em> <strong>world </strong>.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!--   -->
</a>
<h3>Field Detail</h3>
<a name="ROOT_NODE">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ROOT_NODE</h4>
<pre>public static final&nbsp;short ROOT_NODE</pre>
<div class="block">node type: root.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#org.w3c.tidy.Node.ROOT_NODE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DOCTYPE_TAG">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DOCTYPE_TAG</h4>
<pre>public static final&nbsp;short DOCTYPE_TAG</pre>
<div class="block">node type: doctype.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#org.w3c.tidy.Node.DOCTYPE_TAG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="COMMENT_TAG">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COMMENT_TAG</h4>
<pre>public static final&nbsp;short COMMENT_TAG</pre>
<div class="block">node type: comment.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#org.w3c.tidy.Node.COMMENT_TAG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="PROC_INS_TAG">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROC_INS_TAG</h4>
<pre>public static final&nbsp;short PROC_INS_TAG</pre>
<div class="block">node type: .</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#org.w3c.tidy.Node.PROC_INS_TAG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TEXT_NODE">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TEXT_NODE</h4>
<pre>public static final&nbsp;short TEXT_NODE</pre>
<div class="block">node type: text.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#org.w3c.tidy.Node.TEXT_NODE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="START_TAG">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>START_TAG</h4>
<pre>public static final&nbsp;short START_TAG</pre>
<div class="block">Start tag.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#org.w3c.tidy.Node.START_TAG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_TAG">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_TAG</h4>
<pre>public static final&nbsp;short END_TAG</pre>
<div class="block">End tag.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#org.w3c.tidy.Node.END_TAG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="START_END_TAG">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>START_END_TAG</h4>
<pre>public static final&nbsp;short START_END_TAG</pre>
<div class="block">Start of an end tag.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#org.w3c.tidy.Node.START_END_TAG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="CDATA_TAG">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CDATA_TAG</h4>
<pre>public static final&nbsp;short CDATA_TAG</pre>
<div class="block">node type: CDATA.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#org.w3c.tidy.Node.CDATA_TAG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SECTION_TAG">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SECTION_TAG</h4>
<pre>public static final&nbsp;short SECTION_TAG</pre>
<div class="block">node type: section tag.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#org.w3c.tidy.Node.SECTION_TAG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ASP_TAG">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ASP_TAG</h4>
<pre>public static final&nbsp;short ASP_TAG</pre>
<div class="block">node type: asp tag.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#org.w3c.tidy.Node.ASP_TAG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="JSTE_TAG">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JSTE_TAG</h4>
<pre>public static final&nbsp;short JSTE_TAG</pre>
<div class="block">node type: jste tag.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#org.w3c.tidy.Node.JSTE_TAG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="PHP_TAG">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PHP_TAG</h4>
<pre>public static final&nbsp;short PHP_TAG</pre>
<div class="block">node type: php tag.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#org.w3c.tidy.Node.PHP_TAG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="XML_DECL">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>XML_DECL</h4>
<pre>public static final&nbsp;short XML_DECL</pre>
<div class="block">node type: doctype.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#org.w3c.tidy.Node.XML_DECL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="parent">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parent</h4>
<pre>protected&nbsp;<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a> parent</pre>
<div class="block">parent node.</div>
</li>
</ul>
<a name="prev">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prev</h4>
<pre>protected&nbsp;<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a> prev</pre>
<div class="block">pevious node.</div>
</li>
</ul>
<a name="next">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>next</h4>
<pre>protected&nbsp;<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a> next</pre>
<div class="block">next node.</div>
</li>
</ul>
<a name="last">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>last</h4>
<pre>protected&nbsp;<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a> last</pre>
<div class="block">last node.</div>
</li>
</ul>
<a name="start">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>start</h4>
<pre>protected&nbsp;int start</pre>
<div class="block">start of span onto text array.</div>
</li>
</ul>
<a name="end">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>end</h4>
<pre>protected&nbsp;int end</pre>
<div class="block">end of span onto text array.</div>
</li>
</ul>
<a name="textarray">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>textarray</h4>
<pre>protected&nbsp;byte[] textarray</pre>
<div class="block">the text array.</div>
</li>
</ul>
<a name="type">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>type</h4>
<pre>protected&nbsp;short type</pre>
<div class="block">TextNode, StartTag, EndTag etc.</div>
</li>
</ul>
<a name="closed">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>closed</h4>
<pre>protected&nbsp;boolean closed</pre>
<div class="block">true if closed by explicit end tag.</div>
</li>
</ul>
<a name="implicit">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>implicit</h4>
<pre>protected&nbsp;boolean implicit</pre>
<div class="block">true if inferred.</div>
</li>
</ul>
<a name="linebreak">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>linebreak</h4>
<pre>protected&nbsp;boolean linebreak</pre>
<div class="block">true if followed by a line break.</div>
</li>
</ul>
<a name="was">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>was</h4>
<pre>protected&nbsp;<a href="../../../org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a> was</pre>
<div class="block">old tag when it was changed.</div>
</li>
</ul>
<a name="tag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>tag</h4>
<pre>protected&nbsp;<a href="../../../org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a> tag</pre>
<div class="block">tag's dictionary definition.</div>
</li>
</ul>
<a name="element">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>element</h4>
<pre>protected&nbsp;java.lang.String element</pre>
<div class="block">Tag name.</div>
</li>
</ul>
<a name="attributes">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>attributes</h4>
<pre>protected&nbsp;<a href="../../../org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a> attributes</pre>
<div class="block">Attribute/Value linked list.</div>
</li>
</ul>
<a name="content">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>content</h4>
<pre>protected&nbsp;<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a> content</pre>
<div class="block">Contained node.</div>
</li>
</ul>
<a name="adapter">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>adapter</h4>
<pre>protected&nbsp;org.w3c.dom.Node adapter</pre>
<div class="block">DOM adapter.</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!--   -->
</a>
<h3>Constructor Detail</h3>
<a name="Node--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Node</h4>
<pre>public&nbsp;Node()</pre>
<div class="block">Instantiates a new text node.</div>
</li>
</ul>
<a name="Node-short-byte:A-int-int-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Node</h4>
<pre>public&nbsp;Node(short&nbsp;type,
            byte[]&nbsp;textarray,
            int&nbsp;start,
            int&nbsp;end)</pre>
<div class="block">Instantiates a new node.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - node type: Node.ROOT_NODE | Node.DOCTYPE_TAG | Node.COMMENT_TAG | Node.PROC_INS_TAG | Node.TEXT_NODE |
 Node.START_TAG | Node.END_TAG | Node.START_END_TAG | Node.CDATA_TAG | Node.SECTION_TAG | Node. ASP_TAG |
 Node.JSTE_TAG | Node.PHP_TAG | Node.XML_DECL</dd>
<dd><code>textarray</code> - array of bytes contained in the Node</dd>
<dd><code>start</code> - start position</dd>
<dd><code>end</code> - end position</dd>
</dl>
</li>
</ul>
<a name="Node-short-byte:A-int-int-java.lang.String-org.w3c.tidy.TagTable-">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Node</h4>
<pre>public&nbsp;Node(short&nbsp;type,
            byte[]&nbsp;textarray,
            int&nbsp;start,
            int&nbsp;end,
            java.lang.String&nbsp;element,
            <a href="../../../org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a>&nbsp;tt)</pre>
<div class="block">Instantiates a new node.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - node type: Node.ROOT_NODE | Node.DOCTYPE_TAG | Node.COMMENT_TAG | Node.PROC_INS_TAG | Node.TEXT_NODE |
 Node.START_TAG | Node.END_TAG | Node.START_END_TAG | Node.CDATA_TAG | Node.SECTION_TAG | Node. ASP_TAG |
 Node.JSTE_TAG | Node.PHP_TAG | Node.XML_DECL</dd>
<dd><code>textarray</code> - array of bytes contained in the Node</dd>
<dd><code>start</code> - start position</dd>
<dd><code>end</code> - end position</dd>
<dd><code>element</code> - tag name</dd>
<dd><code>tt</code> - tag table instance</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!--   -->
</a>
<h3>Method Detail</h3>
<a name="getAttrByName-java.lang.String-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAttrByName</h4>
<pre>public&nbsp;<a href="../../../org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;getAttrByName(java.lang.String&nbsp;name)</pre>
<div class="block">Returns an attribute with the given name in the current node.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - attribute name.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>AttVal instance or null if no attribute with the iven name is found</dd>
</dl>
</li>
</ul>
<a name="checkAttributes-org.w3c.tidy.Lexer-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>checkAttributes</h4>
<pre>public&nbsp;void&nbsp;checkAttributes(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer)</pre>
<div class="block">Default method for checking an element's attributes.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>lexer</code> - Lexer</dd>
</dl>
</li>
</ul>
<a name="repairDuplicateAttributes-org.w3c.tidy.Lexer-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>repairDuplicateAttributes</h4>
<pre>public&nbsp;void&nbsp;repairDuplicateAttributes(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer)</pre>
<div class="block">The same attribute name can't be used more than once in each element. Discard or join attributes according to
 configuration.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>lexer</code> - Lexer</dd>
</dl>
</li>
</ul>
<a name="addAttribute-java.lang.String-java.lang.String-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addAttribute</h4>
<pre>public&nbsp;void&nbsp;addAttribute(java.lang.String&nbsp;name,
                         java.lang.String&nbsp;value)</pre>
<div class="block">Adds an attribute to the node.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - attribute name</dd>
<dd><code>value</code> - attribute value</dd>
</dl>
</li>
</ul>
<a name="removeAttribute-org.w3c.tidy.AttVal-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeAttribute</h4>
<pre>public&nbsp;void&nbsp;removeAttribute(<a href="../../../org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attr)</pre>
<div class="block">Remove an attribute from node and then free it.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>attr</code> - attribute to remove</dd>
</dl>
</li>
</ul>
<a name="findDocType--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findDocType</h4>
<pre>public&nbsp;<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;findDocType()</pre>
<div class="block">Find the doctype element.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>doctype node or null if not found</dd>
</dl>
</li>
</ul>
<a name="discardDocType--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>discardDocType</h4>
<pre>public&nbsp;void&nbsp;discardDocType()</pre>
<div class="block">Discard the doctype node.</div>
</li>
</ul>
<a name="discardElement-org.w3c.tidy.Node-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>discardElement</h4>
<pre>public static&nbsp;<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;discardElement(<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element)</pre>
<div class="block">Remove node from markup tree and discard it.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>element</code> - discarded node</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>next node</dd>
</dl>
</li>
</ul>
<a name="insertNodeAtStart-org.w3c.tidy.Node-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insertNodeAtStart</h4>
<pre>public&nbsp;void&nbsp;insertNodeAtStart(<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</pre>
<div class="block">Insert a node into markup tree.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>node</code> - to insert</dd>
</dl>
</li>
</ul>
<a name="insertNodeAtEnd-org.w3c.tidy.Node-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insertNodeAtEnd</h4>
<pre>public&nbsp;void&nbsp;insertNodeAtEnd(<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</pre>
<div class="block">Insert node into markup tree.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>node</code> - Node to insert</dd>
</dl>
</li>
</ul>
<a name="insertNodeAsParent-org.w3c.tidy.Node-org.w3c.tidy.Node-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insertNodeAsParent</h4>
<pre>public static&nbsp;void&nbsp;insertNodeAsParent(<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element,
                                      <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</pre>
<div class="block">Insert node into markup tree in pace of element which is moved to become the child of the node.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>element</code> - child node. Will be inserted as a child of element</dd>
<dd><code>node</code> - parent node</dd>
</dl>
</li>
</ul>
<a name="insertNodeBeforeElement-org.w3c.tidy.Node-org.w3c.tidy.Node-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insertNodeBeforeElement</h4>
<pre>public static&nbsp;void&nbsp;insertNodeBeforeElement(<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element,
                                           <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</pre>
<div class="block">Insert node into markup tree before element.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>element</code> - child node. Will be insertedbefore element</dd>
<dd><code>node</code> - following node</dd>
</dl>
</li>
</ul>
<a name="insertNodeAfterElement-org.w3c.tidy.Node-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insertNodeAfterElement</h4>
<pre>public&nbsp;void&nbsp;insertNodeAfterElement(<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</pre>
<div class="block">Insert node into markup tree after element.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>node</code> - new node to insert</dd>
</dl>
</li>
</ul>
<a name="trimEmptyElement-org.w3c.tidy.Lexer-org.w3c.tidy.Node-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>trimEmptyElement</h4>
<pre>public static&nbsp;void&nbsp;trimEmptyElement(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer,
                                    <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element)</pre>
<div class="block">Trim an empty element.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>lexer</code> - Lexer</dd>
<dd><code>element</code> - empty node to be removed</dd>
</dl>
</li>
</ul>
<a name="trimTrailingSpace-org.w3c.tidy.Lexer-org.w3c.tidy.Node-org.w3c.tidy.Node-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>trimTrailingSpace</h4>
<pre>public static&nbsp;void&nbsp;trimTrailingSpace(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer,
                                     <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element,
                                     <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;last)</pre>
<div class="block">This maps <em> hello </em> <strong>world </strong> to <em> hello </em> <strong>world </strong>. If last child of
 element is a text node then trim trailing white space character moving it to after element's end tag.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>lexer</code> - Lexer</dd>
<dd><code>element</code> - node</dd>
<dd><code>last</code> - last child of element</dd>
</dl>
</li>
</ul>
<a name="escapeTag-org.w3c.tidy.Lexer-org.w3c.tidy.Node-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>escapeTag</h4>
<pre>protected static&nbsp;<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;escapeTag(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer,
                                <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element)</pre>
<div class="block">Escapes the given tag.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>lexer</code> - Lexer</dd>
<dd><code>element</code> - node to be escaped</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>escaped node</dd>
</dl>
</li>
</ul>
<a name="isBlank-org.w3c.tidy.Lexer-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isBlank</h4>
<pre>public&nbsp;boolean&nbsp;isBlank(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer)</pre>
<div class="block">Is the node content empty or blank? Assumes node is a text node.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>lexer</code> - Lexer</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>true</code> if the node content empty or blank</dd>
</dl>
</li>
</ul>
<a name="trimInitialSpace-org.w3c.tidy.Lexer-org.w3c.tidy.Node-org.w3c.tidy.Node-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>trimInitialSpace</h4>
<pre>public static&nbsp;void&nbsp;trimInitialSpace(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer,
                                    <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element,
                                    <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;text)</pre>
<div class="block">This maps <code>&lt;p> hello &lt;em> world &lt;/em></code> to <code>&lt;p> hello &lt;em> world &lt;/em></code>.
 Trims initial space, by moving it before the start tag, or if this element is the first in parent's content, then
 by discarding the space.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>lexer</code> - Lexer</dd>
<dd><code>element</code> - parent node</dd>
<dd><code>text</code> - text node</dd>
</dl>
</li>
</ul>
<a name="trimSpaces-org.w3c.tidy.Lexer-org.w3c.tidy.Node-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>trimSpaces</h4>
<pre>public static&nbsp;void&nbsp;trimSpaces(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer,
                              <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element)</pre>
<div class="block">Move initial and trailing space out. This routine maps: hello <em> world </em> to hello <em> world </em> and
 <em> hello </em> <strong>world </strong> to <em> hello </em> <strong>world </strong>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>lexer</code> - Lexer</dd>
<dd><code>element</code> - Node</dd>
</dl>
</li>
</ul>
<a name="isDescendantOf-org.w3c.tidy.Dict-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isDescendantOf</h4>
<pre>public&nbsp;boolean&nbsp;isDescendantOf(<a href="../../../org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a>&nbsp;tag)</pre>
<div class="block">Is this node contained in a given tag?</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>tag</code> - descendant tag</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>true</code> if node is contained in tag</dd>
</dl>
</li>
</ul>
<a name="insertDocType-org.w3c.tidy.Lexer-org.w3c.tidy.Node-org.w3c.tidy.Node-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insertDocType</h4>
<pre>public static&nbsp;void&nbsp;insertDocType(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer,
                                 <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element,
                                 <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;doctype)</pre>
<div class="block">The doctype has been found after other tags, and needs moving to before the html element.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>lexer</code> - Lexer</dd>
<dd><code>element</code> - document</dd>
<dd><code>doctype</code> - doctype node to insert at the beginning of element</dd>
</dl>
</li>
</ul>
<a name="findBody-org.w3c.tidy.TagTable-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findBody</h4>
<pre>public&nbsp;<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;findBody(<a href="../../../org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a>&nbsp;tt)</pre>
<div class="block">Find the body node.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>tt</code> - tag table</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>body node</dd>
</dl>
</li>
</ul>
<a name="isElement--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isElement</h4>
<pre>public&nbsp;boolean&nbsp;isElement()</pre>
<div class="block">Is the node an element?</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>true</code> if type is START_TAG | START_END_TAG</dd>
</dl>
</li>
</ul>
<a name="moveBeforeTable-org.w3c.tidy.Node-org.w3c.tidy.Node-org.w3c.tidy.TagTable-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>moveBeforeTable</h4>
<pre>public static&nbsp;void&nbsp;moveBeforeTable(<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;row,
                                   <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node,
                                   <a href="../../../org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a>&nbsp;tt)</pre>
<div class="block">Unexpected content in table row is moved to just before the table in accordance with Netscape and IE. This code
 assumes that node hasn't been inserted into the row.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>row</code> - Row node</dd>
<dd><code>node</code> - Node which should be moved before the table</dd>
<dd><code>tt</code> - tag table</dd>
</dl>
</li>
</ul>
<a name="fixEmptyRow-org.w3c.tidy.Lexer-org.w3c.tidy.Node-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fixEmptyRow</h4>
<pre>public static&nbsp;void&nbsp;fixEmptyRow(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer,
                               <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;row)</pre>
<div class="block">If a table row is empty then insert an empty cell.This practice is consistent with browser behavior and avoids
 potential problems with row spanning cells.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>lexer</code> - Lexer</dd>
<dd><code>row</code> - row node</dd>
</dl>
</li>
</ul>
<a name="coerceNode-org.w3c.tidy.Lexer-org.w3c.tidy.Node-org.w3c.tidy.Dict-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>coerceNode</h4>
<pre>public static&nbsp;void&nbsp;coerceNode(<a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer,
                              <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node,
                              <a href="../../../org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a>&nbsp;tag)</pre>
<div class="block">Coerce a node.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>lexer</code> - Lexer</dd>
<dd><code>node</code> - Node</dd>
<dd><code>tag</code> - tag dictionary reference</dd>
</dl>
</li>
</ul>
<a name="removeNode--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeNode</h4>
<pre>public&nbsp;void&nbsp;removeNode()</pre>
<div class="block">Extract this node and its children from a markup tree.</div>
</li>
</ul>
<a name="insertMisc-org.w3c.tidy.Node-org.w3c.tidy.Node-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insertMisc</h4>
<pre>public static&nbsp;boolean&nbsp;insertMisc(<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element,
                                 <a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</pre>
<div class="block">Insert a node at the end.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>element</code> - parent node</dd>
<dd><code>node</code> - will be inserted at the end of element</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>true</code> if the node has been inserted</dd>
</dl>
</li>
</ul>
<a name="isNewNode--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isNewNode</h4>
<pre>public&nbsp;boolean&nbsp;isNewNode()</pre>
<div class="block">Is this a new (user defined) node? Used to determine how attributes without values should be printed. This was
 introduced to deal with user defined tags e.g. Cold Fusion.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>true</code> if this node represents a user-defined tag.</dd>
</dl>
</li>
</ul>
<a name="hasOneChild--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasOneChild</h4>
<pre>public&nbsp;boolean&nbsp;hasOneChild()</pre>
<div class="block">Does the node have one (and only one) child?</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>true</code> if the node has one child</dd>
</dl>
</li>
</ul>
<a name="findHTML-org.w3c.tidy.TagTable-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findHTML</h4>
<pre>public&nbsp;<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;findHTML(<a href="../../../org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a>&nbsp;tt)</pre>
<div class="block">Find the "html" element.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>tt</code> - tag table</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>html node</dd>
</dl>
</li>
</ul>
<a name="findHEAD-org.w3c.tidy.TagTable-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findHEAD</h4>
<pre>public&nbsp;<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;findHEAD(<a href="../../../org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a>&nbsp;tt)</pre>
<div class="block">Find the head tag.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>tt</code> - tag table</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>head node</dd>
</dl>
</li>
</ul>
<a name="findTITLE-org.w3c.tidy.TagTable-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findTITLE</h4>
<pre>public&nbsp;<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;findTITLE(<a href="../../../org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a>&nbsp;tt)</pre>
</li>
</ul>
<a name="checkNodeIntegrity--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>checkNodeIntegrity</h4>
<pre>public&nbsp;boolean&nbsp;checkNodeIntegrity()</pre>
<div class="block">Checks for node integrity.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>false if node is not consistent</dd>
</dl>
</li>
</ul>
<a name="addClass-java.lang.String-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addClass</h4>
<pre>public&nbsp;void&nbsp;addClass(java.lang.String&nbsp;classname)</pre>
<div class="block">Add a css class to the node. If a class attribute already exists adds the value to the existing attribute.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>classname</code> - css class name</dd>
</dl>
</li>
</ul>
<a name="toString--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>Object.toString()</code></dd>
</dl>
</li>
</ul>
<a name="getAdapter--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAdapter</h4>
<pre>protected&nbsp;org.w3c.dom.Node&nbsp;getAdapter()</pre>
<div class="block">Returns a DOM Node which wrap the current tidy Node.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>org.w3c.dom.Node instance</dd>
</dl>
</li>
</ul>
<a name="cloneNode-boolean-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cloneNode</h4>
<pre>protected&nbsp;<a href="../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;cloneNode(boolean&nbsp;deep)</pre>
<div class="block">Clone this node.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>deep</code> - if true deep clone the node (also clones all the contained nodes)</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>cloned node</dd>
</dl>
</li>
</ul>
<a name="setType-short-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setType</h4>
<pre>protected&nbsp;void&nbsp;setType(short&nbsp;newType)</pre>
<div class="block">Setter for node type.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>newType</code> - a valid node type constant</dd>
</dl>
</li>
</ul>
<a name="isJavaScript--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isJavaScript</h4>
<pre>public&nbsp;boolean&nbsp;isJavaScript()</pre>
<div class="block">Used to check script node for script language.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>true</code> if the script node contains javascript</dd>
</dl>
</li>
</ul>
<a name="expectsContent--">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>expectsContent</h4>
<pre>public&nbsp;boolean&nbsp;expectsContent()</pre>
<div class="block">Does the node expect contents?</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>false</code> if this node should be empty</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Node.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../org/w3c/tidy/Out.html" title="interface in org.w3c.tidy"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/w3c/tidy/Node.html" target="_top">Frames</a></li>
<li><a href="Node.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2017 <a href="http://sourceforge.net">sourceforge</a>. All rights reserved.</small></p>
</body>
</html>