This file is indexed.

/usr/share/doc/libxml-commons-external-java/api/index-all.html is in libxml-commons-external-java-doc 1.4.01-2build1.

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

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
<!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 18 12:10:26 UTC 2012 -->
<title>Index</title>
<meta name="date" content="2012-05-18">
<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="Index";
    }
//-->
</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>Package</li>
<li>Class</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</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?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.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="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_X_">X</a>&nbsp;<a name="_A_">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#adoptNode(org.w3c.dom.Node)">adoptNode(Node)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">Attempts to adopt a node from another document to this document.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SiblingSelector.html#ANY_NODE">ANY_NODE</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SiblingSelector.html" title="interface in org.w3c.css.sac">SiblingSelector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#appendChild(org.w3c.dom.Node)">appendChild(Node)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">Adds the node <code>newChild</code> to the end of the list of children 
 of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/CharacterData.html#appendData(java.lang.String)">appendData(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/CharacterData.html" title="interface in org.w3c.dom">CharacterData</a></dt>
<dd>
<div class="block">Append the string to the end of the character data of the node.</div>
</dd>
<dt><a href="./org/w3c/dom/Attr.html" title="interface in org.w3c.dom"><span class="strong">Attr</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">The <code>Attr</code> interface represents an attribute in an 
 <code>Element</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#ATTRIBUTE_NODE">ATTRIBUTE_NODE</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The node is an <code>Attr</code>.</div>
</dd>
<dt><a href="./org/w3c/css/sac/AttributeCondition.html" title="interface in org.w3c.css.sac"><span class="strong">AttributeCondition</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_C_">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/dom/DOMConfiguration.html#canSetParameter(java.lang.String, java.lang.Object)">canSetParameter(String, Object)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMConfiguration.html" title="interface in org.w3c.dom">DOMConfiguration</a></dt>
<dd>
<div class="block">Check if setting a parameter to a specific value is supported.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#CDATA_SECTION_NODE">CDATA_SECTION_NODE</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The node is a <code>CDATASection</code>.</div>
</dd>
<dt><a href="./org/w3c/dom/CDATASection.html" title="interface in org.w3c.dom"><span class="strong">CDATASection</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">CDATA sections are used to escape blocks of text containing characters that 
 would otherwise be regarded as markup.</div>
</dd>
<dt><a href="./org/w3c/dom/CharacterData.html" title="interface in org.w3c.dom"><span class="strong">CharacterData</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">The <code>CharacterData</code> interface extends Node with a set of 
 attributes and methods for accessing character data in the DOM.</div>
</dd>
<dt><a href="./org/w3c/css/sac/CharacterDataSelector.html" title="interface in org.w3c.css.sac"><span class="strong">CharacterDataSelector</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#cloneNode(boolean)">cloneNode(boolean)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">Returns a duplicate of this node, i.e., serves as a generic copy 
 constructor for nodes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSException.html#code">code</a></span> - Variable in exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMException.html#code">code</a></span> - Variable in exception org.w3c.dom.<a href="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/css/sac/CombinatorCondition.html" title="interface in org.w3c.css.sac"><span class="strong">CombinatorCondition</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/DocumentHandler.html#comment(java.lang.String)">comment(String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</a></dt>
<dd>
<div class="block">Receive notification of a comment.</div>
</dd>
<dt><a href="./org/w3c/dom/Comment.html" title="interface in org.w3c.dom"><span class="strong">Comment</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">This interface inherits from <code>CharacterData</code> and represents the 
 content of a comment, i.e., all the characters between the starting '
 <code>&lt;!--</code>' and ending '<code>--&gt;</code>'.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#COMMENT_NODE">COMMENT_NODE</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The node is a <code>Comment</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#compareDocumentPosition(org.w3c.dom.Node)">compareDocumentPosition(Node)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">Compares the reference node, i.e.</div>
</dd>
<dt><a href="./org/w3c/css/sac/Condition.html" title="interface in org.w3c.css.sac"><span class="strong">Condition</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/css/sac/ConditionalSelector.html" title="interface in org.w3c.css.sac"><span class="strong">ConditionalSelector</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac"><span class="strong">ConditionFactory</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMStringList.html#contains(java.lang.String)">contains(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMStringList.html" title="interface in org.w3c.dom">DOMStringList</a></dt>
<dd>
<div class="block">Test if a string is part of this <code>DOMStringList</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/NameList.html#contains(java.lang.String)">contains(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/NameList.html" title="interface in org.w3c.dom">NameList</a></dt>
<dd>
<div class="block">Test if a name is part of this <code>NameList</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/NameList.html#containsNS(java.lang.String, java.lang.String)">containsNS(String, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/NameList.html" title="interface in org.w3c.dom">NameList</a></dt>
<dd>
<div class="block">Test if the pair namespaceURI/name is part of this 
 <code>NameList</code>.</div>
</dd>
<dt><a href="./org/w3c/css/sac/ContentCondition.html" title="interface in org.w3c.css.sac"><span class="strong">ContentCondition</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ConditionFactory.html#createAndCondition(org.w3c.css.sac.Condition, org.w3c.css.sac.Condition)">createAndCondition(Condition, Condition)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</a></dt>
<dd>
<div class="block">Creates an and condition</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SelectorFactory.html#createAnyNodeSelector()">createAnyNodeSelector()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</a></dt>
<dd>
<div class="block">Creates an any node selector.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#createAttribute(java.lang.String)">createAttribute(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">Creates an <code>Attr</code> of the given name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ConditionFactory.html#createAttributeCondition(java.lang.String, java.lang.String, boolean, java.lang.String)">createAttributeCondition(String, String, boolean, String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</a></dt>
<dd>
<div class="block">Creates an attribute condition</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#createAttributeNS(java.lang.String, java.lang.String)">createAttributeNS(String, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">Creates an attribute of the given qualified name and namespace URI.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ConditionFactory.html#createBeginHyphenAttributeCondition(java.lang.String, java.lang.String, boolean, java.lang.String)">createBeginHyphenAttributeCondition(String, String, boolean, String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</a></dt>
<dd>
<div class="block">Creates a "begin hyphen" attribute condition</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#createCDATASection(java.lang.String)">createCDATASection(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">Creates a <code>CDATASection</code> node whose value is the specified 
 string.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SelectorFactory.html#createCDataSectionSelector(java.lang.String)">createCDataSectionSelector(String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</a></dt>
<dd>
<div class="block">Creates a cdata section node selector.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SelectorFactory.html#createChildSelector(org.w3c.css.sac.Selector, org.w3c.css.sac.SimpleSelector)">createChildSelector(Selector, SimpleSelector)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</a></dt>
<dd>
<div class="block">Creates a child selector.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ConditionFactory.html#createClassCondition(java.lang.String, java.lang.String)">createClassCondition(String, String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</a></dt>
<dd>
<div class="block">Creates a class condition</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#createComment(java.lang.String)">createComment(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">Creates a <code>Comment</code> node given the specified string.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SelectorFactory.html#createCommentSelector(java.lang.String)">createCommentSelector(String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</a></dt>
<dd>
<div class="block">Creates a comment node selector.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SelectorFactory.html#createConditionalSelector(org.w3c.css.sac.SimpleSelector, org.w3c.css.sac.Condition)">createConditionalSelector(SimpleSelector, Condition)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</a></dt>
<dd>
<div class="block">Creates a conditional selector.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ConditionFactory.html#createContentCondition(java.lang.String)">createContentCondition(String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</a></dt>
<dd>
<div class="block">Creates a content condition</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SelectorFactory.html#createDescendantSelector(org.w3c.css.sac.Selector, org.w3c.css.sac.SimpleSelector)">createDescendantSelector(Selector, SimpleSelector)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</a></dt>
<dd>
<div class="block">Creates a descendant selector.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SelectorFactory.html#createDirectAdjacentSelector(short, org.w3c.css.sac.Selector, org.w3c.css.sac.SimpleSelector)">createDirectAdjacentSelector(short, Selector, SimpleSelector)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</a></dt>
<dd>
<div class="block">Creates a sibling selector.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMImplementation.html#createDocument(java.lang.String, java.lang.String, org.w3c.dom.DocumentType)">createDocument(String, String, DocumentType)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMImplementation.html" title="interface in org.w3c.dom">DOMImplementation</a></dt>
<dd>
<div class="block">Creates a DOM Document object of the specified type with its document 
 element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#createDocumentFragment()">createDocumentFragment()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">Creates an empty <code>DocumentFragment</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMImplementation.html#createDocumentType(java.lang.String, java.lang.String, java.lang.String)">createDocumentType(String, String, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMImplementation.html" title="interface in org.w3c.dom">DOMImplementation</a></dt>
<dd>
<div class="block">Creates an empty <code>DocumentType</code> node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#createElement(java.lang.String)">createElement(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">Creates an element of the type specified.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#createElementNS(java.lang.String, java.lang.String)">createElementNS(String, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">Creates an element of the given qualified name and namespace URI.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SelectorFactory.html#createElementSelector(java.lang.String, java.lang.String)">createElementSelector(String, String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</a></dt>
<dd>
<div class="block">Creates an element selector.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#createEntityReference(java.lang.String)">createEntityReference(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">Creates an <code>EntityReference</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ConditionFactory.html#createIdCondition(java.lang.String)">createIdCondition(String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</a></dt>
<dd>
<div class="block">Creates an id condition</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ConditionFactory.html#createLangCondition(java.lang.String)">createLangCondition(String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</a></dt>
<dd>
<div class="block">Creates a lang condition</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ConditionFactory.html#createNegativeCondition(org.w3c.css.sac.Condition)">createNegativeCondition(Condition)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</a></dt>
<dd>
<div class="block">Creates a negative condition</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SelectorFactory.html#createNegativeSelector(org.w3c.css.sac.SimpleSelector)">createNegativeSelector(SimpleSelector)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</a></dt>
<dd>
<div class="block">Creates an negative selector.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ConditionFactory.html#createOneOfAttributeCondition(java.lang.String, java.lang.String, boolean, java.lang.String)">createOneOfAttributeCondition(String, String, boolean, String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</a></dt>
<dd>
<div class="block">Creates a "one of" attribute condition</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ConditionFactory.html#createOnlyChildCondition()">createOnlyChildCondition()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</a></dt>
<dd>
<div class="block">Creates a "only one" child condition</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ConditionFactory.html#createOnlyTypeCondition()">createOnlyTypeCondition()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</a></dt>
<dd>
<div class="block">Creates a "only one" type condition</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ConditionFactory.html#createOrCondition(org.w3c.css.sac.Condition, org.w3c.css.sac.Condition)">createOrCondition(Condition, Condition)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</a></dt>
<dd>
<div class="block">Creates an or condition</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ConditionFactory.html#createPositionalCondition(int, boolean, boolean)">createPositionalCondition(int, boolean, boolean)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</a></dt>
<dd>
<div class="block">Creates a positional condition</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#createProcessingInstruction(java.lang.String, java.lang.String)">createProcessingInstruction(String, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">Creates a <code>ProcessingInstruction</code> node given the specified 
 name and data strings.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SelectorFactory.html#createProcessingInstructionSelector(java.lang.String, java.lang.String)">createProcessingInstructionSelector(String, String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</a></dt>
<dd>
<div class="block">Creates a processing instruction node selector.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ConditionFactory.html#createPseudoClassCondition(java.lang.String, java.lang.String)">createPseudoClassCondition(String, String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</a></dt>
<dd>
<div class="block">Creates a pseudo class condition</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SelectorFactory.html#createPseudoElementSelector(java.lang.String, java.lang.String)">createPseudoElementSelector(String, String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</a></dt>
<dd>
<div class="block">Creates a pseudo element selector.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SelectorFactory.html#createRootNodeSelector()">createRootNodeSelector()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</a></dt>
<dd>
<div class="block">Creates an root node selector.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#createTextNode(java.lang.String)">createTextNode(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">Creates a <code>Text</code> node given the specified string.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SelectorFactory.html#createTextNodeSelector(java.lang.String)">createTextNodeSelector(String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</a></dt>
<dd>
<div class="block">Creates a text node selector.</div>
</dd>
<dt><a href="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac"><span class="strong">CSSException</span></a> - Exception in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSException.html#CSSException()">CSSException()</a></span> - Constructor for exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</a></dt>
<dd>
<div class="block">Creates a new CSSException</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSException.html#CSSException(java.lang.String)">CSSException(String)</a></span> - Constructor for exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</a></dt>
<dd>
<div class="block">Creates a new CSSException</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSException.html#CSSException(java.lang.Exception)">CSSException(Exception)</a></span> - Constructor for exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</a></dt>
<dd>
<div class="block">Creates a new CSSException with an embeded exception.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSException.html#CSSException(short)">CSSException(short)</a></span> - Constructor for exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</a></dt>
<dd>
<div class="block">Creates a new CSSException with a specific code.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSException.html#CSSException(short, java.lang.String, java.lang.Exception)">CSSException(short, String, Exception)</a></span> - Constructor for exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</a></dt>
<dd>
<div class="block">Creates a new CSSException with an embeded exception and a specified
 message.</div>
