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-2.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_23) on Fri Aug 26 22:07:00 UTC 2011 -->
<TITLE>
Index
</TITLE>

<META NAME="date" CONTENT="2011-08-26">

<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/w3c/dom/Document.html#adoptNode(org.w3c.dom.Node)"><B>adoptNode(Node)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>Attempts to adopt a node from another document to this document.
<DT><A HREF="./org/w3c/css/sac/SiblingSelector.html#ANY_NODE"><B>ANY_NODE</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/w3c/dom/Node.html#appendChild(org.w3c.dom.Node)"><B>appendChild(Node)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>Adds the node <code>newChild</code> to the end of the list of children 
 of this node.
<DT><A HREF="./org/w3c/dom/CharacterData.html#appendData(java.lang.String)"><B>appendData(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/CharacterData.html" title="interface in org.w3c.dom">CharacterData</A>
<DD>Append the string to the end of the character data of the node.
<DT><A HREF="./org/w3c/dom/Attr.html" title="interface in org.w3c.dom"><B>Attr</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>The <code>Attr</code> interface represents an attribute in an 
 <code>Element</code> object.<DT><A HREF="./org/w3c/dom/Node.html#ATTRIBUTE_NODE"><B>ATTRIBUTE_NODE</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The node is an <code>Attr</code>.
<DT><A HREF="./org/w3c/css/sac/AttributeCondition.html" title="interface in org.w3c.css.sac"><B>AttributeCondition</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>&nbsp;</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/w3c/dom/DOMConfiguration.html#canSetParameter(java.lang.String, java.lang.Object)"><B>canSetParameter(String, Object)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMConfiguration.html" title="interface in org.w3c.dom">DOMConfiguration</A>
<DD>Check if setting a parameter to a specific value is supported.
<DT><A HREF="./org/w3c/dom/Node.html#CDATA_SECTION_NODE"><B>CDATA_SECTION_NODE</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The node is a <code>CDATASection</code>.
<DT><A HREF="./org/w3c/dom/CDATASection.html" title="interface in org.w3c.dom"><B>CDATASection</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>CDATA sections are used to escape blocks of text containing characters that 
 would otherwise be regarded as markup.<DT><A HREF="./org/w3c/dom/CharacterData.html" title="interface in org.w3c.dom"><B>CharacterData</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>The <code>CharacterData</code> interface extends Node with a set of 
 attributes and methods for accessing character data in the DOM.<DT><A HREF="./org/w3c/css/sac/CharacterDataSelector.html" title="interface in org.w3c.css.sac"><B>CharacterDataSelector</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>&nbsp;<DT><A HREF="./org/w3c/dom/Node.html#cloneNode(boolean)"><B>cloneNode(boolean)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>Returns a duplicate of this node, i.e., serves as a generic copy 
 constructor for nodes.
<DT><A HREF="./org/w3c/css/sac/CSSException.html#code"><B>code</B></A> - 
Variable in exception org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</A>
<DD>&nbsp;
<DT><A HREF="./org/w3c/dom/DOMException.html#code"><B>code</B></A> - 
Variable in exception org.w3c.dom.<A HREF="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</A>
<DD>&nbsp;
<DT><A HREF="./org/w3c/css/sac/CombinatorCondition.html" title="interface in org.w3c.css.sac"><B>CombinatorCondition</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>&nbsp;<DT><A HREF="./org/w3c/css/sac/DocumentHandler.html#comment(java.lang.String)"><B>comment(String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</A>
<DD>Receive notification of a comment.
<DT><A HREF="./org/w3c/dom/Comment.html" title="interface in org.w3c.dom"><B>Comment</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>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>'.<DT><A HREF="./org/w3c/dom/Node.html#COMMENT_NODE"><B>COMMENT_NODE</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The node is a <code>Comment</code>.
<DT><A HREF="./org/w3c/dom/Node.html#compareDocumentPosition(org.w3c.dom.Node)"><B>compareDocumentPosition(Node)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>Compares the reference node, i.e.
<DT><A HREF="./org/w3c/css/sac/Condition.html" title="interface in org.w3c.css.sac"><B>Condition</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>&nbsp;<DT><A HREF="./org/w3c/css/sac/ConditionalSelector.html" title="interface in org.w3c.css.sac"><B>ConditionalSelector</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>&nbsp;<DT><A HREF="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac"><B>ConditionFactory</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>&nbsp;<DT><A HREF="./org/w3c/dom/DOMStringList.html#contains(java.lang.String)"><B>contains(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMStringList.html" title="interface in org.w3c.dom">DOMStringList</A>
<DD>Test if a string is part of this <code>DOMStringList</code>.
<DT><A HREF="./org/w3c/dom/NameList.html#contains(java.lang.String)"><B>contains(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/NameList.html" title="interface in org.w3c.dom">NameList</A>
<DD>Test if a name is part of this <code>NameList</code>.
<DT><A HREF="./org/w3c/dom/NameList.html#containsNS(java.lang.String, java.lang.String)"><B>containsNS(String, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/NameList.html" title="interface in org.w3c.dom">NameList</A>
<DD>Test if the pair namespaceURI/name is part of this 
 <code>NameList</code>.
<DT><A HREF="./org/w3c/css/sac/ContentCondition.html" title="interface in org.w3c.css.sac"><B>ContentCondition</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>&nbsp;<DT><A HREF="./org/w3c/css/sac/ConditionFactory.html#createAndCondition(org.w3c.css.sac.Condition, org.w3c.css.sac.Condition)"><B>createAndCondition(Condition, Condition)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</A>
<DD>Creates an and condition
<DT><A HREF="./org/w3c/css/sac/SelectorFactory.html#createAnyNodeSelector()"><B>createAnyNodeSelector()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</A>
<DD>Creates an any node selector.
<DT><A HREF="./org/w3c/dom/Document.html#createAttribute(java.lang.String)"><B>createAttribute(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>Creates an <code>Attr</code> of the given name.
<DT><A HREF="./org/w3c/css/sac/ConditionFactory.html#createAttributeCondition(java.lang.String, java.lang.String, boolean, java.lang.String)"><B>createAttributeCondition(String, String, boolean, String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</A>
<DD>Creates an attribute condition
<DT><A HREF="./org/w3c/dom/Document.html#createAttributeNS(java.lang.String, java.lang.String)"><B>createAttributeNS(String, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>Creates an attribute of the given qualified name and namespace URI.
<DT><A HREF="./org/w3c/css/sac/ConditionFactory.html#createBeginHyphenAttributeCondition(java.lang.String, java.lang.String, boolean, java.lang.String)"><B>createBeginHyphenAttributeCondition(String, String, boolean, String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</A>
<DD>Creates a "begin hyphen" attribute condition
<DT><A HREF="./org/w3c/dom/Document.html#createCDATASection(java.lang.String)"><B>createCDATASection(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>Creates a <code>CDATASection</code> node whose value is the specified 
 string.
<DT><A HREF="./org/w3c/css/sac/SelectorFactory.html#createCDataSectionSelector(java.lang.String)"><B>createCDataSectionSelector(String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</A>
<DD>Creates a cdata section node selector.
<DT><A HREF="./org/w3c/css/sac/SelectorFactory.html#createChildSelector(org.w3c.css.sac.Selector, org.w3c.css.sac.SimpleSelector)"><B>createChildSelector(Selector, SimpleSelector)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</A>
<DD>Creates a child selector.
<DT><A HREF="./org/w3c/css/sac/ConditionFactory.html#createClassCondition(java.lang.String, java.lang.String)"><B>createClassCondition(String, String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</A>
<DD>Creates a class condition
<DT><A HREF="./org/w3c/dom/Document.html#createComment(java.lang.String)"><B>createComment(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>Creates a <code>Comment</code> node given the specified string.
<DT><A HREF="./org/w3c/css/sac/SelectorFactory.html#createCommentSelector(java.lang.String)"><B>createCommentSelector(String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</A>
<DD>Creates a comment node selector.
<DT><A HREF="./org/w3c/css/sac/SelectorFactory.html#createConditionalSelector(org.w3c.css.sac.SimpleSelector, org.w3c.css.sac.Condition)"><B>createConditionalSelector(SimpleSelector, Condition)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</A>
<DD>Creates a conditional selector.
<DT><A HREF="./org/w3c/css/sac/ConditionFactory.html#createContentCondition(java.lang.String)"><B>createContentCondition(String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</A>
<DD>Creates a content condition
<DT><A HREF="./org/w3c/css/sac/SelectorFactory.html#createDescendantSelector(org.w3c.css.sac.Selector, org.w3c.css.sac.SimpleSelector)"><B>createDescendantSelector(Selector, SimpleSelector)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</A>
<DD>Creates a descendant selector.
<DT><A HREF="./org/w3c/css/sac/SelectorFactory.html#createDirectAdjacentSelector(short, org.w3c.css.sac.Selector, org.w3c.css.sac.SimpleSelector)"><B>createDirectAdjacentSelector(short, Selector, SimpleSelector)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</A>
<DD>Creates a sibling selector.
<DT><A HREF="./org/w3c/dom/DOMImplementation.html#createDocument(java.lang.String, java.lang.String, org.w3c.dom.DocumentType)"><B>createDocument(String, String, DocumentType)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMImplementation.html" title="interface in org.w3c.dom">DOMImplementation</A>
<DD>Creates a DOM Document object of the specified type with its document 
 element.
<DT><A HREF="./org/w3c/dom/Document.html#createDocumentFragment()"><B>createDocumentFragment()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>Creates an empty <code>DocumentFragment</code> object.
<DT><A HREF="./org/w3c/dom/DOMImplementation.html#createDocumentType(java.lang.String, java.lang.String, java.lang.String)"><B>createDocumentType(String, String, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMImplementation.html" title="interface in org.w3c.dom">DOMImplementation</A>
<DD>Creates an empty <code>DocumentType</code> node.
<DT><A HREF="./org/w3c/dom/Document.html#createElement(java.lang.String)"><B>createElement(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>Creates an element of the type specified.
<DT><A HREF="./org/w3c/dom/Document.html#createElementNS(java.lang.String, java.lang.String)"><B>createElementNS(String, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>Creates an element of the given qualified name and namespace URI.
<DT><A HREF="./org/w3c/css/sac/SelectorFactory.html#createElementSelector(java.lang.String, java.lang.String)"><B>createElementSelector(String, String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</A>
<DD>Creates an element selector.
<DT><A HREF="./org/w3c/dom/Document.html#createEntityReference(java.lang.String)"><B>createEntityReference(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>Creates an <code>EntityReference</code> object.
<DT><A HREF="./org/w3c/css/sac/ConditionFactory.html#createIdCondition(java.lang.String)"><B>createIdCondition(String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</A>
<DD>Creates an id condition
<DT><A HREF="./org/w3c/css/sac/ConditionFactory.html#createLangCondition(java.lang.String)"><B>createLangCondition(String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</A>
<DD>Creates a lang condition
<DT><A HREF="./org/w3c/css/sac/ConditionFactory.html#createNegativeCondition(org.w3c.css.sac.Condition)"><B>createNegativeCondition(Condition)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</A>
<DD>Creates a negative condition
<DT><A HREF="./org/w3c/css/sac/SelectorFactory.html#createNegativeSelector(org.w3c.css.sac.SimpleSelector)"><B>createNegativeSelector(SimpleSelector)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</A>
<DD>Creates an negative selector.
<DT><A HREF="./org/w3c/css/sac/ConditionFactory.html#createOneOfAttributeCondition(java.lang.String, java.lang.String, boolean, java.lang.String)"><B>createOneOfAttributeCondition(String, String, boolean, String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</A>
<DD>Creates a "one of" attribute condition
<DT><A HREF="./org/w3c/css/sac/ConditionFactory.html#createOnlyChildCondition()"><B>createOnlyChildCondition()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</A>
<DD>Creates a "only one" child condition
<DT><A HREF="./org/w3c/css/sac/ConditionFactory.html#createOnlyTypeCondition()"><B>createOnlyTypeCondition()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</A>
<DD>Creates a "only one" type condition
<DT><A HREF="./org/w3c/css/sac/ConditionFactory.html#createOrCondition(org.w3c.css.sac.Condition, org.w3c.css.sac.Condition)"><B>createOrCondition(Condition, Condition)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</A>
<DD>Creates an or condition
<DT><A HREF="./org/w3c/css/sac/ConditionFactory.html#createPositionalCondition(int, boolean, boolean)"><B>createPositionalCondition(int, boolean, boolean)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</A>
<DD>Creates a positional condition
<DT><A HREF="./org/w3c/dom/Document.html#createProcessingInstruction(java.lang.String, java.lang.String)"><B>createProcessingInstruction(String, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>Creates a <code>ProcessingInstruction</code> node given the specified 
 name and data strings.
<DT><A HREF="./org/w3c/css/sac/SelectorFactory.html#createProcessingInstructionSelector(java.lang.String, java.lang.String)"><B>createProcessingInstructionSelector(String, String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</A>
<DD>Creates a processing instruction node selector.
<DT><A HREF="./org/w3c/css/sac/ConditionFactory.html#createPseudoClassCondition(java.lang.String, java.lang.String)"><B>createPseudoClassCondition(String, String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ConditionFactory.html" title="interface in org.w3c.css.sac">ConditionFactory</A>
<DD>Creates a pseudo class condition
<DT><A HREF="./org/w3c/css/sac/SelectorFactory.html#createPseudoElementSelector(java.lang.String, java.lang.String)"><B>createPseudoElementSelector(String, String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</A>
<DD>Creates a pseudo element selector.
<DT><A HREF="./org/w3c/css/sac/SelectorFactory.html#createRootNodeSelector()"><B>createRootNodeSelector()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</A>
<DD>Creates an root node selector.
<DT><A HREF="./org/w3c/dom/Document.html#createTextNode(java.lang.String)"><B>createTextNode(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>Creates a <code>Text</code> node given the specified string.
<DT><A HREF="./org/w3c/css/sac/SelectorFactory.html#createTextNodeSelector(java.lang.String)"><B>createTextNodeSelector(String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac">SelectorFactory</A>
<DD>Creates a text node selector.
<DT><A HREF="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac"><B>CSSException</B></A> - Exception in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>&nbsp;<DT><A HREF="./org/w3c/css/sac/CSSException.html#CSSException()"><B>CSSException()</B></A> - 
Constructor for exception org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</A>
<DD>Creates a new CSSException
<DT><A HREF="./org/w3c/css/sac/CSSException.html#CSSException(java.lang.String)"><B>CSSException(String)</B></A> - 
Constructor for exception org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</A>
<DD>Creates a new CSSException
<DT><A HREF="./org/w3c/css/sac/CSSException.html#CSSException(java.lang.Exception)"><B>CSSException(Exception)</B></A> - 
Constructor for exception org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</A>
<DD>Creates a new CSSException with an embeded exception.
<DT><A HREF="./org/w3c/css/sac/CSSException.html#CSSException(short)"><B>CSSException(short)</B></A> - 
Constructor for exception org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</A>
<DD>Creates a new CSSException with a specific code.
<DT><A HREF="./org/w3c/css/sac/CSSException.html#CSSException(short, java.lang.String, java.lang.Exception)"><B>CSSException(short, String, Exception)</B></A> - 
Constructor for exception org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</A>
<DD>Creates a new CSSException with an embeded exception and a specified
 message.
<DT><A HREF="./org/w3c/css/sac/CSSParseException.html" title="class in org.w3c.css.sac"><B>CSSParseException</B></A> - Exception in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>Encapsulate a CSS parse error or warning.<DT><A HREF="./org/w3c/css/sac/CSSParseException.html#CSSParseException(java.lang.String, org.w3c.css.sac.Locator)"><B>CSSParseException(String, Locator)</B></A> - 
Constructor for exception org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CSSParseException.html" title="class in org.w3c.css.sac">CSSParseException</A>
<DD>Create a new CSSParseException from a message and a Locator.
<DT><A HREF="./org/w3c/css/sac/CSSParseException.html#CSSParseException(java.lang.String, org.w3c.css.sac.Locator, java.lang.Exception)"><B>CSSParseException(String, Locator, Exception)</B></A> - 
Constructor for exception org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CSSParseException.html" title="class in org.w3c.css.sac">CSSParseException</A>
<DD>Wrap an existing exception in a CSSParseException.
<DT><A HREF="./org/w3c/css/sac/CSSParseException.html#CSSParseException(java.lang.String, java.lang.String, int, int)"><B>CSSParseException(String, String, int, int)</B></A> - 
Constructor for exception org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CSSParseException.html" title="class in org.w3c.css.sac">CSSParseException</A>
<DD>Create a new CSSParseException.
<DT><A HREF="./org/w3c/css/sac/CSSParseException.html#CSSParseException(java.lang.String, java.lang.String, int, int, java.lang.Exception)"><B>CSSParseException(String, String, int, int, Exception)</B></A> - 
Constructor for exception org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CSSParseException.html" title="class in org.w3c.css.sac">CSSParseException</A>
<DD>Create a new CSSParseException with an embedded exception.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./javax/xml/XMLConstants.html#DEFAULT_NS_PREFIX"><B>DEFAULT_NS_PREFIX</B></A> - 
Static variable in class javax.xml.<A HREF="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</A>
<DD>Prefix to use to represent the default XML Namespace.
<DT><A HREF="./org/w3c/dom/CharacterData.html#deleteData(int, int)"><B>deleteData(int, int)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/CharacterData.html" title="interface in org.w3c.dom">CharacterData</A>
<DD>Remove a range of 16-bit units from the node.
<DT><A HREF="./org/w3c/dom/TypeInfo.html#DERIVATION_EXTENSION"><B>DERIVATION_EXTENSION</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/TypeInfo.html" title="interface in org.w3c.dom">TypeInfo</A>
<DD>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>.
<DT><A HREF="./org/w3c/dom/TypeInfo.html#DERIVATION_LIST"><B>DERIVATION_LIST</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/TypeInfo.html" title="interface in org.w3c.dom">TypeInfo</A>
<DD>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>.
<DT><A HREF="./org/w3c/dom/TypeInfo.html#DERIVATION_RESTRICTION"><B>DERIVATION_RESTRICTION</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/TypeInfo.html" title="interface in org.w3c.dom">TypeInfo</A>
<DD>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.
<DT><A HREF="./org/w3c/dom/TypeInfo.html#DERIVATION_UNION"><B>DERIVATION_UNION</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/TypeInfo.html" title="interface in org.w3c.dom">TypeInfo</A>
<DD>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.
<DT><A HREF="./org/w3c/css/sac/DescendantSelector.html" title="interface in org.w3c.css.sac"><B>DescendantSelector</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>&nbsp;<DT><A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom"><B>Document</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>The <code>Document</code> interface represents the entire HTML or XML 
 document.<DT><A HREF="./org/w3c/dom/Node.html#DOCUMENT_FRAGMENT_NODE"><B>DOCUMENT_FRAGMENT_NODE</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The node is a <code>DocumentFragment</code>.
<DT><A HREF="./org/w3c/dom/Node.html#DOCUMENT_NODE"><B>DOCUMENT_NODE</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The node is a <code>Document</code>.
<DT><A HREF="./org/w3c/dom/Node.html#DOCUMENT_POSITION_CONTAINED_BY"><B>DOCUMENT_POSITION_CONTAINED_BY</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The node is contained by the reference node.
<DT><A HREF="./org/w3c/dom/Node.html#DOCUMENT_POSITION_CONTAINS"><B>DOCUMENT_POSITION_CONTAINS</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The node contains the reference node.
<DT><A HREF="./org/w3c/dom/Node.html#DOCUMENT_POSITION_DISCONNECTED"><B>DOCUMENT_POSITION_DISCONNECTED</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The two nodes are disconnected.
<DT><A HREF="./org/w3c/dom/Node.html#DOCUMENT_POSITION_FOLLOWING"><B>DOCUMENT_POSITION_FOLLOWING</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The node follows the reference node.
<DT><A HREF="./org/w3c/dom/Node.html#DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC"><B>DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The determination of preceding versus following is 
 implementation-specific.
<DT><A HREF="./org/w3c/dom/Node.html#DOCUMENT_POSITION_PRECEDING"><B>DOCUMENT_POSITION_PRECEDING</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The second node precedes the reference node.
<DT><A HREF="./org/w3c/dom/Node.html#DOCUMENT_TYPE_NODE"><B>DOCUMENT_TYPE_NODE</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The node is a <code>DocumentType</code>.
<DT><A HREF="./org/w3c/dom/DocumentFragment.html" title="interface in org.w3c.dom"><B>DocumentFragment</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD><code>DocumentFragment</code> is a "lightweight" or "minimal" 
 <code>Document</code> object.<DT><A HREF="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac"><B>DocumentHandler</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>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.<DT><A HREF="./org/w3c/dom/DocumentType.html" title="interface in org.w3c.dom"><B>DocumentType</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>Each <code>Document</code> has a <code>doctype</code> attribute whose value 
 is either <code>null</code> or a <code>DocumentType</code> object.<DT><A HREF="./org/w3c/dom/DOMConfiguration.html" title="interface in org.w3c.dom"><B>DOMConfiguration</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>The <code>DOMConfiguration</code> interface represents the configuration 
 of a document and maintains a table of recognized parameters.<DT><A HREF="./org/w3c/dom/DOMError.html" title="interface in org.w3c.dom"><B>DOMError</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD><code>DOMError</code> is an interface that describes an error.<DT><A HREF="./org/w3c/dom/DOMErrorHandler.html" title="interface in org.w3c.dom"><B>DOMErrorHandler</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD><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.<DT><A HREF="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom"><B>DOMException</B></A> - Exception in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>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).<DT><A HREF="./org/w3c/dom/DOMException.html#DOMException(short, java.lang.String)"><B>DOMException(short, String)</B></A> - 
Constructor for exception org.w3c.dom.<A HREF="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</A>
<DD>&nbsp;
<DT><A HREF="./org/w3c/dom/DOMImplementation.html" title="interface in org.w3c.dom"><B>DOMImplementation</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>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.<DT><A HREF="./org/w3c/dom/DOMImplementationList.html" title="interface in org.w3c.dom"><B>DOMImplementationList</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>The <code>DOMImplementationList</code> interface provides the abstraction 
 of an ordered collection of DOM implementations, without defining or 
 constraining how this collection is implemented.<DT><A HREF="./org/w3c/dom/DOMImplementationSource.html" title="interface in org.w3c.dom"><B>DOMImplementationSource</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>This interface permits a DOM implementer to supply one or more 
 implementations, based upon requested features and versions, as specified 
 in .<DT><A HREF="./org/w3c/dom/DOMLocator.html" title="interface in org.w3c.dom"><B>DOMLocator</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD><code>DOMLocator</code> is an interface that describes a location (e.g.<DT><A HREF="./org/w3c/dom/DOMException.html#DOMSTRING_SIZE_ERR"><B>DOMSTRING_SIZE_ERR</B></A> - 
Static variable in exception org.w3c.dom.<A HREF="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</A>
<DD>If the specified range of text does not fit into a 
 <code>DOMString</code>.
<DT><A HREF="./org/w3c/dom/DOMStringList.html" title="interface in org.w3c.dom"><B>DOMStringList</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>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.</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/w3c/css/sac/CSSException.html#e"><B>e</B></A> - 
Variable in exception org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</A>
<DD>The internal exception.
<DT><A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom"><B>Element</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>The <code>Element</code> interface represents an element in an HTML or XML 
 document.<DT><A HREF="./org/w3c/dom/Node.html#ELEMENT_NODE"><B>ELEMENT_NODE</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The node is an <code>Element</code>.
<DT><A HREF="./org/w3c/css/sac/ElementSelector.html" title="interface in org.w3c.css.sac"><B>ElementSelector</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>&nbsp;<DT><A HREF="./org/w3c/dom/ElementTraversal.html" title="interface in org.w3c.dom"><B>ElementTraversal</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>The <code>ElementTraversal</code> interface is a set of read-only attributes
 which allow an author to easily navigate between elements in a document.<DT><A HREF="./org/w3c/css/sac/DocumentHandler.html#endDocument(org.w3c.css.sac.InputSource)"><B>endDocument(InputSource)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</A>
<DD>Receive notification of the end of a document.
<DT><A HREF="./org/w3c/css/sac/DocumentHandler.html#endFontFace()"><B>endFontFace()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</A>
<DD>Receive notification of the end of a font face statement.
<DT><A HREF="./org/w3c/css/sac/DocumentHandler.html#endMedia(org.w3c.css.sac.SACMediaList)"><B>endMedia(SACMediaList)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</A>
<DD>Receive notification of the end of a media statement.
<DT><A HREF="./org/w3c/css/sac/DocumentHandler.html#endPage(java.lang.String, java.lang.String)"><B>endPage(String, String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</A>
<DD>Receive notification of the end of a media statement.
<DT><A HREF="./org/w3c/css/sac/DocumentHandler.html#endSelector(org.w3c.css.sac.SelectorList)"><B>endSelector(SelectorList)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</A>
<DD>Receive notification of the end of a rule statement.
<DT><A HREF="./org/w3c/dom/Entity.html" title="interface in org.w3c.dom"><B>Entity</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>This interface represents a known entity, either parsed or unparsed, in an 
 XML document.<DT><A HREF="./org/w3c/dom/Node.html#ENTITY_NODE"><B>ENTITY_NODE</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The node is an <code>Entity</code>.
<DT><A HREF="./org/w3c/dom/Node.html#ENTITY_REFERENCE_NODE"><B>ENTITY_REFERENCE_NODE</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The node is an <code>EntityReference</code>.
<DT><A HREF="./org/w3c/dom/EntityReference.html" title="interface in org.w3c.dom"><B>EntityReference</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD><code>EntityReference</code> nodes may be used to represent an entity 
 reference in the tree.<DT><A HREF="./org/w3c/css/sac/ErrorHandler.html#error(org.w3c.css.sac.CSSParseException)"><B>error(CSSParseException)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ErrorHandler.html" title="interface in org.w3c.css.sac">ErrorHandler</A>
<DD>Receive notification of a recoverable error.
<DT><A HREF="./org/w3c/css/sac/ErrorHandler.html" title="interface in org.w3c.css.sac"><B>ErrorHandler</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>Basic interface for CSS error handlers.</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/w3c/css/sac/ErrorHandler.html#fatalError(org.w3c.css.sac.CSSParseException)"><B>fatalError(CSSParseException)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ErrorHandler.html" title="interface in org.w3c.css.sac">ErrorHandler</A>
<DD>Receive notification of a non-recoverable error.
<DT><A HREF="./javax/xml/XMLConstants.html#FEATURE_SECURE_PROCESSING"><B>FEATURE_SECURE_PROCESSING</B></A> - 
Static variable in class javax.xml.<A HREF="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</A>
<DD>Feature for secure processing.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/w3c/css/sac/DescendantSelector.html#getAncestorSelector()"><B>getAncestorSelector()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/DescendantSelector.html" title="interface in org.w3c.css.sac">DescendantSelector</A>
<DD>Returns the parent selector.
<DT><A HREF="./org/w3c/dom/Element.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</A>
<DD>Retrieves an attribute value by name.
<DT><A HREF="./org/w3c/dom/Element.html#getAttributeNode(java.lang.String)"><B>getAttributeNode(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</A>
<DD>Retrieves an attribute node by name.
<DT><A HREF="./org/w3c/dom/Element.html#getAttributeNodeNS(java.lang.String, java.lang.String)"><B>getAttributeNodeNS(String, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</A>
<DD>Retrieves an <code>Attr</code> node by local name and namespace URI.
<DT><A HREF="./org/w3c/dom/Element.html#getAttributeNS(java.lang.String, java.lang.String)"><B>getAttributeNS(String, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</A>
<DD>Retrieves an attribute value by local name and namespace URI.
<DT><A HREF="./org/w3c/dom/Node.html#getAttributes()"><B>getAttributes()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>A <code>NamedNodeMap</code> containing the attributes of this node (if 
 it is an <code>Element</code>) or <code>null</code> otherwise.
<DT><A HREF="./org/w3c/dom/Node.html#getBaseURI()"><B>getBaseURI()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The absolute base URI of this node or <code>null</code> if the 
 implementation wasn't able to obtain an absolute URI.
<DT><A HREF="./org/w3c/dom/DOMLocator.html#getByteOffset()"><B>getByteOffset()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMLocator.html" title="interface in org.w3c.dom">DOMLocator</A>
<DD>The byte offset into the input source this locator is pointing to or 
 <code>-1</code> if there is no byte offset available.
<DT><A HREF="./org/w3c/css/sac/InputSource.html#getByteStream()"><B>getByteStream()</B></A> - 
Method in class org.w3c.css.sac.<A HREF="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</A>
<DD>Get the byte stream for this input source.
<DT><A HREF="./org/w3c/css/sac/InputSource.html#getCharacterStream()"><B>getCharacterStream()</B></A> - 
Method in class org.w3c.css.sac.<A HREF="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</A>
<DD>Get the character stream for this input source.
<DT><A HREF="./org/w3c/dom/ElementTraversal.html#getChildElementCount()"><B>getChildElementCount()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/ElementTraversal.html" title="interface in org.w3c.dom">ElementTraversal</A>
<DD>Returns the current number of element nodes that are children of this
 element.
<DT><A HREF="./org/w3c/dom/Node.html#getChildNodes()"><B>getChildNodes()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>A <code>NodeList</code> that contains all children of this node.
<DT><A HREF="./org/w3c/css/sac/CSSException.html#getCode()"><B>getCode()</B></A> - 
Method in exception org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</A>
<DD>returns the error code for this exception.
<DT><A HREF="./org/w3c/css/sac/CSSParseException.html#getColumnNumber()"><B>getColumnNumber()</B></A> - 
Method in exception org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CSSParseException.html" title="class in org.w3c.css.sac">CSSParseException</A>
<DD>The column number of the end of the text where the exception occurred.
<DT><A HREF="./org/w3c/css/sac/Locator.html#getColumnNumber()"><B>getColumnNumber()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/Locator.html" title="interface in org.w3c.css.sac">Locator</A>
<DD>Return the column number where the current document event ends.
<DT><A HREF="./org/w3c/dom/DOMLocator.html#getColumnNumber()"><B>getColumnNumber()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMLocator.html" title="interface in org.w3c.dom">DOMLocator</A>
<DD>The column number this locator is pointing to, or <code>-1</code> if 
 there is no column number available.
<DT><A HREF="./org/w3c/css/sac/ConditionalSelector.html#getCondition()"><B>getCondition()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ConditionalSelector.html" title="interface in org.w3c.css.sac">ConditionalSelector</A>
<DD>Returns the condition to be applied on the simple selector.
<DT><A HREF="./org/w3c/css/sac/NegativeCondition.html#getCondition()"><B>getCondition()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/NegativeCondition.html" title="interface in org.w3c.css.sac">NegativeCondition</A>
<DD>Returns the condition.
<DT><A HREF="./org/w3c/css/sac/Condition.html#getConditionType()"><B>getConditionType()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/Condition.html" title="interface in org.w3c.css.sac">Condition</A>
<DD>An integer indicating the type of <code>Condition</code>.
<DT><A HREF="./org/w3c/css/sac/CharacterDataSelector.html#getData()"><B>getData()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CharacterDataSelector.html" title="interface in org.w3c.css.sac">CharacterDataSelector</A>
<DD>Returns the character data.
<DT><A HREF="./org/w3c/css/sac/ContentCondition.html#getData()"><B>getData()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ContentCondition.html" title="interface in org.w3c.css.sac">ContentCondition</A>
<DD>Returns the content.
<DT><A HREF="./org/w3c/css/sac/ProcessingInstructionSelector.html#getData()"><B>getData()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ProcessingInstructionSelector.html" title="interface in org.w3c.css.sac">ProcessingInstructionSelector</A>
<DD>Returns the character data.
<DT><A HREF="./org/w3c/dom/CharacterData.html#getData()"><B>getData()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/CharacterData.html" title="interface in org.w3c.dom">CharacterData</A>
<DD>The character data of the node that implements this interface.
<DT><A HREF="./org/w3c/dom/ProcessingInstruction.html#getData()"><B>getData()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/ProcessingInstruction.html" title="interface in org.w3c.dom">ProcessingInstruction</A>
<DD>The content of this processing instruction.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#getDimensionUnitText()"><B>getDimensionUnitText()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</A>
<DD>Returns the string representation of the unit.
<DT><A HREF="./org/w3c/dom/Document.html#getDoctype()"><B>getDoctype()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>The Document Type Declaration (see <code>DocumentType</code>) 
 associated with this document.
<DT><A HREF="./org/w3c/dom/Document.html#getDocumentElement()"><B>getDocumentElement()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>This is a convenience attribute that allows direct access to the child 
 node that is the document element of the document.
<DT><A HREF="./org/w3c/dom/Document.html#getDocumentURI()"><B>getDocumentURI()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>The location of the document or <code>null</code> if undefined or if 
 the <code>Document</code> was created using 
 <code>DOMImplementation.createDocument</code>.
<DT><A HREF="./org/w3c/dom/Document.html#getDomConfig()"><B>getDomConfig()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>The configuration used when <code>Document.normalizeDocument()</code> 
 is invoked.
<DT><A HREF="./org/w3c/dom/DOMImplementationSource.html#getDOMImplementation(java.lang.String)"><B>getDOMImplementation(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMImplementationSource.html" title="interface in org.w3c.dom">DOMImplementationSource</A>
<DD>A method to request the first DOM implementation that supports the 
 specified features.
<DT><A HREF="./org/w3c/dom/DOMImplementationSource.html#getDOMImplementationList(java.lang.String)"><B>getDOMImplementationList(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMImplementationSource.html" title="interface in org.w3c.dom">DOMImplementationSource</A>
<DD>A method to request a list of DOM implementations that support the 
 specified features and versions, as specified in .
<DT><A HREF="./org/w3c/dom/Document.html#getElementById(java.lang.String)"><B>getElementById(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>Returns the <code>Element</code> that has an ID attribute with the 
 given value.
<DT><A HREF="./org/w3c/dom/Document.html#getElementsByTagName(java.lang.String)"><B>getElementsByTagName(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>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.
<DT><A HREF="./org/w3c/dom/Element.html#getElementsByTagName(java.lang.String)"><B>getElementsByTagName(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</A>
<DD>Returns a <code>NodeList</code> of all descendant <code>Elements</code> 
 with a given tag name, in document order.
<DT><A HREF="./org/w3c/dom/Document.html#getElementsByTagNameNS(java.lang.String, java.lang.String)"><B>getElementsByTagNameNS(String, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>Returns a <code>NodeList</code> of all the <code>Elements</code> with a 
 given local name and namespace URI in document order.
<DT><A HREF="./org/w3c/dom/Element.html#getElementsByTagNameNS(java.lang.String, java.lang.String)"><B>getElementsByTagNameNS(String, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</A>
<DD>Returns a <code>NodeList</code> of all the descendant 
 <code>Elements</code> with a given local name and namespace URI in 
 document order.
<DT><A HREF="./org/w3c/css/sac/InputSource.html#getEncoding()"><B>getEncoding()</B></A> - 
Method in class org.w3c.css.sac.<A HREF="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</A>
<DD>Get the character encoding for a byte stream or URI.
<DT><A HREF="./org/w3c/dom/DocumentType.html#getEntities()"><B>getEntities()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DocumentType.html" title="interface in org.w3c.dom">DocumentType</A>
<DD>A <code>NamedNodeMap</code> containing the general entities, both 
 external and internal, declared in the DTD.
<DT><A HREF="./org/w3c/css/sac/CSSException.html#getException()"><B>getException()</B></A> - 
Method in exception org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</A>
<DD>Returns the internal exception if any, null otherwise.
<DT><A HREF="./org/w3c/dom/DOMImplementation.html#getFeature(java.lang.String, java.lang.String)"><B>getFeature(String, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMImplementation.html" title="interface in org.w3c.dom">DOMImplementation</A>
<DD>This method returns a specialized object which implements the 
 specialized APIs of the specified feature and version, as specified 
 in .
<DT><A HREF="./org/w3c/dom/Node.html#getFeature(java.lang.String, java.lang.String)"><B>getFeature(String, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>This method returns a specialized object which implements the 
 specialized APIs of the specified feature and version, as specified 
 in .
<DT><A HREF="./org/w3c/dom/Node.html#getFirstChild()"><B>getFirstChild()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The first child of this node.
<DT><A HREF="./org/w3c/css/sac/CombinatorCondition.html#getFirstCondition()"><B>getFirstCondition()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CombinatorCondition.html" title="interface in org.w3c.css.sac">CombinatorCondition</A>
<DD>Returns the first condition.
<DT><A HREF="./org/w3c/dom/ElementTraversal.html#getFirstElementChild()"><B>getFirstElementChild()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/ElementTraversal.html" title="interface in org.w3c.dom">ElementTraversal</A>
<DD>Returns the first child element node of this element.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#getFloatValue()"><B>getFloatValue()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</A>
<DD>Returns the float value.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#getFunctionName()"><B>getFunctionName()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</A>
<DD>Returns the name of the function.
<DT><A HREF="./org/w3c/dom/Document.html#getImplementation()"><B>getImplementation()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>The <code>DOMImplementation</code> object that handles this document.
<DT><A HREF="./org/w3c/dom/Document.html#getInputEncoding()"><B>getInputEncoding()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>An attribute specifying the encoding used for this document at the time 
 of the parsing.
<DT><A HREF="./org/w3c/dom/Entity.html#getInputEncoding()"><B>getInputEncoding()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Entity.html" title="interface in org.w3c.dom">Entity</A>
<DD>An attribute specifying the encoding used for this entity at the time 
 of parsing, when it is an external parsed entity.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#getIntegerValue()"><B>getIntegerValue()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</A>
<DD>Returns the integer value.
<DT><A HREF="./org/w3c/dom/DocumentType.html#getInternalSubset()"><B>getInternalSubset()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DocumentType.html" title="interface in org.w3c.dom">DocumentType</A>
<DD>The internal subset as a string, or <code>null</code> if there is none.
<DT><A HREF="./org/w3c/css/sac/LangCondition.html#getLang()"><B>getLang()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/LangCondition.html" title="interface in org.w3c.css.sac">LangCondition</A>
<DD>Returns the language
<DT><A HREF="./org/w3c/dom/Node.html#getLastChild()"><B>getLastChild()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The last child of this node.
<DT><A HREF="./org/w3c/dom/ElementTraversal.html#getLastElementChild()"><B>getLastElementChild()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/ElementTraversal.html" title="interface in org.w3c.dom">ElementTraversal</A>
<DD>Returns the last child element node of this element.
<DT><A HREF="./org/w3c/css/sac/SACMediaList.html#getLength()"><B>getLength()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/SACMediaList.html" title="interface in org.w3c.css.sac">SACMediaList</A>
<DD>Returns the length of this media list
<DT><A HREF="./org/w3c/css/sac/SelectorList.html#getLength()"><B>getLength()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/SelectorList.html" title="interface in org.w3c.css.sac">SelectorList</A>
<DD>Returns the length of this selector list
<DT><A HREF="./org/w3c/dom/CharacterData.html#getLength()"><B>getLength()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/CharacterData.html" title="interface in org.w3c.dom">CharacterData</A>
<DD>The number of 16-bit units that are available through <code>data</code> 
 and the <code>substringData</code> method below.
<DT><A HREF="./org/w3c/dom/DOMImplementationList.html#getLength()"><B>getLength()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMImplementationList.html" title="interface in org.w3c.dom">DOMImplementationList</A>
<DD>The number of <code>DOMImplementation</code>s in the list.
<DT><A HREF="./org/w3c/dom/DOMStringList.html#getLength()"><B>getLength()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMStringList.html" title="interface in org.w3c.dom">DOMStringList</A>
<DD>The number of <code>DOMString</code>s in the list.
<DT><A HREF="./org/w3c/dom/NamedNodeMap.html#getLength()"><B>getLength()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/NamedNodeMap.html" title="interface in org.w3c.dom">NamedNodeMap</A>
<DD>The number of nodes in this map.
<DT><A HREF="./org/w3c/dom/NameList.html#getLength()"><B>getLength()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/NameList.html" title="interface in org.w3c.dom">NameList</A>
<DD>The number of pairs (name and namespaceURI) in the list.
<DT><A HREF="./org/w3c/dom/NodeList.html#getLength()"><B>getLength()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/NodeList.html" title="interface in org.w3c.dom">NodeList</A>
<DD>The number of nodes in the list.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#getLexicalUnitType()"><B>getLexicalUnitType()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</A>
<DD>An integer indicating the type of <code>LexicalUnit</code>.
<DT><A HREF="./org/w3c/css/sac/CSSParseException.html#getLineNumber()"><B>getLineNumber()</B></A> - 
Method in exception org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CSSParseException.html" title="class in org.w3c.css.sac">CSSParseException</A>
<DD>The line number of the end of the text where the exception occurred.
<DT><A HREF="./org/w3c/css/sac/Locator.html#getLineNumber()"><B>getLineNumber()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/Locator.html" title="interface in org.w3c.css.sac">Locator</A>
<DD>Return the line number where the current document event ends.
<DT><A HREF="./org/w3c/dom/DOMLocator.html#getLineNumber()"><B>getLineNumber()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMLocator.html" title="interface in org.w3c.dom">DOMLocator</A>
<DD>The line number this locator is pointing to, or <code>-1</code> if 
 there is no column number available.
<DT><A HREF="./org/w3c/css/sac/AttributeCondition.html#getLocalName()"><B>getLocalName()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/AttributeCondition.html" title="interface in org.w3c.css.sac">AttributeCondition</A>
<DD>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.
<DT><A HREF="./org/w3c/css/sac/ElementSelector.html#getLocalName()"><B>getLocalName()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ElementSelector.html" title="interface in org.w3c.css.sac">ElementSelector</A>
<DD>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.
<DT><A HREF="./org/w3c/dom/Node.html#getLocalName()"><B>getLocalName()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>Returns the local part of the qualified name of this node.
<DT><A HREF="./org/w3c/dom/DOMError.html#getLocation()"><B>getLocation()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMError.html" title="interface in org.w3c.dom">DOMError</A>
<DD>The location of the error.
<DT><A HREF="./org/w3c/css/sac/InputSource.html#getMedia()"><B>getMedia()</B></A> - 
Method in class org.w3c.css.sac.<A HREF="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</A>
<DD>Returns the media associated to the input source or <code>null</code>
 if media are currently unknown.
<DT><A HREF="./org/w3c/css/sac/CSSException.html#getMessage()"><B>getMessage()</B></A> - 
Method in exception org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</A>
<DD>Returns the detail message of this throwable object.
<DT><A HREF="./org/w3c/dom/DOMError.html#getMessage()"><B>getMessage()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMError.html" title="interface in org.w3c.dom">DOMError</A>
<DD>An implementation specific string describing the error that occurred.
<DT><A HREF="./org/w3c/dom/Attr.html#getName()"><B>getName()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Attr.html" title="interface in org.w3c.dom">Attr</A>
<DD>Returns the name of this attribute.
<DT><A HREF="./org/w3c/dom/DocumentType.html#getName()"><B>getName()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DocumentType.html" title="interface in org.w3c.dom">DocumentType</A>
<DD>The name of DTD; i.e., the name immediately following the 
 <code>DOCTYPE</code> keyword.
<DT><A HREF="./org/w3c/dom/NameList.html#getName(int)"><B>getName(int)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/NameList.html" title="interface in org.w3c.dom">NameList</A>
<DD>Returns the <code>index</code>th name item in the collection.
<DT><A HREF="./org/w3c/dom/NamedNodeMap.html#getNamedItem(java.lang.String)"><B>getNamedItem(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/NamedNodeMap.html" title="interface in org.w3c.dom">NamedNodeMap</A>
<DD>Retrieves a node specified by name.
<DT><A HREF="./org/w3c/dom/NamedNodeMap.html#getNamedItemNS(java.lang.String, java.lang.String)"><B>getNamedItemNS(String, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/NamedNodeMap.html" title="interface in org.w3c.dom">NamedNodeMap</A>
<DD>Retrieves a node specified by local name and namespace URI.
<DT><A HREF="./org/w3c/css/sac/AttributeCondition.html#getNamespaceURI()"><B>getNamespaceURI()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/AttributeCondition.html" title="interface in org.w3c.css.sac">AttributeCondition</A>
<DD>Returns the
 <a href="http://www.w3.org/TR/REC-xml-names/#dt-NSName">namespace
 URI</a> of this attribute condition.
<DT><A HREF="./org/w3c/css/sac/ElementSelector.html#getNamespaceURI()"><B>getNamespaceURI()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ElementSelector.html" title="interface in org.w3c.css.sac">ElementSelector</A>
<DD>Returns the
 <a href="http://www.w3.org/TR/REC-xml-names/#dt-NSName">namespace
 URI</a> of this element selector.
<DT><A HREF="./org/w3c/dom/NameList.html#getNamespaceURI(int)"><B>getNamespaceURI(int)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/NameList.html" title="interface in org.w3c.dom">NameList</A>
<DD>Returns the <code>index</code>th namespaceURI item in the collection.
<DT><A HREF="./org/w3c/dom/Node.html#getNamespaceURI()"><B>getNamespaceURI()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The namespace URI of this node, or <code>null</code> if it is 
 unspecified (see ).
<DT><A HREF="./org/w3c/dom/ElementTraversal.html#getNextElementSibling()"><B>getNextElementSibling()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/ElementTraversal.html" title="interface in org.w3c.dom">ElementTraversal</A>
<DD>Returns the next sibling element node of this element.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#getNextLexicalUnit()"><B>getNextLexicalUnit()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</A>
<DD>Returns the next value or <code>null</code> if any.
<DT><A HREF="./org/w3c/dom/Node.html#getNextSibling()"><B>getNextSibling()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The node immediately following this node.
<DT><A HREF="./org/w3c/dom/Node.html#getNodeName()"><B>getNodeName()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The name of this node, depending on its type; see the table above.
<DT><A HREF="./org/w3c/css/sac/SiblingSelector.html#getNodeType()"><B>getNodeType()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/SiblingSelector.html" title="interface in org.w3c.css.sac">SiblingSelector</A>
<DD>The node type to considered in the siblings list.
<DT><A HREF="./org/w3c/dom/Node.html#getNodeType()"><B>getNodeType()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>A code representing the type of the underlying object, as defined above.
<DT><A HREF="./org/w3c/dom/Node.html#getNodeValue()"><B>getNodeValue()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The value of this node, depending on its type; see the table above.
<DT><A HREF="./org/w3c/dom/Entity.html#getNotationName()"><B>getNotationName()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Entity.html" title="interface in org.w3c.dom">Entity</A>
<DD>For unparsed entities, the name of the notation for the entity.
<DT><A HREF="./org/w3c/dom/DocumentType.html#getNotations()"><B>getNotations()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DocumentType.html" title="interface in org.w3c.dom">DocumentType</A>
<DD>A <code>NamedNodeMap</code> containing the notations declared in the 
 DTD.
<DT><A HREF="./org/w3c/dom/Node.html#getOwnerDocument()"><B>getOwnerDocument()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The <code>Document</code> object associated with this node.
<DT><A HREF="./org/w3c/dom/Attr.html#getOwnerElement()"><B>getOwnerElement()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Attr.html" title="interface in org.w3c.dom">Attr</A>
<DD>The <code>Element</code> node this attribute is attached to or 
 <code>null</code> if this attribute is not in use.
<DT><A HREF="./org/w3c/dom/DOMConfiguration.html#getParameter(java.lang.String)"><B>getParameter(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMConfiguration.html" title="interface in org.w3c.dom">DOMConfiguration</A>
<DD>Return the value of a parameter if known.
<DT><A HREF="./org/w3c/dom/DOMConfiguration.html#getParameterNames()"><B>getParameterNames()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMConfiguration.html" title="interface in org.w3c.dom">DOMConfiguration</A>
<DD>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.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#getParameters()"><B>getParameters()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</A>
<DD>The function parameters including operators (like the comma).
<DT><A HREF="./org/w3c/dom/Node.html#getParentNode()"><B>getParentNode()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The parent of this node.
<DT><A HREF="./org/w3c/css/sac/Parser.html#getParserVersion()"><B>getParserVersion()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</A>
<DD>Returns a string about which CSS language is supported by this
 parser.
<DT><A HREF="./org/w3c/css/sac/PositionalCondition.html#getPosition()"><B>getPosition()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/PositionalCondition.html" title="interface in org.w3c.css.sac">PositionalCondition</A>
<DD>Returns the position in the tree.
<DT><A HREF="./org/w3c/dom/Node.html#getPrefix()"><B>getPrefix()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The namespace prefix of this node, or <code>null</code> if it is 
 unspecified.
<DT><A HREF="./org/w3c/dom/ElementTraversal.html#getPreviousElementSibling()"><B>getPreviousElementSibling()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/ElementTraversal.html" title="interface in org.w3c.dom">ElementTraversal</A>
<DD>Returns the previous sibling element node of this element.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#getPreviousLexicalUnit()"><B>getPreviousLexicalUnit()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</A>
<DD>Returns the previous value or <code>null</code> if any.
<DT><A HREF="./org/w3c/dom/Node.html#getPreviousSibling()"><B>getPreviousSibling()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The node immediately preceding this node.
<DT><A HREF="./org/apache/xmlcommons/Version.html#getProduct()"><B>getProduct()</B></A> - 
Static method in class org.apache.xmlcommons.<A HREF="./org/apache/xmlcommons/Version.html" title="class in org.apache.xmlcommons">Version</A>
<DD>Get just the product name.
<DT><A HREF="./org/w3c/dom/DocumentType.html#getPublicId()"><B>getPublicId()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DocumentType.html" title="interface in org.w3c.dom">DocumentType</A>
<DD>The public identifier of the external subset.
<DT><A HREF="./org/w3c/dom/Entity.html#getPublicId()"><B>getPublicId()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Entity.html" title="interface in org.w3c.dom">Entity</A>
<DD>The public identifier associated with the entity if specified, and 
 <code>null</code> otherwise.
<DT><A HREF="./org/w3c/dom/Notation.html#getPublicId()"><B>getPublicId()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Notation.html" title="interface in org.w3c.dom">Notation</A>
<DD>The public identifier of this notation.
<DT><A HREF="./org/w3c/dom/DOMError.html#getRelatedData()"><B>getRelatedData()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMError.html" title="interface in org.w3c.dom">DOMError</A>
<DD>The related <code>DOMError.type</code> dependent data if any.
<DT><A HREF="./org/w3c/dom/DOMError.html#getRelatedException()"><B>getRelatedException()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMError.html" title="interface in org.w3c.dom">DOMError</A>
<DD>The related platform dependent exception if any.
<DT><A HREF="./org/w3c/dom/DOMLocator.html#getRelatedNode()"><B>getRelatedNode()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMLocator.html" title="interface in org.w3c.dom">DOMLocator</A>
<DD>The node this locator is pointing to, or <code>null</code> if no node 
 is available.
<DT><A HREF="./org/w3c/dom/Attr.html#getSchemaTypeInfo()"><B>getSchemaTypeInfo()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Attr.html" title="interface in org.w3c.dom">Attr</A>
<DD>The type information associated with this attribute.
<DT><A HREF="./org/w3c/dom/Element.html#getSchemaTypeInfo()"><B>getSchemaTypeInfo()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</A>
<DD>The type information associated with this element.
<DT><A HREF="./org/w3c/css/sac/CombinatorCondition.html#getSecondCondition()"><B>getSecondCondition()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CombinatorCondition.html" title="interface in org.w3c.css.sac">CombinatorCondition</A>
<DD>Returns the second condition.
<DT><A HREF="./org/w3c/css/sac/SiblingSelector.html#getSelector()"><B>getSelector()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/SiblingSelector.html" title="interface in org.w3c.css.sac">SiblingSelector</A>
<DD>Returns the first selector.
<DT><A HREF="./org/w3c/css/sac/Selector.html#getSelectorType()"><B>getSelectorType()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/Selector.html" title="interface in org.w3c.css.sac">Selector</A>
<DD>An integer indicating the type of <code>Selector</code>
<DT><A HREF="./org/w3c/dom/DOMError.html#getSeverity()"><B>getSeverity()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMError.html" title="interface in org.w3c.dom">DOMError</A>
<DD>The severity of the error, either <code>SEVERITY_WARNING</code>, 
 <code>SEVERITY_ERROR</code>, or <code>SEVERITY_FATAL_ERROR</code>.
<DT><A HREF="./org/w3c/css/sac/SiblingSelector.html#getSiblingSelector()"><B>getSiblingSelector()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/SiblingSelector.html" title="interface in org.w3c.css.sac">SiblingSelector</A>
<DD>&nbsp;
<DT><A HREF="./org/w3c/css/sac/ConditionalSelector.html#getSimpleSelector()"><B>getSimpleSelector()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ConditionalSelector.html" title="interface in org.w3c.css.sac">ConditionalSelector</A>
<DD>Returns the simple selector.
<DT><A HREF="./org/w3c/css/sac/DescendantSelector.html#getSimpleSelector()"><B>getSimpleSelector()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/DescendantSelector.html" title="interface in org.w3c.css.sac">DescendantSelector</A>
<DD>&nbsp;
<DT><A HREF="./org/w3c/css/sac/NegativeSelector.html#getSimpleSelector()"><B>getSimpleSelector()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/NegativeSelector.html" title="interface in org.w3c.css.sac">NegativeSelector</A>
<DD>Returns the simple selector.
<DT><A HREF="./org/w3c/css/sac/AttributeCondition.html#getSpecified()"><B>getSpecified()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/AttributeCondition.html" title="interface in org.w3c.css.sac">AttributeCondition</A>
<DD>Returns <code>true</code> if the attribute must have an explicit value
 in the original document, <code>false</code> otherwise.
<DT><A HREF="./org/w3c/dom/Attr.html#getSpecified()"><B>getSpecified()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Attr.html" title="interface in org.w3c.dom">Attr</A>
<DD><code>True</code> if this attribute was explicitly given a value in 
 the instance document, <code>false</code> otherwise.
<DT><A HREF="./org/w3c/dom/Document.html#getStrictErrorChecking()"><B>getStrictErrorChecking()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>An attribute specifying whether error checking is enforced or not.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#getStringValue()"><B>getStringValue()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</A>
<DD>Returns the string value.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#getSubValues()"><B>getSubValues()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac">LexicalUnit</A>
<DD>Returns a list of values inside the sub expression.
<DT><A HREF="./org/w3c/dom/DocumentType.html#getSystemId()"><B>getSystemId()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DocumentType.html" title="interface in org.w3c.dom">DocumentType</A>
<DD>The system identifier of the external subset.
<DT><A HREF="./org/w3c/dom/Entity.html#getSystemId()"><B>getSystemId()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Entity.html" title="interface in org.w3c.dom">Entity</A>
<DD>The system identifier associated with the entity if specified, and 
 <code>null</code> otherwise.
<DT><A HREF="./org/w3c/dom/Notation.html#getSystemId()"><B>getSystemId()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Notation.html" title="interface in org.w3c.dom">Notation</A>
<DD>The system identifier of this notation.
<DT><A HREF="./org/w3c/dom/Element.html#getTagName()"><B>getTagName()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</A>
<DD>The name of the element.
<DT><A HREF="./org/w3c/css/sac/ProcessingInstructionSelector.html#getTarget()"><B>getTarget()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ProcessingInstructionSelector.html" title="interface in org.w3c.css.sac">ProcessingInstructionSelector</A>
<DD>Returns the <a href="http://www.w3.org/TR/REC-xml#NT-PITarget">target</a>
 of the processing instruction.
<DT><A HREF="./org/w3c/dom/ProcessingInstruction.html#getTarget()"><B>getTarget()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/ProcessingInstruction.html" title="interface in org.w3c.dom">ProcessingInstruction</A>
<DD>The target of this processing instruction.
<DT><A HREF="./org/w3c/dom/Node.html#getTextContent()"><B>getTextContent()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>This attribute returns the text content of this node and its 
 descendants.
<DT><A HREF="./org/w3c/css/sac/InputSource.html#getTitle()"><B>getTitle()</B></A> - 
Method in class org.w3c.css.sac.<A HREF="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</A>
<DD>Returns the title for this input source.
<DT><A HREF="./org/w3c/css/sac/PositionalCondition.html#getType()"><B>getType()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/PositionalCondition.html" title="interface in org.w3c.css.sac">PositionalCondition</A>
<DD><code>true</code> if the node should have the same node type (for
  element, same namespaceURI and same localName).
<DT><A HREF="./org/w3c/dom/DOMError.html#getType()"><B>getType()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMError.html" title="interface in org.w3c.dom">DOMError</A>
<DD>A <code>DOMString</code> indicating which related data is expected in 
 <code>relatedData</code>.
<DT><A HREF="./org/w3c/dom/TypeInfo.html#getTypeName()"><B>getTypeName()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/TypeInfo.html" title="interface in org.w3c.dom">TypeInfo</A>
<DD>The name of a type declared for the associated element or attribute, 
 or <code>null</code> if unknown.
<DT><A HREF="./org/w3c/dom/TypeInfo.html#getTypeNamespace()"><B>getTypeNamespace()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/TypeInfo.html" title="interface in org.w3c.dom">TypeInfo</A>
<DD>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.
<DT><A HREF="./org/w3c/css/sac/PositionalCondition.html#getTypeNode()"><B>getTypeNode()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/PositionalCondition.html" title="interface in org.w3c.css.sac">PositionalCondition</A>
<DD><code>true</code> if the child node list only shows nodes of the same
 type of the selector (only elements, only PIS, ...)
<DT><A HREF="./org/w3c/css/sac/CSSParseException.html#getURI()"><B>getURI()</B></A> - 
Method in exception org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CSSParseException.html" title="class in org.w3c.css.sac">CSSParseException</A>
<DD>Get the URI of the document where the exception occurred.
<DT><A HREF="./org/w3c/css/sac/InputSource.html#getURI()"><B>getURI()</B></A> - 
Method in class org.w3c.css.sac.<A HREF="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</A>
<DD>Get the URI for this input source.
<DT><A HREF="./org/w3c/css/sac/Locator.html#getURI()"><B>getURI()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/Locator.html" title="interface in org.w3c.css.sac">Locator</A>
<DD>Return the URI for the current document event.
<DT><A HREF="./org/w3c/dom/DOMLocator.html#getUri()"><B>getUri()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMLocator.html" title="interface in org.w3c.dom">DOMLocator</A>
<DD>The URI this locator is pointing to, or <code>null</code> if no URI is 
 available.
<DT><A HREF="./org/w3c/dom/Node.html#getUserData(java.lang.String)"><B>getUserData(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>Retrieves the object associated to a key on a this node.
<DT><A HREF="./org/w3c/dom/DOMLocator.html#getUtf16Offset()"><B>getUtf16Offset()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMLocator.html" title="interface in org.w3c.dom">DOMLocator</A>
<DD>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.
<DT><A HREF="./org/w3c/css/sac/AttributeCondition.html#getValue()"><B>getValue()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/AttributeCondition.html" title="interface in org.w3c.css.sac">AttributeCondition</A>
<DD>Returns the value of the attribute.
<DT><A HREF="./org/w3c/dom/Attr.html#getValue()"><B>getValue()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Attr.html" title="interface in org.w3c.dom">Attr</A>
<DD>On retrieval, the value of the attribute is returned as a string.
<DT><A HREF="./org/apache/xmlcommons/Version.html#getVersion()"><B>getVersion()</B></A> - 
Static method in class org.apache.xmlcommons.<A HREF="./org/apache/xmlcommons/Version.html" title="class in org.apache.xmlcommons">Version</A>
<DD>Get the basic version string for the current 
 xml-commons external sources release.
<DT><A HREF="./org/apache/xmlcommons/Version.html#getVersionNum()"><B>getVersionNum()</B></A> - 
Static method in class org.apache.xmlcommons.<A HREF="./org/apache/xmlcommons/Version.html" title="class in org.apache.xmlcommons">Version</A>
<DD>Get just the version number v.r.
<DT><A HREF="./org/w3c/dom/Text.html#getWholeText()"><B>getWholeText()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Text.html" title="interface in org.w3c.dom">Text</A>
<DD>Returns all text of <code>Text</code> nodes logically-adjacent text 
 nodes to this node, concatenated in document order.
<DT><A HREF="./org/w3c/dom/Document.html#getXmlEncoding()"><B>getXmlEncoding()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>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.
<DT><A HREF="./org/w3c/dom/Entity.html#getXmlEncoding()"><B>getXmlEncoding()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Entity.html" title="interface in org.w3c.dom">Entity</A>
<DD>An attribute specifying, as part of the text declaration, the encoding 
 of this entity, when it is an external parsed entity.
<DT><A HREF="./org/w3c/dom/Document.html#getXmlStandalone()"><B>getXmlStandalone()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>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.
<DT><A HREF="./org/w3c/dom/Document.html#getXmlVersion()"><B>getXmlVersion()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>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.
<DT><A HREF="./org/w3c/dom/Entity.html#getXmlVersion()"><B>getXmlVersion()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Entity.html" title="interface in org.w3c.dom">Entity</A>
<DD>An attribute specifying, as part of the text declaration, the version 
 number of this entity, when it is an external parsed entity.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/w3c/dom/UserDataHandler.html#handle(short, java.lang.String, java.lang.Object, org.w3c.dom.Node, org.w3c.dom.Node)"><B>handle(short, String, Object, Node, Node)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/UserDataHandler.html" title="interface in org.w3c.dom">UserDataHandler</A>
<DD>This method is called whenever the node for which this handler is 
 registered is imported or cloned.
<DT><A HREF="./org/w3c/dom/DOMErrorHandler.html#handleError(org.w3c.dom.DOMError)"><B>handleError(DOMError)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMErrorHandler.html" title="interface in org.w3c.dom">DOMErrorHandler</A>
<DD>This method is called on the error handler when an error occurs.
<DT><A HREF="./org/w3c/dom/Element.html#hasAttribute(java.lang.String)"><B>hasAttribute(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</A>
<DD>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.
<DT><A HREF="./org/w3c/dom/Element.html#hasAttributeNS(java.lang.String, java.lang.String)"><B>hasAttributeNS(String, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</A>
<DD>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.
<DT><A HREF="./org/w3c/dom/Node.html#hasAttributes()"><B>hasAttributes()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>Returns whether this node (if it is an element) has any attributes.
<DT><A HREF="./org/w3c/dom/Node.html#hasChildNodes()"><B>hasChildNodes()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>Returns whether this node has any children.
<DT><A HREF="./org/w3c/dom/DOMImplementation.html#hasFeature(java.lang.String, java.lang.String)"><B>hasFeature(String, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMImplementation.html" title="interface in org.w3c.dom">DOMImplementation</A>
<DD>Test if the DOM implementation implements a specific feature and 
 version, as specified in .
<DT><A HREF="./org/w3c/dom/DOMException.html#HIERARCHY_REQUEST_ERR"><B>HIERARCHY_REQUEST_ERR</B></A> - 
Static variable in exception org.w3c.dom.<A HREF="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</A>
<DD>If any <code>Node</code> is inserted somewhere it doesn't belong.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/w3c/css/sac/DocumentHandler.html#ignorableAtRule(java.lang.String)"><B>ignorableAtRule(String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</A>
<DD>Receive notification of an unknown rule t-rule not supported by this
 parser.
<DT><A HREF="./org/w3c/dom/Document.html#importNode(org.w3c.dom.Node, boolean)"><B>importNode(Node, boolean)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>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.
<DT><A HREF="./org/w3c/css/sac/DocumentHandler.html#importStyle(java.lang.String, org.w3c.css.sac.SACMediaList, java.lang.String)"><B>importStyle(String, SACMediaList, String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</A>
<DD>Receive notification of a import statement in the style sheet.
<DT><A HREF="./org/w3c/dom/DOMException.html#INDEX_SIZE_ERR"><B>INDEX_SIZE_ERR</B></A> - 
Static variable in exception org.w3c.dom.<A HREF="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</A>
<DD>If index or size is negative, or greater than the allowed value.
<DT><A HREF="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac"><B>InputSource</B></A> - Class in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>A single input source for a CSS source.<DT><A HREF="./org/w3c/css/sac/InputSource.html#InputSource()"><B>InputSource()</B></A> - 
Constructor for class org.w3c.css.sac.<A HREF="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</A>
<DD>Zero-argument default constructor.
<DT><A HREF="./org/w3c/css/sac/InputSource.html#InputSource(java.lang.String)"><B>InputSource(String)</B></A> - 
Constructor for class org.w3c.css.sac.<A HREF="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</A>
<DD>Create a new input source with a URI.
<DT><A HREF="./org/w3c/css/sac/InputSource.html#InputSource(java.io.Reader)"><B>InputSource(Reader)</B></A> - 
Constructor for class org.w3c.css.sac.<A HREF="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</A>
<DD>Create a new input source with a character stream.
<DT><A HREF="./org/w3c/dom/Node.html#insertBefore(org.w3c.dom.Node, org.w3c.dom.Node)"><B>insertBefore(Node, Node)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>Inserts the node <code>newChild</code> before the existing child node 
 <code>refChild</code>.
<DT><A HREF="./org/w3c/dom/CharacterData.html#insertData(int, java.lang.String)"><B>insertData(int, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/CharacterData.html" title="interface in org.w3c.dom">CharacterData</A>
<DD>Insert a string at the specified 16-bit unit offset.
<DT><A HREF="./org/w3c/dom/DOMException.html#INUSE_ATTRIBUTE_ERR"><B>INUSE_ATTRIBUTE_ERR</B></A> - 
Static variable in exception org.w3c.dom.<A HREF="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</A>
<DD>If an attempt is made to add an attribute that is already in use 
 elsewhere.
<DT><A HREF="./org/w3c/dom/DOMException.html#INVALID_ACCESS_ERR"><B>INVALID_ACCESS_ERR</B></A> - 
Static variable in exception org.w3c.dom.<A HREF="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</A>
<DD>If a parameter or an operation is not supported by the underlying 
 object.
<DT><A HREF="./org/w3c/dom/DOMException.html#INVALID_CHARACTER_ERR"><B>INVALID_CHARACTER_ERR</B></A> - 
Static variable in exception org.w3c.dom.<A HREF="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</A>
<DD>If an invalid or illegal character is specified, such as in an XML name.
<DT><A HREF="./org/w3c/dom/DOMException.html#INVALID_MODIFICATION_ERR"><B>INVALID_MODIFICATION_ERR</B></A> - 
Static variable in exception org.w3c.dom.<A HREF="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</A>
<DD>If an attempt is made to modify the type of the underlying object.
<DT><A HREF="./org/w3c/dom/DOMException.html#INVALID_STATE_ERR"><B>INVALID_STATE_ERR</B></A> - 
Static variable in exception org.w3c.dom.<A HREF="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</A>
<DD>If an attempt is made to use an object that is not, or is no longer, 
 usable.
<DT><A HREF="./org/w3c/dom/Node.html#isDefaultNamespace(java.lang.String)"><B>isDefaultNamespace(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>This method checks if the specified <code>namespaceURI</code> is the 
 default namespace or not.
<DT><A HREF="./org/w3c/dom/TypeInfo.html#isDerivedFrom(java.lang.String, java.lang.String, int)"><B>isDerivedFrom(String, String, int)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/TypeInfo.html" title="interface in org.w3c.dom">TypeInfo</A>
<DD>This method returns if there is a derivation between the reference 
 type definition, i.e.
<DT><A HREF="./org/w3c/dom/Text.html#isElementContentWhitespace()"><B>isElementContentWhitespace()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Text.html" title="interface in org.w3c.dom">Text</A>
<DD>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".
<DT><A HREF="./org/w3c/dom/Node.html#isEqualNode(org.w3c.dom.Node)"><B>isEqualNode(Node)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>Tests whether two nodes are equal.
<DT><A HREF="./org/w3c/dom/Attr.html#isId()"><B>isId()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Attr.html" title="interface in org.w3c.dom">Attr</A>
<DD>Returns whether this attribute is known to be of type ID (i.e.
<DT><A HREF="./org/w3c/dom/Node.html#isSameNode(org.w3c.dom.Node)"><B>isSameNode(Node)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>Returns whether this node is the same node as the given one.
<DT><A HREF="./org/w3c/dom/Node.html#isSupported(java.lang.String, java.lang.String)"><B>isSupported(String, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>Tests whether the DOM implementation implements a specific feature and 
 that feature is supported by this node, as specified in .
<DT><A HREF="./org/w3c/css/sac/SACMediaList.html#item(int)"><B>item(int)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/SACMediaList.html" title="interface in org.w3c.css.sac">SACMediaList</A>
<DD>Returns the medium at the specified index, or <code>null</code> if this
 is not a valid index.
<DT><A HREF="./org/w3c/css/sac/SelectorList.html#item(int)"><B>item(int)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/SelectorList.html" title="interface in org.w3c.css.sac">SelectorList</A>
<DD>Returns the selector at the specified index, or <code>null</code> if this
 is not a valid index.
<DT><A HREF="./org/w3c/dom/DOMImplementationList.html#item(int)"><B>item(int)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMImplementationList.html" title="interface in org.w3c.dom">DOMImplementationList</A>
<DD>Returns the <code>index</code>th item in the collection.
<DT><A HREF="./org/w3c/dom/DOMStringList.html#item(int)"><B>item(int)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMStringList.html" title="interface in org.w3c.dom">DOMStringList</A>
<DD>Returns the <code>index</code>th item in the collection.
<DT><A HREF="./org/w3c/dom/NamedNodeMap.html#item(int)"><B>item(int)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/NamedNodeMap.html" title="interface in org.w3c.dom">NamedNodeMap</A>
<DD>Returns the <code>index</code>th item in the map.
<DT><A HREF="./org/w3c/dom/NodeList.html#item(int)"><B>item(int)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/NodeList.html" title="interface in org.w3c.dom">NodeList</A>
<DD>Returns the <code>index</code>th item in the collection.
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./javax/xml/package-summary.html"><B>javax.xml</B></A> - package javax.xml<DD>Defines core XML constants and functionality from the XML specifications.</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./org/w3c/css/sac/LangCondition.html" title="interface in org.w3c.css.sac"><B>LangCondition</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>&nbsp;<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html" title="interface in org.w3c.css.sac"><B>LexicalUnit</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>This is a lexical unit for CSS values.<DT><A HREF="./org/w3c/css/sac/Locator.html" title="interface in org.w3c.css.sac"><B>Locator</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>Interface for associating a CSS event with a document location.<DT><A HREF="./org/w3c/dom/Node.html#lookupNamespaceURI(java.lang.String)"><B>lookupNamespaceURI(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>Look up the namespace URI associated to the given prefix, starting from 
 this node.
<DT><A HREF="./org/w3c/dom/Node.html#lookupPrefix(java.lang.String)"><B>lookupPrefix(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>Look up the prefix associated to the given namespace URI, starting from 
 this node.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/apache/xmlcommons/Version.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class org.apache.xmlcommons.<A HREF="./org/apache/xmlcommons/Version.html" title="class in org.apache.xmlcommons">Version</A>
<DD>Print the release version to the command line.
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./org/w3c/dom/NamedNodeMap.html" title="interface in org.w3c.dom"><B>NamedNodeMap</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>Objects implementing the <code>NamedNodeMap</code> interface are used to 
 represent collections of nodes that can be accessed by name.<DT><A HREF="./org/w3c/dom/NameList.html" title="interface in org.w3c.dom"><B>NameList</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>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.<DT><A HREF="./org/w3c/dom/DOMException.html#NAMESPACE_ERR"><B>NAMESPACE_ERR</B></A> - 
Static variable in exception org.w3c.dom.<A HREF="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</A>
<DD>If an attempt is made to create or change an object in a way which is 
 incorrect with regard to namespaces.
<DT><A HREF="./org/w3c/css/sac/DocumentHandler.html#namespaceDeclaration(java.lang.String, java.lang.String)"><B>namespaceDeclaration(String, String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</A>
<DD>Receive notification of an unknown rule t-rule not supported by this
 parser.
<DT><A HREF="./org/w3c/css/sac/NegativeCondition.html" title="interface in org.w3c.css.sac"><B>NegativeCondition</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>&nbsp;<DT><A HREF="./org/w3c/css/sac/NegativeSelector.html" title="interface in org.w3c.css.sac"><B>NegativeSelector</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>&nbsp;<DT><A HREF="./org/w3c/dom/DOMException.html#NO_DATA_ALLOWED_ERR"><B>NO_DATA_ALLOWED_ERR</B></A> - 
Static variable in exception org.w3c.dom.<A HREF="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</A>
<DD>If data is specified for a <code>Node</code> which does not support 
 data.
<DT><A HREF="./org/w3c/dom/DOMException.html#NO_MODIFICATION_ALLOWED_ERR"><B>NO_MODIFICATION_ALLOWED_ERR</B></A> - 
Static variable in exception org.w3c.dom.<A HREF="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</A>
<DD>If an attempt is made to modify an object where modifications are not 
 allowed.
<DT><A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom"><B>Node</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>The <code>Node</code> interface is the primary datatype for the entire 
 Document Object Model.<DT><A HREF="./org/w3c/dom/UserDataHandler.html#NODE_ADOPTED"><B>NODE_ADOPTED</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/UserDataHandler.html" title="interface in org.w3c.dom">UserDataHandler</A>
<DD>The node is adopted, using <code>Document.adoptNode()</code>.
<DT><A HREF="./org/w3c/dom/UserDataHandler.html#NODE_CLONED"><B>NODE_CLONED</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/UserDataHandler.html" title="interface in org.w3c.dom">UserDataHandler</A>
<DD>The node is cloned, using <code>Node.cloneNode()</code>.
<DT><A HREF="./org/w3c/dom/UserDataHandler.html#NODE_DELETED"><B>NODE_DELETED</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/UserDataHandler.html" title="interface in org.w3c.dom">UserDataHandler</A>
<DD>The node is deleted.
<DT><A HREF="./org/w3c/dom/UserDataHandler.html#NODE_IMPORTED"><B>NODE_IMPORTED</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/UserDataHandler.html" title="interface in org.w3c.dom">UserDataHandler</A>
<DD>The node is imported, using <code>Document.importNode()</code>.
<DT><A HREF="./org/w3c/dom/UserDataHandler.html#NODE_RENAMED"><B>NODE_RENAMED</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/UserDataHandler.html" title="interface in org.w3c.dom">UserDataHandler</A>
<DD>The node is renamed, using <code>Document.renameNode()</code>.
<DT><A HREF="./org/w3c/dom/NodeList.html" title="interface in org.w3c.dom"><B>NodeList</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>The <code>NodeList</code> interface provides the abstraction of an ordered 
 collection of nodes, without defining or constraining how this collection 
 is implemented.<DT><A HREF="./org/w3c/dom/Node.html#normalize()"><B>normalize()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>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.
<DT><A HREF="./org/w3c/dom/Document.html#normalizeDocument()"><B>normalizeDocument()</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>This method acts as if the document was going through a save and load 
 cycle, putting the document in a "normal" form.
<DT><A HREF="./org/w3c/dom/DOMException.html#NOT_FOUND_ERR"><B>NOT_FOUND_ERR</B></A> - 
Static variable in exception org.w3c.dom.<A HREF="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</A>
<DD>If an attempt is made to reference a <code>Node</code> in a context 
 where it does not exist.
<DT><A HREF="./org/w3c/dom/DOMException.html#NOT_SUPPORTED_ERR"><B>NOT_SUPPORTED_ERR</B></A> - 
Static variable in exception org.w3c.dom.<A HREF="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</A>
<DD>If the implementation does not support the requested type of object or 
 operation.
<DT><A HREF="./org/w3c/dom/Notation.html" title="interface in org.w3c.dom"><B>Notation</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>This interface represents a notation declared in the DTD.<DT><A HREF="./org/w3c/dom/Node.html#NOTATION_NODE"><B>NOTATION_NODE</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The node is a <code>Notation</code>.
<DT><A HREF="./javax/xml/XMLConstants.html#NULL_NS_URI"><B>NULL_NS_URI</B></A> - 
Static variable in class javax.xml.<A HREF="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</A>
<DD>Namespace URI to use to represent that there is no Namespace.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/apache/xmlcommons/package-summary.html"><B>org.apache.xmlcommons</B></A> - package org.apache.xmlcommons<DD>&nbsp;<DT><A HREF="./org/w3c/css/sac/package-summary.html"><B>org.w3c.css.sac</B></A> - package org.w3c.css.sac<DD>&nbsp;<DT><A HREF="./org/w3c/dom/package-summary.html"><B>org.w3c.dom</B></A> - package org.w3c.dom<DD>&nbsp;</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/w3c/css/sac/Parser.html#parsePriority(org.w3c.css.sac.InputSource)"><B>parsePriority(InputSource)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</A>
<DD>Parse a CSS priority value (e.g.
<DT><A HREF="./org/w3c/css/sac/Parser.html#parsePropertyValue(org.w3c.css.sac.InputSource)"><B>parsePropertyValue(InputSource)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</A>
<DD>Parse a CSS property value.
<DT><A HREF="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac"><B>Parser</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>Basic interface for CSS (Simple API for CSS) parsers.<DT><A HREF="./org/w3c/css/sac/Parser.html#parseRule(org.w3c.css.sac.InputSource)"><B>parseRule(InputSource)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</A>
<DD>Parse a CSS rule.
<DT><A HREF="./org/w3c/css/sac/Parser.html#parseSelectors(org.w3c.css.sac.InputSource)"><B>parseSelectors(InputSource)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</A>
<DD>Parse a comma separated list of selectors.
<DT><A HREF="./org/w3c/css/sac/Parser.html#parseStyleDeclaration(org.w3c.css.sac.InputSource)"><B>parseStyleDeclaration(InputSource)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</A>
<DD>Parse a CSS style declaration (without '{' and '}').
<DT><A HREF="./org/w3c/css/sac/Parser.html#parseStyleSheet(org.w3c.css.sac.InputSource)"><B>parseStyleSheet(InputSource)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</A>
<DD>Parse a CSS document.
<DT><A HREF="./org/w3c/css/sac/Parser.html#parseStyleSheet(java.lang.String)"><B>parseStyleSheet(String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</A>
<DD>Parse a CSS document from a URI.
<DT><A HREF="./org/w3c/css/sac/PositionalCondition.html" title="interface in org.w3c.css.sac"><B>PositionalCondition</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>&nbsp;<DT><A HREF="./org/w3c/dom/Node.html#PROCESSING_INSTRUCTION_NODE"><B>PROCESSING_INSTRUCTION_NODE</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The node is a <code>ProcessingInstruction</code>.
<DT><A HREF="./org/w3c/dom/ProcessingInstruction.html" title="interface in org.w3c.dom"><B>ProcessingInstruction</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>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.<DT><A HREF="./org/w3c/css/sac/ProcessingInstructionSelector.html" title="interface in org.w3c.css.sac"><B>ProcessingInstructionSelector</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>This simple matches a
 <a href="http://www.w3.org/TR/REC-xml#sec-pi">processing instruction</a>.<DT><A HREF="./org/w3c/css/sac/DocumentHandler.html#property(java.lang.String, org.w3c.css.sac.LexicalUnit, boolean)"><B>property(String, LexicalUnit, boolean)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</A>
<DD>Receive notification of a declaration.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./javax/xml/XMLConstants.html#RELAXNG_NS_URI"><B>RELAXNG_NS_URI</B></A> - 
Static variable in class javax.xml.<A HREF="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</A>
<DD>RELAX NG Namespace URI.
<DT><A HREF="./org/w3c/dom/Element.html#removeAttribute(java.lang.String)"><B>removeAttribute(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</A>
<DD>Removes an attribute by name.
<DT><A HREF="./org/w3c/dom/Element.html#removeAttributeNode(org.w3c.dom.Attr)"><B>removeAttributeNode(Attr)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</A>
<DD>Removes the specified attribute node.
<DT><A HREF="./org/w3c/dom/Element.html#removeAttributeNS(java.lang.String, java.lang.String)"><B>removeAttributeNS(String, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</A>
<DD>Removes an attribute by local name and namespace URI.
<DT><A HREF="./org/w3c/dom/Node.html#removeChild(org.w3c.dom.Node)"><B>removeChild(Node)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>Removes the child node indicated by <code>oldChild</code> from the list 
 of children, and returns it.
<DT><A HREF="./org/w3c/dom/NamedNodeMap.html#removeNamedItem(java.lang.String)"><B>removeNamedItem(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/NamedNodeMap.html" title="interface in org.w3c.dom">NamedNodeMap</A>
<DD>Removes a node specified by name.
<DT><A HREF="./org/w3c/dom/NamedNodeMap.html#removeNamedItemNS(java.lang.String, java.lang.String)"><B>removeNamedItemNS(String, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/NamedNodeMap.html" title="interface in org.w3c.dom">NamedNodeMap</A>
<DD>Removes a node specified by local name and namespace URI.
<DT><A HREF="./org/w3c/dom/Document.html#renameNode(org.w3c.dom.Node, java.lang.String, java.lang.String)"><B>renameNode(Node, String, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>Rename an existing node of type <code>ELEMENT_NODE</code> or 
 <code>ATTRIBUTE_NODE</code>.
<DT><A HREF="./org/w3c/dom/Node.html#replaceChild(org.w3c.dom.Node, org.w3c.dom.Node)"><B>replaceChild(Node, Node)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>Replaces the child node <code>oldChild</code> with <code>newChild</code>
  in the list of children, and returns the <code>oldChild</code> node.
<DT><A HREF="./org/w3c/dom/CharacterData.html#replaceData(int, int, java.lang.String)"><B>replaceData(int, int, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/CharacterData.html" title="interface in org.w3c.dom">CharacterData</A>
<DD>Replace the characters starting at the specified 16-bit unit offset 
 with the specified string.
<DT><A HREF="./org/w3c/dom/Text.html#replaceWholeText(java.lang.String)"><B>replaceWholeText(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Text.html" title="interface in org.w3c.dom">Text</A>
<DD>Replaces the text of the current node and all logically-adjacent text 
 nodes with the specified text.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/w3c/css/sac/CSSException.html#s"><B>s</B></A> - 
Variable in exception org.w3c.css.sac.<A HREF="./org/w3c/css/sac/CSSException.html" title="class in org.w3c.css.sac">CSSException</A>
<DD>&nbsp;
<DT><A HREF="./org/w3c/css/sac/CSSException.html#S_SAC_NOT_SUPPORTED_ERR"><B>S_SAC_NOT_SUPPORTED_ERR</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/w3c/css/sac/CSSException.html#S_SAC_SYNTAX_ERR"><B>S_SAC_SYNTAX_ERR</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/w3c/css/sac/CSSException.html#S_SAC_UNSPECIFIED_ERR"><B>S_SAC_UNSPECIFIED_ERR</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/w3c/css/sac/Condition.html#SAC_AND_CONDITION"><B>SAC_AND_CONDITION</B></A> - 
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>
<DD>This condition checks exactly two conditions.
<DT><A HREF="./org/w3c/css/sac/Selector.html#SAC_ANY_NODE_SELECTOR"><B>SAC_ANY_NODE_SELECTOR</B></A> - 
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>
<DD>This selector matches any node.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_ATTR"><B>SAC_ATTR</B></A> - 
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>
<DD>Attribute: <code>attr(...)</code>.
<DT><A HREF="./org/w3c/css/sac/Condition.html#SAC_ATTRIBUTE_CONDITION"><B>SAC_ATTRIBUTE_CONDITION</B></A> - 
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>
<DD>This condition checks an attribute.
<DT><A HREF="./org/w3c/css/sac/Condition.html#SAC_BEGIN_HYPHEN_ATTRIBUTE_CONDITION"><B>SAC_BEGIN_HYPHEN_ATTRIBUTE_CONDITION</B></A> - 
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>
<DD>This condition checks if the value is in a hypen-separated list of values
 in a specified attribute.
<DT><A HREF="./org/w3c/css/sac/Selector.html#SAC_CDATA_SECTION_NODE_SELECTOR"><B>SAC_CDATA_SECTION_NODE_SELECTOR</B></A> - 
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>
<DD>This selector matches only cdata node.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_CENTIMETER"><B>SAC_CENTIMETER</B></A> - 
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>
<DD>Absolute length <code>cm</code>.
<DT><A HREF="./org/w3c/css/sac/Selector.html#SAC_CHILD_SELECTOR"><B>SAC_CHILD_SELECTOR</B></A> - 
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>
<DD>This selector matches a childhood relationship between two elements.
<DT><A HREF="./org/w3c/css/sac/Condition.html#SAC_CLASS_CONDITION"><B>SAC_CLASS_CONDITION</B></A> - 
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>
<DD>This condition checks for a specified class.
<DT><A HREF="./org/w3c/css/sac/Selector.html#SAC_COMMENT_NODE_SELECTOR"><B>SAC_COMMENT_NODE_SELECTOR</B></A> - 
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>
<DD>This selector matches only comment node.
<DT><A HREF="./org/w3c/css/sac/Selector.html#SAC_CONDITIONAL_SELECTOR"><B>SAC_CONDITIONAL_SELECTOR</B></A> - 
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>
<DD>This is a conditional selector.
<DT><A HREF="./org/w3c/css/sac/Condition.html#SAC_CONTENT_CONDITION"><B>SAC_CONTENT_CONDITION</B></A> - 
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>
<DD>This condition checks the content of a node.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_COUNTER_FUNCTION"><B>SAC_COUNTER_FUNCTION</B></A> - 
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>
<DD>function <code>counter</code>.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_COUNTERS_FUNCTION"><B>SAC_COUNTERS_FUNCTION</B></A> - 
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>
<DD>function <code>counters</code>.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_DEGREE"><B>SAC_DEGREE</B></A> - 
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>
<DD>Angle <code>deg</code>.
<DT><A HREF="./org/w3c/css/sac/Selector.html#SAC_DESCENDANT_SELECTOR"><B>SAC_DESCENDANT_SELECTOR</B></A> - 
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>
<DD>This selector matches an arbitrary descendant of some ancestor element.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_DIMENSION"><B>SAC_DIMENSION</B></A> - 
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>
<DD>unknown dimension.
<DT><A HREF="./org/w3c/css/sac/Selector.html#SAC_DIRECT_ADJACENT_SELECTOR"><B>SAC_DIRECT_ADJACENT_SELECTOR</B></A> - 
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>
<DD>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.
<DT><A HREF="./org/w3c/css/sac/Selector.html#SAC_ELEMENT_NODE_SELECTOR"><B>SAC_ELEMENT_NODE_SELECTOR</B></A> - 
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>
<DD>This selector matches only element node.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_EM"><B>SAC_EM</B></A> - 
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>
<DD>Relative length<code>em</code>.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_EX"><B>SAC_EX</B></A> - 
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>
<DD>Relative length<code>ex</code>.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_FUNCTION"><B>SAC_FUNCTION</B></A> - 
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>
<DD>unknown function.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_GRADIAN"><B>SAC_GRADIAN</B></A> - 
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>
<DD>Angle <code>grad</code>.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_HERTZ"><B>SAC_HERTZ</B></A> - 
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>
<DD>Frequency <code>Hz</code>.
<DT><A HREF="./org/w3c/css/sac/Condition.html#SAC_ID_CONDITION"><B>SAC_ID_CONDITION</B></A> - 
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>
<DD>This condition checks an id attribute.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_IDENT"><B>SAC_IDENT</B></A> - 
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>
<DD>any identifier except <code>inherit</code>.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_INCH"><B>SAC_INCH</B></A> - 
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>
<DD>Absolute length <code>in</code>.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_INHERIT"><B>SAC_INHERIT</B></A> - 
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>
<DD>identifier <code>inherit</code>.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_INTEGER"><B>SAC_INTEGER</B></A> - 
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>
<DD>Integers.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_KILOHERTZ"><B>SAC_KILOHERTZ</B></A> - 
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>
<DD>Frequency <code>kHz</code>.
<DT><A HREF="./org/w3c/css/sac/Condition.html#SAC_LANG_CONDITION"><B>SAC_LANG_CONDITION</B></A> - 
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>
<DD>This condition checks the language of the node.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_MILLIMETER"><B>SAC_MILLIMETER</B></A> - 
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>
<DD>Absolute length <code>mm</code>.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_MILLISECOND"><B>SAC_MILLISECOND</B></A> - 
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>
<DD>Time <code>ms</code>.
<DT><A HREF="./org/w3c/css/sac/Condition.html#SAC_NEGATIVE_CONDITION"><B>SAC_NEGATIVE_CONDITION</B></A> - 
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>
<DD>This condition checks that a condition can't be applied to a node.
<DT><A HREF="./org/w3c/css/sac/Selector.html#SAC_NEGATIVE_SELECTOR"><B>SAC_NEGATIVE_SELECTOR</B></A> - 
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>
<DD>This selector matches only node that are different from a specified one.
<DT><A HREF="./org/w3c/css/sac/CSSException.html#SAC_NOT_SUPPORTED_ERR"><B>SAC_NOT_SUPPORTED_ERR</B></A> - 
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>
<DD>If the operation is not supported
<DT><A HREF="./org/w3c/css/sac/Condition.html#SAC_ONE_OF_ATTRIBUTE_CONDITION"><B>SAC_ONE_OF_ATTRIBUTE_CONDITION</B></A> - 
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>
<DD>This condition checks for a value in a space-separated values in a
 specified attribute
 example:
 <pre class="example">
   [values~="10"]
<DT><A HREF="./org/w3c/css/sac/Condition.html#SAC_ONLY_CHILD_CONDITION"><B>SAC_ONLY_CHILD_CONDITION</B></A> - 
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>
<DD>This condition checks if a node is the only one in the node list.
<DT><A HREF="./org/w3c/css/sac/Condition.html#SAC_ONLY_TYPE_CONDITION"><B>SAC_ONLY_TYPE_CONDITION</B></A> - 
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>
<DD>This condition checks if a node is the only one of his type.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_COMMA"><B>SAC_OPERATOR_COMMA</B></A> - 
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>
<DD>,
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_EXP"><B>SAC_OPERATOR_EXP</B></A> - 
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>
<DD>^
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_GE"><B>SAC_OPERATOR_GE</B></A> - 
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>
<DD>>=
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_GT"><B>SAC_OPERATOR_GT</B></A> - 
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>
<DD>>
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_LE"><B>SAC_OPERATOR_LE</B></A> - 
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>
<DD><=
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_LT"><B>SAC_OPERATOR_LT</B></A> - 
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>
<DD><
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_MINUS"><B>SAC_OPERATOR_MINUS</B></A> - 
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>
<DD>-
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_MOD"><B>SAC_OPERATOR_MOD</B></A> - 
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>
<DD>%
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_MULTIPLY"><B>SAC_OPERATOR_MULTIPLY</B></A> - 
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>
<DD>*
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_PLUS"><B>SAC_OPERATOR_PLUS</B></A> - 
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>
<DD>+
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_SLASH"><B>SAC_OPERATOR_SLASH</B></A> - 
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>
<DD>/
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_OPERATOR_TILDE"><B>SAC_OPERATOR_TILDE</B></A> - 
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>
<DD>~
<DT><A HREF="./org/w3c/css/sac/Condition.html#SAC_OR_CONDITION"><B>SAC_OR_CONDITION</B></A> - 
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>
<DD>This condition checks one of two conditions.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_PERCENTAGE"><B>SAC_PERCENTAGE</B></A> - 
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>
<DD>Percentage.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_PICA"><B>SAC_PICA</B></A> - 
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>
<DD>Absolute length <code>pc</code>.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_PIXEL"><B>SAC_PIXEL</B></A> - 
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>
<DD>Relative length <code>px</code>.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_POINT"><B>SAC_POINT</B></A> - 
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>
<DD>Absolute length <code>pt</code>.
<DT><A HREF="./org/w3c/css/sac/Condition.html#SAC_POSITIONAL_CONDITION"><B>SAC_POSITIONAL_CONDITION</B></A> - 
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>
<DD>This condition checks a specified position.
<DT><A HREF="./org/w3c/css/sac/Selector.html#SAC_PROCESSING_INSTRUCTION_NODE_SELECTOR"><B>SAC_PROCESSING_INSTRUCTION_NODE_SELECTOR</B></A> - 
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>
<DD>This selector matches only processing instruction node.
<DT><A HREF="./org/w3c/css/sac/Condition.html#SAC_PSEUDO_CLASS_CONDITION"><B>SAC_PSEUDO_CLASS_CONDITION</B></A> - 
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>
<DD>This condition checks for the link pseudo class.
<DT><A HREF="./org/w3c/css/sac/Selector.html#SAC_PSEUDO_ELEMENT_SELECTOR"><B>SAC_PSEUDO_ELEMENT_SELECTOR</B></A> - 
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>
<DD>This selector matches the 'first line' pseudo element.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_RADIAN"><B>SAC_RADIAN</B></A> - 
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>
<DD>Angle <code>rad</code>.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_REAL"><B>SAC_REAL</B></A> - 
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>
<DD>reals.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_RECT_FUNCTION"><B>SAC_RECT_FUNCTION</B></A> - 
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>
<DD>function <code>rect</code>.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_RGBCOLOR"><B>SAC_RGBCOLOR</B></A> - 
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>
<DD>RGB Colors.
<DT><A HREF="./org/w3c/css/sac/Selector.html#SAC_ROOT_NODE_SELECTOR"><B>SAC_ROOT_NODE_SELECTOR</B></A> - 
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>
<DD>This selector matches the root node.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_SECOND"><B>SAC_SECOND</B></A> - 
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>
<DD>Time <code>s</code>.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_STRING_VALUE"><B>SAC_STRING_VALUE</B></A> - 
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>
<DD>A string.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_SUB_EXPRESSION"><B>SAC_SUB_EXPRESSION</B></A> - 
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>
<DD>sub expressions
 <code>(a)</code> <code>(a + b)</code> <code>(normal/none)</code>
<DT><A HREF="./org/w3c/css/sac/CSSException.html#SAC_SYNTAX_ERR"><B>SAC_SYNTAX_ERR</B></A> - 
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>
<DD>If an invalid or illegal string is specified
<DT><A HREF="./org/w3c/css/sac/Selector.html#SAC_TEXT_NODE_SELECTOR"><B>SAC_TEXT_NODE_SELECTOR</B></A> - 
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>
<DD>This selector matches only text node.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_UNICODERANGE"><B>SAC_UNICODERANGE</B></A> - 
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>
<DD>A unicode range.
<DT><A HREF="./org/w3c/css/sac/CSSException.html#SAC_UNSPECIFIED_ERR"><B>SAC_UNSPECIFIED_ERR</B></A> - 
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>
<DD>this error is unspecified.
<DT><A HREF="./org/w3c/css/sac/LexicalUnit.html#SAC_URI"><B>SAC_URI</B></A> - 
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>
<DD>URI: <code>uri(...)</code>.
<DT><A HREF="./org/w3c/css/sac/SACMediaList.html" title="interface in org.w3c.css.sac"><B>SACMediaList</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>&nbsp;<DT><A HREF="./org/w3c/css/sac/Selector.html" title="interface in org.w3c.css.sac"><B>Selector</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>This interface defines a selector.<DT><A HREF="./org/w3c/css/sac/SelectorFactory.html" title="interface in org.w3c.css.sac"><B>SelectorFactory</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>&nbsp;<DT><A HREF="./org/w3c/css/sac/SelectorList.html" title="interface in org.w3c.css.sac"><B>SelectorList</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>The SelectorList interface provides the abstraction of an ordered collection
 of selectors, without defining or constraining how this collection is
 implemented.<DT><A HREF="./org/w3c/dom/Element.html#setAttribute(java.lang.String, java.lang.String)"><B>setAttribute(String, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</A>
<DD>Adds a new attribute.
<DT><A HREF="./org/w3c/dom/Element.html#setAttributeNode(org.w3c.dom.Attr)"><B>setAttributeNode(Attr)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</A>
<DD>Adds a new attribute node.
<DT><A HREF="./org/w3c/dom/Element.html#setAttributeNodeNS(org.w3c.dom.Attr)"><B>setAttributeNodeNS(Attr)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</A>
<DD>Adds a new attribute.
<DT><A HREF="./org/w3c/dom/Element.html#setAttributeNS(java.lang.String, java.lang.String, java.lang.String)"><B>setAttributeNS(String, String, String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</A>
<DD>Adds a new attribute.
<DT><A HREF="./org/w3c/css/sac/InputSource.html#setByteStream(java.io.InputStream)"><B>setByteStream(InputStream)</B></A> - 
Method in class org.w3c.css.sac.<A HREF="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</A>
<DD>Set the byte stream for this input source.
<DT><A HREF="./org/w3c/css/sac/InputSource.html#setCharacterStream(java.io.Reader)"><B>setCharacterStream(Reader)</B></A> - 
Method in class org.w3c.css.sac.<A HREF="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</A>
<DD>Set the character stream for this input source.
<DT><A HREF="./org/w3c/css/sac/Parser.html#setConditionFactory(org.w3c.css.sac.ConditionFactory)"><B>setConditionFactory(ConditionFactory)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</A>
<DD>&nbsp;
<DT><A HREF="./org/w3c/dom/CharacterData.html#setData(java.lang.String)"><B>setData(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/CharacterData.html" title="interface in org.w3c.dom">CharacterData</A>
<DD>The character data of the node that implements this interface.
<DT><A HREF="./org/w3c/dom/ProcessingInstruction.html#setData(java.lang.String)"><B>setData(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/ProcessingInstruction.html" title="interface in org.w3c.dom">ProcessingInstruction</A>
<DD>The content of this processing instruction.
<DT><A HREF="./org/w3c/css/sac/Parser.html#setDocumentHandler(org.w3c.css.sac.DocumentHandler)"><B>setDocumentHandler(DocumentHandler)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</A>
<DD>Allow an application to register a document event handler.
<DT><A HREF="./org/w3c/dom/Document.html#setDocumentURI(java.lang.String)"><B>setDocumentURI(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>The location of the document or <code>null</code> if undefined or if 
 the <code>Document</code> was created using 
 <code>DOMImplementation.createDocument</code>.
<DT><A HREF="./org/w3c/css/sac/InputSource.html#setEncoding(java.lang.String)"><B>setEncoding(String)</B></A> - 
Method in class org.w3c.css.sac.<A HREF="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</A>
<DD>Set the character encoding, if known.
<DT><A HREF="./org/w3c/css/sac/Parser.html#setErrorHandler(org.w3c.css.sac.ErrorHandler)"><B>setErrorHandler(ErrorHandler)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</A>
<DD>Allow an application to register an error event handler.
<DT><A HREF="./org/w3c/dom/Element.html#setIdAttribute(java.lang.String, boolean)"><B>setIdAttribute(String, boolean)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</A>
<DD>If the parameter <code>isId</code> is <code>true</code>, this method 
 declares the specified attribute to be a user-determined ID attribute
 .
<DT><A HREF="./org/w3c/dom/Element.html#setIdAttributeNode(org.w3c.dom.Attr, boolean)"><B>setIdAttributeNode(Attr, boolean)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</A>
<DD>If the parameter <code>isId</code> is <code>true</code>, this method 
 declares the specified attribute to be a user-determined ID attribute
 .
<DT><A HREF="./org/w3c/dom/Element.html#setIdAttributeNS(java.lang.String, java.lang.String, boolean)"><B>setIdAttributeNS(String, String, boolean)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Element.html" title="interface in org.w3c.dom">Element</A>
<DD>If the parameter <code>isId</code> is <code>true</code>, this method 
 declares the specified attribute to be a user-determined ID attribute
 .
<DT><A HREF="./org/w3c/css/sac/Parser.html#setLocale(java.util.Locale)"><B>setLocale(Locale)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</A>
<DD>Allow an application to request a locale for errors and warnings.
<DT><A HREF="./org/w3c/css/sac/InputSource.html#setMedia(java.lang.String)"><B>setMedia(String)</B></A> - 
Method in class org.w3c.css.sac.<A HREF="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</A>
<DD>Set the media for this input source.
<DT><A HREF="./org/w3c/dom/NamedNodeMap.html#setNamedItem(org.w3c.dom.Node)"><B>setNamedItem(Node)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/NamedNodeMap.html" title="interface in org.w3c.dom">NamedNodeMap</A>
<DD>Adds a node using its <code>nodeName</code> attribute.
<DT><A HREF="./org/w3c/dom/NamedNodeMap.html#setNamedItemNS(org.w3c.dom.Node)"><B>setNamedItemNS(Node)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/NamedNodeMap.html" title="interface in org.w3c.dom">NamedNodeMap</A>
<DD>Adds a node using its <code>namespaceURI</code> and 
 <code>localName</code>.
<DT><A HREF="./org/w3c/dom/Node.html#setNodeValue(java.lang.String)"><B>setNodeValue(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The value of this node, depending on its type; see the table above.
<DT><A HREF="./org/w3c/dom/DOMConfiguration.html#setParameter(java.lang.String, java.lang.Object)"><B>setParameter(String, Object)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMConfiguration.html" title="interface in org.w3c.dom">DOMConfiguration</A>
<DD>Set the value of a parameter.
<DT><A HREF="./org/w3c/dom/Node.html#setPrefix(java.lang.String)"><B>setPrefix(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The namespace prefix of this node, or <code>null</code> if it is 
 unspecified.
<DT><A HREF="./org/w3c/css/sac/Parser.html#setSelectorFactory(org.w3c.css.sac.SelectorFactory)"><B>setSelectorFactory(SelectorFactory)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/Parser.html" title="interface in org.w3c.css.sac">Parser</A>
<DD>&nbsp;
<DT><A HREF="./org/w3c/dom/Document.html#setStrictErrorChecking(boolean)"><B>setStrictErrorChecking(boolean)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>An attribute specifying whether error checking is enforced or not.
<DT><A HREF="./org/w3c/dom/Node.html#setTextContent(java.lang.String)"><B>setTextContent(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>This attribute returns the text content of this node and its 
 descendants.
<DT><A HREF="./org/w3c/css/sac/InputSource.html#setTitle(java.lang.String)"><B>setTitle(String)</B></A> - 
Method in class org.w3c.css.sac.<A HREF="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</A>
<DD>Set the title for this input source.
<DT><A HREF="./org/w3c/css/sac/InputSource.html#setURI(java.lang.String)"><B>setURI(String)</B></A> - 
Method in class org.w3c.css.sac.<A HREF="./org/w3c/css/sac/InputSource.html" title="class in org.w3c.css.sac">InputSource</A>
<DD>Set the URI for this input source.
<DT><A HREF="./org/w3c/dom/Node.html#setUserData(java.lang.String, java.lang.Object, org.w3c.dom.UserDataHandler)"><B>setUserData(String, Object, UserDataHandler)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>Associate an object to a key on this node.
<DT><A HREF="./org/w3c/dom/Attr.html#setValue(java.lang.String)"><B>setValue(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Attr.html" title="interface in org.w3c.dom">Attr</A>
<DD>On retrieval, the value of the attribute is returned as a string.
<DT><A HREF="./org/w3c/dom/Document.html#setXmlStandalone(boolean)"><B>setXmlStandalone(boolean)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>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.
<DT><A HREF="./org/w3c/dom/Document.html#setXmlVersion(java.lang.String)"><B>setXmlVersion(String)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Document.html" title="interface in org.w3c.dom">Document</A>
<DD>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.
<DT><A HREF="./org/w3c/dom/DOMError.html#SEVERITY_ERROR"><B>SEVERITY_ERROR</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMError.html" title="interface in org.w3c.dom">DOMError</A>
<DD>The severity of the error described by the <code>DOMError</code> is 
 error.
<DT><A HREF="./org/w3c/dom/DOMError.html#SEVERITY_FATAL_ERROR"><B>SEVERITY_FATAL_ERROR</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMError.html" title="interface in org.w3c.dom">DOMError</A>
<DD>The severity of the error described by the <code>DOMError</code> is 
 fatal error.
<DT><A HREF="./org/w3c/dom/DOMError.html#SEVERITY_WARNING"><B>SEVERITY_WARNING</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/DOMError.html" title="interface in org.w3c.dom">DOMError</A>
<DD>The severity of the error described by the <code>DOMError</code> is 
 warning.
<DT><A HREF="./org/w3c/css/sac/SiblingSelector.html" title="interface in org.w3c.css.sac"><B>SiblingSelector</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>&nbsp;<DT><A HREF="./org/w3c/css/sac/SimpleSelector.html" title="interface in org.w3c.css.sac"><B>SimpleSelector</B></A> - Interface in <A HREF="./org/w3c/css/sac/package-summary.html">org.w3c.css.sac</A><DD>This interface is only for constraints on selectors.<DT><A HREF="./org/w3c/dom/Text.html#splitText(int)"><B>splitText(int)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/Text.html" title="interface in org.w3c.dom">Text</A>
<DD>Breaks this node into two nodes at the specified <code>offset</code>, 
 keeping both in the tree as siblings.
<DT><A HREF="./org/w3c/css/sac/DocumentHandler.html#startDocument(org.w3c.css.sac.InputSource)"><B>startDocument(InputSource)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</A>
<DD>Receive notification of the beginning of a style sheet.
<DT><A HREF="./org/w3c/css/sac/DocumentHandler.html#startFontFace()"><B>startFontFace()</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</A>
<DD>Receive notification of the beginning of a font face statement.
<DT><A HREF="./org/w3c/css/sac/DocumentHandler.html#startMedia(org.w3c.css.sac.SACMediaList)"><B>startMedia(SACMediaList)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</A>
<DD>Receive notification of the beginning of a media statement.
<DT><A HREF="./org/w3c/css/sac/DocumentHandler.html#startPage(java.lang.String, java.lang.String)"><B>startPage(String, String)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</A>
<DD>Receive notification of the beginning of a page statement.
<DT><A HREF="./org/w3c/css/sac/DocumentHandler.html#startSelector(org.w3c.css.sac.SelectorList)"><B>startSelector(SelectorList)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/DocumentHandler.html" title="interface in org.w3c.css.sac">DocumentHandler</A>
<DD>Receive notification of the beginning of a rule statement.
<DT><A HREF="./org/w3c/dom/CharacterData.html#substringData(int, int)"><B>substringData(int, int)</B></A> - 
Method in interface org.w3c.dom.<A HREF="./org/w3c/dom/CharacterData.html" title="interface in org.w3c.dom">CharacterData</A>
<DD>Extracts a range of data from the node.
<DT><A HREF="./org/w3c/dom/DOMException.html#SYNTAX_ERR"><B>SYNTAX_ERR</B></A> - 
Static variable in exception org.w3c.dom.<A HREF="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</A>
<DD>If an invalid or illegal string is specified.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/w3c/dom/Text.html" title="interface in org.w3c.dom"><B>Text</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>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>.<DT><A HREF="./org/w3c/dom/Node.html#TEXT_NODE"><B>TEXT_NODE</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="./org/w3c/dom/Node.html" title="interface in org.w3c.dom">Node</A>
<DD>The node is a <code>Text</code> node.
<DT><A HREF="./org/w3c/dom/DOMException.html#TYPE_MISMATCH_ERR"><B>TYPE_MISMATCH_ERR</B></A> - 
Static variable in exception org.w3c.dom.<A HREF="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</A>
<DD>If the type of an object is incompatible with the expected type of the 
 parameter associated to the object.
<DT><A HREF="./org/w3c/dom/TypeInfo.html" title="interface in org.w3c.dom"><B>TypeInfo</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>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.</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./org/w3c/dom/UserDataHandler.html" title="interface in org.w3c.dom"><B>UserDataHandler</B></A> - Interface in <A HREF="./org/w3c/dom/package-summary.html">org.w3c.dom</A><DD>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.</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/w3c/dom/DOMException.html#VALIDATION_ERR"><B>VALIDATION_ERR</B></A> - 
Static variable in exception org.w3c.dom.<A HREF="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</A>
<DD>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.
<DT><A HREF="./org/apache/xmlcommons/Version.html" title="class in org.apache.xmlcommons"><B>Version</B></A> - Class in <A HREF="./org/apache/xmlcommons/package-summary.html">org.apache.xmlcommons</A><DD><meta name="usage" content="general"/>
 Administrative class to keep track of the version number of
 xml-commons external sources releases.<DT><A HREF="./org/apache/xmlcommons/Version.html#Version()"><B>Version()</B></A> - 
Constructor for class org.apache.xmlcommons.<A HREF="./org/apache/xmlcommons/Version.html" title="class in org.apache.xmlcommons">Version</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./javax/xml/XMLConstants.html#W3C_XML_SCHEMA_INSTANCE_NS_URI"><B>W3C_XML_SCHEMA_INSTANCE_NS_URI</B></A> - 
Static variable in class javax.xml.<A HREF="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</A>
<DD>W3C XML Schema Instance Namespace URI.
<DT><A HREF="./javax/xml/XMLConstants.html#W3C_XML_SCHEMA_NS_URI"><B>W3C_XML_SCHEMA_NS_URI</B></A> - 
Static variable in class javax.xml.<A HREF="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</A>
<DD>W3C XML Schema Namespace URI.
<DT><A HREF="./javax/xml/XMLConstants.html#W3C_XPATH_DATATYPE_NS_URI"><B>W3C_XPATH_DATATYPE_NS_URI</B></A> - 
Static variable in class javax.xml.<A HREF="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</A>
<DD>W3C XPath Datatype Namespace URI.
<DT><A HREF="./org/w3c/css/sac/ErrorHandler.html#warning(org.w3c.css.sac.CSSParseException)"><B>warning(CSSParseException)</B></A> - 
Method in interface org.w3c.css.sac.<A HREF="./org/w3c/css/sac/ErrorHandler.html" title="interface in org.w3c.css.sac">ErrorHandler</A>
<DD>Receive notification of a warning.
<DT><A HREF="./org/w3c/dom/DOMException.html#WRONG_DOCUMENT_ERR"><B>WRONG_DOCUMENT_ERR</B></A> - 
Static variable in exception org.w3c.dom.<A HREF="./org/w3c/dom/DOMException.html" title="class in org.w3c.dom">DOMException</A>
<DD>If a <code>Node</code> is used in a different document than the one 
 that created it (that doesn't support it).
</DL>
<HR>
<A NAME="_X_"><!-- --></A><H2>
<B>X</B></H2>
<DL>
<DT><A HREF="./javax/xml/XMLConstants.html#XML_DTD_NS_URI"><B>XML_DTD_NS_URI</B></A> - 
Static variable in class javax.xml.<A HREF="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</A>
<DD>XML Document Type Declaration Namespace URI as an arbitrary value.
<DT><A HREF="./javax/xml/XMLConstants.html#XML_NS_PREFIX"><B>XML_NS_PREFIX</B></A> - 
Static variable in class javax.xml.<A HREF="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</A>
<DD>The official XML Namespace prefix.
<DT><A HREF="./javax/xml/XMLConstants.html#XML_NS_URI"><B>XML_NS_URI</B></A> - 
Static variable in class javax.xml.<A HREF="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</A>
<DD>The official XML Namespace name URI.
<DT><A HREF="./javax/xml/XMLConstants.html" title="class in javax.xml"><B>XMLConstants</B></A> - Class in <A HREF="./javax/xml/package-summary.html">javax.xml</A><DD>Utility class to contain basic XML values as constants.<DT><A HREF="./javax/xml/XMLConstants.html#XMLNS_ATTRIBUTE"><B>XMLNS_ATTRIBUTE</B></A> - 
Static variable in class javax.xml.<A HREF="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</A>
<DD>The official XML attribute used for specifying XML Namespace
 declarations.
<DT><A HREF="./javax/xml/XMLConstants.html#XMLNS_ATTRIBUTE_NS_URI"><B>XMLNS_ATTRIBUTE_NS_URI</B></A> - 
Static variable in class javax.xml.<A HREF="./javax/xml/XMLConstants.html" title="class in javax.xml">XMLConstants</A>
<DD>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.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> 

<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>