This file is indexed.

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

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Fri May 11 18:20:22 UTC 2012 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.w3c.tidy.Node (JTidy 7+svn20110807 API)</title>
<meta name="date" content="2012-05-11">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Uses of Class org.w3c.tidy.Node (JTidy 7+svn20110807 API)";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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><a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Class</a></li>
<li class="navBarCell1Rev">Use</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/w3c/tidy//class-useNode.html" target="_top">Frames</a></li>
<li><a href="Node.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All 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>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.w3c.tidy.Node" class="title">Uses of Class<br>org.w3c.tidy.Node</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.w3c.tidy">org.w3c.tidy</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.w3c.tidy">
<!--   -->
</a>
<h3>Uses of <a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a> in <a href="../../../../org/w3c/tidy/package-summary.html">org.w3c.tidy</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../org/w3c/tidy/package-summary.html">org.w3c.tidy</a> declared as <a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></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>
<tbody>
<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"><span class="strong">DOMNodeImpl.</span><code><strong><a href="../../../../org/w3c/tidy/DOMNodeImpl.html#adaptee">adaptee</a></strong></code>
<div class="block">Wrapped tidy node.</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"><span class="strong">AttVal.</span><code><strong><a href="../../../../org/w3c/tidy/AttVal.html#asp">asp</a></strong></code>
<div class="block">Asp 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"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#content">content</a></strong></code>
<div class="block">Contained node.</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"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#inode">inode</a></strong></code>
<div class="block">Inline stack for compatibility with Mosaic.</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"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#last">last</a></strong></code>
<div class="block">last node.</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"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#next">next</a></strong></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"><span class="strong">Anchor.</span><code><strong><a href="../../../../org/w3c/tidy/Anchor.html#node">node</a></strong></code>
<div class="block">linked node.</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"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#parent">parent</a></strong></code>
<div class="block">parent 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"><span class="strong">AttVal.</span><code><strong><a href="../../../../org/w3c/tidy/AttVal.html#php">php</a></strong></code>
<div class="block">Php node.</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"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#prev">prev</a></strong></code>
<div class="block">pevious 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"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#root">root</a></strong></code>
<div class="block">Root node is saved here.</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"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#token">token</a></strong></code>
<div class="block">current node.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/w3c/tidy/package-summary.html">org.w3c.tidy</a> that return <a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<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"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#cloneNode(boolean)">cloneNode</a></strong>(boolean&nbsp;deep)</code>
<div class="block">Clone this node.</div>
</td>
</tr>
<tr 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"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#cloneNode(org.w3c.tidy.Node)">cloneNode</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Clones a node and add it to node list.</div>
</td>
</tr>
<tr class="altColor">
<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"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#discardElement(org.w3c.tidy.Node)">discardElement</a></strong>(<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 class="rowColor">
<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"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#escapeTag(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">escapeTag</a></strong>(<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 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"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#findBody(org.w3c.tidy.TagTable)">findBody</a></strong>(<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 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"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#findDocType()">findDocType</a></strong>()</code>
<div class="block">Find the doctype element.</div>
</td>
</tr>
<tr 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"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#findHEAD(org.w3c.tidy.TagTable)">findHEAD</a></strong>(<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 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"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#findHTML(org.w3c.tidy.TagTable)">findHTML</a></strong>(<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 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"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#findTITLE(org.w3c.tidy.TagTable)">findTITLE</a></strong>(<a href="../../../../org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a>&nbsp;tt)</code>&nbsp;</td>
</tr>
<tr 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"><span class="strong">AttVal.</span><code><strong><a href="../../../../org/w3c/tidy/AttVal.html#getAsp()">getAsp</a></strong>()</code>
<div class="block">Getter for <code>asp</code>.</div>
</td>
</tr>
<tr 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"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#getCDATA(org.w3c.tidy.Node)">getCDATA</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;container)</code>
<div class="block">Create a text node for the contents of a CDATA element like style or script which ends with &lt;/foo> for some
 foo.</div>
</td>
</tr>
<tr 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"><span class="strong">AttVal.</span><code><strong><a href="../../../../org/w3c/tidy/AttVal.html#getPhp()">getPhp</a></strong>()</code>
<div class="block">Getter for <code>php</code>.</div>
</td>
</tr>
<tr 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"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#getToken(short)">getToken</a></strong>(short&nbsp;mode)</code>
<div class="block">Gets a token.</div>
</td>
</tr>
<tr 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"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#inferredTag(java.lang.String)">inferredTag</a></strong>(java.lang.String&nbsp;name)</code>
<div class="block">Generates and inserts a new node.</div>
</td>
</tr>
<tr 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"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#insertedToken()">insertedToken</a></strong>()</code>&nbsp;</td>
</tr>
<tr 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"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#newLineNode()">newLineNode</a></strong>()</code>
<div class="block">Adds a new line node.</div>
</td>
</tr>
<tr 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"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#newNode()">newNode</a></strong>()</code>
<div class="block">Creates a new node and add it to nodelist.</div>
</td>
</tr>
<tr 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"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#newNode(short, byte[], int, int)">newNode</a></strong>(short&nbsp;type,
       byte[]&nbsp;textarray,
       int&nbsp;start,
       int&nbsp;end)</code>
<div class="block">Creates a new node and add it to nodelist.</div>
</td>
</tr>
<tr 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"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#newNode(short, byte[], int, int, java.lang.String)">newNode</a></strong>(short&nbsp;type,
       byte[]&nbsp;textarray,
       int&nbsp;start,
       int&nbsp;end,
       java.lang.String&nbsp;element)</code>
<div class="block">Creates a new node and add it to nodelist.</div>
</td>
</tr>
<tr 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"><span class="strong">Tidy.</span><code><strong><a href="../../../../org/w3c/tidy/Tidy.html#parse(java.io.InputStream, java.io.OutputStream)">parse</a></strong>(java.io.InputStream&nbsp;in,
     java.io.OutputStream&nbsp;out)</code>
<div class="block">Reads from the given input and returns the root Node.</div>
</td>
</tr>
<tr 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"><span class="strong">Tidy.</span><code><strong><a href="../../../../org/w3c/tidy/Tidy.html#parse(java.io.InputStream, java.io.Writer)">parse</a></strong>(java.io.InputStream&nbsp;in,
     java.io.Writer&nbsp;out)</code>
<div class="block">Reads from the given input and returns the root Node.</div>
</td>
</tr>
<tr 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"><span class="strong">Tidy.</span><code><strong><a href="../../../../org/w3c/tidy/Tidy.html#parse(java.io.Reader, java.io.OutputStream)">parse</a></strong>(java.io.Reader&nbsp;in,
     java.io.OutputStream&nbsp;out)</code>
<div class="block">Reads from the given input and returns the root Node.</div>
</td>
</tr>
<tr 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"><span class="strong">Tidy.</span><code><strong><a href="../../../../org/w3c/tidy/Tidy.html#parse(java.io.Reader, java.io.Writer)">parse</a></strong>(java.io.Reader&nbsp;in,
     java.io.Writer&nbsp;out)</code>
<div class="block">Reads from the given input and returns the root Node.</div>
</td>
</tr>
<tr 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"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#parseAsp()">parseAsp</a></strong>()</code>
<div class="block">parser for ASP within start tags Some people use ASP for to customize attributes Tidy isn't really well suited to
 dealing with ASP This is a workaround for attributes, but won't deal with the case where the ASP is used to
 tailor the attribute value.</div>
</td>
</tr>
<tr class="altColor">
<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"><span class="strong">ParserImpl.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.html#parseDocument(org.w3c.tidy.Lexer)">parseDocument</a></strong>(<a href="../../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer)</code>
<div class="block">HTML is the top level element.</div>
</td>
</tr>
<tr 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"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#parsePhp()">parsePhp</a></strong>()</code>
<div class="block">PHP is like ASP but is based upon XML processing instructions, e.g.</div>
</td>
</tr>
<tr class="altColor">
<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"><span class="strong">ParserImpl.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.html#parseXMLDocument(org.w3c.tidy.Lexer)">parseXMLDocument</a></strong>(<a href="../../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer)</code>&nbsp;</td>
</tr>
<tr 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"><span class="strong">Clean.</span><code><strong><a href="../../../../org/w3c/tidy/Clean.html#pruneSection(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">pruneSection</a></strong>(<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)</code>
<div class="block">node is <code>&lt;!</div>
</td>
</tr>
<tr 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"><span class="strong">Clean.</span><code><strong><a href="../../../../org/w3c/tidy/Clean.html#stripSpan(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">stripSpan</a></strong>(<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;span)</code>
<div class="block">Word2000 uses span excessively, so we strip span out.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/w3c/tidy/package-summary.html">org.w3c.tidy</a> with parameters of type <a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#addGenerator(org.w3c.tidy.Node)">addGenerator</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;root)</code>
<div class="block">Add meta element for Tidy.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">PPrint.</span><code><strong><a href="../../../../org/w3c/tidy/PPrint.html#addTransitionEffect(org.w3c.tidy.Lexer, org.w3c.tidy.Node, double)">addTransitionEffect</a></strong>(<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;root,
                   double&nbsp;duration)</code>
<div class="block">Add meta element for page transition effect, this works on IE but not NS.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Report.</span><code><strong><a href="../../../../org/w3c/tidy/Report.html#attrError(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal, short)">attrError</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attribute,
         short&nbsp;code)</code>