</dd>
<dt><a href="./org/w3c/css/sac/CSSParseException.html" title="class in org.w3c.css.sac"><span class="strong">CSSParseException</span></a> - Exception in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>
<div class="block">Encapsulate a CSS parse error or warning.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSParseException.html#CSSParseException(java.lang.String, org.w3c.css.sac.Locator)">CSSParseException(String, Locator)</a></span> - Constructor for exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSParseException.html" title="class in org.w3c.css.sac">CSSParseException</a></dt>
<dd>
<div class="block">Create a new CSSParseException from a message and a Locator.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSParseException.html#CSSParseException(java.lang.String, org.w3c.css.sac.Locator, java.lang.Exception)">CSSParseException(String, Locator, Exception)</a></span> - Constructor for exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSParseException.html" title="class in org.w3c.css.sac">CSSParseException</a></dt>
<dd>
<div class="block">Wrap an existing exception in a CSSParseException.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSParseException.html#CSSParseException(java.lang.String, java.lang.String, int, int)">CSSParseException(String, String, int, int)</a></span> - Constructor for exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSParseException.html" title="class in org.w3c.css.sac">CSSParseException</a></dt>
<dd>
<div class="block">Create a new CSSParseException.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSParseException.html#CSSParseException(java.lang.String, java.lang.String, int, int, java.lang.Exception)">CSSParseException(String, String, int, int, Exception)</a></span> - Constructor for exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSParseException.html" title="class in org.w3c.css.sac">CSSParseException</a></dt>
<dd>
<div class="block">Create a new CSSParseException with an embedded exception.</div>
</dd>
</dl>
<a name="_D_">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="strong"><a href="./javax/xml/XMLConstants.html#DEFAULT_NS_PREFIX">DEFAULT_NS_PREFIX</a></span> - Static variable in class javax.xml.<a href="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</a></dt>
<dd>
<div class="block">Prefix to use to represent the default XML Namespace.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/CharacterData.html#deleteData(int, int)">deleteData(int, int)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/CharacterData.html" title="interface in org.w3c.dom">CharacterData</a></dt>
<dd>
<div class="block">Remove a range of 16-bit units from the node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/TypeInfo.html#DERIVATION_EXTENSION">DERIVATION_EXTENSION</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/TypeInfo.html" title="interface in org.w3c.dom">TypeInfo</a></dt>
<dd>
<div class="block">If the document's schema is an XML Schema [<a href=./org/w3c/dom/'http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/'>XML Schema Part 1</a>]
 , this constant represents the derivation by <a href=./org/w3c/dom/'http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/#key-typeExtension'>
 extension</a>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/TypeInfo.html#DERIVATION_LIST">DERIVATION_LIST</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/TypeInfo.html" title="interface in org.w3c.dom">TypeInfo</a></dt>
<dd>
<div class="block">If the document's schema is an XML Schema [<a href=./org/w3c/dom/'http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/'>XML Schema Part 1</a>]
 , this constant represents the <a href=./org/w3c/dom/'http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/#element-list'>list</a>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/TypeInfo.html#DERIVATION_RESTRICTION">DERIVATION_RESTRICTION</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/TypeInfo.html" title="interface in org.w3c.dom">TypeInfo</a></dt>
<dd>
<div class="block">If the document's schema is an XML Schema [<a href=./org/w3c/dom/'http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/'>XML Schema Part 1</a>]
 , this constant represents the derivation by <a href=./org/w3c/dom/'http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/#key-typeRestriction'>
 restriction</a> if complex types are involved, or a <a href=./org/w3c/dom/'http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/#element-restriction'>
 restriction</a> if simple types are involved.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/TypeInfo.html#DERIVATION_UNION">DERIVATION_UNION</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/TypeInfo.html" title="interface in org.w3c.dom">TypeInfo</a></dt>
<dd>
<div class="block">If the document's schema is an XML Schema [<a href=./org/w3c/dom/'http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/'>XML Schema Part 1</a>]
 , this constant represents the <a href=./org/w3c/dom/'http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/#element-union'>
 union</a> if simple types are involved.</div>
</dd>
<dt><a href="./org/w3c/css/sac/DescendantSelector.html" title="interface in org.w3c.css.sac"><span class="strong">DescendantSelector</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom"><span class="strong">Document</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">The <code>Document</code> interface represents the entire HTML or XML 
 document.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#DOCUMENT_FRAGMENT_NODE">DOCUMENT_FRAGMENT_NODE</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The node is a <code>DocumentFragment</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#DOCUMENT_NODE">DOCUMENT_NODE</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The node is a <code>Document</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#DOCUMENT_POSITION_CONTAINED_BY">DOCUMENT_POSITION_CONTAINED_BY</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The node is contained by the reference node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#DOCUMENT_POSITION_CONTAINS">DOCUMENT_POSITION_CONTAINS</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The node contains the reference node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#DOCUMENT_POSITION_DISCONNECTED">DOCUMENT_POSITION_DISCONNECTED</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The two nodes are disconnected.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#DOCUMENT_POSITION_FOLLOWING">DOCUMENT_POSITION_FOLLOWING</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The node follows the reference node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC">DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The determination of preceding versus following is 
 implementation-specific.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#DOCUMENT_POSITION_PRECEDING">DOCUMENT_POSITION_PRECEDING</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The second node precedes the reference node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#DOCUMENT_TYPE_NODE">DOCUMENT_TYPE_NODE</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The node is a <code>DocumentType</code>.</div>
</dd>
<dt><a href="./org/w3c/dom/DocumentFragment.html" title="interface in org.w3c.dom"><span class="strong">DocumentFragment</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block"><code>DocumentFragment</code> is a "lightweight" or "minimal" 
 <code>Document</code> object.</div>
</dd>
<dt><a href="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac"><span class="strong">DocumentHandler</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>
<div class="block">This is the main interface that most CSS applications implement: if the
 application needs to be informed of basic parsing events, it implements this
 interface and registers an instance with the CSS parser using the
 setCSSHandler method.</div>
</dd>
<dt><a href="./org/w3c/dom/DocumentType.html" title="interface in org.w3c.dom"><span class="strong">DocumentType</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">Each <code>Document</code> has a <code>doctype</code> attribute whose value 
 is either <code>null</code> or a <code>DocumentType</code> object.</div>
</dd>
<dt><a href="./org/w3c/dom/DOMConfiguration.html" title="interface in org.w3c.dom"><span class="strong">DOMConfiguration</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">The <code>DOMConfiguration</code> interface represents the configuration 
 of a document and maintains a table of recognized parameters.</div>
</dd>
<dt><a href="./org/w3c/dom/DOMError.html" title="interface in org.w3c.dom"><span class="strong">DOMError</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block"><code>DOMError</code> is an interface that describes an error.</div>
</dd>
<dt><a href="./org/w3c/dom/DOMErrorHandler.html" title="interface in org.w3c.dom"><span class="strong">DOMErrorHandler</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block"><code>DOMErrorHandler</code> is a callback interface that the DOM 
 implementation can call when reporting errors that happens while 
 processing XML data, or when doing some other processing (e.g.</div>
</dd>
<dt><a href="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom"><span class="strong">DOMException</span></a> - Exception in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">DOM operations only raise exceptions in "exceptional" circumstances, i.e., 
 when an operation is impossible to perform (either for logical reasons, 
 because data is lost, or because the implementation has become unstable).</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMException.html#DOMException(short, java.lang.String)">DOMException(short, String)</a></span> - Constructor for exception org.w3c.dom.<a href="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/dom/DOMImplementation.html" title="interface in org.w3c.dom"><span class="strong">DOMImplementation</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">The <code>DOMImplementation</code> interface provides a number of methods 
 for performing operations that are independent of any particular instance 
 of the document object model.</div>
</dd>
<dt><a href="./org/w3c/dom/DOMImplementationList.html" title="interface in org.w3c.dom"><span class="strong">DOMImplementationList</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">The <code>DOMImplementationList</code> interface provides the abstraction 
 of an ordered collection of DOM implementations, without defining or 
 constraining how this collection is implemented.</div>
</dd>
<dt><a href="./org/w3c/dom/DOMImplementationSource.html" title="interface in org.w3c.dom"><span class="strong">DOMImplementationSource</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">This interface permits a DOM implementer to supply one or more 
 implementations, based upon requested features and versions, as specified 
 in .</div>
</dd>
<dt><a href="./org/w3c/dom/DOMLocator.html" title="interface in org.w3c.dom"><span class="strong">DOMLocator</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block"><code>DOMLocator</code> is an interface that describes a location (e.g.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMException.html#DOMSTRING_SIZE_ERR">DOMSTRING_SIZE_ERR</a></span> - Static variable in exception org.w3c.dom.<a href="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</a></dt>
<dd>
<div class="block">If the specified range of text does not fit into a 
 <code>DOMString</code>.</div>
</dd>
<dt><a href="./org/w3c/dom/DOMStringList.html" title="interface in org.w3c.dom"><span class="strong">DOMStringList</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">The <code>DOMStringList</code> interface provides the abstraction of an 
 ordered collection of <code>DOMString</code> values, without defining or 
 constraining how this collection is implemented.</div>
</dd>
</dl>
<a name="_E_">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSException.html#e">e</a></span> - Variable in exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</a></dt>
<dd>
<div class="block">The internal exception.</div>
</dd>
<dt><a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom"><span class="strong">Element</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">The <code>Element</code> interface represents an element in an HTML or XML 
 document.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#ELEMENT_NODE">ELEMENT_NODE</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The node is an <code>Element</code>.</div>
</dd>
<dt><a href="./org/w3c/css/sac/ElementSelector.html" title="interface in org.w3c.css.sac"><span class="strong">ElementSelector</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/dom/ElementTraversal.html" title="interface in org.w3c.dom"><span class="strong">ElementTraversal</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">The <code>ElementTraversal</code> interface is a set of read-only attributes
 which allow an author to easily navigate between elements in a document.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/DocumentHandler.html#endDocument(org.w3c.css.sac.InputSource)">endDocument(InputSource)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</a></dt>
<dd>
<div class="block">Receive notification of the end of a document.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/DocumentHandler.html#endFontFace()">endFontFace()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</a></dt>
<dd>
<div class="block">Receive notification of the end of a font face statement.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/DocumentHandler.html#endMedia(org.w3c.css.sac.SACMediaList)">endMedia(SACMediaList)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</a></dt>
<dd>
<div class="block">Receive notification of the end of a media statement.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/DocumentHandler.html#endPage(java.lang.String, java.lang.String)">endPage(String, String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</a></dt>
<dd>
<div class="block">Receive notification of the end of a media statement.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/DocumentHandler.html#endSelector(org.w3c.css.sac.SelectorList)">endSelector(SelectorList)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</a></dt>
<dd>
<div class="block">Receive notification of the end of a rule statement.</div>
</dd>
<dt><a href="./org/w3c/dom/Entity.html" title="interface in org.w3c.dom"><span class="strong">Entity</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">This interface represents a known entity, either parsed or unparsed, in an 
 XML document.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#ENTITY_NODE">ENTITY_NODE</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The node is an <code>Entity</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#ENTITY_REFERENCE_NODE">ENTITY_REFERENCE_NODE</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The node is an <code>EntityReference</code>.</div>
</dd>
<dt><a href="./org/w3c/dom/EntityReference.html" title="interface in org.w3c.dom"><span class="strong">EntityReference</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block"><code>EntityReference</code> nodes may be used to represent an entity 
 reference in the tree.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ErrorHandler.html#error(org.w3c.css.sac.CSSParseException)">error(CSSParseException)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ErrorHandler.html" title="interface in org.w3c.css.sac">ErrorHandler</a></dt>
<dd>
<div class="block">Receive notification of a recoverable error.</div>
</dd>
<dt><a href="./org/w3c/css/sac/ErrorHandler.html" title="interface in org.w3c.css.sac"><span class="strong">ErrorHandler</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>
<div class="block">Basic interface for CSS error handlers.</div>
</dd>
</dl>
<a name="_F_">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/css/sac/ErrorHandler.html#fatalError(org.w3c.css.sac.CSSParseException)">fatalError(CSSParseException)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ErrorHandler.html" title="interface in org.w3c.css.sac">ErrorHandler</a></dt>
<dd>
<div class="block">Receive notification of a non-recoverable error.</div>
</dd>
<dt><span class="strong"><a href="./javax/xml/XMLConstants.html#FEATURE_SECURE_PROCESSING">FEATURE_SECURE_PROCESSING</a></span> - Static variable in class javax.xml.<a href="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</a></dt>
<dd>
<div class="block">Feature for secure processing.</div>
</dd>
</dl>
<a name="_G_">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/css/sac/DescendantSelector.html#getAncestorSelector()">getAncestorSelector()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/DescendantSelector.html" title="interface in org.w3c.css.sac">DescendantSelector</a></dt>
<dd>
<div class="block">Returns the parent selector.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Element.html#getAttribute(java.lang.String)">getAttribute(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</a></dt>
<dd>
<div class="block">Retrieves an attribute value by name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Element.html#getAttributeNode(java.lang.String)">getAttributeNode(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</a></dt>
<dd>
<div class="block">Retrieves an attribute node by name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Element.html#getAttributeNodeNS(java.lang.String, java.lang.String)">getAttributeNodeNS(String, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</a></dt>
<dd>
<div class="block">Retrieves an <code>Attr</code> node by local name and namespace URI.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Element.html#getAttributeNS(java.lang.String, java.lang.String)">getAttributeNS(String, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</a></dt>
<dd>
<div class="block">Retrieves an attribute value by local name and namespace URI.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#getAttributes()">getAttributes()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">A <code>NamedNodeMap</code> containing the attributes of this node (if 
 it is an <code>Element</code>) or <code>null</code> otherwise.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#getBaseURI()">getBaseURI()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The absolute base URI of this node or <code>null</code> if the 
 implementation wasn't able to obtain an absolute URI.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMLocator.html#getByteOffset()">getByteOffset()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMLocator.html" title="interface in org.w3c.dom">DOMLocator</a></dt>
<dd>
<div class="block">The byte offset into the input source this locator is pointing to or 
 <code>-1</code> if there is no byte offset available.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/InputSource.html#getByteStream()">getByteStream()</a></span> - Method in class org.w3c.css.sac.<a href="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</a></dt>
<dd>
<div class="block">Get the byte stream for this input source.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/InputSource.html#getCharacterStream()">getCharacterStream()</a></span> - Method in class org.w3c.css.sac.<a href="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</a></dt>
<dd>
<div class="block">Get the character stream for this input source.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/ElementTraversal.html#getChildElementCount()">getChildElementCount()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/ElementTraversal.html" title="interface in org.w3c.dom">ElementTraversal</a></dt>
<dd>
<div class="block">Returns the current number of element nodes that are children of this
 element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#getChildNodes()">getChildNodes()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">A <code>NodeList</code> that contains all children of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSException.html#getCode()">getCode()</a></span> - Method in exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</a></dt>
<dd>
<div class="block">returns the error code for this exception.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSParseException.html#getColumnNumber()">getColumnNumber()</a></span> - Method in exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSParseException.html" title="class in org.w3c.css.sac">CSSParseException</a></dt>
<dd>
<div class="block">The column number of the end of the text where the exception occurred.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Locator.html#getColumnNumber()">getColumnNumber()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Locator.html" title="interface in org.w3c.css.sac">Locator</a></dt>
<dd>
<div class="block">Return the column number where the current document event ends.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMLocator.html#getColumnNumber()">getColumnNumber()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMLocator.html" title="interface in org.w3c.dom">DOMLocator</a></dt>
<dd>
<div class="block">The column number this locator is pointing to, or <code>-1</code> if 
 there is no column number available.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ConditionalSelector.html#getCondition()">getCondition()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ConditionalSelector.html" title="interface in org.w3c.css.sac">ConditionalSelector</a></dt>
<dd>
<div class="block">Returns the condition to be applied on the simple selector.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/NegativeCondition.html#getCondition()">getCondition()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/NegativeCondition.html" title="interface in org.w3c.css.sac">NegativeCondition</a></dt>
<dd>
<div class="block">Returns the condition.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Condition.html#getConditionType()">getConditionType()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Condition.html" title="interface in org.w3c.css.sac">Condition</a></dt>
<dd>
<div class="block">An integer indicating the type of <code>Condition</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CharacterDataSelector.html#getData()">getData()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/CharacterDataSelector.html" title="interface in org.w3c.css.sac">CharacterDataSelector</a></dt>
<dd>
<div class="block">Returns the character data.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ContentCondition.html#getData()">getData()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ContentCondition.html" title="interface in org.w3c.css.sac">ContentCondition</a></dt>
<dd>
<div class="block">Returns the content.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ProcessingInstructionSelector.html#getData()">getData()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ProcessingInstructionSelector.html" title="interface in org.w3c.css.sac">ProcessingInstructionSelector</a></dt>
<dd>
<div class="block">Returns the character data.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/CharacterData.html#getData()">getData()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/CharacterData.html" title="interface in org.w3c.dom">CharacterData</a></dt>
<dd>
<div class="block">The character data of the node that implements this interface.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/ProcessingInstruction.html#getData()">getData()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/ProcessingInstruction.html" title="interface in org.w3c.dom">ProcessingInstruction</a></dt>
<dd>
<div class="block">The content of this processing instruction.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#getDimensionUnitText()">getDimensionUnitText()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Returns the string representation of the unit.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#getDoctype()">getDoctype()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">The Document Type Declaration (see <code>DocumentType</code>) 
 associated with this document.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#getDocumentElement()">getDocumentElement()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">This is a convenience attribute that allows direct access to the child 
 node that is the document element of the document.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#getDocumentURI()">getDocumentURI()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">The location of the document or <code>null</code> if undefined or if 
 the <code>Document</code> was created using 
 <code>DOMImplementation.createDocument</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#getDomConfig()">getDomConfig()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">The configuration used when <code>Document.normalizeDocument()</code> 
 is invoked.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMImplementationSource.html#getDOMImplementation(java.lang.String)">getDOMImplementation(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMImplementationSource.html" title="interface in org.w3c.dom">DOMImplementationSource</a></dt>
<dd>
<div class="block">A method to request the first DOM implementation that supports the 
 specified features.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMImplementationSource.html#getDOMImplementationList(java.lang.String)">getDOMImplementationList(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMImplementationSource.html" title="interface in org.w3c.dom">DOMImplementationSource</a></dt>
<dd>
<div class="block">A method to request a list of DOM implementations that support the 
 specified features and versions, as specified in .</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#getElementById(java.lang.String)">getElementById(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">Returns the <code>Element</code> that has an ID attribute with the 
 given value.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#getElementsByTagName(java.lang.String)">getElementsByTagName(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">Returns a <code>NodeList</code> of all the <code>Elements</code> in 
 document order with a given tag name and are contained in the 
 document.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Element.html#getElementsByTagName(java.lang.String)">getElementsByTagName(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</a></dt>
<dd>
<div class="block">Returns a <code>NodeList</code> of all descendant <code>Elements</code> 
 with a given tag name, in document order.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#getElementsByTagNameNS(java.lang.String, java.lang.String)">getElementsByTagNameNS(String, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">Returns a <code>NodeList</code> of all the <code>Elements</code> with a 
 given local name and namespace URI in document order.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Element.html#getElementsByTagNameNS(java.lang.String, java.lang.String)">getElementsByTagNameNS(String, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</a></dt>
<dd>
<div class="block">Returns a <code>NodeList</code> of all the descendant 
 <code>Elements</code> with a given local name and namespace URI in 
 document order.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/InputSource.html#getEncoding()">getEncoding()</a></span> - Method in class org.w3c.css.sac.<a href="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</a></dt>
<dd>
<div class="block">Get the character encoding for a byte stream or URI.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DocumentType.html#getEntities()">getEntities()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DocumentType.html" title="interface in org.w3c.dom">DocumentType</a></dt>
<dd>
<div class="block">A <code>NamedNodeMap</code> containing the general entities, both 
 external and internal, declared in the DTD.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSException.html#getException()">getException()</a></span> - Method in exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</a></dt>
<dd>
<div class="block">Returns the internal exception if any, null otherwise.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMImplementation.html#getFeature(java.lang.String, java.lang.String)">getFeature(String, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMImplementation.html" title="interface in org.w3c.dom">DOMImplementation</a></dt>
<dd>
<div class="block">This method returns a specialized object which implements the 
 specialized APIs of the specified feature and version, as specified 
 in .</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#getFeature(java.lang.String, java.lang.String)">getFeature(String, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">This method returns a specialized object which implements the 
 specialized APIs of the specified feature and version, as specified 
 in .</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#getFirstChild()">getFirstChild()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The first child of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CombinatorCondition.html#getFirstCondition()">getFirstCondition()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/CombinatorCondition.html" title="interface in org.w3c.css.sac">CombinatorCondition</a></dt>
<dd>
<div class="block">Returns the first condition.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/ElementTraversal.html#getFirstElementChild()">getFirstElementChild()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/ElementTraversal.html" title="interface in org.w3c.dom">ElementTraversal</a></dt>
<dd>
<div class="block">Returns the first child element node of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#getFloatValue()">getFloatValue()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Returns the float value.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#getFunctionName()">getFunctionName()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Returns the name of the function.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#getImplementation()">getImplementation()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">The <code>DOMImplementation</code> object that handles this document.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#getInputEncoding()">getInputEncoding()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">An attribute specifying the encoding used for this document at the time 
 of the parsing.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Entity.html#getInputEncoding()">getInputEncoding()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Entity.html" title="interface in org.w3c.dom">Entity</a></dt>
<dd>
<div class="block">An attribute specifying the encoding used for this entity at the time 
 of parsing, when it is an external parsed entity.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#getIntegerValue()">getIntegerValue()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Returns the integer value.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DocumentType.html#getInternalSubset()">getInternalSubset()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DocumentType.html" title="interface in org.w3c.dom">DocumentType</a></dt>
<dd>
<div class="block">The internal subset as a string, or <code>null</code> if there is none.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LangCondition.html#getLang()">getLang()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LangCondition.html" title="interface in org.w3c.css.sac">LangCondition</a></dt>
<dd>
<div class="block">Returns the language</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#getLastChild()">getLastChild()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The last child of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/ElementTraversal.html#getLastElementChild()">getLastElementChild()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/ElementTraversal.html" title="interface in org.w3c.dom">ElementTraversal</a></dt>
<dd>
<div class="block">Returns the last child element node of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SACMediaList.html#getLength()">getLength()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SACMediaList.html" title="interface in org.w3c.css.sac">SACMediaList</a></dt>
<dd>
<div class="block">Returns the length of this media list</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SelectorList.html#getLength()">getLength()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SelectorList.html" title="interface in org.w3c.css.sac">SelectorList</a></dt>
<dd>
<div class="block">Returns the length of this selector list</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/CharacterData.html#getLength()">getLength()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/CharacterData.html" title="interface in org.w3c.dom">CharacterData</a></dt>
<dd>
<div class="block">The number of 16-bit units that are available through <code>data</code> 
 and the <code>substringData</code> method below.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMImplementationList.html#getLength()">getLength()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMImplementationList.html" title="interface in org.w3c.dom">DOMImplementationList</a></dt>
<dd>
<div class="block">The number of <code>DOMImplementation</code>s in the list.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMStringList.html#getLength()">getLength()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMStringList.html" title="interface in org.w3c.dom">DOMStringList</a></dt>
<dd>
<div class="block">The number of <code>DOMString</code>s in the list.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/NamedNodeMap.html#getLength()">getLength()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/NamedNodeMap.html" title="interface in org.w3c.dom">NamedNodeMap</a></dt>
<dd>
<div class="block">The number of nodes in this map.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/NameList.html#getLength()">getLength()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/NameList.html" title="interface in org.w3c.dom">NameList</a></dt>
<dd>
<div class="block">The number of pairs (name and namespaceURI) in the list.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/NodeList.html#getLength()">getLength()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/NodeList.html" title="interface in org.w3c.dom">NodeList</a></dt>
<dd>
<div class="block">The number of nodes in the list.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#getLexicalUnitType()">getLexicalUnitType()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">An integer indicating the type of <code>LexicalUnit</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSParseException.html#getLineNumber()">getLineNumber()</a></span> - Method in exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSParseException.html" title="class in org.w3c.css.sac">CSSParseException</a></dt>
<dd>
<div class="block">The line number of the end of the text where the exception occurred.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Locator.html#getLineNumber()">getLineNumber()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Locator.html" title="interface in org.w3c.css.sac">Locator</a></dt>
<dd>
<div class="block">Return the line number where the current document event ends.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMLocator.html#getLineNumber()">getLineNumber()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMLocator.html" title="interface in org.w3c.dom">DOMLocator</a></dt>
<dd>
<div class="block">The line number this locator is pointing to, or <code>-1</code> if 
 there is no column number available.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/AttributeCondition.html#getLocalName()">getLocalName()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/AttributeCondition.html" title="interface in org.w3c.css.sac">AttributeCondition</a></dt>
<dd>
<div class="block">Returns the
 <a href="http://www.w3.org/TR/REC-xml-names/#NT-LocalPart">local part</a>
 of the
 <a href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">qualified
 name</a> of this attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ElementSelector.html#getLocalName()">getLocalName()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ElementSelector.html" title="interface in org.w3c.css.sac">ElementSelector</a></dt>
<dd>
<div class="block">Returns the
 <a href="http://www.w3.org/TR/REC-xml-names/#NT-LocalPart">local part</a>
 of the
 <a href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">qualified
 name</a> of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#getLocalName()">getLocalName()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">Returns the local part of the qualified name of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMError.html#getLocation()">getLocation()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMError.html" title="interface in org.w3c.dom">DOMError</a></dt>
<dd>
<div class="block">The location of the error.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/InputSource.html#getMedia()">getMedia()</a></span> - Method in class org.w3c.css.sac.<a href="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</a></dt>
<dd>
<div class="block">Returns the media associated to the input source or <code>null</code>
 if media are currently unknown.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSException.html#getMessage()">getMessage()</a></span> - Method in exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</a></dt>