<div class="block">Prints error messages for attributes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Clean.</span><code><strong><a href="../../../../org/w3c/tidy/Clean.html#bQ2Div(org.w3c.tidy.Node)">bQ2Div</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Replace implicit blockquote by div with an indent taking care to reduce nested blockquotes to a single div with
 the indent set to match the nesting depth.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#canPrune(org.w3c.tidy.Node)">canPrune</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element)</code>
<div class="block">Can the given element be removed?</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TagCheckImpl.CheckHTML.</span><code><strong><a href="../../../../org/w3c/tidy/TagCheckImpl.CheckHTML.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check</a></strong>(<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)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TagCheckImpl.CheckSCRIPT.</span><code><strong><a href="../../../../org/w3c/tidy/TagCheckImpl.CheckSCRIPT.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check</a></strong>(<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)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TagCheckImpl.CheckTABLE.</span><code><strong><a href="../../../../org/w3c/tidy/TagCheckImpl.CheckTABLE.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check</a></strong>(<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)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TagCheckImpl.CheckCaption.</span><code><strong><a href="../../../../org/w3c/tidy/TagCheckImpl.CheckCaption.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check</a></strong>(<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)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TagCheckImpl.CheckHR.</span><code><strong><a href="../../../../org/w3c/tidy/TagCheckImpl.CheckHR.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check</a></strong>(<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)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TagCheckImpl.CheckIMG.</span><code><strong><a href="../../../../org/w3c/tidy/TagCheckImpl.CheckIMG.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check</a></strong>(<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)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TagCheckImpl.CheckAREA.</span><code><strong><a href="../../../../org/w3c/tidy/TagCheckImpl.CheckAREA.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check</a></strong>(<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)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TagCheckImpl.CheckAnchor.</span><code><strong><a href="../../../../org/w3c/tidy/TagCheckImpl.CheckAnchor.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check</a></strong>(<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)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TagCheckImpl.CheckMap.</span><code><strong><a href="../../../../org/w3c/tidy/TagCheckImpl.CheckMap.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check</a></strong>(<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)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TagCheckImpl.CheckSTYLE.</span><code><strong><a href="../../../../org/w3c/tidy/TagCheckImpl.CheckSTYLE.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check</a></strong>(<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)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TagCheckImpl.CheckForm.</span><code><strong><a href="../../../../org/w3c/tidy/TagCheckImpl.CheckForm.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check</a></strong>(<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)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TagCheckImpl.CheckMeta.</span><code><strong><a href="../../../../org/w3c/tidy/TagCheckImpl.CheckMeta.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check</a></strong>(<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)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TagCheckImpl.CheckTableCell.</span><code><strong><a href="../../../../org/w3c/tidy/TagCheckImpl.CheckTableCell.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check</a></strong>(<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)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TagCheckImpl.CheckLINK.</span><code><strong><a href="../../../../org/w3c/tidy/TagCheckImpl.CheckLINK.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check</a></strong>(<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)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TagCheck.</span><code><strong><a href="../../../../org/w3c/tidy/TagCheck.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check</a></strong>(<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)</code>
<div class="block">Checks attributes in given Node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttrCheckImpl.CheckUrl.</span><code><strong><a href="../../../../org/w3c/tidy/AttrCheckImpl.CheckUrl.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attval)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttrCheckImpl.CheckScript.</span><code><strong><a href="../../../../org/w3c/tidy/AttrCheckImpl.CheckScript.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attval)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttrCheckImpl.CheckAlign.</span><code><strong><a href="../../../../org/w3c/tidy/AttrCheckImpl.CheckAlign.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attval)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttrCheckImpl.CheckValign.</span><code><strong><a href="../../../../org/w3c/tidy/AttrCheckImpl.CheckValign.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attval)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttrCheckImpl.CheckBool.</span><code><strong><a href="../../../../org/w3c/tidy/AttrCheckImpl.CheckBool.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attval)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttrCheckImpl.CheckLength.</span><code><strong><a href="../../../../org/w3c/tidy/AttrCheckImpl.CheckLength.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attval)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttrCheckImpl.CheckTarget.</span><code><strong><a href="../../../../org/w3c/tidy/AttrCheckImpl.CheckTarget.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attval)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttrCheckImpl.CheckFsubmit.</span><code><strong><a href="../../../../org/w3c/tidy/AttrCheckImpl.CheckFsubmit.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attval)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttrCheckImpl.CheckClear.</span><code><strong><a href="../../../../org/w3c/tidy/AttrCheckImpl.CheckClear.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attval)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttrCheckImpl.CheckShape.</span><code><strong><a href="../../../../org/w3c/tidy/AttrCheckImpl.CheckShape.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attval)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttrCheckImpl.CheckScope.</span><code><strong><a href="../../../../org/w3c/tidy/AttrCheckImpl.CheckScope.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attval)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttrCheckImpl.CheckNumber.</span><code><strong><a href="../../../../org/w3c/tidy/AttrCheckImpl.CheckNumber.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attval)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttrCheckImpl.CheckId.</span><code><strong><a href="../../../../org/w3c/tidy/AttrCheckImpl.CheckId.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attval)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttrCheckImpl.CheckName.</span><code><strong><a href="../../../../org/w3c/tidy/AttrCheckImpl.CheckName.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attval)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttrCheckImpl.CheckColor.</span><code><strong><a href="../../../../org/w3c/tidy/AttrCheckImpl.CheckColor.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attval)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttrCheckImpl.CheckVType.</span><code><strong><a href="../../../../org/w3c/tidy/AttrCheckImpl.CheckVType.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attval)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttrCheckImpl.CheckScroll.</span><code><strong><a href="../../../../org/w3c/tidy/AttrCheckImpl.CheckScroll.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attval)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttrCheckImpl.CheckTextDir.</span><code><strong><a href="../../../../org/w3c/tidy/AttrCheckImpl.CheckTextDir.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attval)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttrCheckImpl.CheckLang.</span><code><strong><a href="../../../../org/w3c/tidy/AttrCheckImpl.CheckLang.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attval)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttrCheck.</span><code><strong><a href="../../../../org/w3c/tidy/AttrCheck.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check</a></strong>(<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/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;attval)</code>
<div class="block">Check the value of an attribute.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/w3c/tidy/Attribute.html" title="class in org.w3c.tidy">Attribute</a></code></td>
<td class="colLast"><span class="strong">AttVal.</span><code><strong><a href="../../../../org/w3c/tidy/AttVal.html#checkAttribute(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">checkAttribute</a></strong>(<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)</code>
<div class="block">Check attribute name/value and report errors.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#checkDocTypeKeyWords(org.w3c.tidy.Node)">checkDocTypeKeyWords</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;doctype)</code>
<div class="block">Check system keywords (keywords should be uppercase).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Clean.</span><code><strong><a href="../../../../org/w3c/tidy/Clean.html#cleanTree(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">cleanTree</a></strong>(<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;doc)</code>
<div class="block">Clean an html tree.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Clean.</span><code><strong><a href="../../../../org/w3c/tidy/Clean.html#cleanWord2000(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">cleanWord2000</a></strong>(<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)</code>
<div class="block">This is a major clean up to strip out all the extra stuff you get when you save as web page from Word 2000.</div>
</td>
</tr>
<tr 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"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#cloneNode(org.w3c.tidy.Node)">cloneNode</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Clones a node and add it to node list.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#coerceNode(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Dict)">coerceNode</a></strong>(<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 class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="strong">PPrint.</span><code><strong><a href="../../../../org/w3c/tidy/PPrint.html#countSlides(org.w3c.tidy.Node)">countSlides</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Split parse tree by h2 elements and output to separate files.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">PPrint.</span><code><strong><a href="../../../../org/w3c/tidy/PPrint.html#createSlides(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">createSlides</a></strong>(<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;root)</code>
<div class="block">Creates slides from h2.</div>
</td>
</tr>
<tr class="altColor">
<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"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#discardElement(org.w3c.tidy.Node)">discardElement</a></strong>(<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 class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Clean.</span><code><strong><a href="../../../../org/w3c/tidy/Clean.html#dropSections(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">dropSections</a></strong>(<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)</code>
<div class="block">Drop if/endif sections inserted by word2000.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Clean.</span><code><strong><a href="../../../../org/w3c/tidy/Clean.html#emFromI(org.w3c.tidy.Node)">emFromI</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Replace i by em and b by strong.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Report.</span><code><strong><a href="../../../../org/w3c/tidy/Report.html#error(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node, short)">error</a></strong>(<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;node,
     short&nbsp;code)</code>
<div class="block">Prints errors.</div>
</td>
</tr>
<tr 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"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#escapeTag(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">escapeTag</a></strong>(<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 class="rowColor">
<td class="colFirst"><code>short</code></td>
<td class="colLast"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#findGivenVersion(org.w3c.tidy.Node)">findGivenVersion</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;doctype)</code>
<div class="block">Examine DOCTYPE to identify version.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/w3c/tidy/Parser.html" title="interface in org.w3c.tidy">Parser</a></code></td>
<td class="colLast"><span class="strong">TagTable.</span><code><strong><a href="../../../../org/w3c/tidy/TagTable.html#findParser(org.w3c.tidy.Node)">findParser</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Finds a parser fo the given node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">TagTable.</span><code><strong><a href="../../../../org/w3c/tidy/TagTable.html#findTag(org.w3c.tidy.Node)">findTag</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Finds a tag by name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#fixDocType(org.w3c.tidy.Node)">fixDocType</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;root)</code>
<div class="block">Fixup doctype if missing.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#fixEmptyRow(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">fixEmptyRow</a></strong>(<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 class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#fixHTMLNameSpace(org.w3c.tidy.Node, java.lang.String)">fixHTMLNameSpace</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;root,
                java.lang.String&nbsp;profile)</code>
<div class="block">Fix xhtml namespace.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#fixId(org.w3c.tidy.Node)">fixId</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">duplicate name attribute as an id and check if id and name match.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#fixXmlDecl(org.w3c.tidy.Node)">fixXmlDecl</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;root)</code>
<div class="block">Ensure XML document starts with <code>&lt;?</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TagTable.</span><code><strong><a href="../../../../org/w3c/tidy/TagTable.html#freeAttrs(org.w3c.tidy.Node)">freeAttrs</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Free node's attributes.</div>
</td>
</tr>
<tr 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"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#getCDATA(org.w3c.tidy.Node)">getCDATA</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;container)</code>
<div class="block">Create a text node for the contents of a CDATA element like style or script which ends with &lt;/foo> for some
 foo.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#inlineDup(org.w3c.tidy.Node)">inlineDup</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">This has the effect of inserting "missing" inline elements around the contents of blocklevel elements such as P,
 TD, TH, DIV, PRE etc.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#insertDocType(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node)">insertDocType</a></strong>(<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 class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#insertMisc(org.w3c.tidy.Node, org.w3c.tidy.Node)">insertMisc</a></strong>(<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 class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#insertNodeAfterElement(org.w3c.tidy.Node)">insertNodeAfterElement</a></strong>(<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 class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#insertNodeAsParent(org.w3c.tidy.Node, org.w3c.tidy.Node)">insertNodeAsParent</a></strong>(<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 class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#insertNodeAtEnd(org.w3c.tidy.Node)">insertNodeAtEnd</a></strong>(<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 class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#insertNodeAtStart(org.w3c.tidy.Node)">insertNodeAtStart</a></strong>(<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 class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#insertNodeBeforeElement(org.w3c.tidy.Node, org.w3c.tidy.Node)">insertNodeBeforeElement</a></strong>(<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 class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#isPushed(org.w3c.tidy.Node)">isPushed</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Is the node in the stack?</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">Clean.</span><code><strong><a href="../../../../org/w3c/tidy/Clean.html#isWord2000(org.w3c.tidy.Node)">isWord2000</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;root)</code>
<div class="block">Check if the current document is a converted Word document.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Clean.</span><code><strong><a href="../../../../org/w3c/tidy/Clean.html#list2BQ(org.w3c.tidy.Node)">list2BQ</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Some people use dir or ul without an li to indent the content.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#moveBeforeTable(org.w3c.tidy.Node, org.w3c.tidy.Node, org.w3c.tidy.TagTable)">moveBeforeTable</a></strong>(<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 class="rowColor">
<td class="colFirst"><code>protected static void</code></td>
<td class="colLast"><span class="strong">ParserImpl.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.html#moveToHead(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node)">moveToHead</a></strong>(<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;node)</code>
<div class="block">Move node to the head, where element is used as starting point in hunt for head.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Clean.</span><code><strong><a href="../../../../org/w3c/tidy/Clean.html#nestedEmphasis(org.w3c.tidy.Node)">nestedEmphasis</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">simplifies <b><b>...</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Parser.</span><code><strong><a href="../../../../org/w3c/tidy/Parser.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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,
     short&nbsp;mode)</code>
<div class="block">Parse the given node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ParserImpl.ParseHTML.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.ParseHTML.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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;html,
     short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ParserImpl.ParseHead.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.ParseHead.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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;head,
     short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ParserImpl.ParseTitle.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.ParseTitle.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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;title,
     short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ParserImpl.ParseScript.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.ParseScript.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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;script,
     short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ParserImpl.ParseBody.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.ParseBody.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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;body,
     short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ParserImpl.ParseFrameSet.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.ParseFrameSet.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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;frameset,
     short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ParserImpl.ParseInline.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.ParseInline.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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,
     short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ParserImpl.ParseList.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.ParseList.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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;list,
     short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ParserImpl.ParseEmpty.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.ParseEmpty.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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,
     short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ParserImpl.ParseDefList.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.ParseDefList.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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;list,
     short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ParserImpl.ParsePre.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.ParsePre.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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;pre,
     short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ParserImpl.ParseBlock.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.ParseBlock.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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,
     short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ParserImpl.ParseTableTag.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.ParseTableTag.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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;table,
     short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ParserImpl.ParseColGroup.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.ParseColGroup.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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;colgroup,
     short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ParserImpl.ParseRowGroup.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.ParseRowGroup.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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;rowgroup,
     short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ParserImpl.ParseRow.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.ParseRow.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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,
     short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ParserImpl.ParseNoFrames.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.ParseNoFrames.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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;noframes,
     short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ParserImpl.ParseSelect.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.ParseSelect.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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;field,
     short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ParserImpl.ParseText.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.ParseText.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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;field,
     short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ParserImpl.ParseOptGroup.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.ParseOptGroup.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse</a></strong>(<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;field,
     short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#parseAttribute(boolean[], org.w3c.tidy.Node[], org.w3c.tidy.Node[])">parseAttribute</a></strong>(boolean[]&nbsp;isempty,
              <a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>[]&nbsp;asp,
              <a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>[]&nbsp;php)</code>