<dd>
<div class="block">Returns the detail message of this throwable object.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMError.html#getMessage()">getMessage()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMError.html" title="interface in org.w3c.dom">DOMError</a></dt>
<dd>
<div class="block">An implementation specific string describing the error that occurred.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Attr.html#getName()">getName()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Attr.html" title="interface in org.w3c.dom">Attr</a></dt>
<dd>
<div class="block">Returns the name of this attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DocumentType.html#getName()">getName()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DocumentType.html" title="interface in org.w3c.dom">DocumentType</a></dt>
<dd>
<div class="block">The name of DTD; i.e., the name immediately following the 
 <code>DOCTYPE</code> keyword.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/NameList.html#getName(int)">getName(int)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/NameList.html" title="interface in org.w3c.dom">NameList</a></dt>
<dd>
<div class="block">Returns the <code>index</code>th name item in the collection.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/NamedNodeMap.html#getNamedItem(java.lang.String)">getNamedItem(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/NamedNodeMap.html" title="interface in org.w3c.dom">NamedNodeMap</a></dt>
<dd>
<div class="block">Retrieves a node specified by name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/NamedNodeMap.html#getNamedItemNS(java.lang.String, java.lang.String)">getNamedItemNS(String, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/NamedNodeMap.html" title="interface in org.w3c.dom">NamedNodeMap</a></dt>
<dd>
<div class="block">Retrieves a node specified by local name and namespace URI.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/AttributeCondition.html#getNamespaceURI()">getNamespaceURI()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/AttributeCondition.html" title="interface in org.w3c.css.sac">AttributeCondition</a></dt>
<dd>
<div class="block">Returns the
 <a href="http://www.w3.org/TR/REC-xml-names/#dt-NSName">namespace
 URI</a> of this attribute condition.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ElementSelector.html#getNamespaceURI()">getNamespaceURI()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ElementSelector.html" title="interface in org.w3c.css.sac">ElementSelector</a></dt>
<dd>
<div class="block">Returns the
 <a href="http://www.w3.org/TR/REC-xml-names/#dt-NSName">namespace
 URI</a> of this element selector.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/NameList.html#getNamespaceURI(int)">getNamespaceURI(int)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/NameList.html" title="interface in org.w3c.dom">NameList</a></dt>
<dd>
<div class="block">Returns the <code>index</code>th namespaceURI item in the collection.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#getNamespaceURI()">getNamespaceURI()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The namespace URI of this node, or <code>null</code> if it is 
 unspecified (see ).</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/ElementTraversal.html#getNextElementSibling()">getNextElementSibling()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/ElementTraversal.html" title="interface in org.w3c.dom">ElementTraversal</a></dt>
<dd>
<div class="block">Returns the next sibling element node of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#getNextLexicalUnit()">getNextLexicalUnit()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Returns the next value or <code>null</code> if any.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#getNextSibling()">getNextSibling()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The node immediately following this node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#getNodeName()">getNodeName()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The name of this node, depending on its type; see the table above.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SiblingSelector.html#getNodeType()">getNodeType()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SiblingSelector.html" title="interface in org.w3c.css.sac">SiblingSelector</a></dt>
<dd>
<div class="block">The node type to considered in the siblings list.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#getNodeType()">getNodeType()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">A code representing the type of the underlying object, as defined above.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#getNodeValue()">getNodeValue()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The value of this node, depending on its type; see the table above.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Entity.html#getNotationName()">getNotationName()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Entity.html" title="interface in org.w3c.dom">Entity</a></dt>
<dd>
<div class="block">For unparsed entities, the name of the notation for the entity.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DocumentType.html#getNotations()">getNotations()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DocumentType.html" title="interface in org.w3c.dom">DocumentType</a></dt>
<dd>
<div class="block">A <code>NamedNodeMap</code> containing the notations declared in the 
 DTD.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#getOwnerDocument()">getOwnerDocument()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The <code>Document</code> object associated with this node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Attr.html#getOwnerElement()">getOwnerElement()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Attr.html" title="interface in org.w3c.dom">Attr</a></dt>
<dd>
<div class="block">The <code>Element</code> node this attribute is attached to or 
 <code>null</code> if this attribute is not in use.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMConfiguration.html#getParameter(java.lang.String)">getParameter(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMConfiguration.html" title="interface in org.w3c.dom">DOMConfiguration</a></dt>
<dd>
<div class="block">Return the value of a parameter if known.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMConfiguration.html#getParameterNames()">getParameterNames()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMConfiguration.html" title="interface in org.w3c.dom">DOMConfiguration</a></dt>
<dd>
<div class="block">The list of the parameters supported by this 
 <code>DOMConfiguration</code> object and for which at least one value 
 can be set by the application.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#getParameters()">getParameters()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">The function parameters including operators (like the comma).</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#getParentNode()">getParentNode()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The parent of this node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Parser.html#getParserVersion()">getParserVersion()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</a></dt>
<dd>
<div class="block">Returns a string about which CSS language is supported by this
 parser.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/PositionalCondition.html#getPosition()">getPosition()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/PositionalCondition.html" title="interface in org.w3c.css.sac">PositionalCondition</a></dt>
<dd>
<div class="block">Returns the position in the tree.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#getPrefix()">getPrefix()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The namespace prefix of this node, or <code>null</code> if it is 
 unspecified.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/ElementTraversal.html#getPreviousElementSibling()">getPreviousElementSibling()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/ElementTraversal.html" title="interface in org.w3c.dom">ElementTraversal</a></dt>
<dd>
<div class="block">Returns the previous sibling element node of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#getPreviousLexicalUnit()">getPreviousLexicalUnit()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Returns the previous value or <code>null</code> if any.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#getPreviousSibling()">getPreviousSibling()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The node immediately preceding this node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/xmlcommons/Version.html#getProduct()">getProduct()</a></span> - Static method in class org.apache.xmlcommons.<a href="./org/apache/xmlcommons/Version.html" title="class in org.apache.xmlcommons">Version</a></dt>
<dd>
<div class="block">Get just the product name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DocumentType.html#getPublicId()">getPublicId()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DocumentType.html" title="interface in org.w3c.dom">DocumentType</a></dt>
<dd>
<div class="block">The public identifier of the external subset.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Entity.html#getPublicId()">getPublicId()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Entity.html" title="interface in org.w3c.dom">Entity</a></dt>
<dd>
<div class="block">The public identifier associated with the entity if specified, and 
 <code>null</code> otherwise.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Notation.html#getPublicId()">getPublicId()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Notation.html" title="interface in org.w3c.dom">Notation</a></dt>
<dd>
<div class="block">The public identifier of this notation.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMError.html#getRelatedData()">getRelatedData()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMError.html" title="interface in org.w3c.dom">DOMError</a></dt>
<dd>
<div class="block">The related <code>DOMError.type</code> dependent data if any.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMError.html#getRelatedException()">getRelatedException()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMError.html" title="interface in org.w3c.dom">DOMError</a></dt>
<dd>
<div class="block">The related platform dependent exception if any.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMLocator.html#getRelatedNode()">getRelatedNode()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMLocator.html" title="interface in org.w3c.dom">DOMLocator</a></dt>
<dd>
<div class="block">The node this locator is pointing to, or <code>null</code> if no node 
 is available.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Attr.html#getSchemaTypeInfo()">getSchemaTypeInfo()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Attr.html" title="interface in org.w3c.dom">Attr</a></dt>
<dd>
<div class="block">The type information associated with this attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Element.html#getSchemaTypeInfo()">getSchemaTypeInfo()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</a></dt>
<dd>
<div class="block">The type information associated with this element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CombinatorCondition.html#getSecondCondition()">getSecondCondition()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/CombinatorCondition.html" title="interface in org.w3c.css.sac">CombinatorCondition</a></dt>
<dd>
<div class="block">Returns the second condition.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SiblingSelector.html#getSelector()">getSelector()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SiblingSelector.html" title="interface in org.w3c.css.sac">SiblingSelector</a></dt>
<dd>
<div class="block">Returns the first selector.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Selector.html#getSelectorType()">getSelectorType()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Selector.html" title="interface in org.w3c.css.sac">Selector</a></dt>
<dd>
<div class="block">An integer indicating the type of <code>Selector</code></div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMError.html#getSeverity()">getSeverity()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMError.html" title="interface in org.w3c.dom">DOMError</a></dt>
<dd>
<div class="block">The severity of the error, either <code>SEVERITY_WARNING</code>, 
 <code>SEVERITY_ERROR</code>, or <code>SEVERITY_FATAL_ERROR</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SiblingSelector.html#getSiblingSelector()">getSiblingSelector()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SiblingSelector.html" title="interface in org.w3c.css.sac">SiblingSelector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ConditionalSelector.html#getSimpleSelector()">getSimpleSelector()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ConditionalSelector.html" title="interface in org.w3c.css.sac">ConditionalSelector</a></dt>
<dd>
<div class="block">Returns the simple selector.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/DescendantSelector.html#getSimpleSelector()">getSimpleSelector()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/DescendantSelector.html" title="interface in org.w3c.css.sac">DescendantSelector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/NegativeSelector.html#getSimpleSelector()">getSimpleSelector()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/NegativeSelector.html" title="interface in org.w3c.css.sac">NegativeSelector</a></dt>
<dd>
<div class="block">Returns the simple selector.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/AttributeCondition.html#getSpecified()">getSpecified()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/AttributeCondition.html" title="interface in org.w3c.css.sac">AttributeCondition</a></dt>
<dd>
<div class="block">Returns <code>true</code> if the attribute must have an explicit value
 in the original document, <code>false</code> otherwise.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Attr.html#getSpecified()">getSpecified()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Attr.html" title="interface in org.w3c.dom">Attr</a></dt>
<dd>
<div class="block"><code>True</code> if this attribute was explicitly given a value in 
 the instance document, <code>false</code> otherwise.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#getStrictErrorChecking()">getStrictErrorChecking()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">An attribute specifying whether error checking is enforced or not.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#getStringValue()">getStringValue()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Returns the string value.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#getSubValues()">getSubValues()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Returns a list of values inside the sub expression.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DocumentType.html#getSystemId()">getSystemId()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DocumentType.html" title="interface in org.w3c.dom">DocumentType</a></dt>
<dd>
<div class="block">The system identifier of the external subset.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Entity.html#getSystemId()">getSystemId()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Entity.html" title="interface in org.w3c.dom">Entity</a></dt>
<dd>
<div class="block">The system identifier associated with the entity if specified, and 
 <code>null</code> otherwise.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Notation.html#getSystemId()">getSystemId()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Notation.html" title="interface in org.w3c.dom">Notation</a></dt>
<dd>
<div class="block">The system identifier of this notation.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Element.html#getTagName()">getTagName()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</a></dt>
<dd>
<div class="block">The name of the element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ProcessingInstructionSelector.html#getTarget()">getTarget()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ProcessingInstructionSelector.html" title="interface in org.w3c.css.sac">ProcessingInstructionSelector</a></dt>
<dd>
<div class="block">Returns the <a href="http://www.w3.org/TR/REC-xml#NT-PITarget">target</a>
 of the processing instruction.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/ProcessingInstruction.html#getTarget()">getTarget()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/ProcessingInstruction.html" title="interface in org.w3c.dom">ProcessingInstruction</a></dt>
<dd>
<div class="block">The target of this processing instruction.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#getTextContent()">getTextContent()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">This attribute returns the text content of this node and its 
 descendants.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/InputSource.html#getTitle()">getTitle()</a></span> - Method in class org.w3c.css.sac.<a href="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</a></dt>
<dd>
<div class="block">Returns the title for this input source.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/PositionalCondition.html#getType()">getType()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/PositionalCondition.html" title="interface in org.w3c.css.sac">PositionalCondition</a></dt>
<dd>
<div class="block"><code>true</code> if the node should have the same node type (for
  element, same namespaceURI and same localName).</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMError.html#getType()">getType()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMError.html" title="interface in org.w3c.dom">DOMError</a></dt>
<dd>
<div class="block">A <code>DOMString</code> indicating which related data is expected in 
 <code>relatedData</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/TypeInfo.html#getTypeName()">getTypeName()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/TypeInfo.html" title="interface in org.w3c.dom">TypeInfo</a></dt>
<dd>
<div class="block">The name of a type declared for the associated element or attribute, 
 or <code>null</code> if unknown.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/TypeInfo.html#getTypeNamespace()">getTypeNamespace()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/TypeInfo.html" title="interface in org.w3c.dom">TypeInfo</a></dt>
<dd>
<div class="block">The namespace of the type declared for the associated element or 
 attribute or <code>null</code> if the element does not have 
 declaration or if no namespace information is available.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/PositionalCondition.html#getTypeNode()">getTypeNode()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/PositionalCondition.html" title="interface in org.w3c.css.sac">PositionalCondition</a></dt>
<dd>
<div class="block"><code>true</code> if the child node list only shows nodes of the same
 type of the selector (only elements, only PIS, ...)</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSParseException.html#getURI()">getURI()</a></span> - Method in exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSParseException.html" title="class in org.w3c.css.sac">CSSParseException</a></dt>