<div class="block">consumes the '>' terminating start tags.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#parseAttribute(boolean[], org.w3c.tidy.Node[], org.w3c.tidy.Node[])">parseAttribute</a></strong>(boolean[]&nbsp;isempty,
              <a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>[]&nbsp;asp,
              <a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>[]&nbsp;php)</code>
<div class="block">consumes the '>' terminating start tags.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static void</code></td>
<td class="colLast"><span class="strong">ParserImpl.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.html#parseTag(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parseTag</a></strong>(<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,
        short&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">ParserImpl.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.html#parseXMLElement(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parseXMLElement</a></strong>(<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,
               short&nbsp;mode)</code>
<div class="block">XML documents.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#popInline(org.w3c.tidy.Node)">popInline</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Pop a copy of an inline node from the stack.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#preContent(org.w3c.tidy.Node)">preContent</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Is content acceptable for pre elements?</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">DOMNodeListByTagNameImpl.</span><code><strong><a href="../../../../org/w3c/tidy/DOMNodeListByTagNameImpl.html#preTraverse(org.w3c.tidy.Node)">preTraverse</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Traverse the node list.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">PPrint.</span><code><strong><a href="../../../../org/w3c/tidy/PPrint.html#printTree(org.w3c.tidy.Out, short, int, org.w3c.tidy.Lexer, org.w3c.tidy.Node)">printTree</a></strong>(<a href="../../../../org/w3c/tidy/Out.html" title="interface in org.w3c.tidy">Out</a>&nbsp;fout,
         short&nbsp;mode,
         int&nbsp;indent,
         <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)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">PPrint.</span><code><strong><a href="../../../../org/w3c/tidy/PPrint.html#printXMLTree(org.w3c.tidy.Out, short, int, org.w3c.tidy.Lexer, org.w3c.tidy.Node)">printXMLTree</a></strong>(<a href="../../../../org/w3c/tidy/Out.html" title="interface in org.w3c.tidy">Out</a>&nbsp;fout,
            short&nbsp;mode,
            int&nbsp;indent,
            <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)</code>&nbsp;</td>
</tr>
<tr 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"><span class="strong">Clean.</span><code><strong><a href="../../../../org/w3c/tidy/Clean.html#pruneSection(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">pruneSection</a></strong>(<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)</code>
<div class="block">node is <code>&lt;!</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Clean.</span><code><strong><a href="../../../../org/w3c/tidy/Clean.html#purgeWord2000Attributes(org.w3c.tidy.Node)">purgeWord2000Attributes</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Remove word2000 attributes from node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#pushInline(org.w3c.tidy.Node)">pushInline</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;node)</code>
<div class="block">Push a copy of an inline node onto stack but don't push if implicit or OBJECT or APPLET (implicit tags are ones
 generated from the istack) One issue arises with pushing inlines when the tag is already pushed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Report.</span><code><strong><a href="../../../../org/w3c/tidy/Report.html#reportVersion(java.io.PrintWriter, org.w3c.tidy.Lexer, java.lang.String, org.w3c.tidy.Node)">reportVersion</a></strong>(java.io.PrintWriter&nbsp;errout,
             <a href="../../../../org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a>&nbsp;lexer,
             java.lang.String&nbsp;filename,
             <a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;doctype)</code>
<div class="block">Prints information for html version in input file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttVal.</span><code><strong><a href="../../../../org/w3c/tidy/AttVal.html#setAsp(org.w3c.tidy.Node)">setAsp</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;asp)</code>
<div class="block">Setter for <code>asp</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AttVal.</span><code><strong><a href="../../../../org/w3c/tidy/AttVal.html#setPhp(org.w3c.tidy.Node)">setPhp</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;php)</code>
<div class="block">Setter for <code>php</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">Lexer.</span><code><strong><a href="../../../../org/w3c/tidy/Lexer.html#setXHTMLDocType(org.w3c.tidy.Node)">setXHTMLDocType</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;root)</code>
<div class="block">Adds a new xhtml doctype to the document.</div>
</td>
</tr>
<tr 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"><span class="strong">Clean.</span><code><strong><a href="../../../../org/w3c/tidy/Clean.html#stripSpan(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">stripSpan</a></strong>(<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;span)</code>
<div class="block">Word2000 uses span excessively, so we strip span out.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#trimEmptyElement(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">trimEmptyElement</a></strong>(<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 class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#trimInitialSpace(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node)">trimInitialSpace</a></strong>(<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 class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#trimSpaces(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">trimSpaces</a></strong>(<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 class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../../org/w3c/tidy/Node.html#trimTrailingSpace(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node)">trimTrailingSpace</a></strong>(<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>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Report.</span><code><strong><a href="../../../../org/w3c/tidy/Report.html#warning(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node, short)">warning</a></strong>(<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;node,
       short&nbsp;code)</code>