<dd>
<div class="block">Get the URI of the document where the exception occurred.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/InputSource.html#getURI()">getURI()</a></span> - Method in class org.w3c.css.sac.<a href="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</a></dt>
<dd>
<div class="block">Get the URI for this input source.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Locator.html#getURI()">getURI()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Locator.html" title="interface in org.w3c.css.sac">Locator</a></dt>
<dd>
<div class="block">Return the URI for the current document event.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMLocator.html#getUri()">getUri()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMLocator.html" title="interface in org.w3c.dom">DOMLocator</a></dt>
<dd>
<div class="block">The URI this locator is pointing to, or <code>null</code> if no URI is 
 available.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#getUserData(java.lang.String)">getUserData(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">Retrieves the object associated to a key on a this node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMLocator.html#getUtf16Offset()">getUtf16Offset()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMLocator.html" title="interface in org.w3c.dom">DOMLocator</a></dt>
<dd>
<div class="block">The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646], offset into the input source this locator is pointing to or 
 <code>-1</code> if there is no UTF-16 offset available.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/AttributeCondition.html#getValue()">getValue()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/AttributeCondition.html" title="interface in org.w3c.css.sac">AttributeCondition</a></dt>
<dd>
<div class="block">Returns the value of the attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Attr.html#getValue()">getValue()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Attr.html" title="interface in org.w3c.dom">Attr</a></dt>
<dd>
<div class="block">On retrieval, the value of the attribute is returned as a string.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/xmlcommons/Version.html#getVersion()">getVersion()</a></span> - Static method in class org.apache.xmlcommons.<a href="./org/apache/xmlcommons/Version.html" title="class in org.apache.xmlcommons">Version</a></dt>
<dd>
<div class="block">Get the basic version string for the current 
 xml-commons external sources release.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/xmlcommons/Version.html#getVersionNum()">getVersionNum()</a></span> - Static method in class org.apache.xmlcommons.<a href="./org/apache/xmlcommons/Version.html" title="class in org.apache.xmlcommons">Version</a></dt>
<dd>
<div class="block">Get just the version number v.r.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Text.html#getWholeText()">getWholeText()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Text.html" title="interface in org.w3c.dom">Text</a></dt>
<dd>
<div class="block">Returns all text of <code>Text</code> nodes logically-adjacent text 
 nodes to this node, concatenated in document order.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#getXmlEncoding()">getXmlEncoding()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">An attribute specifying, as part of the <a href=./org/w3c/dom/'http://www.w3.org/TR/2004/REC-xml-20040204#NT-XMLDecl'>XML declaration</a>, the encoding of this document.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Entity.html#getXmlEncoding()">getXmlEncoding()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Entity.html" title="interface in org.w3c.dom">Entity</a></dt>
<dd>
<div class="block">An attribute specifying, as part of the text declaration, the encoding 
 of this entity, when it is an external parsed entity.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#getXmlStandalone()">getXmlStandalone()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">An attribute specifying, as part of the <a href=./org/w3c/dom/'http://www.w3.org/TR/2004/REC-xml-20040204#NT-XMLDecl'>XML declaration</a>, whether this document is standalone.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#getXmlVersion()">getXmlVersion()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">An attribute specifying, as part of the <a href=./org/w3c/dom/'http://www.w3.org/TR/2004/REC-xml-20040204#NT-XMLDecl'>XML declaration</a>, the version number of this document.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Entity.html#getXmlVersion()">getXmlVersion()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Entity.html" title="interface in org.w3c.dom">Entity</a></dt>
<dd>
<div class="block">An attribute specifying, as part of the text declaration, the version 
 number of this entity, when it is an external parsed entity.</div>
</dd>
</dl>
<a name="_H_">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/dom/UserDataHandler.html#handle(short, java.lang.String, java.lang.Object, org.w3c.dom.Node, org.w3c.dom.Node)">handle(short, String, Object, Node, Node)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/UserDataHandler.html" title="interface in org.w3c.dom">UserDataHandler</a></dt>
<dd>
<div class="block">This method is called whenever the node for which this handler is 
 registered is imported or cloned.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMErrorHandler.html#handleError(org.w3c.dom.DOMError)">handleError(DOMError)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMErrorHandler.html" title="interface in org.w3c.dom">DOMErrorHandler</a></dt>
<dd>
<div class="block">This method is called on the error handler when an error occurs.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Element.html#hasAttribute(java.lang.String)">hasAttribute(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</a></dt>
<dd>
<div class="block">Returns <code>true</code> when an attribute with a given name is 
 specified on this element or has a default value, <code>false</code> 
 otherwise.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Element.html#hasAttributeNS(java.lang.String, java.lang.String)">hasAttributeNS(String, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</a></dt>
<dd>
<div class="block">Returns <code>true</code> when an attribute with a given local name and 
 namespace URI is specified on this element or has a default value, 
 <code>false</code> otherwise.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#hasAttributes()">hasAttributes()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">Returns whether this node (if it is an element) has any attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#hasChildNodes()">hasChildNodes()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">Returns whether this node has any children.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMImplementation.html#hasFeature(java.lang.String, java.lang.String)">hasFeature(String, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMImplementation.html" title="interface in org.w3c.dom">DOMImplementation</a></dt>
<dd>
<div class="block">Test if the DOM implementation implements a specific feature and 
 version, as specified in .</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMException.html#HIERARCHY_REQUEST_ERR">HIERARCHY_REQUEST_ERR</a></span> - Static variable in exception org.w3c.dom.<a href="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</a></dt>
<dd>
<div class="block">If any <code>Node</code> is inserted somewhere it doesn't belong.</div>
</dd>
</dl>
<a name="_I_">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/css/sac/DocumentHandler.html#ignorableAtRule(java.lang.String)">ignorableAtRule(String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</a></dt>
<dd>
<div class="block">Receive notification of an unknown rule t-rule not supported by this
 parser.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#importNode(org.w3c.dom.Node, boolean)">importNode(Node, boolean)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">Imports a node from another document to this document, without altering 
 or removing the source node from the original document; this method 
 creates a new copy of the source node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/DocumentHandler.html#importStyle(java.lang.String, org.w3c.css.sac.SACMediaList, java.lang.String)">importStyle(String, SACMediaList, String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</a></dt>
<dd>
<div class="block">Receive notification of a import statement in the style sheet.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMException.html#INDEX_SIZE_ERR">INDEX_SIZE_ERR</a></span> - Static variable in exception org.w3c.dom.<a href="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</a></dt>
<dd>
<div class="block">If index or size is negative, or greater than the allowed value.</div>
</dd>
<dt><a href="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac"><span class="strong">InputSource</span></a> - Class in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>
<div class="block">A single input source for a CSS source.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/InputSource.html#InputSource()">InputSource()</a></span> - Constructor for class org.w3c.css.sac.<a href="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</a></dt>
<dd>
<div class="block">Zero-argument default constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/InputSource.html#InputSource(java.lang.String)">InputSource(String)</a></span> - Constructor for class org.w3c.css.sac.<a href="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</a></dt>
<dd>
<div class="block">Create a new input source with a URI.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/InputSource.html#InputSource(java.io.Reader)">InputSource(Reader)</a></span> - Constructor for class org.w3c.css.sac.<a href="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</a></dt>
<dd>
<div class="block">Create a new input source with a character stream.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#insertBefore(org.w3c.dom.Node, org.w3c.dom.Node)">insertBefore(Node, Node)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">Inserts the node <code>newChild</code> before the existing child node 
 <code>refChild</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/CharacterData.html#insertData(int, java.lang.String)">insertData(int, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/CharacterData.html" title="interface in org.w3c.dom">CharacterData</a></dt>
<dd>
<div class="block">Insert a string at the specified 16-bit unit offset.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMException.html#INUSE_ATTRIBUTE_ERR">INUSE_ATTRIBUTE_ERR</a></span> - Static variable in exception org.w3c.dom.<a href="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</a></dt>
<dd>
<div class="block">If an attempt is made to add an attribute that is already in use 
 elsewhere.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMException.html#INVALID_ACCESS_ERR">INVALID_ACCESS_ERR</a></span> - Static variable in exception org.w3c.dom.<a href="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</a></dt>
<dd>
<div class="block">If a parameter or an operation is not supported by the underlying 
 object.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMException.html#INVALID_CHARACTER_ERR">INVALID_CHARACTER_ERR</a></span> - Static variable in exception org.w3c.dom.<a href="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</a></dt>
<dd>
<div class="block">If an invalid or illegal character is specified, such as in an XML name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMException.html#INVALID_MODIFICATION_ERR">INVALID_MODIFICATION_ERR</a></span> - Static variable in exception org.w3c.dom.<a href="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</a></dt>
<dd>
<div class="block">If an attempt is made to modify the type of the underlying object.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMException.html#INVALID_STATE_ERR">INVALID_STATE_ERR</a></span> - Static variable in exception org.w3c.dom.<a href="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</a></dt>
<dd>
<div class="block">If an attempt is made to use an object that is not, or is no longer, 
 usable.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#isDefaultNamespace(java.lang.String)">isDefaultNamespace(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">This method checks if the specified <code>namespaceURI</code> is the 
 default namespace or not.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/TypeInfo.html#isDerivedFrom(java.lang.String, java.lang.String, int)">isDerivedFrom(String, String, int)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/TypeInfo.html" title="interface in org.w3c.dom">TypeInfo</a></dt>
<dd>
<div class="block">This method returns if there is a derivation between the reference 
 type definition, i.e.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Text.html#isElementContentWhitespace()">isElementContentWhitespace()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Text.html" title="interface in org.w3c.dom">Text</a></dt>
<dd>
<div class="block">Returns whether this text node contains <a href=./org/w3c/dom/'http://www.w3.org/TR/2004/REC-xml-infoset-20040204#infoitem.character'>
 element content whitespace</a>, often abusively called "ignorable whitespace".</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#isEqualNode(org.w3c.dom.Node)">isEqualNode(Node)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">Tests whether two nodes are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Attr.html#isId()">isId()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Attr.html" title="interface in org.w3c.dom">Attr</a></dt>
<dd>
<div class="block">Returns whether this attribute is known to be of type ID (i.e.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#isSameNode(org.w3c.dom.Node)">isSameNode(Node)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">Returns whether this node is the same node as the given one.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#isSupported(java.lang.String, java.lang.String)">isSupported(String, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">Tests whether the DOM implementation implements a specific feature and 
 that feature is supported by this node, as specified in .</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SACMediaList.html#item(int)">item(int)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SACMediaList.html" title="interface in org.w3c.css.sac">SACMediaList</a></dt>
<dd>
<div class="block">Returns the medium at the specified index, or <code>null</code> if this
 is not a valid index.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/SelectorList.html#item(int)">item(int)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/SelectorList.html" title="interface in org.w3c.css.sac">SelectorList</a></dt>
<dd>
<div class="block">Returns the selector at the specified index, or <code>null</code> if this
 is not a valid index.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMImplementationList.html#item(int)">item(int)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMImplementationList.html" title="interface in org.w3c.dom">DOMImplementationList</a></dt>
<dd>
<div class="block">Returns the <code>index</code>th item in the collection.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMStringList.html#item(int)">item(int)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMStringList.html" title="interface in org.w3c.dom">DOMStringList</a></dt>
<dd>
<div class="block">Returns the <code>index</code>th item in the collection.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/NamedNodeMap.html#item(int)">item(int)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/NamedNodeMap.html" title="interface in org.w3c.dom">NamedNodeMap</a></dt>
<dd>
<div class="block">Returns the <code>index</code>th item in the map.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/NodeList.html#item(int)">item(int)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/NodeList.html" title="interface in org.w3c.dom">NodeList</a></dt>
<dd>
<div class="block">Returns the <code>index</code>th item in the collection.</div>
</dd>
</dl>
<a name="_J_">
<!--   -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><a href="./javax/xml/package-summary.html">javax.xml</a> - package javax.xml</dt>
<dd>
<div class="block">Defines core XML constants and functionality from the XML specifications.</div>
</dd>
</dl>
<a name="_L_">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><a href="./org/w3c/css/sac/LangCondition.html" title="interface in org.w3c.css.sac"><span class="strong">LangCondition</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac"><span class="strong">LexicalUnit</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>
<div class="block">This is a lexical unit for CSS values.</div>
</dd>
<dt><a href="./org/w3c/css/sac/Locator.html" title="interface in org.w3c.css.sac"><span class="strong">Locator</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>
<div class="block">Interface for associating a CSS event with a document location.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#lookupNamespaceURI(java.lang.String)">lookupNamespaceURI(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">Look up the namespace URI associated to the given prefix, starting from 
 this node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#lookupPrefix(java.lang.String)">lookupPrefix(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">Look up the prefix associated to the given namespace URI, starting from 
 this node.</div>
</dd>
</dl>
<a name="_M_">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/xmlcommons/Version.html#main(java.lang.String[])">main(String[])</a></span> - Static method in class org.apache.xmlcommons.<a href="./org/apache/xmlcommons/Version.html" title="class in org.apache.xmlcommons">Version</a></dt>
<dd>
<div class="block">Print the release version to the command line.</div>
</dd>
</dl>
<a name="_N_">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><a href="./org/w3c/dom/NamedNodeMap.html" title="interface in org.w3c.dom"><span class="strong">NamedNodeMap</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">Objects implementing the <code>NamedNodeMap</code> interface are used to 
 represent collections of nodes that can be accessed by name.</div>
</dd>
<dt><a href="./org/w3c/dom/NameList.html" title="interface in org.w3c.dom"><span class="strong">NameList</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">The <code>NameList</code> interface provides the abstraction of an ordered 
 collection of parallel pairs of name and namespace values (which could be 
 null values), without defining or constraining how this collection is 
 implemented.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMException.html#NAMESPACE_ERR">NAMESPACE_ERR</a></span> - Static variable in exception org.w3c.dom.<a href="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</a></dt>
<dd>
<div class="block">If an attempt is made to create or change an object in a way which is 
 incorrect with regard to namespaces.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/DocumentHandler.html#namespaceDeclaration(java.lang.String, java.lang.String)">namespaceDeclaration(String, String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</a></dt>
<dd>
<div class="block">Receive notification of an unknown rule t-rule not supported by this
 parser.</div>
</dd>
<dt><a href="./org/w3c/css/sac/NegativeCondition.html" title="interface in org.w3c.css.sac"><span class="strong">NegativeCondition</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/css/sac/NegativeSelector.html" title="interface in org.w3c.css.sac"><span class="strong">NegativeSelector</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMException.html#NO_DATA_ALLOWED_ERR">NO_DATA_ALLOWED_ERR</a></span> - Static variable in exception org.w3c.dom.<a href="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</a></dt>
<dd>
<div class="block">If data is specified for a <code>Node</code> which does not support 
 data.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMException.html#NO_MODIFICATION_ALLOWED_ERR">NO_MODIFICATION_ALLOWED_ERR</a></span> - Static variable in exception org.w3c.dom.<a href="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</a></dt>
<dd>
<div class="block">If an attempt is made to modify an object where modifications are not 
 allowed.</div>
</dd>
<dt><a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom"><span class="strong">Node</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">The <code>Node</code> interface is the primary datatype for the entire 
 Document Object Model.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/UserDataHandler.html#NODE_ADOPTED">NODE_ADOPTED</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/UserDataHandler.html" title="interface in org.w3c.dom">UserDataHandler</a></dt>
<dd>
<div class="block">The node is adopted, using <code>Document.adoptNode()</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/UserDataHandler.html#NODE_CLONED">NODE_CLONED</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/UserDataHandler.html" title="interface in org.w3c.dom">UserDataHandler</a></dt>
<dd>
<div class="block">The node is cloned, using <code>Node.cloneNode()</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/UserDataHandler.html#NODE_DELETED">NODE_DELETED</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/UserDataHandler.html" title="interface in org.w3c.dom">UserDataHandler</a></dt>
<dd>
<div class="block">The node is deleted.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/UserDataHandler.html#NODE_IMPORTED">NODE_IMPORTED</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/UserDataHandler.html" title="interface in org.w3c.dom">UserDataHandler</a></dt>
<dd>
<div class="block">The node is imported, using <code>Document.importNode()</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/UserDataHandler.html#NODE_RENAMED">NODE_RENAMED</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/UserDataHandler.html" title="interface in org.w3c.dom">UserDataHandler</a></dt>
<dd>
<div class="block">The node is renamed, using <code>Document.renameNode()</code>.</div>
</dd>
<dt><a href="./org/w3c/dom/NodeList.html" title="interface in org.w3c.dom"><span class="strong">NodeList</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">The <code>NodeList</code> interface provides the abstraction of an ordered 
 collection of nodes, without defining or constraining how this collection 
 is implemented.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#normalize()">normalize()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">Puts all <code>Text</code> nodes in the full depth of the sub-tree 
 underneath this <code>Node</code>, including attribute nodes, into a 
 "normal" form where only structure (e.g., elements, comments, 
 processing instructions, CDATA sections, and entity references) 
 separates <code>Text</code> nodes, i.e., there are neither adjacent 
 <code>Text</code> nodes nor empty <code>Text</code> nodes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#normalizeDocument()">normalizeDocument()</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">This method acts as if the document was going through a save and load 
 cycle, putting the document in a "normal" form.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMException.html#NOT_FOUND_ERR">NOT_FOUND_ERR</a></span> - Static variable in exception org.w3c.dom.<a href="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</a></dt>
<dd>
<div class="block">If an attempt is made to reference a <code>Node</code> in a context 
 where it does not exist.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMException.html#NOT_SUPPORTED_ERR">NOT_SUPPORTED_ERR</a></span> - Static variable in exception org.w3c.dom.<a href="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</a></dt>
<dd>
<div class="block">If the implementation does not support the requested type of object or 
 operation.</div>
</dd>
<dt><a href="./org/w3c/dom/Notation.html" title="interface in org.w3c.dom"><span class="strong">Notation</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">This interface represents a notation declared in the DTD.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#NOTATION_NODE">NOTATION_NODE</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The node is a <code>Notation</code>.</div>
</dd>
<dt><span class="strong"><a href="./javax/xml/XMLConstants.html#NULL_NS_URI">NULL_NS_URI</a></span> - Static variable in class javax.xml.<a href="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</a></dt>
<dd>
<div class="block">Namespace URI to use to represent that there is no Namespace.</div>
</dd>
</dl>
<a name="_O_">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><a href="./org/apache/xmlcommons/package-summary.html">org.apache.xmlcommons</a> - package org.apache.xmlcommons</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a> - package org.w3c.css.sac</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a> - package org.w3c.dom</dt>
<dd>&nbsp;</dd>
</dl>
<a name="_P_">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/css/sac/Parser.html#parsePriority(org.w3c.css.sac.InputSource)">parsePriority(InputSource)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</a></dt>
<dd>
<div class="block">Parse a CSS priority value (e.g.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Parser.html#parsePropertyValue(org.w3c.css.sac.InputSource)">parsePropertyValue(InputSource)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</a></dt>
<dd>
<div class="block">Parse a CSS property value.</div>
</dd>
<dt><a href="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac"><span class="strong">Parser</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>
<div class="block">Basic interface for CSS (Simple API for CSS) parsers.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Parser.html#parseRule(org.w3c.css.sac.InputSource)">parseRule(InputSource)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</a></dt>
<dd>
<div class="block">Parse a CSS rule.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Parser.html#parseSelectors(org.w3c.css.sac.InputSource)">parseSelectors(InputSource)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</a></dt>
<dd>
<div class="block">Parse a comma separated list of selectors.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Parser.html#parseStyleDeclaration(org.w3c.css.sac.InputSource)">parseStyleDeclaration(InputSource)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</a></dt>
<dd>
<div class="block">Parse a CSS style declaration (without '{' and '}').</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Parser.html#parseStyleSheet(org.w3c.css.sac.InputSource)">parseStyleSheet(InputSource)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</a></dt>
<dd>
<div class="block">Parse a CSS document.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Parser.html#parseStyleSheet(java.lang.String)">parseStyleSheet(String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</a></dt>
<dd>
<div class="block">Parse a CSS document from a URI.</div>
</dd>
<dt><a href="./org/w3c/css/sac/PositionalCondition.html" title="interface in org.w3c.css.sac"><span class="strong">PositionalCondition</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#PROCESSING_INSTRUCTION_NODE">PROCESSING_INSTRUCTION_NODE</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The node is a <code>ProcessingInstruction</code>.</div>
</dd>
<dt><a href="./org/w3c/dom/ProcessingInstruction.html" title="interface in org.w3c.dom"><span class="strong">ProcessingInstruction</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">The <code>ProcessingInstruction</code> interface represents a "processing 
 instruction", used in XML as a way to keep processor-specific information 
 in the text of the document.</div>
</dd>
<dt><a href="./org/w3c/css/sac/ProcessingInstructionSelector.html" title="interface in org.w3c.css.sac"><span class="strong">ProcessingInstructionSelector</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>
<div class="block">This simple matches a
 <a href="http://www.w3.org/TR/REC-xml#sec-pi">processing instruction</a>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/DocumentHandler.html#property(java.lang.String, org.w3c.css.sac.LexicalUnit, boolean)">property(String, LexicalUnit, boolean)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</a></dt>
<dd>
<div class="block">Receive notification of a declaration.</div>
</dd>
</dl>
<a name="_R_">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="./javax/xml/XMLConstants.html#RELAXNG_NS_URI">RELAXNG_NS_URI</a></span> - Static variable in class javax.xml.<a href="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</a></dt>
<dd>
<div class="block">RELAX NG Namespace URI.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Element.html#removeAttribute(java.lang.String)">removeAttribute(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</a></dt>
<dd>
<div class="block">Removes an attribute by name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Element.html#removeAttributeNode(org.w3c.dom.Attr)">removeAttributeNode(Attr)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</a></dt>
<dd>
<div class="block">Removes the specified attribute node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Element.html#removeAttributeNS(java.lang.String, java.lang.String)">removeAttributeNS(String, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</a></dt>
<dd>
<div class="block">Removes an attribute by local name and namespace URI.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#removeChild(org.w3c.dom.Node)">removeChild(Node)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">Removes the child node indicated by <code>oldChild</code> from the list 
 of children, and returns it.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/NamedNodeMap.html#removeNamedItem(java.lang.String)">removeNamedItem(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/NamedNodeMap.html" title="interface in org.w3c.dom">NamedNodeMap</a></dt>
<dd>
<div class="block">Removes a node specified by name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/NamedNodeMap.html#removeNamedItemNS(java.lang.String, java.lang.String)">removeNamedItemNS(String, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/NamedNodeMap.html" title="interface in org.w3c.dom">NamedNodeMap</a></dt>
<dd>
<div class="block">Removes a node specified by local name and namespace URI.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#renameNode(org.w3c.dom.Node, java.lang.String, java.lang.String)">renameNode(Node, String, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">Rename an existing node of type <code>ELEMENT_NODE</code> or 
 <code>ATTRIBUTE_NODE</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#replaceChild(org.w3c.dom.Node, org.w3c.dom.Node)">replaceChild(Node, Node)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">Replaces the child node <code>oldChild</code> with <code>newChild</code>
  in the list of children, and returns the <code>oldChild</code> node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/CharacterData.html#replaceData(int, int, java.lang.String)">replaceData(int, int, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/CharacterData.html" title="interface in org.w3c.dom">CharacterData</a></dt>
<dd>
<div class="block">Replace the characters starting at the specified 16-bit unit offset 
 with the specified string.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Text.html#replaceWholeText(java.lang.String)">replaceWholeText(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Text.html" title="interface in org.w3c.dom">Text</a></dt>
<dd>
<div class="block">Replaces the text of the current node and all logically-adjacent text 
 nodes with the specified text.</div>
</dd>
</dl>
<a name="_S_">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSException.html#s">s</a></span> - Variable in exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSException.html#S_SAC_NOT_SUPPORTED_ERR">S_SAC_NOT_SUPPORTED_ERR</a></span> - Static variable in exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSException.html#S_SAC_SYNTAX_ERR">S_SAC_SYNTAX_ERR</a></span> - Static variable in exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSException.html#S_SAC_UNSPECIFIED_ERR">S_SAC_UNSPECIFIED_ERR</a></span> - Static variable in exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Condition.html#SAC_AND_CONDITION">SAC_AND_CONDITION</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Condition.html" title="interface in org.w3c.css.sac">Condition</a></dt>
<dd>
<div class="block">This condition checks exactly two conditions.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Selector.html#SAC_ANY_NODE_SELECTOR">SAC_ANY_NODE_SELECTOR</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Selector.html" title="interface in org.w3c.css.sac">Selector</a></dt>
<dd>
<div class="block">This selector matches any node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_ATTR">SAC_ATTR</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Attribute: <code>attr(...)</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Condition.html#SAC_ATTRIBUTE_CONDITION">SAC_ATTRIBUTE_CONDITION</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Condition.html" title="interface in org.w3c.css.sac">Condition</a></dt>
<dd>
<div class="block">This condition checks an attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Condition.html#SAC_BEGIN_HYPHEN_ATTRIBUTE_CONDITION">SAC_BEGIN_HYPHEN_ATTRIBUTE_CONDITION</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Condition.html" title="interface in org.w3c.css.sac">Condition</a></dt>
<dd>
<div class="block">This condition checks if the value is in a hypen-separated list of values
 in a specified attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Selector.html#SAC_CDATA_SECTION_NODE_SELECTOR">SAC_CDATA_SECTION_NODE_SELECTOR</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Selector.html" title="interface in org.w3c.css.sac">Selector</a></dt>
<dd>
<div class="block">This selector matches only cdata node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_CENTIMETER">SAC_CENTIMETER</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Absolute length <code>cm</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Selector.html#SAC_CHILD_SELECTOR">SAC_CHILD_SELECTOR</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Selector.html" title="interface in org.w3c.css.sac">Selector</a></dt>
<dd>
<div class="block">This selector matches a childhood relationship between two elements.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Condition.html#SAC_CLASS_CONDITION">SAC_CLASS_CONDITION</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Condition.html" title="interface in org.w3c.css.sac">Condition</a></dt>
<dd>
<div class="block">This condition checks for a specified class.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Selector.html#SAC_COMMENT_NODE_SELECTOR">SAC_COMMENT_NODE_SELECTOR</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Selector.html" title="interface in org.w3c.css.sac">Selector</a></dt>
<dd>
<div class="block">This selector matches only comment node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Selector.html#SAC_CONDITIONAL_SELECTOR">SAC_CONDITIONAL_SELECTOR</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Selector.html" title="interface in org.w3c.css.sac">Selector</a></dt>
<dd>
<div class="block">This is a conditional selector.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Condition.html#SAC_CONTENT_CONDITION">SAC_CONTENT_CONDITION</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Condition.html" title="interface in org.w3c.css.sac">Condition</a></dt>
<dd>
<div class="block">This condition checks the content of a node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_COUNTER_FUNCTION">SAC_COUNTER_FUNCTION</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">function <code>counter</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_COUNTERS_FUNCTION">SAC_COUNTERS_FUNCTION</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">function <code>counters</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_DEGREE">SAC_DEGREE</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Angle <code>deg</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Selector.html#SAC_DESCENDANT_SELECTOR">SAC_DESCENDANT_SELECTOR</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Selector.html" title="interface in org.w3c.css.sac">Selector</a></dt>
<dd>
<div class="block">This selector matches an arbitrary descendant of some ancestor element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_DIMENSION">SAC_DIMENSION</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">unknown dimension.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Selector.html#SAC_DIRECT_ADJACENT_SELECTOR">SAC_DIRECT_ADJACENT_SELECTOR</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Selector.html" title="interface in org.w3c.css.sac">Selector</a></dt>
<dd>
<div class="block">This selector matches two selectors who shared the same parent in the
 document tree and the element represented by the first sequence
 immediately precedes the element represented by the second one.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Selector.html#SAC_ELEMENT_NODE_SELECTOR">SAC_ELEMENT_NODE_SELECTOR</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Selector.html" title="interface in org.w3c.css.sac">Selector</a></dt>
<dd>
<div class="block">This selector matches only element node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_EM">SAC_EM</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Relative length<code>em</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_EX">SAC_EX</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Relative length<code>ex</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_FUNCTION">SAC_FUNCTION</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">unknown function.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_GRADIAN">SAC_GRADIAN</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Angle <code>grad</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_HERTZ">SAC_HERTZ</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Frequency <code>Hz</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Condition.html#SAC_ID_CONDITION">SAC_ID_CONDITION</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Condition.html" title="interface in org.w3c.css.sac">Condition</a></dt>
<dd>
<div class="block">This condition checks an id attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_IDENT">SAC_IDENT</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">any identifier except <code>inherit</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_INCH">SAC_INCH</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Absolute length <code>in</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_INHERIT">SAC_INHERIT</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">identifier <code>inherit</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_INTEGER">SAC_INTEGER</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Integers.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_KILOHERTZ">SAC_KILOHERTZ</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Frequency <code>kHz</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Condition.html#SAC_LANG_CONDITION">SAC_LANG_CONDITION</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Condition.html" title="interface in org.w3c.css.sac">Condition</a></dt>
<dd>
<div class="block">This condition checks the language of the node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_MILLIMETER">SAC_MILLIMETER</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Absolute length <code>mm</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_MILLISECOND">SAC_MILLISECOND</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Time <code>ms</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Condition.html#SAC_NEGATIVE_CONDITION">SAC_NEGATIVE_CONDITION</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Condition.html" title="interface in org.w3c.css.sac">Condition</a></dt>
<dd>
<div class="block">This condition checks that a condition can't be applied to a node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Selector.html#SAC_NEGATIVE_SELECTOR">SAC_NEGATIVE_SELECTOR</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Selector.html" title="interface in org.w3c.css.sac">Selector</a></dt>
<dd>
<div class="block">This selector matches only node that are different from a specified one.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSException.html#SAC_NOT_SUPPORTED_ERR">SAC_NOT_SUPPORTED_ERR</a></span> - Static variable in exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</a></dt>
<dd>
<div class="block">If the operation is not supported</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Condition.html#SAC_ONE_OF_ATTRIBUTE_CONDITION">SAC_ONE_OF_ATTRIBUTE_CONDITION</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Condition.html" title="interface in org.w3c.css.sac">Condition</a></dt>
<dd>
<div class="block">This condition checks for a value in a space-separated values in a
 specified attribute
 example:
 <pre class="example">
   [values~="10"]</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Condition.html#SAC_ONLY_CHILD_CONDITION">SAC_ONLY_CHILD_CONDITION</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Condition.html" title="interface in org.w3c.css.sac">Condition</a></dt>
<dd>
<div class="block">This condition checks if a node is the only one in the node list.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Condition.html#SAC_ONLY_TYPE_CONDITION">SAC_ONLY_TYPE_CONDITION</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Condition.html" title="interface in org.w3c.css.sac">Condition</a></dt>
<dd>
<div class="block">This condition checks if a node is the only one of his type.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_COMMA">SAC_OPERATOR_COMMA</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">,</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_EXP">SAC_OPERATOR_EXP</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">^</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_GE">SAC_OPERATOR_GE</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">>=</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_GT">SAC_OPERATOR_GT</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">></div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_LE">SAC_OPERATOR_LE</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block"><=</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_LT">SAC_OPERATOR_LT</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block"><</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_MINUS">SAC_OPERATOR_MINUS</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">-</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_MOD">SAC_OPERATOR_MOD</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">%</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_MULTIPLY">SAC_OPERATOR_MULTIPLY</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">*</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_PLUS">SAC_OPERATOR_PLUS</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">+</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_SLASH">SAC_OPERATOR_SLASH</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">/</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_TILDE">SAC_OPERATOR_TILDE</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">~</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Condition.html#SAC_OR_CONDITION">SAC_OR_CONDITION</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Condition.html" title="interface in org.w3c.css.sac">Condition</a></dt>
<dd>
<div class="block">This condition checks one of two conditions.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_PERCENTAGE">SAC_PERCENTAGE</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Percentage.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_PICA">SAC_PICA</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Absolute length <code>pc</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_PIXEL">SAC_PIXEL</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Relative length <code>px</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_POINT">SAC_POINT</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Absolute length <code>pt</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Condition.html#SAC_POSITIONAL_CONDITION">SAC_POSITIONAL_CONDITION</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Condition.html" title="interface in org.w3c.css.sac">Condition</a></dt>
<dd>
<div class="block">This condition checks a specified position.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Selector.html#SAC_PROCESSING_INSTRUCTION_NODE_SELECTOR">SAC_PROCESSING_INSTRUCTION_NODE_SELECTOR</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Selector.html" title="interface in org.w3c.css.sac">Selector</a></dt>
<dd>
<div class="block">This selector matches only processing instruction node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Condition.html#SAC_PSEUDO_CLASS_CONDITION">SAC_PSEUDO_CLASS_CONDITION</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Condition.html" title="interface in org.w3c.css.sac">Condition</a></dt>
<dd>
<div class="block">This condition checks for the link pseudo class.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Selector.html#SAC_PSEUDO_ELEMENT_SELECTOR">SAC_PSEUDO_ELEMENT_SELECTOR</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Selector.html" title="interface in org.w3c.css.sac">Selector</a></dt>
<dd>
<div class="block">This selector matches the 'first line' pseudo element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_RADIAN">SAC_RADIAN</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Angle <code>rad</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_REAL">SAC_REAL</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">reals.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_RECT_FUNCTION">SAC_RECT_FUNCTION</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">function <code>rect</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_RGBCOLOR">SAC_RGBCOLOR</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">RGB Colors.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Selector.html#SAC_ROOT_NODE_SELECTOR">SAC_ROOT_NODE_SELECTOR</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Selector.html" title="interface in org.w3c.css.sac">Selector</a></dt>
<dd>
<div class="block">This selector matches the root node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_SECOND">SAC_SECOND</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">Time <code>s</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_STRING_VALUE">SAC_STRING_VALUE</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">A string.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_SUB_EXPRESSION">SAC_SUB_EXPRESSION</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">sub expressions
 <code>(a)</code> <code>(a + b)</code> <code>(normal/none)</code></div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSException.html#SAC_SYNTAX_ERR">SAC_SYNTAX_ERR</a></span> - Static variable in exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</a></dt>
<dd>
<div class="block">If an invalid or illegal string is specified</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Selector.html#SAC_TEXT_NODE_SELECTOR">SAC_TEXT_NODE_SELECTOR</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Selector.html" title="interface in org.w3c.css.sac">Selector</a></dt>
<dd>
<div class="block">This selector matches only text node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_UNICODERANGE">SAC_UNICODERANGE</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">A unicode range.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/CSSException.html#SAC_UNSPECIFIED_ERR">SAC_UNSPECIFIED_ERR</a></span> - Static variable in exception org.w3c.css.sac.<a href="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</a></dt>
<dd>
<div class="block">this error is unspecified.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/LexicalUnit.html#SAC_URI">SAC_URI</a></span> - Static variable in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</a></dt>
<dd>
<div class="block">URI: <code>uri(...)</code>.</div>
</dd>
<dt><a href="./org/w3c/css/sac/SACMediaList.html" title="interface in org.w3c.css.sac"><span class="strong">SACMediaList</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/css/sac/Selector.html" title="interface in org.w3c.css.sac"><span class="strong">Selector</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>
<div class="block">This interface defines a selector.</div>
</dd>
<dt><a href="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac"><span class="strong">SelectorFactory</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/css/sac/SelectorList.html" title="interface in org.w3c.css.sac"><span class="strong">SelectorList</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>
<div class="block">The SelectorList interface provides the abstraction of an ordered collection
 of selectors, without defining or constraining how this collection is
 implemented.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Element.html#setAttribute(java.lang.String, java.lang.String)">setAttribute(String, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</a></dt>
<dd>
<div class="block">Adds a new attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Element.html#setAttributeNode(org.w3c.dom.Attr)">setAttributeNode(Attr)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</a></dt>
<dd>
<div class="block">Adds a new attribute node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Element.html#setAttributeNodeNS(org.w3c.dom.Attr)">setAttributeNodeNS(Attr)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</a></dt>
<dd>
<div class="block">Adds a new attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Element.html#setAttributeNS(java.lang.String, java.lang.String, java.lang.String)">setAttributeNS(String, String, String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</a></dt>
<dd>
<div class="block">Adds a new attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/InputSource.html#setByteStream(java.io.InputStream)">setByteStream(InputStream)</a></span> - Method in class org.w3c.css.sac.<a href="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</a></dt>
<dd>
<div class="block">Set the byte stream for this input source.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/InputSource.html#setCharacterStream(java.io.Reader)">setCharacterStream(Reader)</a></span> - Method in class org.w3c.css.sac.<a href="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</a></dt>
<dd>
<div class="block">Set the character stream for this input source.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Parser.html#setConditionFactory(org.w3c.css.sac.ConditionFactory)">setConditionFactory(ConditionFactory)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/dom/CharacterData.html#setData(java.lang.String)">setData(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/CharacterData.html" title="interface in org.w3c.dom">CharacterData</a></dt>
<dd>
<div class="block">The character data of the node that implements this interface.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/ProcessingInstruction.html#setData(java.lang.String)">setData(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/ProcessingInstruction.html" title="interface in org.w3c.dom">ProcessingInstruction</a></dt>
<dd>
<div class="block">The content of this processing instruction.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Parser.html#setDocumentHandler(org.w3c.css.sac.DocumentHandler)">setDocumentHandler(DocumentHandler)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</a></dt>
<dd>
<div class="block">Allow an application to register a document event handler.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#setDocumentURI(java.lang.String)">setDocumentURI(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">The location of the document or <code>null</code> if undefined or if 
 the <code>Document</code> was created using 
 <code>DOMImplementation.createDocument</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/InputSource.html#setEncoding(java.lang.String)">setEncoding(String)</a></span> - Method in class org.w3c.css.sac.<a href="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</a></dt>
<dd>
<div class="block">Set the character encoding, if known.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Parser.html#setErrorHandler(org.w3c.css.sac.ErrorHandler)">setErrorHandler(ErrorHandler)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</a></dt>
<dd>
<div class="block">Allow an application to register an error event handler.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Element.html#setIdAttribute(java.lang.String, boolean)">setIdAttribute(String, boolean)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</a></dt>
<dd>
<div class="block">If the parameter <code>isId</code> is <code>true</code>, this method 
 declares the specified attribute to be a user-determined ID attribute
 .</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Element.html#setIdAttributeNode(org.w3c.dom.Attr, boolean)">setIdAttributeNode(Attr, boolean)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</a></dt>
<dd>
<div class="block">If the parameter <code>isId</code> is <code>true</code>, this method 
 declares the specified attribute to be a user-determined ID attribute
 .</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Element.html#setIdAttributeNS(java.lang.String, java.lang.String, boolean)">setIdAttributeNS(String, String, boolean)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</a></dt>
<dd>
<div class="block">If the parameter <code>isId</code> is <code>true</code>, this method 
 declares the specified attribute to be a user-determined ID attribute
 .</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Parser.html#setLocale(java.util.Locale)">setLocale(Locale)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</a></dt>
<dd>
<div class="block">Allow an application to request a locale for errors and warnings.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/InputSource.html#setMedia(java.lang.String)">setMedia(String)</a></span> - Method in class org.w3c.css.sac.<a href="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</a></dt>
<dd>
<div class="block">Set the media for this input source.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/NamedNodeMap.html#setNamedItem(org.w3c.dom.Node)">setNamedItem(Node)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/NamedNodeMap.html" title="interface in org.w3c.dom">NamedNodeMap</a></dt>
<dd>
<div class="block">Adds a node using its <code>nodeName</code> attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/NamedNodeMap.html#setNamedItemNS(org.w3c.dom.Node)">setNamedItemNS(Node)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/NamedNodeMap.html" title="interface in org.w3c.dom">NamedNodeMap</a></dt>
<dd>
<div class="block">Adds a node using its <code>namespaceURI</code> and 
 <code>localName</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#setNodeValue(java.lang.String)">setNodeValue(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The value of this node, depending on its type; see the table above.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMConfiguration.html#setParameter(java.lang.String, java.lang.Object)">setParameter(String, Object)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/DOMConfiguration.html" title="interface in org.w3c.dom">DOMConfiguration</a></dt>
<dd>
<div class="block">Set the value of a parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#setPrefix(java.lang.String)">setPrefix(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The namespace prefix of this node, or <code>null</code> if it is 
 unspecified.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/Parser.html#setSelectorFactory(org.w3c.css.sac.SelectorFactory)">setSelectorFactory(SelectorFactory)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#setStrictErrorChecking(boolean)">setStrictErrorChecking(boolean)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">An attribute specifying whether error checking is enforced or not.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#setTextContent(java.lang.String)">setTextContent(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">This attribute returns the text content of this node and its 
 descendants.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/InputSource.html#setTitle(java.lang.String)">setTitle(String)</a></span> - Method in class org.w3c.css.sac.<a href="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</a></dt>
<dd>
<div class="block">Set the title for this input source.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/InputSource.html#setURI(java.lang.String)">setURI(String)</a></span> - Method in class org.w3c.css.sac.<a href="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</a></dt>
<dd>
<div class="block">Set the URI for this input source.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#setUserData(java.lang.String, java.lang.Object, org.w3c.dom.UserDataHandler)">setUserData(String, Object, UserDataHandler)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">Associate an object to a key on this node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Attr.html#setValue(java.lang.String)">setValue(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Attr.html" title="interface in org.w3c.dom">Attr</a></dt>
<dd>
<div class="block">On retrieval, the value of the attribute is returned as a string.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#setXmlStandalone(boolean)">setXmlStandalone(boolean)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">An attribute specifying, as part of the <a href=./org/w3c/dom/'http://www.w3.org/TR/2004/REC-xml-20040204#NT-XMLDecl'>XML declaration</a>, whether this document is standalone.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Document.html#setXmlVersion(java.lang.String)">setXmlVersion(String)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</a></dt>
<dd>
<div class="block">An attribute specifying, as part of the <a href=./org/w3c/dom/'http://www.w3.org/TR/2004/REC-xml-20040204#NT-XMLDecl'>XML declaration</a>, the version number of this document.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMError.html#SEVERITY_ERROR">SEVERITY_ERROR</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/DOMError.html" title="interface in org.w3c.dom">DOMError</a></dt>
<dd>
<div class="block">The severity of the error described by the <code>DOMError</code> is 
 error.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMError.html#SEVERITY_FATAL_ERROR">SEVERITY_FATAL_ERROR</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/DOMError.html" title="interface in org.w3c.dom">DOMError</a></dt>
<dd>
<div class="block">The severity of the error described by the <code>DOMError</code> is 
 fatal error.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMError.html#SEVERITY_WARNING">SEVERITY_WARNING</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/DOMError.html" title="interface in org.w3c.dom">DOMError</a></dt>
<dd>
<div class="block">The severity of the error described by the <code>DOMError</code> is 
 warning.</div>
</dd>
<dt><a href="./org/w3c/css/sac/SiblingSelector.html" title="interface in org.w3c.css.sac"><span class="strong">SiblingSelector</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/css/sac/SimpleSelector.html" title="interface in org.w3c.css.sac"><span class="strong">SimpleSelector</span></a> - Interface in <a href="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</a></dt>
<dd>
<div class="block">This interface is only for constraints on selectors.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Text.html#splitText(int)">splitText(int)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/Text.html" title="interface in org.w3c.dom">Text</a></dt>
<dd>
<div class="block">Breaks this node into two nodes at the specified <code>offset</code>, 
 keeping both in the tree as siblings.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/DocumentHandler.html#startDocument(org.w3c.css.sac.InputSource)">startDocument(InputSource)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</a></dt>
<dd>
<div class="block">Receive notification of the beginning of a style sheet.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/DocumentHandler.html#startFontFace()">startFontFace()</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</a></dt>
<dd>
<div class="block">Receive notification of the beginning of a font face statement.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/DocumentHandler.html#startMedia(org.w3c.css.sac.SACMediaList)">startMedia(SACMediaList)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</a></dt>
<dd>
<div class="block">Receive notification of the beginning of a media statement.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/DocumentHandler.html#startPage(java.lang.String, java.lang.String)">startPage(String, String)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</a></dt>
<dd>
<div class="block">Receive notification of the beginning of a page statement.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/DocumentHandler.html#startSelector(org.w3c.css.sac.SelectorList)">startSelector(SelectorList)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</a></dt>
<dd>
<div class="block">Receive notification of the beginning of a rule statement.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/CharacterData.html#substringData(int, int)">substringData(int, int)</a></span> - Method in interface org.w3c.dom.<a href="./org/w3c/dom/CharacterData.html" title="interface in org.w3c.dom">CharacterData</a></dt>
<dd>
<div class="block">Extracts a range of data from the node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMException.html#SYNTAX_ERR">SYNTAX_ERR</a></span> - Static variable in exception org.w3c.dom.<a href="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</a></dt>
<dd>
<div class="block">If an invalid or illegal string is specified.</div>
</dd>
</dl>
<a name="_T_">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><a href="./org/w3c/dom/Text.html" title="interface in org.w3c.dom"><span class="strong">Text</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">The <code>Text</code> interface inherits from <code>CharacterData</code> 
 and represents the textual content (termed <a href=./org/w3c/dom/'http://www.w3.org/TR/2004/REC-xml-20040204#syntax'>character data</a> in XML) of an <code>Element</code> or <code>Attr</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/Node.html#TEXT_NODE">TEXT_NODE</a></span> - Static variable in interface org.w3c.dom.<a href="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</a></dt>
<dd>
<div class="block">The node is a <code>Text</code> node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMException.html#TYPE_MISMATCH_ERR">TYPE_MISMATCH_ERR</a></span> - Static variable in exception org.w3c.dom.<a href="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</a></dt>
<dd>
<div class="block">If the type of an object is incompatible with the expected type of the 
 parameter associated to the object.</div>
</dd>
<dt><a href="./org/w3c/dom/TypeInfo.html" title="interface in org.w3c.dom"><span class="strong">TypeInfo</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">The <code>TypeInfo</code> interface represents a type referenced from 
 <code>Element</code> or <code>Attr</code> nodes, specified in the schemas 
 associated with the document.</div>
</dd>
</dl>
<a name="_U_">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><a href="./org/w3c/dom/UserDataHandler.html" title="interface in org.w3c.dom"><span class="strong">UserDataHandler</span></a> - Interface in <a href="./org/w3c/dom/package-summary.html">org.w3c.dom</a></dt>
<dd>
<div class="block">When associating an object to a key on a node using 
 <code>Node.setUserData()</code> the application can provide a handler 
 that gets called when the node the object is associated to is being 
 cloned, imported, or renamed.</div>
</dd>
</dl>
<a name="_V_">
<!--   -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/dom/DOMException.html#VALIDATION_ERR">VALIDATION_ERR</a></span> - Static variable in exception org.w3c.dom.<a href="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</a></dt>
<dd>
<div class="block">If a call to a method such as <code>insertBefore</code> or 
 <code>removeChild</code> would make the <code>Node</code> invalid 
 with respect to "partial validity", this exception would be raised 
 and the operation would not be done.</div>
</dd>
<dt><a href="./org/apache/xmlcommons/Version.html" title="class in org.apache.xmlcommons"><span class="strong">Version</span></a> - Class in <a href="./org/apache/xmlcommons/package-summary.html">org.apache.xmlcommons</a></dt>
<dd>
<div class="block"><meta name="usage" content="general"/>
 Administrative class to keep track of the version number of
 xml-commons external sources releases.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/xmlcommons/Version.html#Version()">Version()</a></span> - Constructor for class org.apache.xmlcommons.<a href="./org/apache/xmlcommons/Version.html" title="class in org.apache.xmlcommons">Version</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_W_">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="strong"><a href="./javax/xml/XMLConstants.html#W3C_XML_SCHEMA_INSTANCE_NS_URI">W3C_XML_SCHEMA_INSTANCE_NS_URI</a></span> - Static variable in class javax.xml.<a href="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</a></dt>
<dd>
<div class="block">W3C XML Schema Instance Namespace URI.</div>
</dd>
<dt><span class="strong"><a href="./javax/xml/XMLConstants.html#W3C_XML_SCHEMA_NS_URI">W3C_XML_SCHEMA_NS_URI</a></span> - Static variable in class javax.xml.<a href="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</a></dt>
<dd>
<div class="block">W3C XML Schema Namespace URI.</div>
</dd>
<dt><span class="strong"><a href="./javax/xml/XMLConstants.html#W3C_XPATH_DATATYPE_NS_URI">W3C_XPATH_DATATYPE_NS_URI</a></span> - Static variable in class javax.xml.<a href="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</a></dt>
<dd>
<div class="block">W3C XPath Datatype Namespace URI.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/css/sac/ErrorHandler.html#warning(org.w3c.css.sac.CSSParseException)">warning(CSSParseException)</a></span> - Method in interface org.w3c.css.sac.<a href="./org/w3c/css/sac/ErrorHandler.html" title="interface in org.w3c.css.sac">ErrorHandler</a></dt>
<dd>
<div class="block">Receive notification of a warning.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/dom/DOMException.html#WRONG_DOCUMENT_ERR">WRONG_DOCUMENT_ERR</a></span> - Static variable in exception org.w3c.dom.<a href="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</a></dt>
<dd>
<div class="block">If a <code>Node</code> is used in a different document than the one 
 that created it (that doesn't support it).</div>
</dd>
</dl>
<a name="_X_">
<!--   -->
</a>
<h2 class="title">X</h2>
<dl>
<dt><span class="strong"><a href="./javax/xml/XMLConstants.html#XML_DTD_NS_URI">XML_DTD_NS_URI</a></span> - Static variable in class javax.xml.<a href="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</a></dt>
<dd>
<div class="block">XML Document Type Declaration Namespace URI as an arbitrary value.</div>
</dd>
<dt><span class="strong"><a href="./javax/xml/XMLConstants.html#XML_NS_PREFIX">XML_NS_PREFIX</a></span> - Static variable in class javax.xml.<a href="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</a></dt>
<dd>
<div class="block">The official XML Namespace prefix.</div>
</dd>
<dt><span class="strong"><a href="./javax/xml/XMLConstants.html#XML_NS_URI">XML_NS_URI</a></span> - Static variable in class javax.xml.<a href="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</a></dt>
<dd>
<div class="block">The official XML Namespace name URI.</div>
</dd>
<dt><a href="./javax/xml/XMLConstants.html" title="class in javax.xml"><span class="strong">XMLConstants</span></a> - Class in <a href="./javax/xml/package-summary.html">javax.xml</a></dt>
<dd>
<div class="block">Utility class to contain basic XML values as constants.</div>
</dd>
<dt><span class="strong"><a href="./javax/xml/XMLConstants.html#XMLNS_ATTRIBUTE">XMLNS_ATTRIBUTE</a></span> - Static variable in class javax.xml.<a href="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</a></dt>
<dd>
<div class="block">The official XML attribute used for specifying XML Namespace
 declarations.</div>
</dd>
<dt><span class="strong"><a href="./javax/xml/XMLConstants.html#XMLNS_ATTRIBUTE_NS_URI">XMLNS_ATTRIBUTE_NS_URI</a></span> - Static variable in class javax.xml.<a href="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</a></dt>
<dd>
<div class="block">The official XML attribute used for specifying XML Namespace
 declarations, <a href="./javax/xml/XMLConstants.html#XMLNS_ATTRIBUTE"><code>XMLConstants.XMLNS_ATTRIBUTE</code></a>, Namespace name URI.</div>
</dd>
</dl>
<a href="#_A_">A</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_X_">X</a>&nbsp;</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>Package</li>
<li>Class</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</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?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.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 ======= -->
</body>
</html>