<div class="block">Prints warnings.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="strong">ParserImpl.</span><code><strong><a href="../../../../org/w3c/tidy/ParserImpl.html#XMLPreserveWhiteSpace(org.w3c.tidy.Node, org.w3c.tidy.TagTable)">XMLPreserveWhiteSpace</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;element,
                     <a href="../../../../org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a>&nbsp;tt)</code>
<div class="block">Indicates whether or not whitespace should be preserved for this element.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../org/w3c/tidy/package-summary.html">org.w3c.tidy</a> with parameters of type <a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../org/w3c/tidy/AttVal.html#AttVal(org.w3c.tidy.AttVal, org.w3c.tidy.Attribute, org.w3c.tidy.Node, org.w3c.tidy.Node, int, java.lang.String, java.lang.String)">AttVal</a></strong>(<a href="../../../../org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a>&nbsp;next,
      <a href="../../../../org/w3c/tidy/Attribute.html" title="class in org.w3c.tidy">Attribute</a>&nbsp;dict,
      <a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;asp,
      <a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;php,
      int&nbsp;delim,
      java.lang.String&nbsp;attribute,
      java.lang.String&nbsp;value)</code>
<div class="block">Instantiates a new AttVal.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../org/w3c/tidy/DOMCDATASectionImpl.html#DOMCDATASectionImpl(org.w3c.tidy.Node)">DOMCDATASectionImpl</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;adaptee)</code>
<div class="block">Instantiates a new DOMCDATASectionImpl which wraps the given Node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../org/w3c/tidy/DOMCharacterDataImpl.html#DOMCharacterDataImpl(org.w3c.tidy.Node)">DOMCharacterDataImpl</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;adaptee)</code>
<div class="block">Instantiates a new DOMCharacterDataImpl which wraps the given Node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../org/w3c/tidy/DOMCommentImpl.html#DOMCommentImpl(org.w3c.tidy.Node)">DOMCommentImpl</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;adaptee)</code>
<div class="block">Instantiates a new DOMCommentImpl which wraps the given Node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../org/w3c/tidy/DOMDocumentImpl.html#DOMDocumentImpl(org.w3c.tidy.Node)">DOMDocumentImpl</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;adaptee)</code>
<div class="block">Instantiates a new Dom document with a default tag table.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../org/w3c/tidy/DOMDocumentTypeImpl.html#DOMDocumentTypeImpl(org.w3c.tidy.Node)">DOMDocumentTypeImpl</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;adaptee)</code>
<div class="block">Instantiates a new DOM document type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../org/w3c/tidy/DOMElementImpl.html#DOMElementImpl(org.w3c.tidy.Node)">DOMElementImpl</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;adaptee)</code>
<div class="block">Instantiates a new DOM element.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../org/w3c/tidy/DOMNodeImpl.html#DOMNodeImpl(org.w3c.tidy.Node)">DOMNodeImpl</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;adaptee)</code>
<div class="block">Intantiates a new DOM node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../org/w3c/tidy/DOMNodeListByTagNameImpl.html#DOMNodeListByTagNameImpl(org.w3c.tidy.Node, java.lang.String)">DOMNodeListByTagNameImpl</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;first,
                        java.lang.String&nbsp;tagName)</code>
<div class="block">Instantiates a new DOMNodeListByTagName.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../org/w3c/tidy/DOMNodeListImpl.html#DOMNodeListImpl(org.w3c.tidy.Node)">DOMNodeListImpl</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;parent)</code>
<div class="block">Instantiates a new DOM node list.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../org/w3c/tidy/DOMProcessingInstructionImpl.html#DOMProcessingInstructionImpl(org.w3c.tidy.Node)">DOMProcessingInstructionImpl</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;adaptee)</code>
<div class="block">Instantiates a new DOM processing instruction.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../org/w3c/tidy/DOMTextImpl.html#DOMTextImpl(org.w3c.tidy.Node)">DOMTextImpl</a></strong>(<a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a>&nbsp;adaptee)</code>
<div class="block">Instantiates a new DOM text node.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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><a href="../../../../org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Class</a></li>
<li class="navBarCell1Rev">Use</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/w3c/tidy//class-useNode.html" target="_top">Frames</a></li>
<li><a href="Node.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All 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>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2000-2012 <a href="http://sourceforge.net">sourceforge</a>. All Rights Reserved.</small></p>
</body>
</html>