This file is indexed.

/usr/share/doc/libcommons-jxpath-java/api/index-all.html is in libcommons-jxpath-java-doc 1.3-9.

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

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html>
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Index (Commons JXPath 1.3 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
    try {
        if (location.href.indexOf('is-external=true') == -1) {
            parent.document.title="Index (Commons JXPath 1.3 API)";
        }
    }
    catch(err) {
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:X">X</a>&nbsp;<a href="#I:Z">Z</a>&nbsp;<a name="I:A">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#AbbreviatedAxisSpecifier--">AbbreviatedAxisSpecifier()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#AbsoluteLocationPath--">AbsoluteLocationPath()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/AbstractFactory.html" title="class in org.apache.commons.jxpath"><span class="typeNameLink">AbstractFactory</span></a> - Class in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">The  <a href="org/apache/commons/jxpath/JXPathContext.html#createPath-java.lang.String-"><code>JXPathContext.createPath()</code></a> method of
 JXPathContext can create missing objects as it traverses an XPath; it
 utilizes an AbstractFactory for that purpose.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/AbstractFactory.html#AbstractFactory--">AbstractFactory()</a></span> - Constructor for class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/AbstractFactory.html" title="class in org.apache.commons.jxpath">AbstractFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/BasicNodeSet.html#add-org.apache.commons.jxpath.Pointer-">add(Pointer)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/BasicNodeSet.html" title="class in org.apache.commons.jxpath">BasicNodeSet</a></dt>
<dd>
<div class="block">Add a pointer to this NodeSet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/BasicNodeSet.html#add-org.apache.commons.jxpath.NodeSet-">add(NodeSet)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/BasicNodeSet.html" title="class in org.apache.commons.jxpath">BasicNodeSet</a></dt>
<dd>
<div class="block">Add the specified NodeSet to this NodeSet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/ParseException.html#add_escapes-java.lang.String-">add_escapes(String)</a></span> - Method in exception org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/ParseException.html" title="class in org.apache.commons.jxpath.ri.parser">ParseException</a></dt>
<dd>
<div class="block">Used to convert raw characters to their escaped version
 when these raw version cannot be used as part of an ASCII
 string literal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html#ADD_PRECEDENCE">ADD_PRECEDENCE</a></span> - Static variable in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperation</a></dt>
<dd>
<div class="block">add/subtract precedence</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/TokenMgrError.html#addEscapes-java.lang.String-">addEscapes(String)</a></span> - Static method in error org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/TokenMgrError.html" title="class in org.apache.commons.jxpath.ri.parser">TokenMgrError</a></dt>
<dd>
<div class="block">Replaces unprintable characters by their espaced (or unicode escaped)
 equivalents in the given string</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/FunctionLibrary.html#addFunctions-org.apache.commons.jxpath.Functions-">addFunctions(Functions)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/FunctionLibrary.html" title="class in org.apache.commons.jxpath">FunctionLibrary</a></dt>
<dd>
<div class="block">Add functions to the library</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#AdditiveExpr--">AdditiveExpr()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#addNodePointerFactory-org.apache.commons.jxpath.ri.model.NodePointerFactory-">addNodePointerFactory(NodePointerFactory)</a></span> - Static method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Call this with a custom NodePointerFactory to add support for
 additional types of objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#adjustBeginLineColumn-int-int-">adjustBeginLineColumn(int, int)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>
<div class="block">Method to adjust line and column numbers for the start of a token.<BR></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/BasicTypeConverter.html#allocateCollection-java.lang.Class-">allocateCollection(Class)</a></span> - Method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/BasicTypeConverter.html" title="class in org.apache.commons.jxpath.util">BasicTypeConverter</a></dt>
<dd>
<div class="block">Create a collection of a given type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#allocateConditionally-java.lang.String-java.lang.String-">allocateConditionally(String, String)</a></span> - Static method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Checks if existenceCheckClass exists on the class path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/BasicTypeConverter.html#allocateNumber-java.lang.Class-double-">allocateNumber(Class, double)</a></span> - Method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/BasicTypeConverter.html" title="class in org.apache.commons.jxpath.util">BasicTypeConverter</a></dt>
<dd>
<div class="block">Allocate a number of a given type and value.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/axes/AncestorContext.html" title="class in org.apache.commons.jxpath.ri.axes"><span class="typeNameLink">AncestorContext</span></a> - Class in <a href="org/apache/commons/jxpath/ri/axes/package-summary.html">org.apache.commons.jxpath.ri.axes</a></dt>
<dd>
<div class="block">EvalContext that walks the "ancestor::" and "ancestor-or-self::" axes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/AncestorContext.html#AncestorContext-org.apache.commons.jxpath.ri.EvalContext-boolean-org.apache.commons.jxpath.ri.compiler.NodeTest-">AncestorContext(EvalContext, boolean, NodeTest)</a></span> - Constructor for class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/AncestorContext.html" title="class in org.apache.commons.jxpath.ri.axes">AncestorContext</a></dt>
<dd>
<div class="block">Create a new AncestorContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#and-java.lang.Object:A-">and(Object[])</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces an EXPRESSION object representing logical conjunction of
 all arguments</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#and-java.lang.Object:A-">and(Object[])</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#AND">AND</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html#AND_PRECEDENCE">AND_PRECEDENCE</a></span> - Static variable in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperation</a></dt>
<dd>
<div class="block">and precedence</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#AndExpr--">AndExpr()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/Constants.html#APPLICATION_SCOPE">APPLICATION_SCOPE</a></span> - Static variable in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/Constants.html" title="class in org.apache.commons.jxpath.servlet">Constants</a></dt>
<dd>
<div class="block">Variable name for <code>ServletContext</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Path.html#areBasicPredicates-org.apache.commons.jxpath.ri.compiler.Expression:A-">areBasicPredicates(Expression[])</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Path.html" title="class in org.apache.commons.jxpath.ri.compiler">Path</a></dt>
<dd>
<div class="block">Learn whether the elements of the specified array are "basic" predicates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Operation.html#args">args</a></span> - Variable in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Operation.html" title="class in org.apache.commons.jxpath.ri.compiler">Operation</a></dt>
<dd>
<div class="block">Expression[] of arguments</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#Argument--">Argument()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#ArgumentList--">ArgumentList()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/Pointer.html#asPath--">asPath()</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/Pointer.html" title="interface in org.apache.commons.jxpath">Pointer</a></dt>
<dd>
<div class="block">Returns a string that is a proper "canonical" XPath that corresponds to
 this pointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html#asPath--">asPath()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPointer</a></dt>
<dd>
<div class="block">Returns an XPath that maps to this Pointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#asPath--">asPath()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html#asPath--">asPath()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">LangAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html#asPath--">asPath()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullElementPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html#asPath--">asPath()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#asPath--">asPath()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#asPath--">asPath()</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html#asPath--">asPath()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#asPath--">asPath()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html#asPath--">asPath()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">NamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html#asPath--">asPath()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html#asPath--">asPath()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html#asPath--">asPath()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html#asPath--">asPath()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html#asPath--">asPath()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#asPath--">asPath()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#asPath--">asPath()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Returns an XPath that maps to this Pointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#asPath--">asPath()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/axes/AttributeContext.html" title="class in org.apache.commons.jxpath.ri.axes"><span class="typeNameLink">AttributeContext</span></a> - Class in <a href="org/apache/commons/jxpath/ri/axes/package-summary.html">org.apache.commons.jxpath.ri.axes</a></dt>
<dd>
<div class="block">EvalContext that walks the "attribute::" axis.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/AttributeContext.html#AttributeContext-org.apache.commons.jxpath.ri.EvalContext-org.apache.commons.jxpath.ri.compiler.NodeTest-">AttributeContext(EvalContext, NodeTest)</a></span> - Constructor for class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/AttributeContext.html" title="class in org.apache.commons.jxpath.ri.axes">AttributeContext</a></dt>
<dd>
<div class="block">Create a new AttributeContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#attributeIterator-org.apache.commons.jxpath.ri.QName-">attributeIterator(QName)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html#attributeIterator-org.apache.commons.jxpath.ri.QName-">attributeIterator(QName)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyOwnerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#attributeIterator-org.apache.commons.jxpath.ri.QName-">attributeIterator(QName)</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#attributeIterator-org.apache.commons.jxpath.ri.QName-">attributeIterator(QName)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html#attributeIterator-org.apache.commons.jxpath.ri.QName-">attributeIterator(QName)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#attributeIterator-org.apache.commons.jxpath.ri.QName-">attributeIterator(QName)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#attributeIterator-org.apache.commons.jxpath.ri.QName-">attributeIterator(QName)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Returns a NodeIterator that iterates over all attributes of the current
 node matching the supplied node name (could have a wildcard).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#attributeIterator-org.apache.commons.jxpath.ri.QName-">attributeIterator(QName)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#AXIS_ANCESTOR">AXIS_ANCESTOR</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#AXIS_ANCESTOR">AXIS_ANCESTOR</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#AXIS_ANCESTOR_OR_SELF">AXIS_ANCESTOR_OR_SELF</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#AXIS_ANCESTOR_OR_SELF">AXIS_ANCESTOR_OR_SELF</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#AXIS_ATTRIBUTE">AXIS_ATTRIBUTE</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#AXIS_ATTRIBUTE">AXIS_ATTRIBUTE</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#AXIS_CHILD">AXIS_CHILD</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#AXIS_CHILD">AXIS_CHILD</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#AXIS_DESCENDANT">AXIS_DESCENDANT</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#AXIS_DESCENDANT">AXIS_DESCENDANT</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#AXIS_DESCENDANT_OR_SELF">AXIS_DESCENDANT_OR_SELF</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#AXIS_DESCENDANT_OR_SELF">AXIS_DESCENDANT_OR_SELF</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#AXIS_FOLLOWING">AXIS_FOLLOWING</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#AXIS_FOLLOWING">AXIS_FOLLOWING</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#AXIS_FOLLOWING_SIBLING">AXIS_FOLLOWING_SIBLING</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#AXIS_FOLLOWING_SIBLING">AXIS_FOLLOWING_SIBLING</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#AXIS_NAMESPACE">AXIS_NAMESPACE</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#AXIS_NAMESPACE">AXIS_NAMESPACE</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#AXIS_PARENT">AXIS_PARENT</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#AXIS_PARENT">AXIS_PARENT</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#AXIS_PRECEDING">AXIS_PRECEDING</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#AXIS_PRECEDING">AXIS_PRECEDING</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#AXIS_PRECEDING_SIBLING">AXIS_PRECEDING_SIBLING</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#AXIS_PRECEDING_SIBLING">AXIS_PRECEDING_SIBLING</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#AXIS_SELF">AXIS_SELF</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#AXIS_SELF">AXIS_SELF</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#AxisName--">AxisName()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#AxisSpecifier--">AxisSpecifier()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Step.html#axisToString-int-">axisToString(int)</a></span> - Static method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Step.html" title="class in org.apache.commons.jxpath.ri.compiler">Step</a></dt>
<dd>
<div class="block">Decode an axis code to its name.</div>
</dd>
</dl>
<a name="I:B">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#backup-int-">backup(int)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#BaseChar">BaseChar</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/BasicNodeSet.html" title="class in org.apache.commons.jxpath"><span class="typeNameLink">BasicNodeSet</span></a> - Class in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">A simple implementation of <a href="org/apache/commons/jxpath/NodeSet.html" title="interface in org.apache.commons.jxpath"><code>NodeSet</code></a> that behaves as a collection
 of pointers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/BasicNodeSet.html#BasicNodeSet--">BasicNodeSet()</a></span> - Constructor for class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/BasicNodeSet.html" title="class in org.apache.commons.jxpath">BasicNodeSet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/util/BasicTypeConverter.html" title="class in org.apache.commons.jxpath.util"><span class="typeNameLink">BasicTypeConverter</span></a> - Class in <a href="org/apache/commons/jxpath/util/package-summary.html">org.apache.commons.jxpath.util</a></dt>
<dd>
<div class="block">The default implementation of TypeConverter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/BasicTypeConverter.html#BasicTypeConverter--">BasicTypeConverter()</a></span> - Constructor for class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/BasicTypeConverter.html" title="class in org.apache.commons.jxpath.util">BasicTypeConverter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/BasicVariables.html" title="class in org.apache.commons.jxpath"><span class="typeNameLink">BasicVariables</span></a> - Class in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">A basic implementation of the Variables interface that uses a HashMap.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/BasicVariables.html#BasicVariables--">BasicVariables()</a></span> - Constructor for class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/BasicVariables.html" title="class in org.apache.commons.jxpath">BasicVariables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#bean">bean</a></span> - Variable in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>
<div class="block">owning object</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPointerFactory.html#BEAN_POINTER_FACTORY_ORDER">BEAN_POINTER_FACTORY_ORDER</a></span> - Static variable in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPointerFactory</a></dt>
<dd>
<div class="block">factory order constant</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/beans/BeanAttributeIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans"><span class="typeNameLink">BeanAttributeIterator</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/beans/package-summary.html">org.apache.commons.jxpath.ri.model.beans</a></dt>
<dd>
<div class="block">An iterator of attributes of a JavaBean.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanAttributeIterator.html#BeanAttributeIterator-org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer-org.apache.commons.jxpath.ri.QName-">BeanAttributeIterator(PropertyOwnerPointer, QName)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanAttributeIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanAttributeIterator</a></dt>
<dd>
<div class="block">Create a new BeanAttributeIterator.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans"><span class="typeNameLink">BeanPointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/beans/package-summary.html">org.apache.commons.jxpath.ri.model.beans</a></dt>
<dd>
<div class="block">A Pointer that points to a JavaBean or a collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html#BeanPointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-org.apache.commons.jxpath.JXPathBeanInfo-java.util.Locale-">BeanPointer(QName, Object, JXPathBeanInfo, Locale)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPointer</a></dt>
<dd>
<div class="block">Create a new BeanPointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html#BeanPointer-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-org.apache.commons.jxpath.JXPathBeanInfo-">BeanPointer(NodePointer, QName, Object, JXPathBeanInfo)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPointer</a></dt>
<dd>
<div class="block">Create a new BeanPointer.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/beans/BeanPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.beans"><span class="typeNameLink">BeanPointerFactory</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/beans/package-summary.html">org.apache.commons.jxpath.ri.model.beans</a></dt>
<dd>
<div class="block">Implements NodePointerFactory for JavaBeans.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPointerFactory.html#BeanPointerFactory--">BeanPointerFactory()</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans"><span class="typeNameLink">BeanPropertyPointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/beans/package-summary.html">org.apache.commons.jxpath.ri.model.beans</a></dt>
<dd>
<div class="block">Pointer pointing to a property of a JavaBean.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html#BeanPropertyPointer-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.JXPathBeanInfo-">BeanPropertyPointer(NodePointer, JXPathBeanInfo)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPropertyPointer</a></dt>
<dd>
<div class="block">Create a new BeanPropertyPointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/Token.html#beginColumn">beginColumn</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/Token.html" title="class in org.apache.commons.jxpath.ri.parser">Token</a></dt>
<dd>
<div class="block">beginLine and beginColumn describe the position of the first character
 of this token; endLine and endColumn describe the position of the
 last character of this token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/Token.html#beginLine">beginLine</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/Token.html" title="class in org.apache.commons.jxpath.ri.parser">Token</a></dt>
<dd>
<div class="block">beginLine and beginColumn describe the position of the first character
 of this token; endLine and endColumn describe the position of the
 last character of this token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#BeginToken--">BeginToken()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/InfoSetUtil.html#booleanValue-java.lang.Object-">booleanValue(Object)</a></span> - Static method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/InfoSetUtil.html" title="class in org.apache.commons.jxpath.ri">InfoSetUtil</a></dt>
<dd>
<div class="block">Converts the supplied object to boolean.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#bufcolumn">bufcolumn</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#buffer">buffer</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#bufline">bufline</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#bufpos">bufpos</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Path.html#buildContextChain-org.apache.commons.jxpath.ri.EvalContext-int-boolean-">buildContextChain(EvalContext, int, boolean)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Path.html" title="class in org.apache.commons.jxpath.ri.compiler">Path</a></dt>
<dd>
<div class="block">Build a context from a chain of contexts.</div>
</dd>
</dl>
<a name="I:C">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/BasicTypeConverter.html#canConvert-java.lang.Object-java.lang.Class-">canConvert(Object, Class)</a></span> - Method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/BasicTypeConverter.html" title="class in org.apache.commons.jxpath.util">BasicTypeConverter</a></dt>
<dd>
<div class="block">Returns true if it can convert the supplied
 object to the specified class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/JXPath11CompatibleTypeConverter.html#canConvert-java.lang.Object-java.lang.Class-">canConvert(Object, Class)</a></span> - Method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/JXPath11CompatibleTypeConverter.html" title="class in org.apache.commons.jxpath.util">JXPath11CompatibleTypeConverter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/TypeConverter.html#canConvert-java.lang.Object-java.lang.Class-">canConvert(Object, Class)</a></span> - Method in interface org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/TypeConverter.html" title="interface in org.apache.commons.jxpath.util">TypeConverter</a></dt>
<dd>
<div class="block">Returns true if it can convert the supplied
 object to the specified class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/TypeUtils.html#canConvert-java.lang.Object-java.lang.Class-">canConvert(Object, Class)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/TypeUtils.html" title="class in org.apache.commons.jxpath.util">TypeUtils</a></dt>
<dd>
<div class="block">Returns true if the global converter can convert the supplied
 object to the specified type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/BasicTypeConverter.html#canCreateCollection-java.lang.Class-">canCreateCollection(Class)</a></span> - Method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/BasicTypeConverter.html" title="class in org.apache.commons.jxpath.util">BasicTypeConverter</a></dt>
<dd>
<div class="block">Learn whether this BasicTypeConverter can create a collection of the specified type.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/axes/ChildContext.html" title="class in org.apache.commons.jxpath.ri.axes"><span class="typeNameLink">ChildContext</span></a> - Class in <a href="org/apache/commons/jxpath/ri/axes/package-summary.html">org.apache.commons.jxpath.ri.axes</a></dt>
<dd>
<div class="block">EvalContext that can walk the "child::", "following-sibling::" and
 "preceding-sibling::" axes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/ChildContext.html#ChildContext-org.apache.commons.jxpath.ri.EvalContext-org.apache.commons.jxpath.ri.compiler.NodeTest-boolean-boolean-">ChildContext(EvalContext, NodeTest, boolean, boolean)</a></span> - Constructor for class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/ChildContext.html" title="class in org.apache.commons.jxpath.ri.axes">ChildContext</a></dt>
<dd>
<div class="block">Create a new ChildContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#childIterator-org.apache.commons.jxpath.ri.compiler.NodeTest-boolean-org.apache.commons.jxpath.ri.model.NodePointer-">childIterator(NodeTest, boolean, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html#childIterator-org.apache.commons.jxpath.ri.compiler.NodeTest-boolean-org.apache.commons.jxpath.ri.model.NodePointer-">childIterator(NodeTest, boolean, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyOwnerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#childIterator-org.apache.commons.jxpath.ri.compiler.NodeTest-boolean-org.apache.commons.jxpath.ri.model.NodePointer-">childIterator(NodeTest, boolean, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#childIterator-org.apache.commons.jxpath.ri.compiler.NodeTest-boolean-org.apache.commons.jxpath.ri.model.NodePointer-">childIterator(NodeTest, boolean, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#childIterator-org.apache.commons.jxpath.ri.compiler.NodeTest-boolean-org.apache.commons.jxpath.ri.model.NodePointer-">childIterator(NodeTest, boolean, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#childIterator-org.apache.commons.jxpath.ri.compiler.NodeTest-boolean-org.apache.commons.jxpath.ri.model.NodePointer-">childIterator(NodeTest, boolean, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Returns a NodeIterator that iterates over all children or all children
 that match the given NodeTest, starting with the specified one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#childIterator-org.apache.commons.jxpath.ri.compiler.NodeTest-boolean-org.apache.commons.jxpath.ri.model.NodePointer-">childIterator(NodeTest, boolean, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ClassFunctions.html" title="class in org.apache.commons.jxpath"><span class="typeNameLink">ClassFunctions</span></a> - Class in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">Extension functions provided by a Java class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ClassFunctions.html#ClassFunctions-java.lang.Class-java.lang.String-">ClassFunctions(Class, String)</a></span> - Constructor for class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/ClassFunctions.html" title="class in org.apache.commons.jxpath">ClassFunctions</a></dt>
<dd>
<div class="block">Create a new ClassFunctions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/Pointer.html#clone--">clone()</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/Pointer.html" title="interface in org.apache.commons.jxpath">Pointer</a></dt>
<dd>
<div class="block">Pointers are cloneable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#clone--">clone()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Clone this NodePointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/NamespaceResolver.html#clone--">clone()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/NamespaceResolver.html" title="class in org.apache.commons.jxpath.ri">NamespaceResolver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointerFactory.html#COLLECTION_POINTER_FACTORY_ORDER">COLLECTION_POINTER_FACTORY_ORDER</a></span> - Static variable in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointerFactory</a></dt>
<dd>
<div class="block">factory order constant</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/beans/CollectionAttributeNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans"><span class="typeNameLink">CollectionAttributeNodeIterator</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/beans/package-summary.html">org.apache.commons.jxpath.ri.model.beans</a></dt>
<dd>
<div class="block">Combines attribute node iterators of all elements of a collection into one
 aggregate attribute node iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionAttributeNodeIterator.html#CollectionAttributeNodeIterator-org.apache.commons.jxpath.ri.model.beans.CollectionPointer-org.apache.commons.jxpath.ri.QName-">CollectionAttributeNodeIterator(CollectionPointer, QName)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionAttributeNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionAttributeNodeIterator</a></dt>
<dd>
<div class="block">Create a new CollectionAttributeNodeIterator.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/beans/CollectionChildNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans"><span class="typeNameLink">CollectionChildNodeIterator</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/beans/package-summary.html">org.apache.commons.jxpath.ri.model.beans</a></dt>
<dd>
<div class="block">Combines child node iterators of all elements of a collection into one
 aggregate child node iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionChildNodeIterator.html#CollectionChildNodeIterator-org.apache.commons.jxpath.ri.model.beans.CollectionPointer-org.apache.commons.jxpath.ri.compiler.NodeTest-boolean-org.apache.commons.jxpath.ri.model.NodePointer-">CollectionChildNodeIterator(CollectionPointer, NodeTest, boolean, NodePointer)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionChildNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionChildNodeIterator</a></dt>
<dd>
<div class="block">Create a new CollectionChildNodeIterator.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/beans/CollectionNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans"><span class="typeNameLink">CollectionNodeIterator</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/beans/package-summary.html">org.apache.commons.jxpath.ri.model.beans</a></dt>
<dd>
<div class="block">Combines node iterators of all elements of a collection into one
 aggregate node iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionNodeIterator.html#CollectionNodeIterator-org.apache.commons.jxpath.ri.model.beans.CollectionPointer-boolean-org.apache.commons.jxpath.ri.model.NodePointer-">CollectionNodeIterator(CollectionPointer, boolean, NodePointer)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionNodeIterator</a></dt>
<dd>
<div class="block">Create a new CollectionNodeIterator.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans"><span class="typeNameLink">CollectionPointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/beans/package-summary.html">org.apache.commons.jxpath.ri.model.beans</a></dt>
<dd>
<div class="block">Transparent pointer to a collection (array or Collection).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#CollectionPointer-java.lang.Object-java.util.Locale-">CollectionPointer(Object, Locale)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>
<div class="block">Create a new CollectionPointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#CollectionPointer-org.apache.commons.jxpath.ri.model.NodePointer-java.lang.Object-">CollectionPointer(NodePointer, Object)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>
<div class="block">Create a new CollectionPointer.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.beans"><span class="typeNameLink">CollectionPointerFactory</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/beans/package-summary.html">org.apache.commons.jxpath.ri.model.beans</a></dt>
<dd>
<div class="block">Implements NodePointerFactory for stand-alone collections.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointerFactory.html#CollectionPointerFactory--">CollectionPointerFactory()</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/HttpSessionHandler.html#collectPropertyNames-java.util.HashSet-java.lang.Object-">collectPropertyNames(HashSet, Object)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/HttpSessionHandler.html" title="class in org.apache.commons.jxpath.servlet">HttpSessionHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/ServletContextHandler.html#collectPropertyNames-java.util.HashSet-java.lang.Object-">collectPropertyNames(HashSet, Object)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/ServletContextHandler.html" title="class in org.apache.commons.jxpath.servlet">ServletContextHandler</a></dt>
<dd>
<div class="block">Collect the property names from bean, storing in set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/ServletRequestHandler.html#collectPropertyNames-java.util.HashSet-java.lang.Object-">collectPropertyNames(HashSet, Object)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/ServletRequestHandler.html" title="class in org.apache.commons.jxpath.servlet">ServletRequestHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#column">column</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#CombiningChar">CombiningChar</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#COMMENT">COMMENT</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/ReverseComparator.html#compare-java.lang.Object-java.lang.Object-">compare(Object, Object)</a></span> - Method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/ReverseComparator.html" title="class in org.apache.commons.jxpath.util">ReverseComparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html#COMPARE_PRECEDENCE">COMPARE_PRECEDENCE</a></span> - Static variable in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperation</a></dt>
<dd>
<div class="block">compare precedence</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#compareChildNodePointers-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.model.NodePointer-">compareChildNodePointers(NodePointer, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html#compareChildNodePointers-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.model.NodePointer-">compareChildNodePointers(NodePointer, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">LangAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html#compareChildNodePointers-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.model.NodePointer-">compareChildNodePointers(NodePointer, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyOwnerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#compareChildNodePointers-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.model.NodePointer-">compareChildNodePointers(NodePointer, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#compareChildNodePointers-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.model.NodePointer-">compareChildNodePointers(NodePointer, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html#compareChildNodePointers-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.model.NodePointer-">compareChildNodePointers(NodePointer, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#compareChildNodePointers-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.model.NodePointer-">compareChildNodePointers(NodePointer, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html#compareChildNodePointers-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.model.NodePointer-">compareChildNodePointers(NodePointer, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">NamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html#compareChildNodePointers-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.model.NodePointer-">compareChildNodePointers(NodePointer, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html#compareChildNodePointers-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.model.NodePointer-">compareChildNodePointers(NodePointer, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#compareChildNodePointers-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.model.NodePointer-">compareChildNodePointers(NodePointer, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#compareChildNodePointers-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.model.NodePointer-">compareChildNodePointers(NodePointer, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Compares two child NodePointers and returns a positive number,
 zero or a positive number according to the order of the pointers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#compareChildNodePointers-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.model.NodePointer-">compareChildNodePointers(NodePointer, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#compareTo-java.lang.Object-">compareTo(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#compile-java.lang.String-">compile(String)</a></span> - Static method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Compiles the supplied XPath and returns an internal representation
 of the path that can then be evaluated.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/CompiledExpression.html" title="interface in org.apache.commons.jxpath"><span class="typeNameLink">CompiledExpression</span></a> - Interface in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">Represents a compiled XPath.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#compilePath-java.lang.String-">compilePath(String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Overridden by each concrete implementation of JXPathContext
 to perform compilation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#compilePath-java.lang.String-">compilePath(String)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri"><span class="typeNameLink">Compiler</span></a> - Interface in <a href="org/apache/commons/jxpath/ri/package-summary.html">org.apache.commons.jxpath.ri</a></dt>
<dd>
<div class="block">The Compiler APIs are completely agnostic to the actual types of objects
 produced and consumed by the APIs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Constant.html#compute-org.apache.commons.jxpath.ri.EvalContext-">compute(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Constant.html" title="class in org.apache.commons.jxpath.ri.compiler">Constant</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#compute-org.apache.commons.jxpath.ri.EvalContext-">compute(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html#compute-org.apache.commons.jxpath.ri.EvalContext-">compute(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Expression.html#compute-org.apache.commons.jxpath.ri.EvalContext-">compute(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler">Expression</a></dt>
<dd>
<div class="block">Evaluates the expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/ExpressionPath.html#compute-org.apache.commons.jxpath.ri.EvalContext-">compute(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/ExpressionPath.html" title="class in org.apache.commons.jxpath.ri.compiler">ExpressionPath</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/ExtensionFunction.html#compute-org.apache.commons.jxpath.ri.EvalContext-">compute(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/ExtensionFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">ExtensionFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/LocationPath.html#compute-org.apache.commons.jxpath.ri.EvalContext-">compute(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/LocationPath.html" title="class in org.apache.commons.jxpath.ri.compiler">LocationPath</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/VariableReference.html#compute-org.apache.commons.jxpath.ri.EvalContext-">compute(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/VariableReference.html" title="class in org.apache.commons.jxpath.ri.compiler">VariableReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Constant.html#computeContextDependent--">computeContextDependent()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Constant.html" title="class in org.apache.commons.jxpath.ri.compiler">Constant</a></dt>
<dd>
<div class="block">Returns false</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#computeContextDependent--">computeContextDependent()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">Returns true if any argument is context dependent or if
 the function is last(), position(), boolean(), local-name(),
 name(), string(), lang(), number().</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Expression.html#computeContextDependent--">computeContextDependent()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler">Expression</a></dt>
<dd>
<div class="block">Implemented by subclasses and result is cached by isContextDependent()</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/ExpressionPath.html#computeContextDependent--">computeContextDependent()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/ExpressionPath.html" title="class in org.apache.commons.jxpath.ri.compiler">ExpressionPath</a></dt>
<dd>
<div class="block">Returns true if the root expression or any of the
 predicates or the path steps are context dependent.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/ExtensionFunction.html#computeContextDependent--">computeContextDependent()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/ExtensionFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">ExtensionFunction</a></dt>
<dd>
<div class="block">An extension function gets the current context, therefore it MAY be
 context dependent.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/LocationPath.html#computeContextDependent--">computeContextDependent()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/LocationPath.html" title="class in org.apache.commons.jxpath.ri.compiler">LocationPath</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/NameAttributeTest.html#computeContextDependent--">computeContextDependent()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/NameAttributeTest.html" title="class in org.apache.commons.jxpath.ri.compiler">NameAttributeTest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Operation.html#computeContextDependent--">computeContextDependent()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Operation.html" title="class in org.apache.commons.jxpath.ri.compiler">Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Path.html#computeContextDependent--">computeContextDependent()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Path.html" title="class in org.apache.commons.jxpath.ri.compiler">Path</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/VariableReference.html#computeContextDependent--">computeContextDependent()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/VariableReference.html" title="class in org.apache.commons.jxpath.ri.compiler">VariableReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Constant.html#computeValue-org.apache.commons.jxpath.ri.EvalContext-">computeValue(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Constant.html" title="class in org.apache.commons.jxpath.ri.compiler">Constant</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#computeValue-org.apache.commons.jxpath.ri.EvalContext-">computeValue(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html#computeValue-org.apache.commons.jxpath.ri.EvalContext-">computeValue(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAdd.html#computeValue-org.apache.commons.jxpath.ri.EvalContext-">computeValue(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAdd.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationAdd</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAnd.html#computeValue-org.apache.commons.jxpath.ri.EvalContext-">computeValue(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAnd.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationAnd</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationCompare.html#computeValue-org.apache.commons.jxpath.ri.EvalContext-">computeValue(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationCompare.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationCompare</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationDivide.html#computeValue-org.apache.commons.jxpath.ri.EvalContext-">computeValue(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationDivide.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationDivide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMod.html#computeValue-org.apache.commons.jxpath.ri.EvalContext-">computeValue(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMod.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationMod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMultiply.html#computeValue-org.apache.commons.jxpath.ri.EvalContext-">computeValue(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMultiply.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationMultiply</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationNegate.html#computeValue-org.apache.commons.jxpath.ri.EvalContext-">computeValue(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationNegate.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationNegate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationOr.html#computeValue-org.apache.commons.jxpath.ri.EvalContext-">computeValue(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationOr.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationOr</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationRelationalExpression.html#computeValue-org.apache.commons.jxpath.ri.EvalContext-">computeValue(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationRelationalExpression.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationRelationalExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationSubtract.html#computeValue-org.apache.commons.jxpath.ri.EvalContext-">computeValue(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationSubtract.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationSubtract</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationUnion.html#computeValue-org.apache.commons.jxpath.ri.EvalContext-">computeValue(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationUnion.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationUnion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Expression.html#computeValue-org.apache.commons.jxpath.ri.EvalContext-">computeValue(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler">Expression</a></dt>
<dd>
<div class="block">Evaluates the expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/ExpressionPath.html#computeValue-org.apache.commons.jxpath.ri.EvalContext-">computeValue(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/ExpressionPath.html" title="class in org.apache.commons.jxpath.ri.compiler">ExpressionPath</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/ExtensionFunction.html#computeValue-org.apache.commons.jxpath.ri.EvalContext-">computeValue(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/ExtensionFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">ExtensionFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/LocationPath.html#computeValue-org.apache.commons.jxpath.ri.EvalContext-">computeValue(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/LocationPath.html" title="class in org.apache.commons.jxpath.ri.compiler">LocationPath</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/VariableReference.html#computeValue-org.apache.commons.jxpath.ri.EvalContext-">computeValue(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/VariableReference.html" title="class in org.apache.commons.jxpath.ri.compiler">VariableReference</a></dt>
<dd>
<div class="block">Returns the value of the variable.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/Constant.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">Constant</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">A compile tree element containing a constant number or string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Constant.html#Constant-java.lang.Number-">Constant(Number)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Constant.html" title="class in org.apache.commons.jxpath.ri.compiler">Constant</a></dt>
<dd>
<div class="block">Create a new Constant.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Constant.html#Constant-java.lang.String-">Constant(String)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Constant.html" title="class in org.apache.commons.jxpath.ri.compiler">Constant</a></dt>
<dd>
<div class="block">Create a new Constant.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/servlet/Constants.html" title="class in org.apache.commons.jxpath.servlet"><span class="typeNameLink">Constants</span></a> - Class in <a href="org/apache/commons/jxpath/servlet/package-summary.html">org.apache.commons.jxpath.servlet</a></dt>
<dd>
<div class="block">String constants for this package.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/Constants.html#Constants--">Constants()</a></span> - Constructor for class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/Constants.html" title="class in org.apache.commons.jxpath.servlet">Constants</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/functions/ConstructorFunction.html" title="class in org.apache.commons.jxpath.functions"><span class="typeNameLink">ConstructorFunction</span></a> - Class in <a href="org/apache/commons/jxpath/functions/package-summary.html">org.apache.commons.jxpath.functions</a></dt>
<dd>
<div class="block">An extension function that creates an instance using a constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/functions/ConstructorFunction.html#ConstructorFunction-java.lang.reflect.Constructor-">ConstructorFunction(Constructor)</a></span> - Constructor for class org.apache.commons.jxpath.functions.<a href="org/apache/commons/jxpath/functions/ConstructorFunction.html" title="class in org.apache.commons.jxpath.functions">ConstructorFunction</a></dt>
<dd>
<div class="block">Create a new ConstructorFunction.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/Container.html" title="interface in org.apache.commons.jxpath"><span class="typeNameLink">Container</span></a> - Interface in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">A Container is an object implementing an indirection
 mechanism transparent to JXPath.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointerFactory.html#CONTAINER_POINTER_FACTORY_ORDER">CONTAINER_POINTER_FACTORY_ORDER</a></span> - Static variable in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointerFactory</a></dt>
<dd>
<div class="block">factory order for this factory</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container"><span class="typeNameLink">ContainerPointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/container/package-summary.html">org.apache.commons.jxpath.ri.model.container</a></dt>
<dd>
<div class="block">Transparent pointer to a Container.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#ContainerPointer-org.apache.commons.jxpath.Container-java.util.Locale-">ContainerPointer(Container, Locale)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>
<div class="block">Create a new ContainerPointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#ContainerPointer-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.Container-">ContainerPointer(NodePointer, Container)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>
<div class="block">Create a new ContainerPointer.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.container"><span class="typeNameLink">ContainerPointerFactory</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/container/package-summary.html">org.apache.commons.jxpath.ri.model.container</a></dt>
<dd>
<div class="block">Implements NodePointerFactory for <a href="org/apache/commons/jxpath/Container.html" title="interface in org.apache.commons.jxpath"><code>Container</code></a> objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointerFactory.html#ContainerPointerFactory--">ContainerPointerFactory()</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationCompare.html#contains-java.util.Iterator-java.lang.Object-">contains(Iterator, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationCompare.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationCompare</a></dt>
<dd>
<div class="block">Learn whether it contains value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#contextBean">contextBean</a></span> - Variable in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">context bean</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointerFactory.html#contextWrapper-org.apache.commons.jxpath.JXPathContext-">contextWrapper(JXPathContext)</a></span> - Static method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointerFactory.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointerFactory</a></dt>
<dd>
<div class="block">VariableContextWrapper factory method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/BasicTypeConverter.html#convert-java.lang.Object-java.lang.Class-">convert(Object, Class)</a></span> - Method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/BasicTypeConverter.html" title="class in org.apache.commons.jxpath.util">BasicTypeConverter</a></dt>
<dd>
<div class="block">Converts the supplied object to the specified
 type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/JXPath11CompatibleTypeConverter.html#convert-java.lang.Object-java.lang.Class-">convert(Object, Class)</a></span> - Method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/JXPath11CompatibleTypeConverter.html" title="class in org.apache.commons.jxpath.util">JXPath11CompatibleTypeConverter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/TypeConverter.html#convert-java.lang.Object-java.lang.Class-">convert(Object, Class)</a></span> - Method in interface org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/TypeConverter.html" title="interface in org.apache.commons.jxpath.util">TypeConverter</a></dt>
<dd>
<div class="block">Converts the supplied object to the specified
 type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/TypeUtils.html#convert-java.lang.Object-java.lang.Class-">convert(Object, Class)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/TypeUtils.html" title="class in org.apache.commons.jxpath.util">TypeUtils</a></dt>
<dd>
<div class="block">Converts the supplied object to the specified type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/BasicTypeConverter.html#convertNullToPrimitive-java.lang.Class-">convertNullToPrimitive(Class)</a></span> - Method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/BasicTypeConverter.html" title="class in org.apache.commons.jxpath.util">BasicTypeConverter</a></dt>
<dd>
<div class="block">Convert null to a primitive type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/BasicTypeConverter.html#convertStringToPrimitive-java.lang.Object-java.lang.Class-">convertStringToPrimitive(Object, Class)</a></span> - Method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/BasicTypeConverter.html" title="class in org.apache.commons.jxpath.util">BasicTypeConverter</a></dt>
<dd>
<div class="block">Convert a string to a primitive type.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">CoreFunction</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">An element of the compile tree representing one of built-in functions
 like "position()" or "number()".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#CoreFunction-int-org.apache.commons.jxpath.ri.compiler.Expression:A-">CoreFunction(int, Expression[])</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">Create a new CoreFunction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#CoreFunctionCall--">CoreFunctionCall()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#CoreFunctionName--">CoreFunctionName()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">CoreOperation</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">The common subclass for tree elements representing core operations like "+",
 "- ", "*" etc.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html#CoreOperation-org.apache.commons.jxpath.ri.compiler.Expression:A-">CoreOperation(Expression[])</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperation</a></dt>
<dd>
<div class="block">Create a new CoreOperation.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAdd.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">CoreOperationAdd</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler"><code>Expression</code></a> for the operation "+".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAdd.html#CoreOperationAdd-org.apache.commons.jxpath.ri.compiler.Expression:A-">CoreOperationAdd(Expression[])</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAdd.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationAdd</a></dt>
<dd>
<div class="block">Create a new CoreOperationAdd.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAnd.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">CoreOperationAnd</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler"><code>Expression</code></a> for the operation "and".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAnd.html#CoreOperationAnd-org.apache.commons.jxpath.ri.compiler.Expression:A-">CoreOperationAnd(Expression[])</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAnd.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationAnd</a></dt>
<dd>
<div class="block">Create a new CoreOperationAnd.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationCompare.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">CoreOperationCompare</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Common superclass for the implementations of Expression for the operations
 "=" and "!=".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationCompare.html#CoreOperationCompare-org.apache.commons.jxpath.ri.compiler.Expression-org.apache.commons.jxpath.ri.compiler.Expression-">CoreOperationCompare(Expression, Expression)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationCompare.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationCompare</a></dt>
<dd>
<div class="block">Create a new CoreOperationCompare.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationCompare.html#CoreOperationCompare-org.apache.commons.jxpath.ri.compiler.Expression-org.apache.commons.jxpath.ri.compiler.Expression-boolean-">CoreOperationCompare(Expression, Expression, boolean)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationCompare.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationCompare</a></dt>
<dd>
<div class="block">Create a new CoreOperationCompare.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationDivide.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">CoreOperationDivide</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler"><code>Expression</code></a> for the operation "div".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationDivide.html#CoreOperationDivide-org.apache.commons.jxpath.ri.compiler.Expression-org.apache.commons.jxpath.ri.compiler.Expression-">CoreOperationDivide(Expression, Expression)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationDivide.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationDivide</a></dt>
<dd>
<div class="block">Create a new CoreOperationDivide.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationEqual.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">CoreOperationEqual</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler"><code>Expression</code></a> for the operation "=".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationEqual.html#CoreOperationEqual-org.apache.commons.jxpath.ri.compiler.Expression-org.apache.commons.jxpath.ri.compiler.Expression-">CoreOperationEqual(Expression, Expression)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationEqual.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationEqual</a></dt>
<dd>
<div class="block">Create a new CoreOperationEqual</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationGreaterThan.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">CoreOperationGreaterThan</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler"><code>Expression</code></a> for the operation "&gt;".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationGreaterThan.html#CoreOperationGreaterThan-org.apache.commons.jxpath.ri.compiler.Expression-org.apache.commons.jxpath.ri.compiler.Expression-">CoreOperationGreaterThan(Expression, Expression)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationGreaterThan.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationGreaterThan</a></dt>
<dd>
<div class="block">Create a new CoreOperationGreaterThan.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationGreaterThanOrEqual.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">CoreOperationGreaterThanOrEqual</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler"><code>Expression</code></a> for the operation "&gt;=".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationGreaterThanOrEqual.html#CoreOperationGreaterThanOrEqual-org.apache.commons.jxpath.ri.compiler.Expression-org.apache.commons.jxpath.ri.compiler.Expression-">CoreOperationGreaterThanOrEqual(Expression, Expression)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationGreaterThanOrEqual.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationGreaterThanOrEqual</a></dt>
<dd>
<div class="block">Create a new CoreOperationGreaterThanOrEqual.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationLessThan.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">CoreOperationLessThan</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler"><code>Expression</code></a> for the operation "&lt;".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationLessThan.html#CoreOperationLessThan-org.apache.commons.jxpath.ri.compiler.Expression-org.apache.commons.jxpath.ri.compiler.Expression-">CoreOperationLessThan(Expression, Expression)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationLessThan.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationLessThan</a></dt>
<dd>
<div class="block">Create a new CoreOperationLessThan.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationLessThanOrEqual.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">CoreOperationLessThanOrEqual</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler"><code>Expression</code></a> for the operation "&lt;=".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationLessThanOrEqual.html#CoreOperationLessThanOrEqual-org.apache.commons.jxpath.ri.compiler.Expression-org.apache.commons.jxpath.ri.compiler.Expression-">CoreOperationLessThanOrEqual(Expression, Expression)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationLessThanOrEqual.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationLessThanOrEqual</a></dt>
<dd>
<div class="block">Create a new CoreOperationLessThanOrEqual.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMod.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">CoreOperationMod</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler"><code>Expression</code></a> for the operation "mod".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMod.html#CoreOperationMod-org.apache.commons.jxpath.ri.compiler.Expression-org.apache.commons.jxpath.ri.compiler.Expression-">CoreOperationMod(Expression, Expression)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMod.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationMod</a></dt>
<dd>
<div class="block">Create a new CoreOperationMod.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMultiply.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">CoreOperationMultiply</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler"><code>Expression</code></a> for the operation "*".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMultiply.html#CoreOperationMultiply-org.apache.commons.jxpath.ri.compiler.Expression-org.apache.commons.jxpath.ri.compiler.Expression-">CoreOperationMultiply(Expression, Expression)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMultiply.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationMultiply</a></dt>
<dd>
<div class="block">Create a new CoreOperationMultiply.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationNegate.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">CoreOperationNegate</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler"><code>Expression</code></a> for the operation unary "-".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationNegate.html#CoreOperationNegate-org.apache.commons.jxpath.ri.compiler.Expression-">CoreOperationNegate(Expression)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationNegate.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationNegate</a></dt>
<dd>
<div class="block">Create a new CoreOperationNegate.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationNotEqual.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">CoreOperationNotEqual</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler"><code>Expression</code></a> for the operation "!=".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationNotEqual.html#CoreOperationNotEqual-org.apache.commons.jxpath.ri.compiler.Expression-org.apache.commons.jxpath.ri.compiler.Expression-">CoreOperationNotEqual(Expression, Expression)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationNotEqual.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationNotEqual</a></dt>
<dd>
<div class="block">Create a new CoreOperationNotEqual.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationOr.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">CoreOperationOr</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler"><code>Expression</code></a> for the operation "or".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationOr.html#CoreOperationOr-org.apache.commons.jxpath.ri.compiler.Expression:A-">CoreOperationOr(Expression[])</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationOr.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationOr</a></dt>
<dd>
<div class="block">Create a new CoreOperationOr.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationRelationalExpression.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">CoreOperationRelationalExpression</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Base implementation of Expression for the operations "&gt;", "&gt;=", "&lt;", "&lt;=".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationRelationalExpression.html#CoreOperationRelationalExpression-org.apache.commons.jxpath.ri.compiler.Expression:A-">CoreOperationRelationalExpression(Expression[])</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationRelationalExpression.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationRelationalExpression</a></dt>
<dd>
<div class="block">Create a new CoreOperationRelationalExpression.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationSubtract.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">CoreOperationSubtract</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler"><code>Expression</code></a> for the operation "-".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationSubtract.html#CoreOperationSubtract-org.apache.commons.jxpath.ri.compiler.Expression-org.apache.commons.jxpath.ri.compiler.Expression-">CoreOperationSubtract(Expression, Expression)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationSubtract.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationSubtract</a></dt>
<dd>
<div class="block">Create a new CoreOperationSubtract.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationUnion.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">CoreOperationUnion</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler"><code>Expression</code></a> for the operation "|".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationUnion.html#CoreOperationUnion-org.apache.commons.jxpath.ri.compiler.Expression:A-">CoreOperationUnion(Expression[])</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationUnion.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationUnion</a></dt>
<dd>
<div class="block">Create a new CoreOperationUnion.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#createAttribute-org.apache.commons.jxpath.JXPathContext-org.apache.commons.jxpath.ri.QName-">createAttribute(JXPathContext, QName)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#createAttribute-org.apache.commons.jxpath.JXPathContext-org.apache.commons.jxpath.ri.QName-">createAttribute(JXPathContext, QName)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#createAttribute-org.apache.commons.jxpath.JXPathContext-org.apache.commons.jxpath.ri.QName-">createAttribute(JXPathContext, QName)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Called to create a non-existing attribute</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#createChild-org.apache.commons.jxpath.JXPathContext-org.apache.commons.jxpath.ri.QName-int-java.lang.Object-">createChild(JXPathContext, QName, int, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#createChild-org.apache.commons.jxpath.JXPathContext-org.apache.commons.jxpath.ri.QName-int-">createChild(JXPathContext, QName, int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html#createChild-org.apache.commons.jxpath.JXPathContext-org.apache.commons.jxpath.ri.QName-int-">createChild(JXPathContext, QName, int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html#createChild-org.apache.commons.jxpath.JXPathContext-org.apache.commons.jxpath.ri.QName-int-java.lang.Object-">createChild(JXPathContext, QName, int, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#createChild-org.apache.commons.jxpath.JXPathContext-org.apache.commons.jxpath.ri.QName-int-">createChild(JXPathContext, QName, int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#createChild-org.apache.commons.jxpath.JXPathContext-org.apache.commons.jxpath.ri.QName-int-java.lang.Object-">createChild(JXPathContext, QName, int, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#createChild-org.apache.commons.jxpath.JXPathContext-org.apache.commons.jxpath.ri.QName-int-java.lang.Object-">createChild(JXPathContext, QName, int, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#createChild-org.apache.commons.jxpath.JXPathContext-org.apache.commons.jxpath.ri.QName-int-">createChild(JXPathContext, QName, int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#createChild-org.apache.commons.jxpath.JXPathContext-org.apache.commons.jxpath.ri.QName-int-">createChild(JXPathContext, QName, int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#createChild-org.apache.commons.jxpath.JXPathContext-org.apache.commons.jxpath.ri.QName-int-java.lang.Object-">createChild(JXPathContext, QName, int, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#createChild-org.apache.commons.jxpath.JXPathContext-org.apache.commons.jxpath.ri.QName-int-">createChild(JXPathContext, QName, int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#createChild-org.apache.commons.jxpath.JXPathContext-org.apache.commons.jxpath.ri.QName-int-java.lang.Object-">createChild(JXPathContext, QName, int, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#createChild-org.apache.commons.jxpath.JXPathContext-org.apache.commons.jxpath.ri.QName-int-java.lang.Object-">createChild(JXPathContext, QName, int, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Called by a child pointer if that child needs to assign the value
 supplied in the createPath(context, value) call to a non-existent
 node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#createChild-org.apache.commons.jxpath.JXPathContext-org.apache.commons.jxpath.ri.QName-int-">createChild(JXPathContext, QName, int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Called by a child pointer when it needs to create a parent object for a
 non-existent collection element.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#createChild-org.apache.commons.jxpath.JXPathContext-org.apache.commons.jxpath.ri.QName-int-">createChild(JXPathContext, QName, int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#createChild-org.apache.commons.jxpath.JXPathContext-org.apache.commons.jxpath.ri.QName-int-java.lang.Object-">createChild(JXPathContext, QName, int, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Path.html#createContextForStep-org.apache.commons.jxpath.ri.EvalContext-int-org.apache.commons.jxpath.ri.compiler.NodeTest-">createContextForStep(EvalContext, int, NodeTest)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Path.html" title="class in org.apache.commons.jxpath.ri.compiler">Path</a></dt>
<dd>
<div class="block">Different axes are serviced by different contexts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html#createNodeIterator-java.lang.String-boolean-org.apache.commons.jxpath.ri.model.NodePointer-">createNodeIterator(String, boolean, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyOwnerPointer</a></dt>
<dd>
<div class="block">Create a NodeIterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html#createNodeIterator-java.lang.String-boolean-org.apache.commons.jxpath.ri.model.NodePointer-">createNodeIterator(String, boolean, NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPointerFactory.html#createNodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-java.util.Locale-">createNodePointer(QName, Object, Locale)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPointerFactory.html#createNodePointer-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-">createNodePointer(NodePointer, QName, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointerFactory.html#createNodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-java.util.Locale-">createNodePointer(QName, Object, Locale)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointerFactory.html#createNodePointer-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-">createNodePointer(NodePointer, QName, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointerFactory.html#createNodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-java.util.Locale-">createNodePointer(QName, Object, Locale)</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointerFactory.html#createNodePointer-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-">createNodePointer(NodePointer, QName, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMPointerFactory.html#createNodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-java.util.Locale-">createNodePointer(QName, Object, Locale)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMPointerFactory.html#createNodePointer-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-">createNodePointer(NodePointer, QName, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointerFactory.html#createNodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-java.util.Locale-">createNodePointer(QName, Object, Locale)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointerFactory.html#createNodePointer-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-">createNodePointer(NodePointer, QName, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointerFactory.html#createNodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-java.util.Locale-">createNodePointer(QName, Object, Locale)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointerFactory.html#createNodePointer-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-">createNodePointer(NodePointer, QName, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMPointerFactory.html#createNodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-java.util.Locale-">createNodePointer(QName, Object, Locale)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMPointerFactory.html#createNodePointer-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-">createNodePointer(NodePointer, QName, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointerFactory.html#createNodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-java.util.Locale-">createNodePointer(QName, Object, Locale)</a></span> - Method in interface org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointerFactory.html" title="interface in org.apache.commons.jxpath.ri.model">NodePointerFactory</a></dt>
<dd>
<div class="block">Create a NodePointer for the supplied object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointerFactory.html#createNodePointer-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-">createNodePointer(NodePointer, QName, Object)</a></span> - Method in interface org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointerFactory.html" title="interface in org.apache.commons.jxpath.ri.model">NodePointerFactory</a></dt>
<dd>
<div class="block">Create a NodePointer for the supplied child object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointerFactory.html#createNodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-java.util.Locale-">createNodePointer(QName, Object, Locale)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointerFactory.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointerFactory.html#createNodePointer-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-">createNodePointer(NodePointer, QName, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointerFactory.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/SimplePathInterpreter.html#createNullPointer-org.apache.commons.jxpath.ri.EvalContext-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.compiler.Step:A-int-">createNullPointer(EvalContext, NodePointer, Step[], int)</a></span> - Static method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/SimplePathInterpreter.html" title="class in org.apache.commons.jxpath.ri.axes">SimplePathInterpreter</a></dt>
<dd>
<div class="block">Creates a "null pointer" that
 a) represents the requested path and
 b) can be used for creation of missing nodes in the path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/AbstractFactory.html#createObject-org.apache.commons.jxpath.JXPathContext-org.apache.commons.jxpath.Pointer-java.lang.Object-java.lang.String-int-">createObject(JXPathContext, Pointer, Object, String, int)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/AbstractFactory.html" title="class in org.apache.commons.jxpath">AbstractFactory</a></dt>
<dd>
<div class="block">The  parameters may describe a collection element or an individual
 object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/CompiledExpression.html#createPath-org.apache.commons.jxpath.JXPathContext-">createPath(JXPathContext)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/CompiledExpression.html" title="interface in org.apache.commons.jxpath">CompiledExpression</a></dt>
<dd>
<div class="block">Creates intermediate elements of
 the path by invoking an <a href="org/apache/commons/jxpath/AbstractFactory.html" title="class in org.apache.commons.jxpath"><code>AbstractFactory</code></a>, which should first be
 installed on the context by calling <a href="org/apache/commons/jxpath/JXPathContext.html#setFactory-org.apache.commons.jxpath.AbstractFactory-"><code>JXPathContext.setFactory(org.apache.commons.jxpath.AbstractFactory)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#createPath-java.lang.String-">createPath(String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Creates missing elements of the path by invoking an <a href="org/apache/commons/jxpath/AbstractFactory.html" title="class in org.apache.commons.jxpath"><code>AbstractFactory</code></a>,
 which should first be installed on the context by calling <a href="org/apache/commons/jxpath/JXPathContext.html#setFactory-org.apache.commons.jxpath.AbstractFactory-"><code>JXPathContext.setFactory(org.apache.commons.jxpath.AbstractFactory)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html#createPath-org.apache.commons.jxpath.JXPathContext-">createPath(JXPathContext)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html" title="class in org.apache.commons.jxpath.ri">JXPathCompiledExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#createPath-java.lang.String-">createPath(String)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#createPath-java.lang.String-org.apache.commons.jxpath.ri.compiler.Expression-">createPath(String, Expression)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Create the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html#createPath-org.apache.commons.jxpath.JXPathContext-">createPath(JXPathContext)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#createPath-org.apache.commons.jxpath.JXPathContext-">createPath(JXPathContext)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#createPath-org.apache.commons.jxpath.JXPathContext-java.lang.Object-">createPath(JXPathContext, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html#createPath-org.apache.commons.jxpath.JXPathContext-">createPath(JXPathContext)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullElementPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html#createPath-org.apache.commons.jxpath.JXPathContext-java.lang.Object-">createPath(JXPathContext, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullElementPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html#createPath-org.apache.commons.jxpath.JXPathContext-java.lang.Object-">createPath(JXPathContext, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html#createPath-org.apache.commons.jxpath.JXPathContext-">createPath(JXPathContext)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#createPath-org.apache.commons.jxpath.JXPathContext-">createPath(JXPathContext)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#createPath-org.apache.commons.jxpath.JXPathContext-java.lang.Object-">createPath(JXPathContext, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#createPath-org.apache.commons.jxpath.JXPathContext-">createPath(JXPathContext)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#createPath-org.apache.commons.jxpath.JXPathContext-java.lang.Object-">createPath(JXPathContext, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html#createPath-org.apache.commons.jxpath.JXPathContext-">createPath(JXPathContext)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html#createPath-org.apache.commons.jxpath.JXPathContext-java.lang.Object-">createPath(JXPathContext, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#createPath-org.apache.commons.jxpath.JXPathContext-java.lang.Object-">createPath(JXPathContext, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Called directly by JXPathContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#createPath-org.apache.commons.jxpath.JXPathContext-">createPath(JXPathContext)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Called by a child pointer when it needs to create a parent object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#createPath-org.apache.commons.jxpath.JXPathContext-java.lang.Object-">createPath(JXPathContext, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#createPath-org.apache.commons.jxpath.JXPathContext-">createPath(JXPathContext)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/CompiledExpression.html#createPathAndSetValue-org.apache.commons.jxpath.JXPathContext-java.lang.Object-">createPathAndSetValue(JXPathContext, Object)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/CompiledExpression.html" title="interface in org.apache.commons.jxpath">CompiledExpression</a></dt>
<dd>
<div class="block">The same as setValue, except it creates intermediate elements of
 the path by invoking an <a href="org/apache/commons/jxpath/AbstractFactory.html" title="class in org.apache.commons.jxpath"><code>AbstractFactory</code></a>, which should first be
 installed on the context by calling <a href="org/apache/commons/jxpath/JXPathContext.html#setFactory-org.apache.commons.jxpath.AbstractFactory-"><code>JXPathContext.setFactory(org.apache.commons.jxpath.AbstractFactory)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#createPathAndSetValue-java.lang.String-java.lang.Object-">createPathAndSetValue(String, Object)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">The same as setValue, except it creates intermediate elements of
 the path by invoking an <a href="org/apache/commons/jxpath/AbstractFactory.html" title="class in org.apache.commons.jxpath"><code>AbstractFactory</code></a>, which should first be
 installed on the context by calling <a href="org/apache/commons/jxpath/JXPathContext.html#setFactory-org.apache.commons.jxpath.AbstractFactory-"><code>JXPathContext.setFactory(org.apache.commons.jxpath.AbstractFactory)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html#createPathAndSetValue-org.apache.commons.jxpath.JXPathContext-java.lang.Object-">createPathAndSetValue(JXPathContext, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html" title="class in org.apache.commons.jxpath.ri">JXPathCompiledExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#createPathAndSetValue-java.lang.String-java.lang.Object-">createPathAndSetValue(String, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#createPathAndSetValue-java.lang.String-org.apache.commons.jxpath.ri.compiler.Expression-java.lang.Object-">createPathAndSetValue(String, Expression, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Create the given path setting its value to value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html#curChar">curChar</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParserTokenManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/ParseException.html#currentToken">currentToken</a></span> - Variable in exception org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/ParseException.html" title="class in org.apache.commons.jxpath.ri.parser">ParseException</a></dt>
<dd>
<div class="block">This is the last token that has been consumed successfully.</div>
</dd>
</dl>
<a name="I:D">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html#debugStream">debugStream</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParserTokenManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#decimalFormats">decimalFormats</a></span> - Variable in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">decimal format map</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/AbstractFactory.html#declareVariable-org.apache.commons.jxpath.JXPathContext-java.lang.String-">declareVariable(JXPathContext, String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/AbstractFactory.html" title="class in org.apache.commons.jxpath">AbstractFactory</a></dt>
<dd>
<div class="block">Declare the specified variable</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/BasicVariables.html#declareVariable-java.lang.String-java.lang.Object-">declareVariable(String, Object)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/BasicVariables.html" title="class in org.apache.commons.jxpath">BasicVariables</a></dt>
<dd>
<div class="block">Defines a new variable with the specified value or modifies
 the value of an existing variable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/KeywordVariables.html#declareVariable-java.lang.String-java.lang.Object-">declareVariable(String, Object)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/KeywordVariables.html" title="class in org.apache.commons.jxpath.servlet">KeywordVariables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/Variables.html#declareVariable-java.lang.String-java.lang.Object-">declareVariable(String, Object)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/Variables.html" title="interface in org.apache.commons.jxpath">Variables</a></dt>
<dd>
<div class="block">Defines a new variable with the specified value or modifies
 the value of an existing variable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#DEFAULT">DEFAULT</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/axes/DescendantContext.html" title="class in org.apache.commons.jxpath.ri.axes"><span class="typeNameLink">DescendantContext</span></a> - Class in <a href="org/apache/commons/jxpath/ri/axes/package-summary.html">org.apache.commons.jxpath.ri.axes</a></dt>
<dd>
<div class="block">An EvalContext that walks the "descendant::" and "descendant-or-self::"
 axes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/DescendantContext.html#DescendantContext-org.apache.commons.jxpath.ri.EvalContext-boolean-org.apache.commons.jxpath.ri.compiler.NodeTest-">DescendantContext(EvalContext, boolean, NodeTest)</a></span> - Constructor for class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/DescendantContext.html" title="class in org.apache.commons.jxpath.ri.axes">DescendantContext</a></dt>
<dd>
<div class="block">Create a new DescendantContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#Digit">Digit</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#disable_tracing--">disable_tracing()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#DIV">DIV</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#divide-java.lang.Object-java.lang.Object-">divide(Object, Object)</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces  an EXPRESSION object representing <i>left</i> divided by
 <i>right</i></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#divide-java.lang.Object-java.lang.Object-">divide(Object, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/xml/DocumentContainer.html" title="class in org.apache.commons.jxpath.xml"><span class="typeNameLink">DocumentContainer</span></a> - Class in <a href="org/apache/commons/jxpath/xml/package-summary.html">org.apache.commons.jxpath.xml</a></dt>
<dd>
<div class="block">An XML document container reads and parses XML only when it is
 accessed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/DocumentContainer.html#DocumentContainer-java.net.URL-">DocumentContainer(URL)</a></span> - Constructor for class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/DocumentContainer.html" title="class in org.apache.commons.jxpath.xml">DocumentContainer</a></dt>
<dd>
<div class="block">Use this constructor if the desired model is DOM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/DocumentContainer.html#DocumentContainer-java.net.URL-java.lang.String-">DocumentContainer(URL, String)</a></span> - Constructor for class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/DocumentContainer.html" title="class in org.apache.commons.jxpath.xml">DocumentContainer</a></dt>
<dd>
<div class="block">Construct a new DocumentContainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMPointerFactory.html#DOM_POINTER_FACTORY_ORDER">DOM_POINTER_FACTORY_ORDER</a></span> - Static variable in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMPointerFactory</a></dt>
<dd>
<div class="block">factory order</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributeIterator.html" title="class in org.apache.commons.jxpath.ri.model.dom"><span class="typeNameLink">DOMAttributeIterator</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/dom/package-summary.html">org.apache.commons.jxpath.ri.model.dom</a></dt>
<dd>
<div class="block">An iterator of attributes of a DOM Node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributeIterator.html#DOMAttributeIterator-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.QName-">DOMAttributeIterator(NodePointer, QName)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributeIterator.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributeIterator</a></dt>
<dd>
<div class="block">Create a new DOMAttributeIterator.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom"><span class="typeNameLink">DOMAttributePointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/dom/package-summary.html">org.apache.commons.jxpath.ri.model.dom</a></dt>
<dd>
<div class="block">A Pointer that points to a DOM node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html#DOMAttributePointer-org.apache.commons.jxpath.ri.model.NodePointer-org.w3c.dom.Attr-">DOMAttributePointer(NodePointer, Attr)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributePointer</a></dt>
<dd>
<div class="block">Create a new DOMAttributePointer.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/dom/DOMNamespaceIterator.html" title="class in org.apache.commons.jxpath.ri.model.dom"><span class="typeNameLink">DOMNamespaceIterator</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/dom/package-summary.html">org.apache.commons.jxpath.ri.model.dom</a></dt>
<dd>
<div class="block">An iterator of namespaces of a DOM Node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNamespaceIterator.html#DOMNamespaceIterator-org.apache.commons.jxpath.ri.model.NodePointer-">DOMNamespaceIterator(NodePointer)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNamespaceIterator.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNamespaceIterator</a></dt>
<dd>
<div class="block">Create a new DOMNamespaceIterator.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.dom"><span class="typeNameLink">DOMNodeIterator</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/dom/package-summary.html">org.apache.commons.jxpath.ri.model.dom</a></dt>
<dd>
<div class="block">An iterator of children of a DOM Node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodeIterator.html#DOMNodeIterator-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.compiler.NodeTest-boolean-org.apache.commons.jxpath.ri.model.NodePointer-">DOMNodeIterator(NodePointer, NodeTest, boolean, NodePointer)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodeIterator</a></dt>
<dd>
<div class="block">Create a new DOMNodeIterator.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom"><span class="typeNameLink">DOMNodePointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/dom/package-summary.html">org.apache.commons.jxpath.ri.model.dom</a></dt>
<dd>
<div class="block">A Pointer that points to a DOM node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#DOMNodePointer-org.w3c.dom.Node-java.util.Locale-">DOMNodePointer(Node, Locale)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>
<div class="block">Create a new DOMNodePointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#DOMNodePointer-org.w3c.dom.Node-java.util.Locale-java.lang.String-">DOMNodePointer(Node, Locale, String)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>
<div class="block">Create a new DOMNodePointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#DOMNodePointer-org.apache.commons.jxpath.ri.model.NodePointer-org.w3c.dom.Node-">DOMNodePointer(NodePointer, Node)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>
<div class="block">Create a new DOMNodePointer.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/xml/DOMParser.html" title="class in org.apache.commons.jxpath.xml"><span class="typeNameLink">DOMParser</span></a> - Class in <a href="org/apache/commons/jxpath/xml/package-summary.html">org.apache.commons.jxpath.xml</a></dt>
<dd>
<div class="block">An implementation of the XMLParser interface that produces a DOM Document.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/DOMParser.html#DOMParser--">DOMParser()</a></span> - Constructor for class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/DOMParser.html" title="class in org.apache.commons.jxpath.xml">DOMParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/dom/DOMPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.dom"><span class="typeNameLink">DOMPointerFactory</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/dom/package-summary.html">org.apache.commons.jxpath.ri.model.dom</a></dt>
<dd>
<div class="block">Implements NodePointerFactory for DOM elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMPointerFactory.html#DOMPointerFactory--">DOMPointerFactory()</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#Done--">Done()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/InfoSetUtil.html#doubleValue-java.lang.Object-">doubleValue(Object)</a></span> - Static method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/InfoSetUtil.html" title="class in org.apache.commons.jxpath.ri">InfoSetUtil</a></dt>
<dd>
<div class="block">Converts the supplied object to double.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointerFactory.html#DYNA_BEAN_POINTER_FACTORY_ORDER">DYNA_BEAN_POINTER_FACTORY_ORDER</a></span> - Static variable in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPointerFactory</a></dt>
<dd>
<div class="block">factory order constant</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans"><span class="typeNameLink">DynaBeanPointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/dynabeans/package-summary.html">org.apache.commons.jxpath.ri.model.dynabeans</a></dt>
<dd>
<div class="block">A Pointer that points to a <code>DynaBean</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html#DynaBeanPointer-org.apache.commons.jxpath.ri.QName-org.apache.commons.beanutils.DynaBean-java.util.Locale-">DynaBeanPointer(QName, DynaBean, Locale)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPointer</a></dt>
<dd>
<div class="block">Create a new DynaBeanPointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html#DynaBeanPointer-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.QName-org.apache.commons.beanutils.DynaBean-">DynaBeanPointer(NodePointer, QName, DynaBean)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPointer</a></dt>
<dd>
<div class="block">Create a new DynaBeanPointer.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans"><span class="typeNameLink">DynaBeanPointerFactory</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/dynabeans/package-summary.html">org.apache.commons.jxpath.ri.model.dynabeans</a></dt>
<dd>
<div class="block">Implements NodePointerFactory for DynaBeans.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointerFactory.html#DynaBeanPointerFactory--">DynaBeanPointerFactory()</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans"><span class="typeNameLink">DynaBeanPropertyPointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/dynabeans/package-summary.html">org.apache.commons.jxpath.ri.model.dynabeans</a></dt>
<dd>
<div class="block">Pointer pointing to a property of a <code>DynaBean</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html#DynaBeanPropertyPointer-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.beanutils.DynaBean-">DynaBeanPropertyPointer(NodePointer, DynaBean)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPropertyPointer</a></dt>
<dd>
<div class="block">Create a new DynaBeanPropertyPointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointerFactory.html#DYNAMIC_POINTER_FACTORY_ORDER">DYNAMIC_POINTER_FACTORY_ORDER</a></span> - Static variable in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPointerFactory</a></dt>
<dd>
<div class="block">Factory order constant.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicAttributeIterator.html" title="class in org.apache.commons.jxpath.ri.model.dynamic"><span class="typeNameLink">DynamicAttributeIterator</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/dynamic/package-summary.html">org.apache.commons.jxpath.ri.model.dynamic</a></dt>
<dd>
<div class="block"><code>DynamicAttributeIterator</code> is different from a regular
 <code>BeanAttributeIterator</code> in that given a property name it
 will always find that property (albeit with a null value).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicAttributeIterator.html#DynamicAttributeIterator-org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer-org.apache.commons.jxpath.ri.QName-">DynamicAttributeIterator(PropertyOwnerPointer, QName)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicAttributeIterator.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicAttributeIterator</a></dt>
<dd>
<div class="block">Create a new DynamicAttributeIterator.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic"><span class="typeNameLink">DynamicPointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/dynamic/package-summary.html">org.apache.commons.jxpath.ri.model.dynamic</a></dt>
<dd>
<div class="block">A Pointer that points to an object with Dynamic Properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html#DynamicPointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-org.apache.commons.jxpath.DynamicPropertyHandler-java.util.Locale-">DynamicPointer(QName, Object, DynamicPropertyHandler, Locale)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPointer</a></dt>
<dd>
<div class="block">Create a new DynamicPointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html#DynamicPointer-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-org.apache.commons.jxpath.DynamicPropertyHandler-">DynamicPointer(NodePointer, QName, Object, DynamicPropertyHandler)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPointer</a></dt>
<dd>
<div class="block">Create a new DynamicPointer.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.dynamic"><span class="typeNameLink">DynamicPointerFactory</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/dynamic/package-summary.html">org.apache.commons.jxpath.ri.model.dynamic</a></dt>
<dd>
<div class="block">Implements NodePointerFactory for Dynamic classes like Map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointerFactory.html#DynamicPointerFactory--">DynamicPointerFactory()</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/DynamicPropertyHandler.html" title="interface in org.apache.commons.jxpath"><span class="typeNameLink">DynamicPropertyHandler</span></a> - Interface in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">A generic mechanism for accessing collections of name/value pairs.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyIterator.html" title="class in org.apache.commons.jxpath.ri.model.dynamic"><span class="typeNameLink">DynamicPropertyIterator</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/dynamic/package-summary.html">org.apache.commons.jxpath.ri.model.dynamic</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">- no longer needed, as it is identical to PropertyIterator.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyIterator.html#DynamicPropertyIterator-org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer-java.lang.String-boolean-org.apache.commons.jxpath.ri.model.NodePointer-">DynamicPropertyIterator(PropertyOwnerPointer, String, boolean, NodePointer)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyIterator.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPropertyIterator</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Create a new DynamicPropertyIterator</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic"><span class="typeNameLink">DynamicPropertyPointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/dynamic/package-summary.html">org.apache.commons.jxpath.ri.model.dynamic</a></dt>
<dd>
<div class="block">Pointer pointing to a property of an object with dynamic properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html#DynamicPropertyPointer-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.DynamicPropertyHandler-">DynamicPropertyPointer(NodePointer, DynamicPropertyHandler)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPropertyPointer</a></dt>
<dd>
<div class="block">Create a new DynamicPropertyPointer.</div>
</dd>
</dl>
<a name="I:E">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#enable_tracing--">enable_tracing()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/Token.html#endColumn">endColumn</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/Token.html" title="class in org.apache.commons.jxpath.ri.parser">Token</a></dt>
<dd>
<div class="block">beginLine and beginColumn describe the position of the first character
 of this token; endLine and endColumn describe the position of the
 last character of this token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/Token.html#endLine">endLine</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/Token.html" title="class in org.apache.commons.jxpath.ri.parser">Token</a></dt>
<dd>
<div class="block">beginLine and beginColumn describe the position of the first character
 of this token; endLine and endColumn describe the position of the
 last character of this token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#EOF">EOF</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/ParseException.html#eol">eol</a></span> - Variable in exception org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/ParseException.html" title="class in org.apache.commons.jxpath.ri.parser">ParseException</a></dt>
<dd>
<div class="block">The end of line string for this machine.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#EQ">EQ</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationCompare.html#equal-org.apache.commons.jxpath.ri.EvalContext-org.apache.commons.jxpath.ri.compiler.Expression-org.apache.commons.jxpath.ri.compiler.Expression-">equal(EvalContext, Expression, Expression)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationCompare.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationCompare</a></dt>
<dd>
<div class="block">Compares two values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationCompare.html#equal-java.lang.Object-java.lang.Object-">equal(Object, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationCompare.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationCompare</a></dt>
<dd>
<div class="block">Learn whether l equals r in XPath terms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#equal-java.lang.Object-java.lang.Object-">equal(Object, Object)</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces an EXPRESSION object representing the comparison:
 <i>left</i> equals to <i>right</i></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#equal-java.lang.Object-java.lang.Object-">equal(Object, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#EqualityExpr--">EqualityExpr()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">LangAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullElementPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">NamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/QName.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/QName.html" title="class in org.apache.commons.jxpath.ri">QName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#escape-java.lang.String-">escape(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Return a string escaping single and double quotes.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri"><span class="typeNameLink">EvalContext</span></a> - Class in <a href="org/apache/commons/jxpath/ri/package-summary.html">org.apache.commons.jxpath.ri</a></dt>
<dd>
<div class="block">An XPath evaluation context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#EvalContext-org.apache.commons.jxpath.ri.EvalContext-">EvalContext(EvalContext)</a></span> - Constructor for class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">Create a new EvalContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Path.html#evalSteps-org.apache.commons.jxpath.ri.EvalContext-">evalSteps(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Path.html" title="class in org.apache.commons.jxpath.ri.compiler">Path</a></dt>
<dd>
<div class="block">Given a root context, walks a path therefrom and builds a context
 that contains all nodes matching the path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationGreaterThan.html#evaluateCompare-int-">evaluateCompare(int)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationGreaterThan.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationGreaterThan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationGreaterThanOrEqual.html#evaluateCompare-int-">evaluateCompare(int)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationGreaterThanOrEqual.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationGreaterThanOrEqual</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationLessThan.html#evaluateCompare-int-">evaluateCompare(int)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationLessThan.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationLessThan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationLessThanOrEqual.html#evaluateCompare-int-">evaluateCompare(int)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationLessThanOrEqual.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationLessThanOrEqual</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationRelationalExpression.html#evaluateCompare-int-">evaluateCompare(int)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationRelationalExpression.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationRelationalExpression</a></dt>
<dd>
<div class="block">Template method for subclasses to evaluate the result of a comparison.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#ExpandBuff-boolean-">ExpandBuff(boolean)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/ValueUtils.html#expandCollection-java.lang.Object-int-">expandCollection(Object, int)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/ValueUtils.html" title="class in org.apache.commons.jxpath.util">ValueUtils</a></dt>
<dd>
<div class="block">Grows the collection if necessary to the specified size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/ParseException.html#expectedTokenSequences">expectedTokenSequences</a></span> - Variable in exception org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/ParseException.html" title="class in org.apache.commons.jxpath.ri.parser">ParseException</a></dt>
<dd>
<div class="block">Each entry in this array is an array of integers.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">Expression</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Common superclass for several types of nodes in the parse tree.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Expression.html#Expression--">Expression()</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler">Expression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#Expression--">Expression()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/Expression.PointerIterator.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">Expression.PointerIterator</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Pointer iterator</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/Expression.ValueIterator.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">Expression.ValueIterator</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Value Iterator</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ExpressionContext.html" title="interface in org.apache.commons.jxpath"><span class="typeNameLink">ExpressionContext</span></a> - Interface in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">If an extenstion function has an argument of type ExpressionContext,
 it can gain access to the current node of an XPath expression context.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/ExpressionPath.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">ExpressionPath</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">An  element of the parse tree that represents an expression path, which is a
 path that starts with an expression like a function call: <code>getFoo(.)
 /bar</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#expressionPath-java.lang.Object-java.lang.Object:A-java.lang.Object:A-">expressionPath(Object, Object[], Object[])</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces an EXPRESSION object representing a filter expression</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/ExpressionPath.html#ExpressionPath-org.apache.commons.jxpath.ri.compiler.Expression-org.apache.commons.jxpath.ri.compiler.Expression:A-org.apache.commons.jxpath.ri.compiler.Step:A-">ExpressionPath(Expression, Expression[], Step[])</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/ExpressionPath.html" title="class in org.apache.commons.jxpath.ri.compiler">ExpressionPath</a></dt>
<dd>
<div class="block">Create a new ExpressionPath.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/ExpressionPath.html#expressionPath-org.apache.commons.jxpath.ri.EvalContext-boolean-">expressionPath(EvalContext, boolean)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/ExpressionPath.html" title="class in org.apache.commons.jxpath.ri.compiler">ExpressionPath</a></dt>
<dd>
<div class="block">Walks an expression path (a path that starts with an expression)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#expressionPath-java.lang.Object-java.lang.Object:A-java.lang.Object:A-">expressionPath(Object, Object[], Object[])</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ExtendedKeyManager.html" title="interface in org.apache.commons.jxpath"><span class="typeNameLink">ExtendedKeyManager</span></a> - Interface in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">More complete implementation for the XPath <code>"key()"</code> function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#Extender">Extender</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/ExtensionFunction.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">ExtensionFunction</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Represents an element of the parse tree representing an extension function
 call.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/ExtensionFunction.html#ExtensionFunction-org.apache.commons.jxpath.ri.QName-org.apache.commons.jxpath.ri.compiler.Expression:A-">ExtensionFunction(QName, Expression[])</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/ExtensionFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">ExtensionFunction</a></dt>
<dd>
<div class="block">Create a new ExtensionFunction.</div>
</dd>
</dl>
<a name="I:F">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#factory">factory</a></span> - Variable in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">AbstractFactory</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContextFactory.html#FACTORY_NAME_PROPERTY">FACTORY_NAME_PROPERTY</a></span> - Static variable in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContextFactory.html" title="class in org.apache.commons.jxpath">JXPathContextFactory</a></dt>
<dd>
<div class="block">The default property</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#FillBuff--">FillBuff()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#FilterExpr--">FilterExpr()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#findEnclosingAttribute-org.w3c.dom.Node-java.lang.String-">findEnclosingAttribute(Node, String)</a></span> - Static method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>
<div class="block">Find the nearest occurrence of the specified attribute
 on the specified and enclosing elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#findEnclosingAttribute-java.lang.Object-java.lang.String-org.jdom.Namespace-">findEnclosingAttribute(Object, String, Namespace)</a></span> - Static method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>
<div class="block">Find the nearest occurrence of the specified attribute
 on the specified and enclosing elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationCompare.html#findMatch-java.util.Iterator-java.util.Iterator-">findMatch(Iterator, Iterator)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationCompare.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationCompare</a></dt>
<dd>
<div class="block">Learn whether lit intersects rit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#findVariables-org.apache.commons.jxpath.JXPathContext-">findVariables(JXPathContext)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>
<div class="block">Assimilate the Variables instance associated with the specified context.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/Function.html" title="interface in org.apache.commons.jxpath"><span class="typeNameLink">Function</span></a> - Interface in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">Extension function interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#function-int-java.lang.Object:A-">function(int, Object[])</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces an EXPRESSION object representing the computation of
 a core function with the supplied arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#function-java.lang.Object-java.lang.Object:A-">function(Object, Object[])</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces an EXPRESSION object representing the computation of
 a library function with the supplied arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#function-int-java.lang.Object:A-">function(int, Object[])</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#function-java.lang.Object-java.lang.Object:A-">function(Object, Object[])</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_BOOLEAN">FUNCTION_BOOLEAN</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_BOOLEAN">FUNCTION_BOOLEAN</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_CEILING">FUNCTION_CEILING</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_CEILING">FUNCTION_CEILING</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_CONCAT">FUNCTION_CONCAT</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_CONCAT">FUNCTION_CONCAT</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_CONTAINS">FUNCTION_CONTAINS</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_CONTAINS">FUNCTION_CONTAINS</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_COUNT">FUNCTION_COUNT</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_COUNT">FUNCTION_COUNT</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_FALSE">FUNCTION_FALSE</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_FALSE">FUNCTION_FALSE</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_FLOOR">FUNCTION_FLOOR</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_FLOOR">FUNCTION_FLOOR</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_FORMAT_NUMBER">FUNCTION_FORMAT_NUMBER</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_FORMAT_NUMBER">FUNCTION_FORMAT_NUMBER</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_ID">FUNCTION_ID</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_ID">FUNCTION_ID</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_KEY">FUNCTION_KEY</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_KEY">FUNCTION_KEY</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_LANG">FUNCTION_LANG</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_LANG">FUNCTION_LANG</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_LAST">FUNCTION_LAST</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_LAST">FUNCTION_LAST</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_LOCAL_NAME">FUNCTION_LOCAL_NAME</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_LOCAL_NAME">FUNCTION_LOCAL_NAME</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_NAME">FUNCTION_NAME</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_NAME">FUNCTION_NAME</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_NAMESPACE_URI">FUNCTION_NAMESPACE_URI</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_NAMESPACE_URI">FUNCTION_NAMESPACE_URI</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_NORMALIZE_SPACE">FUNCTION_NORMALIZE_SPACE</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_NORMALIZE_SPACE">FUNCTION_NORMALIZE_SPACE</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_NOT">FUNCTION_NOT</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_NOT">FUNCTION_NOT</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_NULL">FUNCTION_NULL</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_NULL">FUNCTION_NULL</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_NUMBER">FUNCTION_NUMBER</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_NUMBER">FUNCTION_NUMBER</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_POSITION">FUNCTION_POSITION</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_POSITION">FUNCTION_POSITION</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_ROUND">FUNCTION_ROUND</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_ROUND">FUNCTION_ROUND</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_STARTS_WITH">FUNCTION_STARTS_WITH</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_STARTS_WITH">FUNCTION_STARTS_WITH</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_STRING">FUNCTION_STRING</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_STRING">FUNCTION_STRING</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_STRING_LENGTH">FUNCTION_STRING_LENGTH</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_STRING_LENGTH">FUNCTION_STRING_LENGTH</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_SUBSTRING">FUNCTION_SUBSTRING</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_SUBSTRING">FUNCTION_SUBSTRING</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_SUBSTRING_AFTER">FUNCTION_SUBSTRING_AFTER</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_SUBSTRING_AFTER">FUNCTION_SUBSTRING_AFTER</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_SUBSTRING_BEFORE">FUNCTION_SUBSTRING_BEFORE</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_SUBSTRING_BEFORE">FUNCTION_SUBSTRING_BEFORE</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_SUM">FUNCTION_SUM</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_SUM">FUNCTION_SUM</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_TRANSLATE">FUNCTION_TRANSLATE</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_TRANSLATE">FUNCTION_TRANSLATE</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#FUNCTION_TRUE">FUNCTION_TRUE</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#FUNCTION_TRUE">FUNCTION_TRUE</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionBoolean-org.apache.commons.jxpath.ri.EvalContext-">functionBoolean(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">boolean() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#FunctionCall--">FunctionCall()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionCeiling-org.apache.commons.jxpath.ri.EvalContext-">functionCeiling(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">ceiling() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionConcat-org.apache.commons.jxpath.ri.EvalContext-">functionConcat(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">concat() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionContains-org.apache.commons.jxpath.ri.EvalContext-">functionContains(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">contains() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionCount-org.apache.commons.jxpath.ri.EvalContext-">functionCount(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">count() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionFalse-org.apache.commons.jxpath.ri.EvalContext-">functionFalse(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">false() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionFloor-org.apache.commons.jxpath.ri.EvalContext-">functionFloor(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">floor() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionID-org.apache.commons.jxpath.ri.EvalContext-">functionID(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">id() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionKey-org.apache.commons.jxpath.ri.EvalContext-">functionKey(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">key() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionLang-org.apache.commons.jxpath.ri.EvalContext-">functionLang(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">lang() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionLast-org.apache.commons.jxpath.ri.EvalContext-">functionLast(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">last() implementation.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/FunctionLibrary.html" title="class in org.apache.commons.jxpath"><span class="typeNameLink">FunctionLibrary</span></a> - Class in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">An object that aggregates <a href="org/apache/commons/jxpath/Functions.html" title="interface in org.apache.commons.jxpath"><code>Functions</code></a> objects into a group Functions
 object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/FunctionLibrary.html#FunctionLibrary--">FunctionLibrary()</a></span> - Constructor for class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/FunctionLibrary.html" title="class in org.apache.commons.jxpath">FunctionLibrary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionLocalName-org.apache.commons.jxpath.ri.EvalContext-">functionLocalName(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">local-name() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionName-org.apache.commons.jxpath.ri.EvalContext-">functionName(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">name() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#FunctionName--">FunctionName()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionNamespaceURI-org.apache.commons.jxpath.ri.EvalContext-">functionNamespaceURI(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">namespace-uri() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionNormalizeSpace-org.apache.commons.jxpath.ri.EvalContext-">functionNormalizeSpace(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">normalize-space() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionNot-org.apache.commons.jxpath.ri.EvalContext-">functionNot(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">not() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionNull-org.apache.commons.jxpath.ri.EvalContext-">functionNull(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">null() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionNumber-org.apache.commons.jxpath.ri.EvalContext-">functionNumber(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">number() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionPosition-org.apache.commons.jxpath.ri.EvalContext-">functionPosition(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">position() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionRound-org.apache.commons.jxpath.ri.EvalContext-">functionRound(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">round() implementation.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/Functions.html" title="interface in org.apache.commons.jxpath"><span class="typeNameLink">Functions</span></a> - Interface in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">A group of Function objects sharing a common namespace or a set of
 common namespaces.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#functions">functions</a></span> - Variable in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">functions</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionStartsWith-org.apache.commons.jxpath.ri.EvalContext-">functionStartsWith(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">starts-with() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionString-org.apache.commons.jxpath.ri.EvalContext-">functionString(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">string() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionStringLength-org.apache.commons.jxpath.ri.EvalContext-">functionStringLength(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">string-length() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionSubstring-org.apache.commons.jxpath.ri.EvalContext-">functionSubstring(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">substring() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionSubstringAfter-org.apache.commons.jxpath.ri.EvalContext-">functionSubstringAfter(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">substring-after() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionSubstringBefore-org.apache.commons.jxpath.ri.EvalContext-">functionSubstringBefore(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">substring-before() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionSum-org.apache.commons.jxpath.ri.EvalContext-">functionSum(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">sum() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionTranslate-org.apache.commons.jxpath.ri.EvalContext-">functionTranslate(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">translate() implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#functionTrue-org.apache.commons.jxpath.ri.EvalContext-">functionTrue(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">true() implementation.</div>
</dd>
</dl>
<a name="I:G">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#generateParseException--">generateParseException()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/RootContext.html#getAbsoluteRootContext--">getAbsoluteRootContext()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/RootContext.html" title="class in org.apache.commons.jxpath.ri.axes">RootContext</a></dt>
<dd>
<div class="block">Get absolute root context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#getAbsoluteRootContext--">getAbsoluteRootContext()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Get the absolute root context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getAbstractFactory-org.apache.commons.jxpath.JXPathContext-">getAbstractFactory(JXPathContext)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Get the AbstractFactory associated with the specified JXPathContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/ValueUtils.html#getAccessibleMethod-java.lang.reflect.Method-">getAccessibleMethod(Method)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/ValueUtils.html" title="class in org.apache.commons.jxpath.util">ValueUtils</a></dt>
<dd>
<div class="block">Return an accessible method (that is, one that can be invoked via
 reflection) that implements the specified Method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/JXPathServletContexts.html#getApplicationContext-javax.servlet.ServletContext-">getApplicationContext(ServletContext)</a></span> - Static method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/JXPathServletContexts.html" title="class in org.apache.commons.jxpath.servlet">JXPathServletContexts</a></dt>
<dd>
<div class="block">Returns  a JXPathContext bound to the "application" scope.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#getArg1--">getArg1()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">Convenience method to return the first argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#getArg2--">getArg2()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">Convenience method to return the second argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#getArg3--">getArg3()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">Convenience method to return the third argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#getArgumentCount--">getArgumentCount()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">Return the number of argument Expressions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Operation.html#getArguments--">getArguments()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Operation.html" title="class in org.apache.commons.jxpath.ri.compiler">Operation</a></dt>
<dd>
<div class="block">Get the arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/PageScopeContext.html#getAttribute-java.lang.String-">getAttribute(String)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/PageScopeContext.html" title="class in org.apache.commons.jxpath.servlet">PageScopeContext</a></dt>
<dd>
<div class="block">Get the value of the specified attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/PageScopeContext.html#getAttributeNames--">getAttributeNames()</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/PageScopeContext.html" title="class in org.apache.commons.jxpath.servlet">PageScopeContext</a></dt>
<dd>
<div class="block">Returns attributes of the pageContext declared in the "page" scope.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Step.html#getAxis--">getAxis()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Step.html" title="class in org.apache.commons.jxpath.ri.compiler">Step</a></dt>
<dd>
<div class="block">Get the axis code.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html#getBaseValue--">getBaseValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html#getBaseValue--">getBaseValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPropertyPointer</a></dt>
<dd>
<div class="block">Get the value of the currently selected property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#getBaseValue--">getBaseValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html#getBaseValue--">getBaseValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">LangAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html#getBaseValue--">getBaseValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullElementPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html#getBaseValue--">getBaseValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#getBaseValue--">getBaseValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#getBaseValue--">getBaseValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html#getBaseValue--">getBaseValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#getBaseValue--">getBaseValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html#getBaseValue--">getBaseValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">NamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html#getBaseValue--">getBaseValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html#getBaseValue--">getBaseValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html#getBaseValue--">getBaseValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPointer</a></dt>
<dd>
<div class="block">Returns the DP object iself.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html#getBaseValue--">getBaseValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPropertyPointer</a></dt>
<dd>
<div class="block">Returns the value of the property, not an element of the collection
 represented by the property, if any.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html#getBaseValue--">getBaseValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html#getBaseValue--">getBaseValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#getBaseValue--">getBaseValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getBaseValue--">getBaseValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Returns the value represented by the pointer before indexing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#getBaseValue--">getBaseValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#getBean--">getBean()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>
<div class="block">Get the parent bean.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathIntrospector.html#getBeanInfo-java.lang.Class-">getBeanInfo(Class)</a></span> - Static method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathIntrospector.html" title="class in org.apache.commons.jxpath">JXPathIntrospector</a></dt>
<dd>
<div class="block">Creates and registers a JXPathBeanInfo object for the supplied class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#getBeginColumn--">getBeginColumn()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#getBeginLine--">getBeginLine()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathException.html#getCause--">getCause()</a></span> - Method in exception org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathException.html" title="class in org.apache.commons.jxpath">JXPathException</a></dt>
<dd>
<div class="block">Same as <a href="org/apache/commons/jxpath/JXPathException.html#getException--"><code>getException()</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/TokenMgrError.html#getCharacter--">getCharacter()</a></span> - Method in error org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/TokenMgrError.html" title="class in org.apache.commons.jxpath.ri.parser">TokenMgrError</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/ValueUtils.html#getCollectionHint-java.lang.Class-">getCollectionHint(Class)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/ValueUtils.html" title="class in org.apache.commons.jxpath.util">ValueUtils</a></dt>
<dd>
<div class="block">Returns 1 if the type is a collection,
 -1 if it is definitely not
 and 0 if it may be a collection in some cases.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#getColumn--">getColumn()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#getCompiler--">getCompiler()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Returns a static instance of TreeCompiler.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/RootContext.html#getConstantContext-java.lang.Object-">getConstantContext(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/RootContext.html" title="class in org.apache.commons.jxpath.ri.axes">RootContext</a></dt>
<dd>
<div class="block">Get a context that points to the specified object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointerFactory.VariableContextWrapper.html#getContext--">getContext()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointerFactory.VariableContextWrapper.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointerFactory.VariableContextWrapper</a></dt>
<dd>
<div class="block">Get the original (unwrapped) context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#getContextBean--">getContextBean()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Returns the JavaBean associated with this context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ExpressionContext.html#getContextNodeList--">getContextNodeList()</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/ExpressionContext.html" title="interface in org.apache.commons.jxpath">ExpressionContext</a></dt>
<dd>
<div class="block">Get the current context node list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#getContextNodeList--">getContextNodeList()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">Returns the list of all Pointers in this context for the current
 position of the parent context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ExpressionContext.html#getContextNodePointer--">getContextNodePointer()</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/ExpressionContext.html" title="interface in org.apache.commons.jxpath">ExpressionContext</a></dt>
<dd>
<div class="block">Get the current context node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#getContextNodePointer--">getContextNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#getContextPointer--">getContextPointer()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Returns a Pointer for the context bean.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#getContextPointer--">getContextPointer()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/AncestorContext.html#getCurrentNodePointer--">getCurrentNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/AncestorContext.html" title="class in org.apache.commons.jxpath.ri.axes">AncestorContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/AttributeContext.html#getCurrentNodePointer--">getCurrentNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/AttributeContext.html" title="class in org.apache.commons.jxpath.ri.axes">AttributeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/ChildContext.html#getCurrentNodePointer--">getCurrentNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/ChildContext.html" title="class in org.apache.commons.jxpath.ri.axes">ChildContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/DescendantContext.html#getCurrentNodePointer--">getCurrentNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/DescendantContext.html" title="class in org.apache.commons.jxpath.ri.axes">DescendantContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/InitialContext.html#getCurrentNodePointer--">getCurrentNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/InitialContext.html" title="class in org.apache.commons.jxpath.ri.axes">InitialContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/NamespaceContext.html#getCurrentNodePointer--">getCurrentNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/NamespaceContext.html" title="class in org.apache.commons.jxpath.ri.axes">NamespaceContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/NodeSetContext.html#getCurrentNodePointer--">getCurrentNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/NodeSetContext.html" title="class in org.apache.commons.jxpath.ri.axes">NodeSetContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/ParentContext.html#getCurrentNodePointer--">getCurrentNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/ParentContext.html" title="class in org.apache.commons.jxpath.ri.axes">ParentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/PrecedingOrFollowingContext.html#getCurrentNodePointer--">getCurrentNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/PrecedingOrFollowingContext.html" title="class in org.apache.commons.jxpath.ri.axes">PrecedingOrFollowingContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/PredicateContext.html#getCurrentNodePointer--">getCurrentNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/PredicateContext.html" title="class in org.apache.commons.jxpath.ri.axes">PredicateContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/RootContext.html#getCurrentNodePointer--">getCurrentNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/RootContext.html" title="class in org.apache.commons.jxpath.ri.axes">RootContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/SelfContext.html#getCurrentNodePointer--">getCurrentNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/SelfContext.html" title="class in org.apache.commons.jxpath.ri.axes">SelfContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#getCurrentNodePointer--">getCurrentNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">Returns the current context node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/ParentContext.html#getCurrentPosition--">getCurrentPosition()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/ParentContext.html" title="class in org.apache.commons.jxpath.ri.axes">ParentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/RootContext.html#getCurrentPosition--">getCurrentPosition()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/RootContext.html" title="class in org.apache.commons.jxpath.ri.axes">RootContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#getCurrentPosition--">getCurrentPosition()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">Get the current position.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#getDecimalFormatSymbols-java.lang.String-">getDecimalFormatSymbols(String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Get the named DecimalFormatSymbols.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#getDefaultNamespaceURI--">getDefaultNamespaceURI()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getDefaultNamespaceURI--">getDefaultNamespaceURI()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Get the default ns uri</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/AncestorContext.html#getDocumentOrder--">getDocumentOrder()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/AncestorContext.html" title="class in org.apache.commons.jxpath.ri.axes">AncestorContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/ParentContext.html#getDocumentOrder--">getDocumentOrder()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/ParentContext.html" title="class in org.apache.commons.jxpath.ri.axes">ParentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/PrecedingOrFollowingContext.html#getDocumentOrder--">getDocumentOrder()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/PrecedingOrFollowingContext.html" title="class in org.apache.commons.jxpath.ri.axes">PrecedingOrFollowingContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/UnionContext.html#getDocumentOrder--">getDocumentOrder()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/UnionContext.html" title="class in org.apache.commons.jxpath.ri.axes">UnionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#getDocumentOrder--">getDocumentOrder()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">Determines the document order for this context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/ValueUtils.html#getDynamicPropertyHandler-java.lang.Class-">getDynamicPropertyHandler(Class)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/ValueUtils.html" title="class in org.apache.commons.jxpath.util">ValueUtils</a></dt>
<dd>
<div class="block">Returns a shared instance of the dynamic property handler class
 returned by <code>getDynamicPropertyHandlerClass()</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathBasicBeanInfo.html#getDynamicPropertyHandlerClass--">getDynamicPropertyHandlerClass()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathBasicBeanInfo.html" title="class in org.apache.commons.jxpath">JXPathBasicBeanInfo</a></dt>
<dd>
<div class="block">For a dynamic class, returns the corresponding DynamicPropertyHandler
 class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathBeanInfo.html#getDynamicPropertyHandlerClass--">getDynamicPropertyHandlerClass()</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathBeanInfo.html" title="interface in org.apache.commons.jxpath">JXPathBeanInfo</a></dt>
<dd>
<div class="block">For dynamic objects, returns the class implementing
 the <a href="org/apache/commons/jxpath/DynamicPropertyHandler.html" title="interface in org.apache.commons.jxpath"><code>DynamicPropertyHandler</code></a> interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionAttributeNodeIterator.html#getElementNodeIterator-org.apache.commons.jxpath.ri.model.NodePointer-">getElementNodeIterator(NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionAttributeNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionAttributeNodeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionChildNodeIterator.html#getElementNodeIterator-org.apache.commons.jxpath.ri.model.NodePointer-">getElementNodeIterator(NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionChildNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionChildNodeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionNodeIterator.html#getElementNodeIterator-org.apache.commons.jxpath.ri.model.NodePointer-">getElementNodeIterator(NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionNodeIterator</a></dt>
<dd>
<div class="block">Implemented by subclasses to produce child/attribute node iterators.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#getEndColumn--">getEndColumn()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#getEndLine--">getEndLine()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContextFactoryConfigurationError.html#getException--">getException()</a></span> - Method in error org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContextFactoryConfigurationError.html" title="class in org.apache.commons.jxpath">JXPathContextFactoryConfigurationError</a></dt>
<dd>
<div class="block">Return the actual exception (if any) that caused this exception to
 be raised.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathException.html#getException--">getException()</a></span> - Method in exception org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathException.html" title="class in org.apache.commons.jxpath">JXPathException</a></dt>
<dd>
<div class="block">Return the actual exception (if any) that caused this exception to
 be raised.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/ExpressionPath.html#getExpression--">getExpression()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/ExpressionPath.html" title="class in org.apache.commons.jxpath.ri.compiler">ExpressionPath</a></dt>
<dd>
<div class="block">Get the expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html#getExpression--">getExpression()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html" title="class in org.apache.commons.jxpath.ri">JXPathCompiledExpression</a></dt>
<dd>
<div class="block">Get the compiled expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/KeyManagerUtils.html#getExtendedKeyManager-org.apache.commons.jxpath.KeyManager-">getExtendedKeyManager(KeyManager)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/KeyManagerUtils.html" title="class in org.apache.commons.jxpath.util">KeyManagerUtils</a></dt>
<dd>
<div class="block">Get an ExtendedKeyManager from the specified KeyManager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/NamespaceResolver.html#getExternallyRegisteredNamespaceURI-java.lang.String-">getExternallyRegisteredNamespaceURI(String)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/NamespaceResolver.html" title="class in org.apache.commons.jxpath.ri">NamespaceResolver</a></dt>
<dd>
<div class="block">Given a prefix, returns an externally registered namespace URI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/NamespaceResolver.html#getExternallyRegisteredPrefix-java.lang.String-">getExternallyRegisteredPrefix(String)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/NamespaceResolver.html" title="class in org.apache.commons.jxpath.ri">NamespaceResolver</a></dt>
<dd>
<div class="block">Get the nearest prefix found that matches an externally-registered namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#getFactory--">getFactory()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Returns the AbstractFactory installed on this context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ClassFunctions.html#getFunction-java.lang.String-java.lang.String-java.lang.Object:A-">getFunction(String, String, Object[])</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/ClassFunctions.html" title="class in org.apache.commons.jxpath">ClassFunctions</a></dt>
<dd>
<div class="block">Returns a <a href="org/apache/commons/jxpath/Function.html" title="interface in org.apache.commons.jxpath"><code>Function</code></a>, if any, for the specified namespace,
 name and parameter types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/FunctionLibrary.html#getFunction-java.lang.String-java.lang.String-java.lang.Object:A-">getFunction(String, String, Object[])</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/FunctionLibrary.html" title="class in org.apache.commons.jxpath">FunctionLibrary</a></dt>
<dd>
<div class="block">Returns a Function, if any, for the specified namespace,
 name and parameter types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/Functions.html#getFunction-java.lang.String-java.lang.String-java.lang.Object:A-">getFunction(String, String, Object[])</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/Functions.html" title="interface in org.apache.commons.jxpath">Functions</a></dt>
<dd>
<div class="block">Returns a Function, if any, for the specified namespace,
 name and parameter types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/PackageFunctions.html#getFunction-java.lang.String-java.lang.String-java.lang.Object:A-">getFunction(String, String, Object[])</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/PackageFunctions.html" title="class in org.apache.commons.jxpath">PackageFunctions</a></dt>
<dd>
<div class="block">Returns a <a href="org/apache/commons/jxpath/Function.html" title="interface in org.apache.commons.jxpath"><code>Function</code></a>, if found, for the specified namespace,
 name and parameter types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/RootContext.html#getFunction-org.apache.commons.jxpath.ri.QName-java.lang.Object:A-">getFunction(QName, Object[])</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/RootContext.html" title="class in org.apache.commons.jxpath.ri.axes">RootContext</a></dt>
<dd>
<div class="block">Get the specified function from the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#getFunction-org.apache.commons.jxpath.ri.QName-java.lang.Object:A-">getFunction(QName, Object[])</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Get the named Function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#getFunctionCode--">getFunctionCode()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">Get the function code.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#getFunctionName--">getFunctionName()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>
<div class="block">Get the name of this function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/ExtensionFunction.html#getFunctionName--">getFunctionName()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/ExtensionFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">ExtensionFunction</a></dt>
<dd>
<div class="block">Get the function name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#getFunctions--">getFunctions()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Returns the set of functions installed on the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#getIdentityManager--">getIdentityManager()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Returns this context's identity manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#GetImage--">GetImage()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html#getImmediateNode--">getImmediateNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPropertyPointer</a></dt>
<dd>
<div class="block">If index == WHOLE_COLLECTION, the value of the property, otherwise
 the value of the index'th element of the collection represented by the
 property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#getImmediateNode--">getImmediateNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html#getImmediateNode--">getImmediateNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">LangAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html#getImmediateNode--">getImmediateNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullElementPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#getImmediateNode--">getImmediateNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html#getImmediateNode--">getImmediateNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyOwnerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#getImmediateNode--">getImmediateNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#getImmediateNode--">getImmediateNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html#getImmediateNode--">getImmediateNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#getImmediateNode--">getImmediateNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html#getImmediateNode--">getImmediateNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">NamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html#getImmediateNode--">getImmediateNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html#getImmediateNode--">getImmediateNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPropertyPointer</a></dt>
<dd>
<div class="block">If index == WHOLE_COLLECTION, the value of the property, otherwise
 the value of the index'th element of the collection represented by the
 property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html#getImmediateNode--">getImmediateNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPropertyPointer</a></dt>
<dd>
<div class="block">If index == WHOLE_COLLECTION, the value of the property, otherwise
 the value of the index'th element of the collection represented by the
 property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html#getImmediateNode--">getImmediateNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html#getImmediateNode--">getImmediateNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#getImmediateNode--">getImmediateNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getImmediateNode--">getImmediateNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Returns the object the pointer points to; does not convert it
 to a "canonical" type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#getImmediateNode--">getImmediateNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getImmediateParentPointer--">getImmediateParentPointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Get the immediate parent pointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#getImmediateValuePointer--">getImmediateValuePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>
<div class="block">Returns a NodePointer that can be used to access the currently
 selected property value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#getImmediateValuePointer--">getImmediateValuePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getImmediateValuePointer--">getImmediateValuePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#getImmediateValuePointer--">getImmediateValuePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getIndex--">getIndex()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">If the pointer represents a collection, the index identifies
 an element of that collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/ValueUtils.html#getIndexedPropertyLength-java.lang.Object-java.beans.IndexedPropertyDescriptor-">getIndexedPropertyLength(Object, IndexedPropertyDescriptor)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/ValueUtils.html" title="class in org.apache.commons.jxpath.util">ValueUtils</a></dt>
<dd>
<div class="block">If there is a regular non-indexed read method for this property,
 uses this method to obtain the collection and then returns its
 length.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ExpressionContext.html#getJXPathContext--">getJXPathContext()</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/ExpressionContext.html" title="interface in org.apache.commons.jxpath">ExpressionContext</a></dt>
<dd>
<div class="block">Get the JXPathContext in which this function is being evaluated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/RootContext.html#getJXPathContext--">getJXPathContext()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/RootContext.html" title="class in org.apache.commons.jxpath.ri.axes">RootContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#getJXPathContext--">getJXPathContext()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#getKeyManager--">getKeyManager()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Returns this context's key manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#getLanguage--">getLanguage()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>
<div class="block">Get the language attribute for this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#getLanguage--">getLanguage()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>
<div class="block">Get the language of this element.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html#getLength--">getLength()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPointer</a></dt>
<dd>
<div class="block">If the pointer represents a collection (or collection element),
 returns the length of the collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html#getLength--">getLength()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPropertyPointer</a></dt>
<dd>
<div class="block">If the property contains a collection, then the length of that
 collection, otherwise - 1.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#getLength--">getLength()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html#getLength--">getLength()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">LangAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html#getLength--">getLength()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullElementPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html#getLength--">getLength()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#getLength--">getLength()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#getLength--">getLength()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>
<div class="block">If the property contains a collection, then the length of that
 collection, otherwise - 1.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#getLength--">getLength()</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html#getLength--">getLength()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#getLength--">getLength()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html#getLength--">getLength()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">NamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html#getLength--">getLength()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html#getLength--">getLength()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPointer</a></dt>
<dd>
<div class="block">Returns 1.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html#getLength--">getLength()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html#getLength--">getLength()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#getLength--">getLength()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getLength--">getLength()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">If the pointer represents a collection (or collection element),
 returns the length of the collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#getLength--">getLength()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/ValueUtils.html#getLength-java.lang.Object-">getLength(Object)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/ValueUtils.html" title="class in org.apache.commons.jxpath.util">ValueUtils</a></dt>
<dd>
<div class="block">Returns the length of the supplied collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#getLine--">getLine()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#getLocale--">getLocale()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Returns the locale set with setLocale.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getLocale--">getLocale()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">If the Pointer has a parent, returns the parent's locale; otherwise
 returns the locale specified when this Pointer was created.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#getLocalName-org.w3c.dom.Node-">getLocalName(Node)</a></span> - Static method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>
<div class="block">Get the local name of the specified node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#getLocalName-java.lang.Object-">getLocalName(Object)</a></span> - Static method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>
<div class="block">Get the local name of the specified node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContextFactoryConfigurationError.html#getMessage--">getMessage()</a></span> - Method in error org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContextFactoryConfigurationError.html" title="class in org.apache.commons.jxpath">JXPathContextFactoryConfigurationError</a></dt>
<dd>
<div class="block">Return the message (if any) for this error .</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathException.html#getMessage--">getMessage()</a></span> - Method in exception org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathException.html" title="class in org.apache.commons.jxpath">JXPathException</a></dt>
<dd>
<div class="block">Return the message (if any) for this error .</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/ParseException.html#getMessage--">getMessage()</a></span> - Method in exception org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/ParseException.html" title="class in org.apache.commons.jxpath.ri.parser">ParseException</a></dt>
<dd>
<div class="block">This method has the standard behavior when this object has been
 created using the standard constructors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/TokenMgrError.html#getMessage--">getMessage()</a></span> - Method in error org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/TokenMgrError.html" title="class in org.apache.commons.jxpath.ri.parser">TokenMgrError</a></dt>
<dd>
<div class="block">You can also modify the body of this method to customize your error messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html#getName--">getName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#getName--">getName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html#getName--">getName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">LangAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html#getName--">getName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullElementPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html#getName--">getName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#getName--">getName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html#getName--">getName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyOwnerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#getName--">getName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#getName--">getName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html#getName--">getName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#getName--">getName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html#getName--">getName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">NamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html#getName--">getName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html#getName--">getName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html#getName--">getName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html#getName--">getName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#getName--">getName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getName--">getName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Returns the name of this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#getName--">getName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/QName.html#getName--">getName()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/QName.html" title="class in org.apache.commons.jxpath.ri">QName</a></dt>
<dd>
<div class="block">Get the local name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#getNamespaceContextPointer--">getNamespaceContextPointer()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Returns the namespace context pointer set with
 <a href="org/apache/commons/jxpath/JXPathContext.html#setNamespaceContextPointer-org.apache.commons.jxpath.Pointer-"><code>setNamespaceContextPointer()</code></a>
 or, if none has been specified, the context pointer otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#getNamespaceContextPointer--">getNamespaceContextPointer()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/NamespaceResolver.html#getNamespaceContextPointer--">getNamespaceContextPointer()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/NamespaceResolver.html" title="class in org.apache.commons.jxpath.ri">NamespaceResolver</a></dt>
<dd>
<div class="block">Get the namespace context pointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#getNamespaceResolver--">getNamespaceResolver()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Get the namespace resolver.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#getNamespaceResolver--">getNamespaceResolver()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#getNamespaceResolver--">getNamespaceResolver()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getNamespaceResolver--">getNamespaceResolver()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Get the NamespaceResolver associated with this NodePointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#getNamespaceURI-java.lang.String-">getNamespaceURI(String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Given a prefix, returns a registered namespace URI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/NodeNameTest.html#getNamespaceURI--">getNamespaceURI()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/NodeNameTest.html" title="class in org.apache.commons.jxpath.ri.compiler">NodeNameTest</a></dt>
<dd>
<div class="block">Get the ns URI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#getNamespaceURI-java.lang.String-">getNamespaceURI(String)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html#getNamespaceURI--">getNamespaceURI()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">LangAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#getNamespaceURI-java.lang.String-">getNamespaceURI(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html#getNamespaceURI--">getNamespaceURI()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#getNamespaceURI--">getNamespaceURI()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#getNamespaceURI-java.lang.String-">getNamespaceURI(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#getNamespaceURI-org.w3c.dom.Node-">getNamespaceURI(Node)</a></span> - Static method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>
<div class="block">Get the ns uri of the specified node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html#getNamespaceURI--">getNamespaceURI()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">NamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html#getNamespaceURI--">getNamespaceURI()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html#getNamespaceURI--">getNamespaceURI()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#getNamespaceURI--">getNamespaceURI()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#getNamespaceURI-java.lang.String-">getNamespaceURI(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getNamespaceURI-java.lang.String-">getNamespaceURI(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Decodes a namespace prefix to the corresponding URI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getNamespaceURI--">getNamespaceURI()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Returns the namespace URI associated with this Pointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/NamespaceResolver.html#getNamespaceURI-java.lang.String-">getNamespaceURI(String)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/NamespaceResolver.html" title="class in org.apache.commons.jxpath.ri">NamespaceResolver</a></dt>
<dd>
<div class="block">Given a prefix, returns a registered namespace URI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/NameAttributeTest.html#getNameTestExpression--">getNameTestExpression()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/NameAttributeTest.html" title="class in org.apache.commons.jxpath.ri.compiler">NameAttributeTest</a></dt>
<dd>
<div class="block">Get the name test expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#getNextToken--">getNextToken()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html#getNextToken--">getNextToken()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParserTokenManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/Pointer.html#getNode--">getNode()</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/Pointer.html" title="interface in org.apache.commons.jxpath">Pointer</a></dt>
<dd>
<div class="block">Returns the raw value of the object, property or collection element
 this pointer represents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getNode--">getNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Returns the object the pointer points to; does not convert it
 to a "canonical" type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/NodeNameTest.html#getNodeName--">getNodeName()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/NodeNameTest.html" title="class in org.apache.commons.jxpath.ri.compiler">NodeNameTest</a></dt>
<dd>
<div class="block">Get the node name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanAttributeIterator.html#getNodePointer--">getNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanAttributeIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanAttributeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionNodeIterator.html#getNodePointer--">getNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionNodeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyIterator.html#getNodePointer--">getNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributeIterator.html#getNodePointer--">getNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributeIterator.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNamespaceIterator.html#getNodePointer--">getNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNamespaceIterator.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNamespaceIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodeIterator.html#getNodePointer--">getNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributeIterator.html#getNodePointer--">getNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributeIterator.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMAttributeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespaceIterator.html#getNodePointer--">getNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespaceIterator.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNamespaceIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodeIterator.html#getNodePointer--">getNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodeIterator.html#getNodePointer--">getNodePointer()</a></span> - Method in interface org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodeIterator.html" title="interface in org.apache.commons.jxpath.ri.model">NodeIterator</a></dt>
<dd>
<div class="block">Get the NodePointer at the current position.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#getNodePointerFactories--">getNodePointerFactories()</a></span> - Static method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Get the registered NodePointerFactories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/BasicNodeSet.html#getNodes--">getNodes()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/BasicNodeSet.html" title="class in org.apache.commons.jxpath">BasicNodeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/NodeSet.html#getNodes--">getNodes()</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/NodeSet.html" title="interface in org.apache.commons.jxpath">NodeSet</a></dt>
<dd>
<div class="block">Returns a list of nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/NodeSetContext.html#getNodeSet--">getNodeSet()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/NodeSetContext.html" title="class in org.apache.commons.jxpath.ri.axes">NodeSetContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#getNodeSet--">getNodeSet()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">Returns the list of all Pointers in this context for all positions
 of the parent contexts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ExtendedKeyManager.html#getNodeSetByKey-org.apache.commons.jxpath.JXPathContext-java.lang.String-java.lang.Object-">getNodeSetByKey(JXPathContext, String, Object)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/ExtendedKeyManager.html" title="interface in org.apache.commons.jxpath">ExtendedKeyManager</a></dt>
<dd>
<div class="block">Find a NodeSet by key/value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#getNodeSetByKey-java.lang.String-java.lang.Object-">getNodeSetByKey(String, Object)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Locates a NodeSet by key/value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getNodeSetByKey-org.apache.commons.jxpath.JXPathContext-java.lang.String-java.lang.Object-">getNodeSetByKey(JXPathContext, String, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Find a NodeSet by key/value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Step.html#getNodeTest--">getNodeTest()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Step.html" title="class in org.apache.commons.jxpath.ri.compiler">Step</a></dt>
<dd>
<div class="block">Get the step test.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/NodeTypeTest.html#getNodeType--">getNodeType()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/NodeTypeTest.html" title="class in org.apache.commons.jxpath.ri.compiler">NodeTypeTest</a></dt>
<dd>
<div class="block">Get the nodeType.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getNodeValue--">getNodeValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">1.1 Please use getNode()</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPointerFactory.html#getOrder--">getOrder()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointerFactory.html#getOrder--">getOrder()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointerFactory.html#getOrder--">getOrder()</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMPointerFactory.html#getOrder--">getOrder()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointerFactory.html#getOrder--">getOrder()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointerFactory.html#getOrder--">getOrder()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMPointerFactory.html#getOrder--">getOrder()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointerFactory.html#getOrder--">getOrder()</a></span> - Method in interface org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointerFactory.html" title="interface in org.apache.commons.jxpath.ri.model">NodePointerFactory</a></dt>
<dd>
<div class="block">The factory order number determines its position between other factories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointerFactory.html#getOrder--">getOrder()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointerFactory.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/JXPathServletContexts.html#getPageContext-javax.servlet.jsp.PageContext-">getPageContext(PageContext)</a></span> - Static method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/JXPathServletContexts.html" title="class in org.apache.commons.jxpath.servlet">JXPathServletContexts</a></dt>
<dd>
<div class="block">Returns a JXPathContext bound to the "page" scope.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getParent--">getParent()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Get the parent pointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#getParentContext--">getParentContext()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Returns the parent context of this context or null.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/CompiledExpression.html#getPointer-org.apache.commons.jxpath.JXPathContext-java.lang.String-">getPointer(JXPathContext, String)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/CompiledExpression.html" title="interface in org.apache.commons.jxpath">CompiledExpression</a></dt>
<dd>
<div class="block">Traverses the xpath and returns a Pointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#getPointer-java.lang.String-">getPointer(String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Traverses the xpath and returns a Pointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html#getPointer-org.apache.commons.jxpath.JXPathContext-java.lang.String-">getPointer(JXPathContext, String)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html" title="class in org.apache.commons.jxpath.ri">JXPathCompiledExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#getPointer-java.lang.String-">getPointer(String)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#getPointer-java.lang.String-org.apache.commons.jxpath.ri.compiler.Expression-">getPointer(String, Expression)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Get a pointer to the specified path/expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/IdentityManager.html#getPointerByID-org.apache.commons.jxpath.JXPathContext-java.lang.String-">getPointerByID(JXPathContext, String)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/IdentityManager.html" title="interface in org.apache.commons.jxpath">IdentityManager</a></dt>
<dd>
<div class="block">Finds a node by its ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#getPointerByID-java.lang.String-">getPointerByID(String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Locates a Node by its ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#getPointerByID-org.apache.commons.jxpath.JXPathContext-java.lang.String-">getPointerByID(JXPathContext, String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>
<div class="block">Locates a node by ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getPointerByID-org.apache.commons.jxpath.JXPathContext-java.lang.String-">getPointerByID(JXPathContext, String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Locates a node by ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#getPointerByKey-java.lang.String-java.lang.String-">getPointerByKey(String, String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Locates a Node by a key value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/KeyManager.html#getPointerByKey-org.apache.commons.jxpath.JXPathContext-java.lang.String-java.lang.String-">getPointerByKey(JXPathContext, String, String)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/KeyManager.html" title="interface in org.apache.commons.jxpath">KeyManager</a></dt>
<dd>
<div class="block">Find a node by key/value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getPointerByKey-org.apache.commons.jxpath.JXPathContext-java.lang.String-java.lang.String-">getPointerByKey(JXPathContext, String, String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Locates a node by key and value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/BasicNodeSet.html#getPointers--">getPointers()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/BasicNodeSet.html" title="class in org.apache.commons.jxpath">BasicNodeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/NodeSet.html#getPointers--">getPointers()</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/NodeSet.html" title="interface in org.apache.commons.jxpath">NodeSet</a></dt>
<dd>
<div class="block">Returns a list of pointers for all nodes in the set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ExpressionContext.html#getPosition--">getPosition()</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/ExpressionContext.html" title="interface in org.apache.commons.jxpath">ExpressionContext</a></dt>
<dd>
<div class="block">Returns the current context position.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#getPosition--">getPosition()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanAttributeIterator.html#getPosition--">getPosition()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanAttributeIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanAttributeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionNodeIterator.html#getPosition--">getPosition()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionNodeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyIterator.html#getPosition--">getPosition()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributeIterator.html#getPosition--">getPosition()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributeIterator.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNamespaceIterator.html#getPosition--">getPosition()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNamespaceIterator.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNamespaceIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodeIterator.html#getPosition--">getPosition()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributeIterator.html#getPosition--">getPosition()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributeIterator.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMAttributeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespaceIterator.html#getPosition--">getPosition()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespaceIterator.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNamespaceIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodeIterator.html#getPosition--">getPosition()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodeIterator.html#getPosition--">getPosition()</a></span> - Method in interface org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodeIterator.html" title="interface in org.apache.commons.jxpath.ri.model">NodeIterator</a></dt>
<dd>
<div class="block">Get the current iterator position.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/TokenMgrError.html#getPosition--">getPosition()</a></span> - Method in error org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/TokenMgrError.html" title="class in org.apache.commons.jxpath.ri.parser">TokenMgrError</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html#getPrecedence--">getPrecedence()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperation</a></dt>
<dd>
<div class="block">Computes the precedence of the operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAdd.html#getPrecedence--">getPrecedence()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAdd.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationAdd</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAnd.html#getPrecedence--">getPrecedence()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAnd.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationAnd</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationCompare.html#getPrecedence--">getPrecedence()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationCompare.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationCompare</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationDivide.html#getPrecedence--">getPrecedence()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationDivide.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationDivide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMod.html#getPrecedence--">getPrecedence()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMod.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationMod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMultiply.html#getPrecedence--">getPrecedence()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMultiply.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationMultiply</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationNegate.html#getPrecedence--">getPrecedence()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationNegate.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationNegate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationOr.html#getPrecedence--">getPrecedence()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationOr.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationOr</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationRelationalExpression.html#getPrecedence--">getPrecedence()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationRelationalExpression.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationRelationalExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationSubtract.html#getPrecedence--">getPrecedence()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationSubtract.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationSubtract</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationUnion.html#getPrecedence--">getPrecedence()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationUnion.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationUnion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/ExpressionPath.html#getPredicates--">getPredicates()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/ExpressionPath.html" title="class in org.apache.commons.jxpath.ri.compiler">ExpressionPath</a></dt>
<dd>
<div class="block">Predicates are the expressions in brackets that may follow
 the root expression of the path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Step.html#getPredicates--">getPredicates()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Step.html" title="class in org.apache.commons.jxpath.ri.compiler">Step</a></dt>
<dd>
<div class="block">Get the predicates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#getPrefix-java.lang.String-">getPrefix(String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Get the prefix associated with the specifed namespace URI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#getPrefix-java.lang.String-">getPrefix(String)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Get the prefix associated with the specifed namespace URI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#getPrefix-org.w3c.dom.Node-">getPrefix(Node)</a></span> - Static method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>
<div class="block">Get any prefix from the specified node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#getPrefix-java.lang.Object-">getPrefix(Object)</a></span> - Static method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>
<div class="block">Get the prefix from a given node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/NamespaceResolver.html#getPrefix-org.apache.commons.jxpath.ri.model.NodePointer-java.lang.String-">getPrefix(NodePointer, String)</a></span> - Static method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/NamespaceResolver.html" title="class in org.apache.commons.jxpath.ri">NamespaceResolver</a></dt>
<dd>
<div class="block">Find the namespace prefix for the specified namespace URI and NodePointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/NamespaceResolver.html#getPrefix-java.lang.String-">getPrefix(String)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/NamespaceResolver.html" title="class in org.apache.commons.jxpath.ri">NamespaceResolver</a></dt>
<dd>
<div class="block">Get the prefix associated with the specifed namespace URI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/QName.html#getPrefix--">getPrefix()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/QName.html" title="class in org.apache.commons.jxpath.ri">QName</a></dt>
<dd>
<div class="block">Get the prefix of this QName.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/DynamicPropertyHandler.html#getProperty-java.lang.Object-java.lang.String-">getProperty(Object, String)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/DynamicPropertyHandler.html" title="interface in org.apache.commons.jxpath">DynamicPropertyHandler</a></dt>
<dd>
<div class="block">Returns the value of the specified dynamic property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/MapDynamicPropertyHandler.html#getProperty-java.lang.Object-java.lang.String-">getProperty(Object, String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/MapDynamicPropertyHandler.html" title="class in org.apache.commons.jxpath">MapDynamicPropertyHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/HttpSessionHandler.html#getProperty-java.lang.Object-java.lang.String-">getProperty(Object, String)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/HttpSessionHandler.html" title="class in org.apache.commons.jxpath.servlet">HttpSessionHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/PageContextHandler.html#getProperty-java.lang.Object-java.lang.String-">getProperty(Object, String)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/PageContextHandler.html" title="class in org.apache.commons.jxpath.servlet">PageContextHandler</a></dt>
<dd>
<div class="block">Returns <code>pageContext.findAttribute(property)</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/PageScopeContextHandler.html#getProperty-java.lang.Object-java.lang.String-">getProperty(Object, String)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/PageScopeContextHandler.html" title="class in org.apache.commons.jxpath.servlet">PageScopeContextHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/ServletContextHandler.html#getProperty-java.lang.Object-java.lang.String-">getProperty(Object, String)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/ServletContextHandler.html" title="class in org.apache.commons.jxpath.servlet">ServletContextHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/ServletRequestHandler.html#getProperty-java.lang.Object-java.lang.String-">getProperty(Object, String)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/ServletRequestHandler.html" title="class in org.apache.commons.jxpath.servlet">ServletRequestHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html#getPropertyCount--">getPropertyCount()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#getPropertyCount--">getPropertyCount()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#getPropertyCount--">getPropertyCount()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>
<div class="block">Count the number of properties represented.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html#getPropertyCount--">getPropertyCount()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html#getPropertyCount--">getPropertyCount()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPropertyPointer</a></dt>
<dd>
<div class="block">Number of the DP object's properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathBasicBeanInfo.html#getPropertyDescriptor-java.lang.String-">getPropertyDescriptor(String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathBasicBeanInfo.html" title="class in org.apache.commons.jxpath">JXPathBasicBeanInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathBeanInfo.html#getPropertyDescriptor-java.lang.String-">getPropertyDescriptor(String)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathBeanInfo.html" title="interface in org.apache.commons.jxpath">JXPathBeanInfo</a></dt>
<dd>
<div class="block">Returns a PropertyDescriptor for the specified name or null if there
 is no such property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathBasicBeanInfo.html#getPropertyDescriptors--">getPropertyDescriptors()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathBasicBeanInfo.html" title="class in org.apache.commons.jxpath">JXPathBasicBeanInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathBeanInfo.html#getPropertyDescriptors--">getPropertyDescriptors()</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathBeanInfo.html" title="interface in org.apache.commons.jxpath">JXPathBeanInfo</a></dt>
<dd>
<div class="block">Returns a list of property descriptors for the beans described by this
 bean info object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html#getPropertyDescriptors--">getPropertyDescriptors()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPropertyPointer</a></dt>
<dd>
<div class="block">Get all PropertyDescriptors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#getPropertyIndex--">getPropertyIndex()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>
<div class="block">Get the property index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html#getPropertyIndex--">getPropertyIndex()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPropertyPointer</a></dt>
<dd>
<div class="block">Index of the currently selected property in the list of all
 properties sorted alphabetically.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html#getPropertyIndex--">getPropertyIndex()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPropertyPointer</a></dt>
<dd>
<div class="block">Index of the currently selected property in the list of all
 properties sorted alphabetically.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html#getPropertyName--">getPropertyName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPropertyPointer</a></dt>
<dd>
<div class="block">Get the name of the currently selected property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#getPropertyName--">getPropertyName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#getPropertyName--">getPropertyName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>
<div class="block">Get the property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html#getPropertyName--">getPropertyName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPropertyPointer</a></dt>
<dd>
<div class="block">Returns the name of the currently selected property or "*"
 if none has been selected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html#getPropertyName--">getPropertyName()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPropertyPointer</a></dt>
<dd>
<div class="block">Returns the name of the currently selected property or "*"
 if none has been selected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/DynamicPropertyHandler.html#getPropertyNames-java.lang.Object-">getPropertyNames(Object)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/DynamicPropertyHandler.html" title="interface in org.apache.commons.jxpath">DynamicPropertyHandler</a></dt>
<dd>
<div class="block">Returns a list of dynamic property names for the supplied object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/MapDynamicPropertyHandler.html#getPropertyNames-java.lang.Object-">getPropertyNames(Object)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/MapDynamicPropertyHandler.html" title="class in org.apache.commons.jxpath">MapDynamicPropertyHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html#getPropertyNames--">getPropertyNames()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPropertyPointer</a></dt>
<dd>
<div class="block">Get the names of all properties, sorted alphabetically</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#getPropertyNames--">getPropertyNames()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#getPropertyNames--">getPropertyNames()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>
<div class="block">Get the names of the included properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html#getPropertyNames--">getPropertyNames()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html#getPropertyNames--">getPropertyNames()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPropertyPointer</a></dt>
<dd>
<div class="block">Names of all properties, sorted alphabetically.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/PageContextHandler.html#getPropertyNames-java.lang.Object-">getPropertyNames(Object)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/PageContextHandler.html" title="class in org.apache.commons.jxpath.servlet">PageContextHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/PageScopeContextHandler.html#getPropertyNames-java.lang.Object-">getPropertyNames(Object)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/PageScopeContextHandler.html" title="class in org.apache.commons.jxpath.servlet">PageScopeContextHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/ServletContextHandler.html#getPropertyNames-java.lang.Object-">getPropertyNames(Object)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/ServletContextHandler.html" title="class in org.apache.commons.jxpath.servlet">ServletContextHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html#getPropertyPointer--">getPropertyPointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html#getPropertyPointer--">getPropertyPointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullElementPointer</a></dt>
<dd>
<div class="block">Get the property pointer for this.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html#getPropertyPointer--">getPropertyPointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyIterator.html#getPropertyPointer--">getPropertyPointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyIterator</a></dt>
<dd>
<div class="block">Get the property pointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html#getPropertyPointer--">getPropertyPointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyOwnerPointer</a></dt>
<dd>
<div class="block">Get a PropertyPointer for this PropertyOwnerPointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html#getPropertyPointer--">getPropertyPointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html#getPropertyPointer--">getPropertyPointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/RootContext.html#getRegisteredValue-int-">getRegisteredValue(int)</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/RootContext.html" title="class in org.apache.commons.jxpath.ri.axes">RootContext</a></dt>
<dd>
<div class="block">Get a registered value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#getRelativeContext-org.apache.commons.jxpath.Pointer-">getRelativeContext(Pointer)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Returns a JXPathContext that is relative to the current JXPathContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#getRelativeContext-org.apache.commons.jxpath.Pointer-">getRelativeContext(Pointer)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/JXPathServletContexts.html#getRequestContext-javax.servlet.ServletRequest-javax.servlet.ServletContext-">getRequestContext(ServletRequest, ServletContext)</a></span> - Static method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/JXPathServletContexts.html" title="class in org.apache.commons.jxpath.servlet">JXPathServletContexts</a></dt>
<dd>
<div class="block">Returns a JXPathContext bound to the "request" scope.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/RootContext.html#getRootContext--">getRootContext()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/RootContext.html" title="class in org.apache.commons.jxpath.ri.axes">RootContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#getRootContext--">getRootContext()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">Returns the root context of the path, which provides easy
 access to variables and functions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/Pointer.html#getRootNode--">getRootNode()</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/Pointer.html" title="interface in org.apache.commons.jxpath">Pointer</a></dt>
<dd>
<div class="block">Returns the node this pointer is based on.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getRootNode--">getRootNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Get the root node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/HttpSessionAndServletContext.html#getServletContext--">getServletContext()</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/HttpSessionAndServletContext.html" title="class in org.apache.commons.jxpath.servlet">HttpSessionAndServletContext</a></dt>
<dd>
<div class="block">Get the ServletContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/ServletRequestAndContext.html#getServletRequest--">getServletRequest()</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/ServletRequestAndContext.html" title="class in org.apache.commons.jxpath.servlet">ServletRequestAndContext</a></dt>
<dd>
<div class="block">Get the request.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/HttpSessionAndServletContext.html#getSession--">getSession()</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/HttpSessionAndServletContext.html" title="class in org.apache.commons.jxpath.servlet">HttpSessionAndServletContext</a></dt>
<dd>
<div class="block">Get the session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/ServletRequestAndContext.html#getSession--">getSession()</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/ServletRequestAndContext.html" title="class in org.apache.commons.jxpath.servlet">ServletRequestAndContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/JXPathServletContexts.html#getSessionContext-javax.servlet.http.HttpSession-javax.servlet.ServletContext-">getSessionContext(HttpSession, ServletContext)</a></span> - Static method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/JXPathServletContexts.html" title="class in org.apache.commons.jxpath.servlet">JXPathServletContexts</a></dt>
<dd>
<div class="block">Returns a JXPathContext bound to the "session" scope.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/ChildContext.html#getSingleNodePointer--">getSingleNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/ChildContext.html" title="class in org.apache.commons.jxpath.ri.axes">ChildContext</a></dt>
<dd>
<div class="block">This method is called on the last context on the path when only
 one value is needed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/InitialContext.html#getSingleNodePointer--">getSingleNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/InitialContext.html" title="class in org.apache.commons.jxpath.ri.axes">InitialContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/SelfContext.html#getSingleNodePointer--">getSingleNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/SelfContext.html" title="class in org.apache.commons.jxpath.ri.axes">SelfContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#getSingleNodePointer--">getSingleNodePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">Returns the first encountered Pointer that matches the current
 context's criteria.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Path.html#getSingleNodePointerForSteps-org.apache.commons.jxpath.ri.EvalContext-">getSingleNodePointerForSteps(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Path.html" title="class in org.apache.commons.jxpath.ri.compiler">Path</a></dt>
<dd>
<div class="block">Given a root context, walks a path therefrom and finds the
 pointer to the first element matching the path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Path.html#getSteps--">getSteps()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Path.html" title="class in org.apache.commons.jxpath.ri.compiler">Path</a></dt>
<dd>
<div class="block">Get the steps.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#GetSuffix-int-">GetSuffix(int)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html#getSymbol--">getSymbol()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperation</a></dt>
<dd>
<div class="block">Returns the XPath symbol for this operation, e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAdd.html#getSymbol--">getSymbol()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAdd.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationAdd</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAnd.html#getSymbol--">getSymbol()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAnd.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationAnd</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationDivide.html#getSymbol--">getSymbol()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationDivide.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationDivide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationEqual.html#getSymbol--">getSymbol()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationEqual.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationEqual</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationGreaterThan.html#getSymbol--">getSymbol()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationGreaterThan.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationGreaterThan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationGreaterThanOrEqual.html#getSymbol--">getSymbol()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationGreaterThanOrEqual.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationGreaterThanOrEqual</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationLessThan.html#getSymbol--">getSymbol()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationLessThan.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationLessThan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationLessThanOrEqual.html#getSymbol--">getSymbol()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationLessThanOrEqual.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationLessThanOrEqual</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMod.html#getSymbol--">getSymbol()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMod.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationMod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMultiply.html#getSymbol--">getSymbol()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMultiply.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationMultiply</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationNegate.html#getSymbol--">getSymbol()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationNegate.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationNegate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationNotEqual.html#getSymbol--">getSymbol()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationNotEqual.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationNotEqual</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationOr.html#getSymbol--">getSymbol()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationOr.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationOr</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationSubtract.html#getSymbol--">getSymbol()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationSubtract.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationSubtract</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationUnion.html#getSymbol--">getSymbol()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationUnion.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationUnion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/ProcessingInstructionTest.html#getTarget--">getTarget()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/ProcessingInstructionTest.html" title="class in org.apache.commons.jxpath.ri.compiler">ProcessingInstructionTest</a></dt>
<dd>
<div class="block">Get the target.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#getToken-int-">getToken(int)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/TypeUtils.html#getTypeConverter--">getTypeConverter()</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/TypeUtils.html" title="class in org.apache.commons.jxpath.util">TypeUtils</a></dt>
<dd>
<div class="block">Returns the current type converter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ClassFunctions.html#getUsedNamespaces--">getUsedNamespaces()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/ClassFunctions.html" title="class in org.apache.commons.jxpath">ClassFunctions</a></dt>
<dd>
<div class="block">Returns a set of one namespace - the one specified in the constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/FunctionLibrary.html#getUsedNamespaces--">getUsedNamespaces()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/FunctionLibrary.html" title="class in org.apache.commons.jxpath">FunctionLibrary</a></dt>
<dd>
<div class="block">Returns a set containing all namespaces used by the aggregated
 Functions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/Functions.html#getUsedNamespaces--">getUsedNamespaces()</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/Functions.html" title="interface in org.apache.commons.jxpath">Functions</a></dt>
<dd>
<div class="block">Returns all namespaces in which this function collection defines
 functions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/PackageFunctions.html#getUsedNamespaces--">getUsedNamespaces()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/PackageFunctions.html" title="class in org.apache.commons.jxpath">PackageFunctions</a></dt>
<dd>
<div class="block">Returns the namespace specified in the constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/CompiledExpression.html#getValue-org.apache.commons.jxpath.JXPathContext-">getValue(JXPathContext)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/CompiledExpression.html" title="interface in org.apache.commons.jxpath">CompiledExpression</a></dt>
<dd>
<div class="block">Evaluates the xpath and returns the resulting object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/CompiledExpression.html#getValue-org.apache.commons.jxpath.JXPathContext-java.lang.Class-">getValue(JXPathContext, Class)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/CompiledExpression.html" title="interface in org.apache.commons.jxpath">CompiledExpression</a></dt>
<dd>
<div class="block">Evaluates the xpath, converts the result to the specified class and
 returns the resulting object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/Container.html#getValue--">getValue()</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/Container.html" title="interface in org.apache.commons.jxpath">Container</a></dt>
<dd>
<div class="block">Returns the contained value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#getValue-java.lang.String-">getValue(String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Evaluates the xpath and returns the resulting object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#getValue-java.lang.String-java.lang.Class-">getValue(String, Class)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Evaluates the xpath, converts the result to the specified class and
 returns the resulting object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/Pointer.html#getValue--">getValue()</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/Pointer.html" title="interface in org.apache.commons.jxpath">Pointer</a></dt>
<dd>
<div class="block">Returns the value of the object, property or collection element
 this pointer represents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/InitialContext.html#getValue--">getValue()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/InitialContext.html" title="class in org.apache.commons.jxpath.ri.axes">InitialContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/RootContext.html#getValue--">getValue()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/RootContext.html" title="class in org.apache.commons.jxpath.ri.axes">RootContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#getValue--">getValue()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">Typically returns the NodeSet by calling getNodeSet(),
 but will be overridden for contexts that more naturally produce
 individual values, e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html#getValue-org.apache.commons.jxpath.JXPathContext-">getValue(JXPathContext)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html" title="class in org.apache.commons.jxpath.ri">JXPathCompiledExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html#getValue-org.apache.commons.jxpath.JXPathContext-java.lang.Class-">getValue(JXPathContext, Class)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html" title="class in org.apache.commons.jxpath.ri">JXPathCompiledExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#getValue-java.lang.String-">getValue(String)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Traverses the xpath and returns the resulting object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#getValue-java.lang.String-org.apache.commons.jxpath.ri.compiler.Expression-">getValue(String, Expression)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Get the value indicated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#getValue-java.lang.String-java.lang.Class-">getValue(String, Class)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Calls getValue(xpath), converts the result to the required type
 and returns the result of the conversion.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#getValue-java.lang.String-org.apache.commons.jxpath.ri.compiler.Expression-java.lang.Class-">getValue(String, Expression, Class)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Get the value indicated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html#getValue--">getValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#getValue--">getValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html#getValue--">getValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#getValue--">getValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getValue--">getValue()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">By default, returns <code>getNode()</code>, can be overridden to
 return a "canonical" value, like for instance a DOM element should
 return its string value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/ValueUtils.html#getValue-java.lang.Object-int-">getValue(Object, int)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/ValueUtils.html" title="class in org.apache.commons.jxpath.util">ValueUtils</a></dt>
<dd>
<div class="block">Returns the index'th element of the supplied collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/ValueUtils.html#getValue-java.lang.Object-java.beans.PropertyDescriptor-">getValue(Object, PropertyDescriptor)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/ValueUtils.html" title="class in org.apache.commons.jxpath.util">ValueUtils</a></dt>
<dd>
<div class="block">Returns the value of the bean's property represented by
 the supplied property descriptor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/ValueUtils.html#getValue-java.lang.Object-java.beans.PropertyDescriptor-int-">getValue(Object, PropertyDescriptor, int)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/ValueUtils.html" title="class in org.apache.commons.jxpath.util">ValueUtils</a></dt>
<dd>
<div class="block">Returns the index'th element of the bean's property represented by
 the supplied property descriptor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/ValueUtils.html#getValue-java.lang.Object-">getValue(Object)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/ValueUtils.html" title="class in org.apache.commons.jxpath.util">ValueUtils</a></dt>
<dd>
<div class="block">If the parameter is a container, opens the container and
 return the contents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/DocumentContainer.html#getValue--">getValue()</a></span> - Method in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/DocumentContainer.html" title="class in org.apache.commons.jxpath.xml">DocumentContainer</a></dt>
<dd>
<div class="block">Reads XML, caches it internally and returns the Document.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/XMLDocumentContainer.html#getValue--">getValue()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/XMLDocumentContainer.html" title="class in org.apache.commons.jxpath">XMLDocumentContainer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Reads XML, caches it internally and returns the Document.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#getValuePointer--">getValuePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html#getValuePointer--">getValuePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullElementPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#getValuePointer--">getValuePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#getValuePointer--">getValuePointer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">If this pointer manages a transparent container, like a variable,
 this method returns the pointer to the contents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/BasicNodeSet.html#getValues--">getValues()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/BasicNodeSet.html" title="class in org.apache.commons.jxpath">BasicNodeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/NodeSet.html#getValues--">getValues()</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/NodeSet.html" title="interface in org.apache.commons.jxpath">NodeSet</a></dt>
<dd>
<div class="block">Returns a list of values of all contained pointers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/BasicVariables.html#getVariable-java.lang.String-">getVariable(String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/BasicVariables.html" title="class in org.apache.commons.jxpath">BasicVariables</a></dt>
<dd>
<div class="block">Returns the value of the variable if it is defined,
 otherwise, throws IllegalArgumentException</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/KeywordVariables.html#getVariable-java.lang.String-">getVariable(String)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/KeywordVariables.html" title="class in org.apache.commons.jxpath.servlet">KeywordVariables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/Variables.html#getVariable-java.lang.String-">getVariable(String)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/Variables.html" title="interface in org.apache.commons.jxpath">Variables</a></dt>
<dd>
<div class="block">Returns the value of the specified variable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/RootContext.html#getVariableContext-org.apache.commons.jxpath.ri.QName-">getVariableContext(QName)</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/RootContext.html" title="class in org.apache.commons.jxpath.ri.axes">RootContext</a></dt>
<dd>
<div class="block">Get variable context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/VariableReference.html#getVariableName--">getVariableName()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/VariableReference.html" title="class in org.apache.commons.jxpath.ri.compiler">VariableReference</a></dt>
<dd>
<div class="block">Get the variable name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#getVariablePointer-org.apache.commons.jxpath.ri.QName-">getVariablePointer(QName)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Get a VariablePointer for the given variable name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#getVariables--">getVariables()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Returns the variable pool associated with the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html#getXPath--">getXPath()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html" title="class in org.apache.commons.jxpath.ri">JXPathCompiledExpression</a></dt>
<dd>
<div class="block">Get the source expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#greaterThan-java.lang.Object-java.lang.Object-">greaterThan(Object, Object)</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces an EXPRESSION object representing the comparison:
 <i>left</i> greater than <i>right</i></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#greaterThan-java.lang.Object-java.lang.Object-">greaterThan(Object, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#greaterThanOrEqual-java.lang.Object-java.lang.Object-">greaterThanOrEqual(Object, Object)</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces an EXPRESSION object representing the comparison:
 <i>left</i> greater than or equal to <i>right</i></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#greaterThanOrEqual-java.lang.Object-java.lang.Object-">greaterThanOrEqual(Object, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#GT">GT</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#GTE">GTE</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:H">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">LangAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullElementPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">NamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/QName.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/QName.html" title="class in org.apache.commons.jxpath.ri">QName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Expression.PointerIterator.html#hasNext--">hasNext()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Expression.PointerIterator.html" title="class in org.apache.commons.jxpath.ri.compiler">Expression.PointerIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Expression.ValueIterator.html#hasNext--">hasNext()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Expression.ValueIterator.html" title="class in org.apache.commons.jxpath.ri.compiler">Expression.ValueIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#hasNext--">hasNext()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">Returns true if there are mode nodes matching the context's constraints.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/servlet/HttpSessionAndServletContext.html" title="class in org.apache.commons.jxpath.servlet"><span class="typeNameLink">HttpSessionAndServletContext</span></a> - Class in <a href="org/apache/commons/jxpath/servlet/package-summary.html">org.apache.commons.jxpath.servlet</a></dt>
<dd>
<div class="block">Just a structure to hold a ServletRequest and ServletContext together.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/HttpSessionAndServletContext.html#HttpSessionAndServletContext-javax.servlet.http.HttpSession-javax.servlet.ServletContext-">HttpSessionAndServletContext(HttpSession, ServletContext)</a></span> - Constructor for class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/HttpSessionAndServletContext.html" title="class in org.apache.commons.jxpath.servlet">HttpSessionAndServletContext</a></dt>
<dd>
<div class="block">Create a new HttpSessionAndServletContext.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/servlet/HttpSessionHandler.html" title="class in org.apache.commons.jxpath.servlet"><span class="typeNameLink">HttpSessionHandler</span></a> - Class in <a href="org/apache/commons/jxpath/servlet/package-summary.html">org.apache.commons.jxpath.servlet</a></dt>
<dd>
<div class="block">Implementation of the <a href="org/apache/commons/jxpath/DynamicPropertyHandler.html" title="interface in org.apache.commons.jxpath"><code>DynamicPropertyHandler</code></a>
 interface that provides access to attributes of a @{link HttpSession}.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/HttpSessionHandler.html#HttpSessionHandler--">HttpSessionHandler()</a></span> - Constructor for class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/HttpSessionHandler.html" title="class in org.apache.commons.jxpath.servlet">HttpSessionHandler</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:I">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><a href="org/apache/commons/jxpath/IdentityManager.html" title="interface in org.apache.commons.jxpath"><span class="typeNameLink">IdentityManager</span></a> - Interface in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">A delegate of <a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath"><code>JXPathContext</code></a> that implements the XPath <code>"id()"</code>
 function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#Ideographic">Ideographic</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#idManager">idManager</a></span> - Variable in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">IdentityManager</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/Token.html#image">image</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/Token.html" title="class in org.apache.commons.jxpath.ri.parser">Token</a></dt>
<dd>
<div class="block">The string image of the token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#inBuf">inBuf</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#index">index</a></span> - Variable in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Index for this NodePointer</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/InfoSetUtil.html" title="class in org.apache.commons.jxpath.ri"><span class="typeNameLink">InfoSetUtil</span></a> - Class in <a href="org/apache/commons/jxpath/ri/package-summary.html">org.apache.commons.jxpath.ri</a></dt>
<dd>
<div class="block">Type conversions, XPath style.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/InfoSetUtil.html#InfoSetUtil--">InfoSetUtil()</a></span> - Constructor for class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/InfoSetUtil.html" title="class in org.apache.commons.jxpath.ri">InfoSetUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/axes/InitialContext.html" title="class in org.apache.commons.jxpath.ri.axes"><span class="typeNameLink">InitialContext</span></a> - Class in <a href="org/apache/commons/jxpath/ri/axes/package-summary.html">org.apache.commons.jxpath.ri.axes</a></dt>
<dd>
<div class="block">A single-set EvalContext that provides access to the current node of
 the parent context and nothing else.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/InitialContext.html#InitialContext-org.apache.commons.jxpath.ri.EvalContext-">InitialContext(EvalContext)</a></span> - Constructor for class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/InitialContext.html" title="class in org.apache.commons.jxpath.ri.axes">InitialContext</a></dt>
<dd>
<div class="block">Create a new InitialContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html#input_stream">input_stream</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParserTokenManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#inputStream">inputStream</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/ReverseComparator.html#INSTANCE">INSTANCE</a></span> - Static variable in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/ReverseComparator.html" title="class in org.apache.commons.jxpath.util">ReverseComparator</a></dt>
<dd>
<div class="block">Singleton reverse comparator instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/SimplePathInterpreter.html#interpretSimpleExpressionPath-org.apache.commons.jxpath.ri.EvalContext-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.compiler.Expression:A-org.apache.commons.jxpath.ri.compiler.Step:A-">interpretSimpleExpressionPath(EvalContext, NodePointer, Expression[], Step[])</a></span> - Static method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/SimplePathInterpreter.html" title="class in org.apache.commons.jxpath.ri.axes">SimplePathInterpreter</a></dt>
<dd>
<div class="block">Interpret the steps of a simple expression path that
 starts with the given root, which is the result of evaluation
 of the root expression of the expression path, applies the
 given predicates to it and then follows the given steps.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/SimplePathInterpreter.html#interpretSimpleLocationPath-org.apache.commons.jxpath.ri.EvalContext-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.compiler.Step:A-">interpretSimpleLocationPath(EvalContext, NodePointer, Step[])</a></span> - Static method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/SimplePathInterpreter.html" title="class in org.apache.commons.jxpath.ri.axes">SimplePathInterpreter</a></dt>
<dd>
<div class="block">Interpret a simple path that starts with the given root and
 follows the given steps.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/Function.html#invoke-org.apache.commons.jxpath.ExpressionContext-java.lang.Object:A-">invoke(ExpressionContext, Object[])</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/Function.html" title="interface in org.apache.commons.jxpath">Function</a></dt>
<dd>
<div class="block">Computes the value of the function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/functions/ConstructorFunction.html#invoke-org.apache.commons.jxpath.ExpressionContext-java.lang.Object:A-">invoke(ExpressionContext, Object[])</a></span> - Method in class org.apache.commons.jxpath.functions.<a href="org/apache/commons/jxpath/functions/ConstructorFunction.html" title="class in org.apache.commons.jxpath.functions">ConstructorFunction</a></dt>
<dd>
<div class="block">Converts parameters to suitable types and invokes the constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/functions/MethodFunction.html#invoke-org.apache.commons.jxpath.ExpressionContext-java.lang.Object:A-">invoke(ExpressionContext, Object[])</a></span> - Method in class org.apache.commons.jxpath.functions.<a href="org/apache/commons/jxpath/functions/MethodFunction.html" title="class in org.apache.commons.jxpath.functions">MethodFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/LocationPath.html#isAbsolute--">isAbsolute()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/LocationPath.html" title="class in org.apache.commons.jxpath.ri.compiler">LocationPath</a></dt>
<dd>
<div class="block">Learn whether this LocationPath is absolute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html#isActual--">isActual()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullElementPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html#isActual--">isActual()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#isActual--">isActual()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#isActual--">isActual()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html#isActual--">isActual()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#isActual--">isActual()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html#isActual--">isActual()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#isActual--">isActual()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">An actual pointer points to an existing part of an object graph, even
 if it is null.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#isActual--">isActual()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html#isActualProperty--">isActualProperty()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPropertyPointer</a></dt>
<dd>
<div class="block">Gets the value of the property actualProperty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#isActualProperty--">isActualProperty()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>
<div class="block">Gets the value of the property actualProperty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#isActualProperty--">isActualProperty()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>
<div class="block">Gets the value of the property actualProperty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html#isActualProperty--">isActualProperty()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPropertyPointer</a></dt>
<dd>
<div class="block">Gets the value of the property actualProperty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html#isActualProperty--">isActualProperty()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPropertyPointer</a></dt>
<dd>
<div class="block">Gets the value of the property actualProperty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathBasicBeanInfo.html#isAtomic--">isAtomic()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathBasicBeanInfo.html" title="class in org.apache.commons.jxpath">JXPathBasicBeanInfo</a></dt>
<dd>
<div class="block">Returns true if objects of this class are treated as atomic
 objects which have no properties of their own.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathBeanInfo.html#isAtomic--">isAtomic()</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathBeanInfo.html" title="interface in org.apache.commons.jxpath">JXPathBeanInfo</a></dt>
<dd>
<div class="block">Returns true if objects of this class are treated as atomic
 objects which have no properties of their own.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#isAttribute--">isAttribute()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Returns true if the pointer represents the "attribute::" axis.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/DescendantContext.html#isChildOrderingRequired--">isChildOrderingRequired()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/DescendantContext.html" title="class in org.apache.commons.jxpath.ri.axes">DescendantContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#isChildOrderingRequired--">isChildOrderingRequired()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">Even if this context has the natural ordering and therefore does
 not require collecting and sorting all nodes prior to returning them,
 such operation may be required for any child context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/XMLParser2.html#isCoalescing--">isCoalescing()</a></span> - Method in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/XMLParser2.html" title="class in org.apache.commons.jxpath.xml">XMLParser2</a></dt>
<dd>
<div class="block">Learn whether the underlying parser is coalescing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html#isCollection--">isCollection()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPointer</a></dt>
<dd>
<div class="block">Returns <code>true</code> if the value of the pointer is an array or
 a Collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html#isCollection--">isCollection()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#isCollection--">isCollection()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html#isCollection--">isCollection()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">LangAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html#isCollection--">isCollection()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullElementPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html#isCollection--">isCollection()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#isCollection--">isCollection()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#isCollection--">isCollection()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#isCollection--">isCollection()</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html#isCollection--">isCollection()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#isCollection--">isCollection()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html#isCollection--">isCollection()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">NamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html#isCollection--">isCollection()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html#isCollection--">isCollection()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html#isCollection--">isCollection()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html#isCollection--">isCollection()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#isCollection--">isCollection()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#isCollection--">isCollection()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Returns <code>true</code> if the value of the pointer is an array or
 a Collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#isCollection--">isCollection()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/ValueUtils.html#isCollection-java.lang.Object-">isCollection(Object)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/ValueUtils.html" title="class in org.apache.commons.jxpath.util">ValueUtils</a></dt>
<dd>
<div class="block">Returns true if the object is an array or a Collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html#isContainer--">isContainer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPropertyPointer</a></dt>
<dd>
<div class="block">This type of node is auxiliary.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#isContainer--">isContainer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html#isContainer--">isContainer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullElementPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#isContainer--">isContainer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#isContainer--">isContainer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>
<div class="block">This type of node is auxiliary.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html#isContainer--">isContainer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPropertyPointer</a></dt>
<dd>
<div class="block">This type of node is auxiliary.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html#isContainer--">isContainer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPropertyPointer</a></dt>
<dd>
<div class="block">This type of node is auxiliary.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#isContainer--">isContainer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">If true, this node is auxiliary and can only be used as an intermediate in
 the chain of pointers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#isContainer--">isContainer()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Constant.html#isContextDependent--">isContextDependent()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Constant.html" title="class in org.apache.commons.jxpath.ri.compiler">Constant</a></dt>
<dd>
<div class="block">Returns false</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Expression.html#isContextDependent--">isContextDependent()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler">Expression</a></dt>
<dd>
<div class="block">Returns true if this expression should be re-evaluated
 each time the current position in the context changes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Step.html#isContextDependent--">isContextDependent()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Step.html" title="class in org.apache.commons.jxpath.ri.compiler">Step</a></dt>
<dd>
<div class="block">Learn whether this step contains any predicate that is context dependent.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/VariableReference.html#isContextDependent--">isContextDependent()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/VariableReference.html" title="class in org.apache.commons.jxpath.ri.compiler">VariableReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/BasicVariables.html#isDeclaredVariable-java.lang.String-">isDeclaredVariable(String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/BasicVariables.html" title="class in org.apache.commons.jxpath">BasicVariables</a></dt>
<dd>
<div class="block">Returns true if the variable has been defined, even if the
 value of the variable is null.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/KeywordVariables.html#isDeclaredVariable-java.lang.String-">isDeclaredVariable(String)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/KeywordVariables.html" title="class in org.apache.commons.jxpath.servlet">KeywordVariables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/Variables.html#isDeclaredVariable-java.lang.String-">isDeclaredVariable(String)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/Variables.html" title="interface in org.apache.commons.jxpath">Variables</a></dt>
<dd>
<div class="block">Returns true if the specified variable is declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#isDefaultNamespace-java.lang.String-">isDefaultNamespace(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Returns true if the supplied prefix represents the
 default namespace in the context of the current node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathBasicBeanInfo.html#isDynamic--">isDynamic()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathBasicBeanInfo.html" title="class in org.apache.commons.jxpath">JXPathBasicBeanInfo</a></dt>
<dd>
<div class="block">Return true if the corresponding objects have dynamic properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathBeanInfo.html#isDynamic--">isDynamic()</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathBeanInfo.html" title="interface in org.apache.commons.jxpath">JXPathBeanInfo</a></dt>
<dd>
<div class="block">Returns true if the objects of this class have dynamic properties
 (e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html#isDynamicPropertyDeclarationSupported--">isDynamicPropertyDeclarationSupported()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyOwnerPointer</a></dt>
<dd>
<div class="block">Learn whether dynamic property declaration is supported.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html#isDynamicPropertyDeclarationSupported--">isDynamicPropertyDeclarationSupported()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/XMLParser2.html#isExpandEntityReferences--">isExpandEntityReferences()</a></span> - Method in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/XMLParser2.html" title="class in org.apache.commons.jxpath.xml">XMLParser2</a></dt>
<dd>
<div class="block">Learn whether the underlying parser expands entity references.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/XMLParser2.html#isIgnoringComments--">isIgnoringComments()</a></span> - Method in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/XMLParser2.html" title="class in org.apache.commons.jxpath.xml">XMLParser2</a></dt>
<dd>
<div class="block">Learn whether the underlying parser ignores comments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/XMLParser2.html#isIgnoringElementContentWhitespace--">isIgnoringElementContentWhitespace()</a></span> - Method in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/XMLParser2.html" title="class in org.apache.commons.jxpath.xml">XMLParser2</a></dt>
<dd>
<div class="block">Learn whether the underlying parser is ignoring whitespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html#isIndexedProperty--">isIndexedProperty()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPropertyPointer</a></dt>
<dd>
<div class="block">Gets the value of the property indexedProperty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#isLanguage-java.lang.String-">isLanguage(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>
<div class="block">Returns true if the xml:lang attribute for the current node
 or its parent has the specified prefix <i>lang</i>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#isLanguage-java.lang.String-">isLanguage(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>
<div class="block">Returns true if the xml:lang attribute for the current node
 or its parent has the specified prefix <i>lang</i>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#isLanguage-java.lang.String-">isLanguage(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Check whether our locale matches the specified language.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html#isLeaf--">isLeaf()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#isLeaf--">isLeaf()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html#isLeaf--">isLeaf()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">LangAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html#isLeaf--">isLeaf()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullElementPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html#isLeaf--">isLeaf()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#isLeaf--">isLeaf()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#isLeaf--">isLeaf()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#isLeaf--">isLeaf()</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html#isLeaf--">isLeaf()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#isLeaf--">isLeaf()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html#isLeaf--">isLeaf()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">NamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html#isLeaf--">isLeaf()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html#isLeaf--">isLeaf()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html#isLeaf--">isLeaf()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html#isLeaf--">isLeaf()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#isLeaf--">isLeaf()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#isLeaf--">isLeaf()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">If true, this node does not have children</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#isLeaf--">isLeaf()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#isLenient--">isLenient()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Learn whether this JXPathContext is lenient.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/XMLParser2.html#isNamespaceAware--">isNamespaceAware()</a></span> - Method in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/XMLParser2.html" title="class in org.apache.commons.jxpath.xml">XMLParser2</a></dt>
<dd>
<div class="block">Learn whether the underlying parser is ns-aware.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#isNode--">isNode()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Please use !isContainer()</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#isRoot--">isRoot()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Returns true if this Pointer has no parent.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/NamespaceResolver.html#isSealed--">isSealed()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/NamespaceResolver.html" title="class in org.apache.commons.jxpath.ri">NamespaceResolver</a></dt>
<dd>
<div class="block">Learn whether this NamespaceResolver has been sealed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/ExpressionPath.html#isSimpleExpressionPath--">isSimpleExpressionPath()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/ExpressionPath.html" title="class in org.apache.commons.jxpath.ri.compiler">ExpressionPath</a></dt>
<dd>
<div class="block">Recognized paths formatted as <code>$x[3]/foo[2]</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Path.html#isSimplePath--">isSimplePath()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Path.html" title="class in org.apache.commons.jxpath.ri.compiler">Path</a></dt>
<dd>
<div class="block">Recognizes paths formatted as <code>foo/bar[3]/baz[@name = 'biz']</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Path.html#isSimpleStep-org.apache.commons.jxpath.ri.compiler.Step-">isSimpleStep(Step)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Path.html" title="class in org.apache.commons.jxpath.ri.compiler">Path</a></dt>
<dd>
<div class="block">A Step is "simple" if it takes one of these forms: ".", "/foo",
 "@bar", "/foo[3]".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html#isSymmetric--">isSymmetric()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperation</a></dt>
<dd>
<div class="block">Returns true if the operation is not sensitive to the order of arguments,
 e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAdd.html#isSymmetric--">isSymmetric()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAdd.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationAdd</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAnd.html#isSymmetric--">isSymmetric()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationAnd.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationAnd</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationCompare.html#isSymmetric--">isSymmetric()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationCompare.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationCompare</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationDivide.html#isSymmetric--">isSymmetric()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationDivide.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationDivide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMod.html#isSymmetric--">isSymmetric()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMod.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationMod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMultiply.html#isSymmetric--">isSymmetric()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationMultiply.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationMultiply</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationNegate.html#isSymmetric--">isSymmetric()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationNegate.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationNegate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationOr.html#isSymmetric--">isSymmetric()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationOr.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationOr</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationRelationalExpression.html#isSymmetric--">isSymmetric()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationRelationalExpression.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationRelationalExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationSubtract.html#isSymmetric--">isSymmetric()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationSubtract.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationSubtract</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperationUnion.html#isSymmetric--">isSymmetric()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperationUnion.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperationUnion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/XMLParser2.html#isValidating--">isValidating()</a></span> - Method in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/XMLParser2.html" title="class in org.apache.commons.jxpath.xml">XMLParser2</a></dt>
<dd>
<div class="block">Learn whether the underlying parser is validating.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html#isValidProperty-org.apache.commons.jxpath.ri.QName-">isValidProperty(QName)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyOwnerPointer</a></dt>
<dd>
<div class="block">Learn whether <code>name</code> is a valid child name for this PropertyOwnerPointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/NodeNameTest.html#isWildcard--">isWildcard()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/NodeNameTest.html" title="class in org.apache.commons.jxpath.ri.compiler">NodeNameTest</a></dt>
<dd>
<div class="block">Learn whether this is a wildcard test.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/CompiledExpression.html#iterate-org.apache.commons.jxpath.JXPathContext-">iterate(JXPathContext)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/CompiledExpression.html" title="interface in org.apache.commons.jxpath">CompiledExpression</a></dt>
<dd>
<div class="block">Traverses the xpath and returns a Iterator of all results found
 for the path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#iterate-java.lang.String-">iterate(String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Traverses the xpath and returns an Iterator of all results found
 for the path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Expression.html#iterate-org.apache.commons.jxpath.ri.EvalContext-">iterate(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler">Expression</a></dt>
<dd>
<div class="block">Iterate over the values from the specified context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html#iterate-org.apache.commons.jxpath.JXPathContext-">iterate(JXPathContext)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html" title="class in org.apache.commons.jxpath.ri">JXPathCompiledExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#iterate-java.lang.String-">iterate(String)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Traverses the xpath and returns a Iterator of all results found
 for the path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#iterate-java.lang.String-org.apache.commons.jxpath.ri.compiler.Expression-">iterate(String, Expression)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Traverses the xpath and returns a Iterator of all results found
 for the path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/ValueUtils.html#iterate-java.lang.Object-">iterate(Object)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/ValueUtils.html" title="class in org.apache.commons.jxpath.util">ValueUtils</a></dt>
<dd>
<div class="block">Returns an iterator for the supplied collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/CompiledExpression.html#iteratePointers-org.apache.commons.jxpath.JXPathContext-">iteratePointers(JXPathContext)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/CompiledExpression.html" title="interface in org.apache.commons.jxpath">CompiledExpression</a></dt>
<dd>
<div class="block">Traverses the xpath and returns an Iterator of Pointers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#iteratePointers-java.lang.String-">iteratePointers(String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Traverses the xpath and returns an Iterator of Pointers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Expression.html#iteratePointers-org.apache.commons.jxpath.ri.EvalContext-">iteratePointers(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler">Expression</a></dt>
<dd>
<div class="block">Iterate over the pointers from the specified context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html#iteratePointers-org.apache.commons.jxpath.JXPathContext-">iteratePointers(JXPathContext)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html" title="class in org.apache.commons.jxpath.ri">JXPathCompiledExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#iteratePointers-java.lang.String-">iteratePointers(String)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Traverses the xpath and returns an Iterator of Pointers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#iteratePointers-java.lang.String-org.apache.commons.jxpath.ri.compiler.Expression-">iteratePointers(String, Expression)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Traverses the xpath and returns an Iterator of Pointers.</div>
</dd>
</dl>
<a name="I:J">
<!--   -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMPointerFactory.html#JDOM_POINTER_FACTORY_ORDER">JDOM_POINTER_FACTORY_ORDER</a></span> - Static variable in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMPointerFactory</a></dt>
<dd>
<div class="block">factory order constant</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributeIterator.html" title="class in org.apache.commons.jxpath.ri.model.jdom"><span class="typeNameLink">JDOMAttributeIterator</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/jdom/package-summary.html">org.apache.commons.jxpath.ri.model.jdom</a></dt>
<dd>
<div class="block">An iterator of attributes of a DOM Node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributeIterator.html#JDOMAttributeIterator-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.QName-">JDOMAttributeIterator(NodePointer, QName)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributeIterator.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMAttributeIterator</a></dt>
<dd>
<div class="block">Create a new JDOMAttributeIterator.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom"><span class="typeNameLink">JDOMAttributePointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/jdom/package-summary.html">org.apache.commons.jxpath.ri.model.jdom</a></dt>
<dd>
<div class="block">A Pointer that points to a DOM node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html#JDOMAttributePointer-org.apache.commons.jxpath.ri.model.NodePointer-org.jdom.Attribute-">JDOMAttributePointer(NodePointer, Attribute)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMAttributePointer</a></dt>
<dd>
<div class="block">Create a JDOMAttributePointer.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespaceIterator.html" title="class in org.apache.commons.jxpath.ri.model.jdom"><span class="typeNameLink">JDOMNamespaceIterator</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/jdom/package-summary.html">org.apache.commons.jxpath.ri.model.jdom</a></dt>
<dd>
<div class="block">An iterator of namespaces of a DOM Node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespaceIterator.html#JDOMNamespaceIterator-org.apache.commons.jxpath.ri.model.NodePointer-">JDOMNamespaceIterator(NodePointer)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespaceIterator.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNamespaceIterator</a></dt>
<dd>
<div class="block">Create a new JDOMNamespaceIterator.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom"><span class="typeNameLink">JDOMNamespacePointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/jdom/package-summary.html">org.apache.commons.jxpath.ri.model.jdom</a></dt>
<dd>
<div class="block">Represents a namespace node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html#JDOMNamespacePointer-org.apache.commons.jxpath.ri.model.NodePointer-java.lang.String-">JDOMNamespacePointer(NodePointer, String)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNamespacePointer</a></dt>
<dd>
<div class="block">Create a new JDOMNamespacePointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html#JDOMNamespacePointer-org.apache.commons.jxpath.ri.model.NodePointer-java.lang.String-java.lang.String-">JDOMNamespacePointer(NodePointer, String, String)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNamespacePointer</a></dt>
<dd>
<div class="block">Create a new JDOMNamespacePointer.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.jdom"><span class="typeNameLink">JDOMNodeIterator</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/jdom/package-summary.html">org.apache.commons.jxpath.ri.model.jdom</a></dt>
<dd>
<div class="block">An iterator of children of a JDOM Node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodeIterator.html#JDOMNodeIterator-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.compiler.NodeTest-boolean-org.apache.commons.jxpath.ri.model.NodePointer-">JDOMNodeIterator(NodePointer, NodeTest, boolean, NodePointer)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodeIterator</a></dt>
<dd>
<div class="block">Create a new JDOMNodeIterator.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom"><span class="typeNameLink">JDOMNodePointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/jdom/package-summary.html">org.apache.commons.jxpath.ri.model.jdom</a></dt>
<dd>
<div class="block">A Pointer that points to a DOM node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#JDOMNodePointer-java.lang.Object-java.util.Locale-">JDOMNodePointer(Object, Locale)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>
<div class="block">Create a new JDOMNodePointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#JDOMNodePointer-java.lang.Object-java.util.Locale-java.lang.String-">JDOMNodePointer(Object, Locale, String)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>
<div class="block">Create a new JDOMNodePointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#JDOMNodePointer-org.apache.commons.jxpath.ri.model.NodePointer-java.lang.Object-">JDOMNodePointer(NodePointer, Object)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>
<div class="block">Create a new JDOMNodePointer.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/xml/JDOMParser.html" title="class in org.apache.commons.jxpath.xml"><span class="typeNameLink">JDOMParser</span></a> - Class in <a href="org/apache/commons/jxpath/xml/package-summary.html">org.apache.commons.jxpath.xml</a></dt>
<dd>
<div class="block">An implementation of the XMLParser interface that produces a JDOM Document.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/JDOMParser.html#JDOMParser--">JDOMParser()</a></span> - Constructor for class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/JDOMParser.html" title="class in org.apache.commons.jxpath.xml">JDOMParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.jdom"><span class="typeNameLink">JDOMPointerFactory</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/jdom/package-summary.html">org.apache.commons.jxpath.ri.model.jdom</a></dt>
<dd>
<div class="block">Implements NodePointerFactory for DOM elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMPointerFactory.html#JDOMPointerFactory--">JDOMPointerFactory()</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMPointerFactory.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMPointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#jj_nt">jj_nt</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html#jjFillToken--">jjFillToken()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParserTokenManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html#jjstrLiteralImages">jjstrLiteralImages</a></span> - Static variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParserTokenManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/util/JXPath11CompatibleTypeConverter.html" title="class in org.apache.commons.jxpath.util"><span class="typeNameLink">JXPath11CompatibleTypeConverter</span></a> - Class in <a href="org/apache/commons/jxpath/util/package-summary.html">org.apache.commons.jxpath.util</a></dt>
<dd>
<div class="block">TypeConverter implementation to circumvent automagic <a href="org/apache/commons/jxpath/NodeSet.html" title="interface in org.apache.commons.jxpath"><code>NodeSet</code></a>
 decoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/JXPath11CompatibleTypeConverter.html#JXPath11CompatibleTypeConverter--">JXPath11CompatibleTypeConverter()</a></span> - Constructor for class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/JXPath11CompatibleTypeConverter.html" title="class in org.apache.commons.jxpath.util">JXPath11CompatibleTypeConverter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/Constants.html#JXPATH_CONTEXT">JXPATH_CONTEXT</a></span> - Static variable in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/Constants.html" title="class in org.apache.commons.jxpath.servlet">Constants</a></dt>
<dd>
<div class="block">Attribute  name used in page context, requst, session, and servlet
 context to store the corresponding <a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath"><code>JXPathContext</code></a>.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/JXPathAbstractFactoryException.html" title="class in org.apache.commons.jxpath"><span class="typeNameLink">JXPathAbstractFactoryException</span></a> - Exception in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">Thrown when an <a href="org/apache/commons/jxpath/AbstractFactory.html" title="class in org.apache.commons.jxpath"><code>AbstractFactory</code></a> cannot generate an object for
 the requested path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathAbstractFactoryException.html#JXPathAbstractFactoryException-java.lang.String-">JXPathAbstractFactoryException(String)</a></span> - Constructor for exception org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathAbstractFactoryException.html" title="class in org.apache.commons.jxpath">JXPathAbstractFactoryException</a></dt>
<dd>
<div class="block">Create a new JXPathAbstractFactoryException.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/JXPathBasicBeanInfo.html" title="class in org.apache.commons.jxpath"><span class="typeNameLink">JXPathBasicBeanInfo</span></a> - Class in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">An implementation of JXPathBeanInfo based on JavaBeans' BeanInfo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathBasicBeanInfo.html#JXPathBasicBeanInfo-java.lang.Class-">JXPathBasicBeanInfo(Class)</a></span> - Constructor for class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathBasicBeanInfo.html" title="class in org.apache.commons.jxpath">JXPathBasicBeanInfo</a></dt>
<dd>
<div class="block">Create a new JXPathBasicBeanInfo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathBasicBeanInfo.html#JXPathBasicBeanInfo-java.lang.Class-boolean-">JXPathBasicBeanInfo(Class, boolean)</a></span> - Constructor for class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathBasicBeanInfo.html" title="class in org.apache.commons.jxpath">JXPathBasicBeanInfo</a></dt>
<dd>
<div class="block">Create a new JXPathBasicBeanInfo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathBasicBeanInfo.html#JXPathBasicBeanInfo-java.lang.Class-java.lang.Class-">JXPathBasicBeanInfo(Class, Class)</a></span> - Constructor for class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathBasicBeanInfo.html" title="class in org.apache.commons.jxpath">JXPathBasicBeanInfo</a></dt>
<dd>
<div class="block">Create a new JXPathBasicBeanInfo.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/JXPathBeanInfo.html" title="interface in org.apache.commons.jxpath"><span class="typeNameLink">JXPathBeanInfo</span></a> - Interface in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">JXPathBeanInfo  is similar to <a href="http://docs.oracle.com/javase/1.3/docs/api/java/beans/BeanInfo.html?is-external=true" title="class or interface in java.beans"><code>BeanInfo</code></a> in that it describes
 properties of a JavaBean class.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html" title="class in org.apache.commons.jxpath.ri"><span class="typeNameLink">JXPathCompiledExpression</span></a> - Class in <a href="org/apache/commons/jxpath/ri/package-summary.html">org.apache.commons.jxpath.ri</a></dt>
<dd>
<div class="block">RI of CompiledExpression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html#JXPathCompiledExpression-java.lang.String-org.apache.commons.jxpath.ri.compiler.Expression-">JXPathCompiledExpression(String, Expression)</a></span> - Constructor for class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html" title="class in org.apache.commons.jxpath.ri">JXPathCompiledExpression</a></dt>
<dd>
<div class="block">Create a new JXPathCompiledExpression.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath"><span class="typeNameLink">JXPathContext</span></a> - Class in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">JXPathContext  provides APIs for the traversal of graphs of JavaBeans using
 the XPath syntax.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#JXPathContext-org.apache.commons.jxpath.JXPathContext-java.lang.Object-">JXPathContext(JXPathContext, Object)</a></span> - Constructor for class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">This constructor should remain protected - it is to be overridden by
 subclasses, but never explicitly invoked by clients.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/JXPathContextFactory.html" title="class in org.apache.commons.jxpath"><span class="typeNameLink">JXPathContextFactory</span></a> - Class in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">Defines a factory API that enables applications to obtain a
 <a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath"><code>JXPathContext</code></a> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContextFactory.html#JXPathContextFactory--">JXPathContextFactory()</a></span> - Constructor for class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContextFactory.html" title="class in org.apache.commons.jxpath">JXPathContextFactory</a></dt>
<dd>
<div class="block">Create a new JXPathContextFactory.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/JXPathContextFactoryConfigurationError.html" title="class in org.apache.commons.jxpath"><span class="typeNameLink">JXPathContextFactoryConfigurationError</span></a> - Error in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">Thrown when a problem with configuration with the <a href="org/apache/commons/jxpath/JXPathContextFactory.html" title="class in org.apache.commons.jxpath"><code>JXPathContextFactories</code></a>
 exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContextFactoryConfigurationError.html#JXPathContextFactoryConfigurationError--">JXPathContextFactoryConfigurationError()</a></span> - Constructor for error org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContextFactoryConfigurationError.html" title="class in org.apache.commons.jxpath">JXPathContextFactoryConfigurationError</a></dt>
<dd>
<div class="block">Create a new <code>JXPathContextFactoryConfigurationError</code> with no
 detail mesage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContextFactoryConfigurationError.html#JXPathContextFactoryConfigurationError-java.lang.String-">JXPathContextFactoryConfigurationError(String)</a></span> - Constructor for error org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContextFactoryConfigurationError.html" title="class in org.apache.commons.jxpath">JXPathContextFactoryConfigurationError</a></dt>
<dd>
<div class="block">Create a new <code>JXPathContextFactoryConfigurationError</code> with
 the <code>String </code> specified as an error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContextFactoryConfigurationError.html#JXPathContextFactoryConfigurationError-java.lang.Exception-">JXPathContextFactoryConfigurationError(Exception)</a></span> - Constructor for error org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContextFactoryConfigurationError.html" title="class in org.apache.commons.jxpath">JXPathContextFactoryConfigurationError</a></dt>
<dd>
<div class="block">Create a new <code>JXPathContextFactoryConfigurationError</code> with a
 given <code>Exception</code> base cause of the error.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContextFactoryConfigurationError.html#JXPathContextFactoryConfigurationError-java.lang.Exception-java.lang.String-">JXPathContextFactoryConfigurationError(Exception, String)</a></span> - Constructor for error org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContextFactoryConfigurationError.html" title="class in org.apache.commons.jxpath">JXPathContextFactoryConfigurationError</a></dt>
<dd>
<div class="block">Create a new <code>JXPathContextFactoryConfigurationError</code> with the
 given <code>Exception</code> base cause and detail message.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/JXPathContextFactoryReferenceImpl.html" title="class in org.apache.commons.jxpath.ri"><span class="typeNameLink">JXPathContextFactoryReferenceImpl</span></a> - Class in <a href="org/apache/commons/jxpath/ri/package-summary.html">org.apache.commons.jxpath.ri</a></dt>
<dd>
<div class="block">Default implementation of JXPathContextFactory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextFactoryReferenceImpl.html#JXPathContextFactoryReferenceImpl--">JXPathContextFactoryReferenceImpl()</a></span> - Constructor for class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextFactoryReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextFactoryReferenceImpl</a></dt>
<dd>
<div class="block">Create a new JXPathContextFactoryReferenceImpl.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri"><span class="typeNameLink">JXPathContextReferenceImpl</span></a> - Class in <a href="org/apache/commons/jxpath/ri/package-summary.html">org.apache.commons.jxpath.ri</a></dt>
<dd>
<div class="block">The reference implementation of JXPathContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#JXPathContextReferenceImpl-org.apache.commons.jxpath.JXPathContext-java.lang.Object-">JXPathContextReferenceImpl(JXPathContext, Object)</a></span> - Constructor for class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Create a new JXPathContextReferenceImpl.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#JXPathContextReferenceImpl-org.apache.commons.jxpath.JXPathContext-java.lang.Object-org.apache.commons.jxpath.Pointer-">JXPathContextReferenceImpl(JXPathContext, Object, Pointer)</a></span> - Constructor for class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Create a new JXPathContextReferenceImpl.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/JXPathException.html" title="class in org.apache.commons.jxpath"><span class="typeNameLink">JXPathException</span></a> - Exception in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">Thrown in various situations by JXPath; may contain a nested exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathException.html#JXPathException--">JXPathException()</a></span> - Constructor for exception org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathException.html" title="class in org.apache.commons.jxpath">JXPathException</a></dt>
<dd>
<div class="block">Create a new <code>JXPathException</code> with no
 detail mesage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathException.html#JXPathException-java.lang.String-">JXPathException(String)</a></span> - Constructor for exception org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathException.html" title="class in org.apache.commons.jxpath">JXPathException</a></dt>
<dd>
<div class="block">Create a new <code>JXPathException</code> with
 the <code>String </code> specified as an error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathException.html#JXPathException-java.lang.Throwable-">JXPathException(Throwable)</a></span> - Constructor for exception org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathException.html" title="class in org.apache.commons.jxpath">JXPathException</a></dt>
<dd>
<div class="block">Create a new <code>JXPathException</code> with a
 given <code>Throwable</code> base cause of the error.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathException.html#JXPathException-java.lang.String-java.lang.Throwable-">JXPathException(String, Throwable)</a></span> - Constructor for exception org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathException.html" title="class in org.apache.commons.jxpath">JXPathException</a></dt>
<dd>
<div class="block">Create a new <code>JXPathException</code> with the
 given <code>Exception</code> base cause and detail message.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/JXPathFunctionNotFoundException.html" title="class in org.apache.commons.jxpath"><span class="typeNameLink">JXPathFunctionNotFoundException</span></a> - Exception in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">Thrown when JXPath encounters an unknown extension function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathFunctionNotFoundException.html#JXPathFunctionNotFoundException-java.lang.String-">JXPathFunctionNotFoundException(String)</a></span> - Constructor for exception org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathFunctionNotFoundException.html" title="class in org.apache.commons.jxpath">JXPathFunctionNotFoundException</a></dt>
<dd>
<div class="block">Create a new JXPathFunctionNotFoundException.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/JXPathIntrospector.html" title="class in org.apache.commons.jxpath"><span class="typeNameLink">JXPathIntrospector</span></a> - Class in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">JXPathIntrospector  maintains a registry of <a href="org/apache/commons/jxpath/JXPathBeanInfo.html" title="interface in org.apache.commons.jxpath"><code>JXPathBeanInfo</code></a> objects for Java classes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathIntrospector.html#JXPathIntrospector--">JXPathIntrospector()</a></span> - Constructor for class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathIntrospector.html" title="class in org.apache.commons.jxpath">JXPathIntrospector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/JXPathInvalidAccessException.html" title="class in org.apache.commons.jxpath"><span class="typeNameLink">JXPathInvalidAccessException</span></a> - Exception in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">Similary to <a href="http://docs.oracle.com/javase/1.3/docs/api/java/lang/reflect/InvocationTargetException.html?is-external=true" title="class or interface in java.lang.reflect"><code>InvocationTargetException</code></a> in that
 it is thrown when JXPath cannot access properties, collection etc on the
 target object model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathInvalidAccessException.html#JXPathInvalidAccessException-java.lang.String-">JXPathInvalidAccessException(String)</a></span> - Constructor for exception org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathInvalidAccessException.html" title="class in org.apache.commons.jxpath">JXPathInvalidAccessException</a></dt>
<dd>
<div class="block">Create a new JXPathInvalidAccessException.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathInvalidAccessException.html#JXPathInvalidAccessException-java.lang.String-java.lang.Throwable-">JXPathInvalidAccessException(String, Throwable)</a></span> - Constructor for exception org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathInvalidAccessException.html" title="class in org.apache.commons.jxpath">JXPathInvalidAccessException</a></dt>
<dd>
<div class="block">Create a new JXPathInvalidAccessException.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/JXPathInvalidSyntaxException.html" title="class in org.apache.commons.jxpath"><span class="typeNameLink">JXPathInvalidSyntaxException</span></a> - Exception in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">Thrown when JXPath cannot parse a supplied XPath.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathInvalidSyntaxException.html#JXPathInvalidSyntaxException-java.lang.String-">JXPathInvalidSyntaxException(String)</a></span> - Constructor for exception org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathInvalidSyntaxException.html" title="class in org.apache.commons.jxpath">JXPathInvalidSyntaxException</a></dt>
<dd>
<div class="block">Create a new JXPathInvalidSyntaxException.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/JXPathNotFoundException.html" title="class in org.apache.commons.jxpath"><span class="typeNameLink">JXPathNotFoundException</span></a> - Exception in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">Thrown when JXPath cannot find a requested path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathNotFoundException.html#JXPathNotFoundException-java.lang.String-">JXPathNotFoundException(String)</a></span> - Constructor for exception org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathNotFoundException.html" title="class in org.apache.commons.jxpath">JXPathNotFoundException</a></dt>
<dd>
<div class="block">Create a new JXPathNotFoundException.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/servlet/JXPathServletContexts.html" title="class in org.apache.commons.jxpath.servlet"><span class="typeNameLink">JXPathServletContexts</span></a> - Class in <a href="org/apache/commons/jxpath/servlet/package-summary.html">org.apache.commons.jxpath.servlet</a></dt>
<dd>
<div class="block">Static methods that allocate and cache JXPathContexts bound to
 <code>PageContext</code>, <code>ServletRequest</code>, <code>HttpSession</code>
 and <code>ServletContext</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/JXPathServletContexts.html#JXPathServletContexts--">JXPathServletContexts()</a></span> - Constructor for class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/JXPathServletContexts.html" title="class in org.apache.commons.jxpath.servlet">JXPathServletContexts</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/JXPathTypeConversionException.html" title="class in org.apache.commons.jxpath"><span class="typeNameLink">JXPathTypeConversionException</span></a> - Exception in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">Thrown when JXPath cannot convert supplied value to the required type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathTypeConversionException.html#JXPathTypeConversionException-java.lang.String-">JXPathTypeConversionException(String)</a></span> - Constructor for exception org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathTypeConversionException.html" title="class in org.apache.commons.jxpath">JXPathTypeConversionException</a></dt>
<dd>
<div class="block">Create a new JXPathTypeConversionException.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathTypeConversionException.html#JXPathTypeConversionException-java.lang.String-java.lang.Exception-">JXPathTypeConversionException(String, Exception)</a></span> - Constructor for exception org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathTypeConversionException.html" title="class in org.apache.commons.jxpath">JXPathTypeConversionException</a></dt>
<dd>
<div class="block">Create a new JXPathTypeConversionException.</div>
</dd>
</dl>
<a name="I:K">
<!--   -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#keyManager">keyManager</a></span> - Variable in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">KeyManager</div>
</dd>
<dt><a href="org/apache/commons/jxpath/KeyManager.html" title="interface in org.apache.commons.jxpath"><span class="typeNameLink">KeyManager</span></a> - Interface in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">A delegate of <a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath"><code>JXPathContext</code></a> that implements the XPath <code>"key()"</code>
 function.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/util/KeyManagerUtils.html" title="class in org.apache.commons.jxpath.util"><span class="typeNameLink">KeyManagerUtils</span></a> - Class in <a href="org/apache/commons/jxpath/util/package-summary.html">org.apache.commons.jxpath.util</a></dt>
<dd>
<div class="block">Utility class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/KeyManagerUtils.html#KeyManagerUtils--">KeyManagerUtils()</a></span> - Constructor for class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/KeyManagerUtils.html" title="class in org.apache.commons.jxpath.util">KeyManagerUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/servlet/KeywordVariables.html" title="class in org.apache.commons.jxpath.servlet"><span class="typeNameLink">KeywordVariables</span></a> - Class in <a href="org/apache/commons/jxpath/servlet/package-summary.html">org.apache.commons.jxpath.servlet</a></dt>
<dd>
<div class="block">Implementation of the Variables interface that provides access
 to a single object using a reserved name (keyword).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/KeywordVariables.html#KeywordVariables-java.lang.String-java.lang.Object-">KeywordVariables(String, Object)</a></span> - Constructor for class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/KeywordVariables.html" title="class in org.apache.commons.jxpath.servlet">KeywordVariables</a></dt>
<dd>
<div class="block">Create a new KeywordVariables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/Token.html#kind">kind</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/Token.html" title="class in org.apache.commons.jxpath.ri.parser">Token</a></dt>
<dd>
<div class="block">An integer that describes the kind of this token.</div>
</dd>
</dl>
<a name="I:L">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.beans"><span class="typeNameLink">LangAttributePointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/beans/package-summary.html">org.apache.commons.jxpath.ri.model.beans</a></dt>
<dd>
<div class="block">A Pointer that points to the "lang" attribute of a JavaBean.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html#LangAttributePointer-org.apache.commons.jxpath.ri.model.NodePointer-">LangAttributePointer(NodePointer)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">LangAttributePointer</a></dt>
<dd>
<div class="block">Create a new LangAttributePointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#lessThan-java.lang.Object-java.lang.Object-">lessThan(Object, Object)</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces an EXPRESSION object representing the comparison:
 <i>left</i> less than <i>right</i></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#lessThan-java.lang.Object-java.lang.Object-">lessThan(Object, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#lessThanOrEqual-java.lang.Object-java.lang.Object-">lessThanOrEqual(Object, Object)</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces an EXPRESSION object representing the comparison:
 <i>left</i> less than or equal to <i>right</i></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#lessThanOrEqual-java.lang.Object-java.lang.Object-">lessThanOrEqual(Object, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#Letter">Letter</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/TokenMgrError.html#LexicalError-boolean-int-int-int-java.lang.String-char-">LexicalError(boolean, int, int, int, String, char)</a></span> - Static method in error org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/TokenMgrError.html" title="class in org.apache.commons.jxpath.ri.parser">TokenMgrError</a></dt>
<dd>
<div class="block">Returns a detailed message for the Error when it is thrown by the
 token manager to indicate a lexical error.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html#lexStateNames">lexStateNames</a></span> - Static variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParserTokenManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#line">line</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#literal-java.lang.String-">literal(String)</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces an EXPRESSION object that represents a string constant.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#literal-java.lang.String-">literal(String)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#Literal">Literal</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#locale">locale</a></span> - Variable in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Locale</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/LocationPath.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">LocationPath</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#locationPath-boolean-java.lang.Object:A-">locationPath(boolean, Object[])</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces an EXPRESSION object representing a location path</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/LocationPath.html#LocationPath-boolean-org.apache.commons.jxpath.ri.compiler.Step:A-">LocationPath(boolean, Step[])</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/LocationPath.html" title="class in org.apache.commons.jxpath.ri.compiler">LocationPath</a></dt>
<dd>
<div class="block">Create a new LocationPath.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#locationPath-boolean-java.lang.Object:A-">locationPath(boolean, Object[])</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#LocationPath--">LocationPath()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#LocationStep-java.util.ArrayList-">LocationStep(ArrayList)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#lookingAhead">lookingAhead</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/MethodLookupUtils.html#lookupConstructor-java.lang.Class-java.lang.Object:A-">lookupConstructor(Class, Object[])</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/MethodLookupUtils.html" title="class in org.apache.commons.jxpath.util">MethodLookupUtils</a></dt>
<dd>
<div class="block">Look up a constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/MethodLookupUtils.html#lookupMethod-java.lang.Class-java.lang.String-java.lang.Object:A-">lookupMethod(Class, String, Object[])</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/MethodLookupUtils.html" title="class in org.apache.commons.jxpath.util">MethodLookupUtils</a></dt>
<dd>
<div class="block">Look up a method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/MethodLookupUtils.html#lookupStaticMethod-java.lang.Class-java.lang.String-java.lang.Object:A-">lookupStaticMethod(Class, String, Object[])</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/MethodLookupUtils.html" title="class in org.apache.commons.jxpath.util">MethodLookupUtils</a></dt>
<dd>
<div class="block">Look up a static method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#LT">LT</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#LTE">LTE</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:M">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><a href="org/apache/commons/jxpath/MapDynamicPropertyHandler.html" title="class in org.apache.commons.jxpath"><span class="typeNameLink">MapDynamicPropertyHandler</span></a> - Class in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">Implements the DynamicPropertyHandler interface for <a href="http://docs.oracle.com/javase/1.3/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/MapDynamicPropertyHandler.html#MapDynamicPropertyHandler--">MapDynamicPropertyHandler()</a></span> - Constructor for class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/MapDynamicPropertyHandler.html" title="class in org.apache.commons.jxpath">MapDynamicPropertyHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#maxNextCharInd">maxNextCharInd</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/functions/MethodFunction.html" title="class in org.apache.commons.jxpath.functions"><span class="typeNameLink">MethodFunction</span></a> - Class in <a href="org/apache/commons/jxpath/functions/package-summary.html">org.apache.commons.jxpath.functions</a></dt>
<dd>
<div class="block">An XPath extension function implemented as an individual Java method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/functions/MethodFunction.html#MethodFunction-java.lang.reflect.Method-">MethodFunction(Method)</a></span> - Constructor for class org.apache.commons.jxpath.functions.<a href="org/apache/commons/jxpath/functions/MethodFunction.html" title="class in org.apache.commons.jxpath.functions">MethodFunction</a></dt>
<dd>
<div class="block">Create a new MethodFunction.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/util/MethodLookupUtils.html" title="class in org.apache.commons.jxpath.util"><span class="typeNameLink">MethodLookupUtils</span></a> - Class in <a href="org/apache/commons/jxpath/util/package-summary.html">org.apache.commons.jxpath.util</a></dt>
<dd>
<div class="block">Method lookup utilities, which find static and non-static methods as well
 as constructors based on a name and list of parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/MethodLookupUtils.html#MethodLookupUtils--">MethodLookupUtils()</a></span> - Constructor for class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/MethodLookupUtils.html" title="class in org.apache.commons.jxpath.util">MethodLookupUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#minus-java.lang.Object-java.lang.Object-">minus(Object, Object)</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces an EXPRESSION object representing <i>left</i> minus <i>right</i></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#minus-java.lang.Object-">minus(Object)</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces an EXPRESSION object representing unary negation of the argument</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#minus-java.lang.Object-java.lang.Object-">minus(Object, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#minus-java.lang.Object-">minus(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#MINUS">MINUS</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#mod-java.lang.Object-java.lang.Object-">mod(Object, Object)</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces  an EXPRESSION object representing <i>left</i> modulo
 <i>right</i></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#mod-java.lang.Object-java.lang.Object-">mod(Object, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#MOD">MOD</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/DocumentContainer.html#MODEL_DOM">MODEL_DOM</a></span> - Static variable in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/DocumentContainer.html" title="class in org.apache.commons.jxpath.xml">DocumentContainer</a></dt>
<dd>
<div class="block">DOM constant</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/DocumentContainer.html#MODEL_JDOM">MODEL_JDOM</a></span> - Static variable in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/DocumentContainer.html" title="class in org.apache.commons.jxpath.xml">DocumentContainer</a></dt>
<dd>
<div class="block">JDOM constant</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#MultiplicativeExpr--">MultiplicativeExpr()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#multiply-java.lang.Object-java.lang.Object-">multiply(Object, Object)</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces  an EXPRESSION object representing <i>left</i> multiplied by
 <i>right</i></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#multiply-java.lang.Object-java.lang.Object-">multiply(Object, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html#MULTIPLY_PRECEDENCE">MULTIPLY_PRECEDENCE</a></span> - Static variable in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperation</a></dt>
<dd>
<div class="block">multiply/divide/mod precedence</div>
</dd>
</dl>
<a name="I:N">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><a href="org/apache/commons/jxpath/ri/compiler/NameAttributeTest.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">NameAttributeTest</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">Captures the <code>foo[@name=<i>expr</i>]</code> expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/NameAttributeTest.html#NameAttributeTest-org.apache.commons.jxpath.ri.compiler.Expression-org.apache.commons.jxpath.ri.compiler.Expression-">NameAttributeTest(Expression, Expression)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/NameAttributeTest.html" title="class in org.apache.commons.jxpath.ri.compiler">NameAttributeTest</a></dt>
<dd>
<div class="block">Create a new NameAttributeTest.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/axes/NamespaceContext.html" title="class in org.apache.commons.jxpath.ri.axes"><span class="typeNameLink">NamespaceContext</span></a> - Class in <a href="org/apache/commons/jxpath/ri/axes/package-summary.html">org.apache.commons.jxpath.ri.axes</a></dt>
<dd>
<div class="block">EvalContext that walks the "namespace::" axis.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/NamespaceContext.html#NamespaceContext-org.apache.commons.jxpath.ri.EvalContext-org.apache.commons.jxpath.ri.compiler.NodeTest-">NamespaceContext(EvalContext, NodeTest)</a></span> - Constructor for class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/NamespaceContext.html" title="class in org.apache.commons.jxpath.ri.axes">NamespaceContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#namespaceIterator--">namespaceIterator()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#namespaceIterator--">namespaceIterator()</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#namespaceIterator--">namespaceIterator()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#namespaceIterator--">namespaceIterator()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#namespaceIterator--">namespaceIterator()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Returns a NodeIterator that iterates over all namespaces of the value
 currently pointed at.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#namespaceIterator--">namespaceIterator()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/NamespaceResolver.html#namespaceMap">namespaceMap</a></span> - Variable in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/NamespaceResolver.html" title="class in org.apache.commons.jxpath.ri">NamespaceResolver</a></dt>
<dd>
<div class="block">namespace map</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#namespacePointer-java.lang.String-">namespacePointer(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#namespacePointer-java.lang.String-">namespacePointer(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#namespacePointer-java.lang.String-">namespacePointer(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom"><span class="typeNameLink">NamespacePointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/dom/package-summary.html">org.apache.commons.jxpath.ri.model.dom</a></dt>
<dd>
<div class="block">Represents a namespace node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html#NamespacePointer-org.apache.commons.jxpath.ri.model.NodePointer-java.lang.String-">NamespacePointer(NodePointer, String)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">NamespacePointer</a></dt>
<dd>
<div class="block">Create a new NamespacePointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html#NamespacePointer-org.apache.commons.jxpath.ri.model.NodePointer-java.lang.String-java.lang.String-">NamespacePointer(NodePointer, String, String)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">NamespacePointer</a></dt>
<dd>
<div class="block">Create a new NamespacePointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#namespacePointer-java.lang.String-">namespacePointer(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#namespacePointer-java.lang.String-">namespacePointer(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Returns a NodePointer for the specified namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#namespacePointer-java.lang.String-">namespacePointer(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#namespaceResolver">namespaceResolver</a></span> - Variable in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Namespace resolver</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/NamespaceResolver.html" title="class in org.apache.commons.jxpath.ri"><span class="typeNameLink">NamespaceResolver</span></a> - Class in <a href="org/apache/commons/jxpath/ri/package-summary.html">org.apache.commons.jxpath.ri</a></dt>
<dd>
<div class="block">Namespace resolver for <a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri"><code>JXPathContextReferenceImpl</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/NamespaceResolver.html#NamespaceResolver--">NamespaceResolver()</a></span> - Constructor for class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/NamespaceResolver.html" title="class in org.apache.commons.jxpath.ri">NamespaceResolver</a></dt>
<dd>
<div class="block">Create a new NamespaceResolver.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/NamespaceResolver.html#NamespaceResolver-org.apache.commons.jxpath.ri.NamespaceResolver-">NamespaceResolver(NamespaceResolver)</a></span> - Constructor for class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/NamespaceResolver.html" title="class in org.apache.commons.jxpath.ri">NamespaceResolver</a></dt>
<dd>
<div class="block">Create a new NamespaceResolver.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#NCName--">NCName()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#NCName">NCName</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#NCName_Without_CoreFunctions--">NCName_Without_CoreFunctions()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html#NEGATE_PRECEDENCE">NEGATE_PRECEDENCE</a></span> - Static variable in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperation</a></dt>
<dd>
<div class="block">negate precedence</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#NEQ">NEQ</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#newChildNodePointer-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-">newChildNodePointer(NodePointer, QName, Object)</a></span> - Static method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Allocates an new child NodePointer by iterating through all installed
 NodePointerFactories until it finds one that can create a pointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#newContext-java.lang.Object-">newContext(Object)</a></span> - Static method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Creates a new JXPathContext with the specified object as the root node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#newContext-org.apache.commons.jxpath.JXPathContext-java.lang.Object-">newContext(JXPathContext, Object)</a></span> - Static method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Creates a new JXPathContext with the specified bean as the root node and
 the specified parent context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContextFactory.html#newContext-org.apache.commons.jxpath.JXPathContext-java.lang.Object-">newContext(JXPathContext, Object)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContextFactory.html" title="class in org.apache.commons.jxpath">JXPathContextFactory</a></dt>
<dd>
<div class="block">Creates a new instance of a JXPathContext using the
 currently configured parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextFactoryReferenceImpl.html#newContext-org.apache.commons.jxpath.JXPathContext-java.lang.Object-">newContext(JXPathContext, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextFactoryReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextFactoryReferenceImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContextFactory.html#newInstance--">newInstance()</a></span> - Static method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContextFactory.html" title="class in org.apache.commons.jxpath">JXPathContextFactory</a></dt>
<dd>
<div class="block">Obtain a new instance of a <code>JXPathContextFactory</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#newNodePointer-org.apache.commons.jxpath.ri.QName-java.lang.Object-java.util.Locale-">newNodePointer(QName, Object, Locale)</a></span> - Static method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Allocates an entirely new NodePointer by iterating through all installed
 NodePointerFactories until it finds one that can create a pointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/Token.html#newToken-int-">newToken(int)</a></span> - Static method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/Token.html" title="class in org.apache.commons.jxpath.ri.parser">Token</a></dt>
<dd>
<div class="block">Returns a new Token object, by default.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Expression.PointerIterator.html#next--">next()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Expression.PointerIterator.html" title="class in org.apache.commons.jxpath.ri.compiler">Expression.PointerIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Expression.ValueIterator.html#next--">next()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Expression.ValueIterator.html" title="class in org.apache.commons.jxpath.ri.compiler">Expression.ValueIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#next--">next()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">Returns the next node pointer in the context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/Token.html#next">next</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/Token.html" title="class in org.apache.commons.jxpath.ri.parser">Token</a></dt>
<dd>
<div class="block">A reference to the next regular (non-special) token from the input
 stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/AncestorContext.html#nextNode--">nextNode()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/AncestorContext.html" title="class in org.apache.commons.jxpath.ri.axes">AncestorContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/AttributeContext.html#nextNode--">nextNode()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/AttributeContext.html" title="class in org.apache.commons.jxpath.ri.axes">AttributeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/ChildContext.html#nextNode--">nextNode()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/ChildContext.html" title="class in org.apache.commons.jxpath.ri.axes">ChildContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/DescendantContext.html#nextNode--">nextNode()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/DescendantContext.html" title="class in org.apache.commons.jxpath.ri.axes">DescendantContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/InitialContext.html#nextNode--">nextNode()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/InitialContext.html" title="class in org.apache.commons.jxpath.ri.axes">InitialContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/NamespaceContext.html#nextNode--">nextNode()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/NamespaceContext.html" title="class in org.apache.commons.jxpath.ri.axes">NamespaceContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/NodeSetContext.html#nextNode--">nextNode()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/NodeSetContext.html" title="class in org.apache.commons.jxpath.ri.axes">NodeSetContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/ParentContext.html#nextNode--">nextNode()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/ParentContext.html" title="class in org.apache.commons.jxpath.ri.axes">ParentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/PrecedingOrFollowingContext.html#nextNode--">nextNode()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/PrecedingOrFollowingContext.html" title="class in org.apache.commons.jxpath.ri.axes">PrecedingOrFollowingContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/PredicateContext.html#nextNode--">nextNode()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/PredicateContext.html" title="class in org.apache.commons.jxpath.ri.axes">PredicateContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/RootContext.html#nextNode--">nextNode()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/RootContext.html" title="class in org.apache.commons.jxpath.ri.axes">RootContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/SelfContext.html#nextNode--">nextNode()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/SelfContext.html" title="class in org.apache.commons.jxpath.ri.axes">SelfContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#nextNode--">nextNode()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">Returns true if there is another object in the current set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/InitialContext.html#nextSet--">nextSet()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/InitialContext.html" title="class in org.apache.commons.jxpath.ri.axes">InitialContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/NodeSetContext.html#nextSet--">nextSet()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/NodeSetContext.html" title="class in org.apache.commons.jxpath.ri.axes">NodeSetContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/PredicateContext.html#nextSet--">nextSet()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/PredicateContext.html" title="class in org.apache.commons.jxpath.ri.axes">PredicateContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/RootContext.html#nextSet--">nextSet()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/RootContext.html" title="class in org.apache.commons.jxpath.ri.axes">RootContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#nextSet--">nextSet()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">Returns true if there is another sets of objects to interate over.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#NODE">NODE</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#NODE_TYPE_COMMENT">NODE_TYPE_COMMENT</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#NODE_TYPE_NODE">NODE_TYPE_NODE</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#NODE_TYPE_PI">NODE_TYPE_PI</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#NODE_TYPE_TEXT">NODE_TYPE_TEXT</a></span> - Static variable in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/NodeIterator.html" title="interface in org.apache.commons.jxpath.ri.model"><span class="typeNameLink">NodeIterator</span></a> - Interface in <a href="org/apache/commons/jxpath/ri/model/package-summary.html">org.apache.commons.jxpath.ri.model</a></dt>
<dd>
<div class="block">Definition for an iterator for all kinds of Nodes.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/NodeNameTest.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">NodeNameTest</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#nodeNameTest-java.lang.Object-">nodeNameTest(Object)</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces a NODE_TEST object that represents a node name test.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/NodeNameTest.html#NodeNameTest-org.apache.commons.jxpath.ri.QName-">NodeNameTest(QName)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/NodeNameTest.html" title="class in org.apache.commons.jxpath.ri.compiler">NodeNameTest</a></dt>
<dd>
<div class="block">Create a new NodeNameTest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/NodeNameTest.html#NodeNameTest-org.apache.commons.jxpath.ri.QName-java.lang.String-">NodeNameTest(QName, String)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/NodeNameTest.html" title="class in org.apache.commons.jxpath.ri.compiler">NodeNameTest</a></dt>
<dd>
<div class="block">Create a new NodeNameTest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#nodeNameTest-java.lang.Object-">nodeNameTest(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model"><span class="typeNameLink">NodePointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/package-summary.html">org.apache.commons.jxpath.ri.model</a></dt>
<dd>
<div class="block">Common superclass for Pointers of all kinds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#NodePointer-org.apache.commons.jxpath.ri.model.NodePointer-">NodePointer(NodePointer)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Create a new NodePointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#NodePointer-org.apache.commons.jxpath.ri.model.NodePointer-java.util.Locale-">NodePointer(NodePointer, Locale)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Create a new NodePointer.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/NodePointerFactory.html" title="interface in org.apache.commons.jxpath.ri.model"><span class="typeNameLink">NodePointerFactory</span></a> - Interface in <a href="org/apache/commons/jxpath/ri/model/package-summary.html">org.apache.commons.jxpath.ri.model</a></dt>
<dd>
<div class="block">Creates NodePointers for objects of a certain type.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/NodeSet.html" title="interface in org.apache.commons.jxpath"><span class="typeNameLink">NodeSet</span></a> - Interface in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">NodeSet interface can be used as the type of an argument of an extension
 function.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/axes/NodeSetContext.html" title="class in org.apache.commons.jxpath.ri.axes"><span class="typeNameLink">NodeSetContext</span></a> - Class in <a href="org/apache/commons/jxpath/ri/axes/package-summary.html">org.apache.commons.jxpath.ri.axes</a></dt>
<dd>
<div class="block">A simple context that is based on a <a href="org/apache/commons/jxpath/NodeSet.html" title="interface in org.apache.commons.jxpath"><code>NodeSet</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/NodeSetContext.html#NodeSetContext-org.apache.commons.jxpath.ri.EvalContext-org.apache.commons.jxpath.NodeSet-">NodeSetContext(EvalContext, NodeSet)</a></span> - Constructor for class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/NodeSetContext.html" title="class in org.apache.commons.jxpath.ri.axes">NodeSetContext</a></dt>
<dd>
<div class="block">Create a new NodeSetContext.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/NodeTest.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">NodeTest</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/NodeTest.html#NodeTest--">NodeTest()</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/NodeTest.html" title="class in org.apache.commons.jxpath.ri.compiler">NodeTest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#NodeTest-java.util.ArrayList-">NodeTest(ArrayList)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#NodeType--">NodeType()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/NodeTypeTest.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">NodeTypeTest</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#nodeTypeTest-int-">nodeTypeTest(int)</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces a NODE_TEST object that represents a node type test.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/NodeTypeTest.html#NodeTypeTest-int-">NodeTypeTest(int)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/NodeTypeTest.html" title="class in org.apache.commons.jxpath.ri.compiler">NodeTypeTest</a></dt>
<dd>
<div class="block">Create a new NodeTypeTest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#nodeTypeTest-int-">nodeTypeTest(int)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/NodeTypeTest.html#nodeTypeToString-int-">nodeTypeToString(int)</a></span> - Static method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/NodeTypeTest.html" title="class in org.apache.commons.jxpath.ri.compiler">NodeTypeTest</a></dt>
<dd>
<div class="block">Render the given node type as a String.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Expression.html#NOT_A_NUMBER">NOT_A_NUMBER</a></span> - Static variable in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler">Expression</a></dt>
<dd>
<div class="block">NaN</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#notEqual-java.lang.Object-java.lang.Object-">notEqual(Object, Object)</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces an EXPRESSION object representing the comparison:
 <i>left</i> is not equal to <i>right</i></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#notEqual-java.lang.Object-java.lang.Object-">notEqual(Object, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans"><span class="typeNameLink">NullElementPointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/beans/package-summary.html">org.apache.commons.jxpath.ri.model.beans</a></dt>
<dd>
<div class="block">Used when there is a need to construct a Pointer for a collection element
 that does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html#NullElementPointer-org.apache.commons.jxpath.ri.model.NodePointer-int-">NullElementPointer(NodePointer, int)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullElementPointer</a></dt>
<dd>
<div class="block">Create a new NullElementPointer.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans"><span class="typeNameLink">NullPointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/beans/package-summary.html">org.apache.commons.jxpath.ri.model.beans</a></dt>
<dd>
<div class="block">Pointer whose value is <code>null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html#NullPointer-org.apache.commons.jxpath.ri.QName-java.util.Locale-">NullPointer(QName, Locale)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPointer</a></dt>
<dd>
<div class="block">Create a new NullPointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html#NullPointer-org.apache.commons.jxpath.ri.model.NodePointer-org.apache.commons.jxpath.ri.QName-">NullPointer(NodePointer, QName)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPointer</a></dt>
<dd>
<div class="block">Used for the root node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html#NullPointer-java.util.Locale-java.lang.String-">NullPointer(Locale, String)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPointer</a></dt>
<dd>
<div class="block">Create a new NullPointer.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans"><span class="typeNameLink">NullPropertyPointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/beans/package-summary.html">org.apache.commons.jxpath.ri.model.beans</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#NullPropertyPointer-org.apache.commons.jxpath.ri.model.NodePointer-">NullPropertyPointer(NodePointer)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>
<div class="block">Create a new NullPropertyPointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#number-java.lang.String-">number(String)</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces an EXPRESSION object that represents a numeric constant.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#number-java.lang.String-">number(String)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/InfoSetUtil.html#number-java.lang.Object-">number(Object)</a></span> - Static method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/InfoSetUtil.html" title="class in org.apache.commons.jxpath.ri">InfoSetUtil</a></dt>
<dd>
<div class="block">Converts the supplied object to Number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#Number">Number</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:O">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Expression.html#ONE">ONE</a></span> - Static variable in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler">Expression</a></dt>
<dd>
<div class="block">one</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/Operation.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">Operation</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Operation.html#Operation-org.apache.commons.jxpath.ri.compiler.Expression:A-">Operation(Expression[])</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Operation.html" title="class in org.apache.commons.jxpath.ri.compiler">Operation</a></dt>
<dd>
<div class="block">Create a new Operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#or-java.lang.Object:A-">or(Object[])</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces an EXPRESSION object representing logical disjunction of
 all arguments</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#or-java.lang.Object:A-">or(Object[])</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#OR">OR</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html#OR_PRECEDENCE">OR_PRECEDENCE</a></span> - Static variable in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperation</a></dt>
<dd>
<div class="block">or precedence</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#OrExpr--">OrExpr()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a> - package org.apache.commons.jxpath</dt>
<dd>
<div class="block">Public, abstract part of JXPath: interfaces and configuration.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/functions/package-summary.html">org.apache.commons.jxpath.functions</a> - package org.apache.commons.jxpath.functions</dt>
<dd>
<div class="block">Implementations of Java class-based extension functions.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/package-summary.html">org.apache.commons.jxpath.ri</a> - package org.apache.commons.jxpath.ri</dt>
<dd>
<div class="block">Reference implementation of JXPath.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/axes/package-summary.html">org.apache.commons.jxpath.ri.axes</a> - package org.apache.commons.jxpath.ri.axes</dt>
<dd>
<div class="block">Implementations of EvalContext used for different XPath axes (child::, parent:: etc).</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a> - package org.apache.commons.jxpath.ri.compiler</dt>
<dd>
<div class="block">XPath parse tree.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/package-summary.html">org.apache.commons.jxpath.ri.model</a> - package org.apache.commons.jxpath.ri.model</dt>
<dd>
<div class="block">The "model" package defines APIs that are implemented 
for every object model to be supported by JXPath.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/beans/package-summary.html">org.apache.commons.jxpath.ri.model.beans</a> - package org.apache.commons.jxpath.ri.model.beans</dt>
<dd>
<div class="block">Implementation of "model" APIs for JavaBeans, Dynamic Property Objects,
collections and null.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/container/package-summary.html">org.apache.commons.jxpath.ri.model.container</a> - package org.apache.commons.jxpath.ri.model.container</dt>
<dd>
<div class="block">Implementation of "model" APIs for Containers.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/dom/package-summary.html">org.apache.commons.jxpath.ri.model.dom</a> - package org.apache.commons.jxpath.ri.model.dom</dt>
<dd>
<div class="block">Implementation of "model" APIs for W3C DOM.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/dynabeans/package-summary.html">org.apache.commons.jxpath.ri.model.dynabeans</a> - package org.apache.commons.jxpath.ri.model.dynabeans</dt>
<dd>
<div class="block">Implementation of "model" APIs for Commons BeanUtils DynaBeans.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/dynamic/package-summary.html">org.apache.commons.jxpath.ri.model.dynamic</a> - package org.apache.commons.jxpath.ri.model.dynamic</dt>
<dd>
<div class="block">Implementation of "model" APIs for dynamic property objects e.g.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/jdom/package-summary.html">org.apache.commons.jxpath.ri.model.jdom</a> - package org.apache.commons.jxpath.ri.model.jdom</dt>
<dd>
<div class="block">Implementation of "model" APIs for JDOM (see jdom.org).</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/parser/package-summary.html">org.apache.commons.jxpath.ri.parser</a> - package org.apache.commons.jxpath.ri.parser</dt>
<dd>
<div class="block">JavaCC XPath grammar.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/servlet/package-summary.html">org.apache.commons.jxpath.servlet</a> - package org.apache.commons.jxpath.servlet</dt>
<dd>
<div class="block">Implementations of JXPathContexts bound to various servlet scopes: PageContext,
ServletRequest, HttpSession and ServletContext.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/util/package-summary.html">org.apache.commons.jxpath.util</a> - package org.apache.commons.jxpath.util</dt>
<dd>
<div class="block">Utility classes to assist with JXPath implementation(s) and/or usage.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/xml/package-summary.html">org.apache.commons.jxpath.xml</a> - package org.apache.commons.jxpath.xml</dt>
<dd>
<div class="block">Support classes for working with XML.</div>
</dd>
</dl>
<a name="I:P">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="org/apache/commons/jxpath/PackageFunctions.html" title="class in org.apache.commons.jxpath"><span class="typeNameLink">PackageFunctions</span></a> - Class in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">Extension functions provided by Java classes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/PackageFunctions.html#PackageFunctions-java.lang.String-java.lang.String-">PackageFunctions(String, String)</a></span> - Constructor for class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/PackageFunctions.html" title="class in org.apache.commons.jxpath">PackageFunctions</a></dt>
<dd>
<div class="block">Create a new PackageFunctions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/Constants.html#PAGE_SCOPE">PAGE_SCOPE</a></span> - Static variable in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/Constants.html" title="class in org.apache.commons.jxpath.servlet">Constants</a></dt>
<dd>
<div class="block">Variable name for <code>PageContext</code>.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/servlet/PageContextHandler.html" title="class in org.apache.commons.jxpath.servlet"><span class="typeNameLink">PageContextHandler</span></a> - Class in <a href="org/apache/commons/jxpath/servlet/package-summary.html">org.apache.commons.jxpath.servlet</a></dt>
<dd>
<div class="block">Implementation of the <a href="org/apache/commons/jxpath/DynamicPropertyHandler.html" title="interface in org.apache.commons.jxpath"><code>DynamicPropertyHandler</code></a> interface that provides
 access to attributes of a <code>PageContext</code> in all scopes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/PageContextHandler.html#PageContextHandler--">PageContextHandler()</a></span> - Constructor for class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/PageContextHandler.html" title="class in org.apache.commons.jxpath.servlet">PageContextHandler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/servlet/PageScopeContext.html" title="class in org.apache.commons.jxpath.servlet"><span class="typeNameLink">PageScopeContext</span></a> - Class in <a href="org/apache/commons/jxpath/servlet/package-summary.html">org.apache.commons.jxpath.servlet</a></dt>
<dd>
<div class="block">A lightweight wrapper for <code>PageContext</code> that restricts access
 to attributes of the "page" scope.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/PageScopeContext.html#PageScopeContext-javax.servlet.jsp.PageContext-">PageScopeContext(PageContext)</a></span> - Constructor for class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/PageScopeContext.html" title="class in org.apache.commons.jxpath.servlet">PageScopeContext</a></dt>
<dd>
<div class="block">Create a new PageScopeContext.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/servlet/PageScopeContextHandler.html" title="class in org.apache.commons.jxpath.servlet"><span class="typeNameLink">PageScopeContextHandler</span></a> - Class in <a href="org/apache/commons/jxpath/servlet/package-summary.html">org.apache.commons.jxpath.servlet</a></dt>
<dd>
<div class="block">Implementation of the <a href="org/apache/commons/jxpath/DynamicPropertyHandler.html" title="interface in org.apache.commons.jxpath"><code>DynamicPropertyHandler</code></a> interface that provides
 access to attributes of a <a href="org/apache/commons/jxpath/servlet/PageScopeContext.html" title="class in org.apache.commons.jxpath.servlet"><code>PageScopeContext</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/PageScopeContextHandler.html#PageScopeContextHandler--">PageScopeContextHandler()</a></span> - Constructor for class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/PageScopeContextHandler.html" title="class in org.apache.commons.jxpath.servlet">PageScopeContextHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#parent">parent</a></span> - Variable in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Parent pointer</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/NamespaceResolver.html#parent">parent</a></span> - Variable in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/NamespaceResolver.html" title="class in org.apache.commons.jxpath.ri">NamespaceResolver</a></dt>
<dd>
<div class="block">Parent NamespaceResolver</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#parentContext">parentContext</a></span> - Variable in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">parent context</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/axes/ParentContext.html" title="class in org.apache.commons.jxpath.ri.axes"><span class="typeNameLink">ParentContext</span></a> - Class in <a href="org/apache/commons/jxpath/ri/axes/package-summary.html">org.apache.commons.jxpath.ri.axes</a></dt>
<dd>
<div class="block">EvalContext that walks the "parent::" axis.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/ParentContext.html#ParentContext-org.apache.commons.jxpath.ri.EvalContext-org.apache.commons.jxpath.ri.compiler.NodeTest-">ParentContext(EvalContext, NodeTest)</a></span> - Constructor for class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/ParentContext.html" title="class in org.apache.commons.jxpath.ri.axes">ParentContext</a></dt>
<dd>
<div class="block">Create a new ParentContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#parentContext">parentContext</a></span> - Variable in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">parent context</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/parser/ParseException.html" title="class in org.apache.commons.jxpath.ri.parser"><span class="typeNameLink">ParseException</span></a> - Exception in <a href="org/apache/commons/jxpath/ri/parser/package-summary.html">org.apache.commons.jxpath.ri.parser</a></dt>
<dd>
<div class="block">This exception is thrown when parse errors are encountered.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/ParseException.html#ParseException-org.apache.commons.jxpath.ri.parser.Token-int:A:A-java.lang.String:A-">ParseException(Token, int[][], String[])</a></span> - Constructor for exception org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/ParseException.html" title="class in org.apache.commons.jxpath.ri.parser">ParseException</a></dt>
<dd>
<div class="block">This constructor is used by the method "generateParseException"
 in the generated parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/ParseException.html#ParseException--">ParseException()</a></span> - Constructor for exception org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/ParseException.html" title="class in org.apache.commons.jxpath.ri.parser">ParseException</a></dt>
<dd>
<div class="block">The following constructors are for use by you for whatever
 purpose you can think of.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/ParseException.html#ParseException-java.lang.String-">ParseException(String)</a></span> - Constructor for exception org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/ParseException.html" title="class in org.apache.commons.jxpath.ri.parser">ParseException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Parser.html#parseExpression-java.lang.String-org.apache.commons.jxpath.ri.Compiler-">parseExpression(String, Compiler)</a></span> - Static method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Parser.html" title="class in org.apache.commons.jxpath.ri">Parser</a></dt>
<dd>
<div class="block">Parses the XPath expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#parseExpression--">parseExpression()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/Parser.html" title="class in org.apache.commons.jxpath.ri"><span class="typeNameLink">Parser</span></a> - Class in <a href="org/apache/commons/jxpath/ri/package-summary.html">org.apache.commons.jxpath.ri</a></dt>
<dd>
<div class="block">XPath parser</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Parser.html#Parser--">Parser()</a></span> - Constructor for class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Parser.html" title="class in org.apache.commons.jxpath.ri">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/DocumentContainer.html#parseXML-java.io.InputStream-">parseXML(InputStream)</a></span> - Method in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/DocumentContainer.html" title="class in org.apache.commons.jxpath.xml">DocumentContainer</a></dt>
<dd>
<div class="block">Parses XML using the parser for the specified model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/DOMParser.html#parseXML-java.io.InputStream-">parseXML(InputStream)</a></span> - Method in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/DOMParser.html" title="class in org.apache.commons.jxpath.xml">DOMParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/JDOMParser.html#parseXML-java.io.InputStream-">parseXML(InputStream)</a></span> - Method in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/JDOMParser.html" title="class in org.apache.commons.jxpath.xml">JDOMParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/XMLParser.html#parseXML-java.io.InputStream-">parseXML(InputStream)</a></span> - Method in interface org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/XMLParser.html" title="interface in org.apache.commons.jxpath.xml">XMLParser</a></dt>
<dd>
<div class="block">Reads the supplied XML file and returns the resulting model,
 which is not necessarily DOM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/XMLParser2.html#parseXML-java.io.InputStream-">parseXML(InputStream)</a></span> - Method in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/XMLParser2.html" title="class in org.apache.commons.jxpath.xml">XMLParser2</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/Path.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">Path</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Path.html#Path-org.apache.commons.jxpath.ri.compiler.Step:A-">Path(Step[])</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Path.html" title="class in org.apache.commons.jxpath.ri.compiler">Path</a></dt>
<dd>
<div class="block">Create a new Path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#PathExpr--">PathExpr()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#PI">PI</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#PLUS">PLUS</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/Pointer.html" title="interface in org.apache.commons.jxpath"><span class="typeNameLink">Pointer</span></a> - Interface in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">Pointers represent locations of objects and their properties
 in Java object graphs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/NamespaceResolver.html#pointer">pointer</a></span> - Variable in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/NamespaceResolver.html" title="class in org.apache.commons.jxpath.ri">NamespaceResolver</a></dt>
<dd>
<div class="block">pointer</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Expression.PointerIterator.html#PointerIterator-java.util.Iterator-org.apache.commons.jxpath.ri.QName-java.util.Locale-">PointerIterator(Iterator, QName, Locale)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Expression.PointerIterator.html" title="class in org.apache.commons.jxpath.ri.compiler">Expression.PointerIterator</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use the method that takes a NamespaceManager</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#position">position</a></span> - Variable in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">position</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/axes/PrecedingOrFollowingContext.html" title="class in org.apache.commons.jxpath.ri.axes"><span class="typeNameLink">PrecedingOrFollowingContext</span></a> - Class in <a href="org/apache/commons/jxpath/ri/axes/package-summary.html">org.apache.commons.jxpath.ri.axes</a></dt>
<dd>
<div class="block">EvalContext that walks the "preceding::" and "following::" axes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/PrecedingOrFollowingContext.html#PrecedingOrFollowingContext-org.apache.commons.jxpath.ri.EvalContext-org.apache.commons.jxpath.ri.compiler.NodeTest-boolean-">PrecedingOrFollowingContext(EvalContext, NodeTest, boolean)</a></span> - Constructor for class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/PrecedingOrFollowingContext.html" title="class in org.apache.commons.jxpath.ri.axes">PrecedingOrFollowingContext</a></dt>
<dd>
<div class="block">Create a new PrecedingOrFollowingContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#Predicate--">Predicate()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/axes/PredicateContext.html" title="class in org.apache.commons.jxpath.ri.axes"><span class="typeNameLink">PredicateContext</span></a> - Class in <a href="org/apache/commons/jxpath/ri/axes/package-summary.html">org.apache.commons.jxpath.ri.axes</a></dt>
<dd>
<div class="block">EvalContext that checks predicates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/PredicateContext.html#PredicateContext-org.apache.commons.jxpath.ri.EvalContext-org.apache.commons.jxpath.ri.compiler.Expression-">PredicateContext(EvalContext, Expression)</a></span> - Constructor for class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/PredicateContext.html" title="class in org.apache.commons.jxpath.ri.axes">PredicateContext</a></dt>
<dd>
<div class="block">Create a new PredicateContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyIterator.html#prepareForIndividualProperty-java.lang.String-">prepareForIndividualProperty(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyIterator</a></dt>
<dd>
<div class="block">Prepare for an individual property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicAttributeIterator.html#prepareForIndividualProperty-java.lang.String-">prepareForIndividualProperty(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicAttributeIterator.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicAttributeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#prevCharIsCR">prevCharIsCR</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#prevCharIsLF">prevCharIsLF</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#PrimaryExpr--">PrimaryExpr()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#printPointerChain--">printPointerChain()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Print internal structure of a pointer for debugging</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/ProcessingInstructionTest.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">ProcessingInstructionTest</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#processingInstructionTest-java.lang.String-">processingInstructionTest(String)</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces  a NODE_TEST object that represents a processing instruction
 test.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/ProcessingInstructionTest.html#ProcessingInstructionTest-java.lang.String-">ProcessingInstructionTest(String)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/ProcessingInstructionTest.html" title="class in org.apache.commons.jxpath.ri.compiler">ProcessingInstructionTest</a></dt>
<dd>
<div class="block">Create a new ProcessingInstructionTest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#processingInstructionTest-java.lang.String-">processingInstructionTest(String)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#propertyIndex">propertyIndex</a></span> - Variable in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>
<div class="block">property index</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/beans/PropertyIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans"><span class="typeNameLink">PropertyIterator</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/beans/package-summary.html">org.apache.commons.jxpath.ri.model.beans</a></dt>
<dd>
<div class="block">Iterates property values of an object pointed at with a <a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans"><code>PropertyOwnerPointer</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyIterator.html#PropertyIterator-org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer-java.lang.String-boolean-org.apache.commons.jxpath.ri.model.NodePointer-">PropertyIterator(PropertyOwnerPointer, String, boolean, NodePointer)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyIterator</a></dt>
<dd>
<div class="block">Create a new PropertyIterator.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans"><span class="typeNameLink">PropertyOwnerPointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/beans/package-summary.html">org.apache.commons.jxpath.ri.model.beans</a></dt>
<dd>
<div class="block">A pointer describing a node that has properties, each of which could be
 a collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html#PropertyOwnerPointer-org.apache.commons.jxpath.ri.model.NodePointer-java.util.Locale-">PropertyOwnerPointer(NodePointer, Locale)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyOwnerPointer</a></dt>
<dd>
<div class="block">Create a new PropertyOwnerPointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html#PropertyOwnerPointer-org.apache.commons.jxpath.ri.model.NodePointer-">PropertyOwnerPointer(NodePointer)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyOwnerPointer</a></dt>
<dd>
<div class="block">Create a new PropertyOwnerPointer.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans"><span class="typeNameLink">PropertyPointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/beans/package-summary.html">org.apache.commons.jxpath.ri.model.beans</a></dt>
<dd>
<div class="block">A pointer allocated by a PropertyOwnerPointer to represent the value of
 a property of the parent object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#PropertyPointer-org.apache.commons.jxpath.ri.model.NodePointer-">PropertyPointer(NodePointer)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>
<div class="block">Takes a javabean, a descriptor of a property of that object and
 an offset within that property (starting with 0).</div>
</dd>
</dl>
<a name="I:Q">
<!--   -->
</a>
<h2 class="title">Q</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#qname-java.lang.String-java.lang.String-">qname(String, String)</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces an QNAME that represents a name with an optional prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#qname-java.lang.String-java.lang.String-">qname(String, String)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#QName--">QName()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/QName.html" title="class in org.apache.commons.jxpath.ri"><span class="typeNameLink">QName</span></a> - Class in <a href="org/apache/commons/jxpath/ri/package-summary.html">org.apache.commons.jxpath.ri</a></dt>
<dd>
<div class="block">A qualified name: a combination of an optional namespace prefix
 and an local name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/QName.html#QName-java.lang.String-">QName(String)</a></span> - Constructor for class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/QName.html" title="class in org.apache.commons.jxpath.ri">QName</a></dt>
<dd>
<div class="block">Create a new QName.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/QName.html#QName-java.lang.String-java.lang.String-">QName(String, String)</a></span> - Constructor for class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/QName.html" title="class in org.apache.commons.jxpath.ri">QName</a></dt>
<dd>
<div class="block">Create a new QName.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#QName_Without_CoreFunctions--">QName_Without_CoreFunctions()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:R">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#readChar--">readChar()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathIntrospector.html#registerAtomicClass-java.lang.Class-">registerAtomicClass(Class)</a></span> - Static method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathIntrospector.html" title="class in org.apache.commons.jxpath">JXPathIntrospector</a></dt>
<dd>
<div class="block">Automatically creates and registers a JXPathBeanInfo object
 for the specified class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathIntrospector.html#registerDynamicClass-java.lang.Class-java.lang.Class-">registerDynamicClass(Class, Class)</a></span> - Static method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathIntrospector.html" title="class in org.apache.commons.jxpath">JXPathIntrospector</a></dt>
<dd>
<div class="block">Automatically creates and registers a <a href="org/apache/commons/jxpath/JXPathBeanInfo.html" title="interface in org.apache.commons.jxpath"><code>JXPathBeanInfo</code></a> object
 for the specified class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#registerNamespace-java.lang.String-java.lang.String-">registerNamespace(String, String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Registers a namespace prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#registerNamespace-java.lang.String-java.lang.String-">registerNamespace(String, String)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/NamespaceResolver.html#registerNamespace-java.lang.String-java.lang.String-">registerNamespace(String, String)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/NamespaceResolver.html" title="class in org.apache.commons.jxpath.ri">NamespaceResolver</a></dt>
<dd>
<div class="block">Registers a namespace prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/DocumentContainer.html#registerXMLParser-java.lang.String-org.apache.commons.jxpath.xml.XMLParser-">registerXMLParser(String, XMLParser)</a></span> - Static method in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/DocumentContainer.html" title="class in org.apache.commons.jxpath.xml">DocumentContainer</a></dt>
<dd>
<div class="block">Add an XML parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/DocumentContainer.html#registerXMLParser-java.lang.String-java.lang.String-">registerXMLParser(String, String)</a></span> - Static method in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/DocumentContainer.html" title="class in org.apache.commons.jxpath.xml">DocumentContainer</a></dt>
<dd>
<div class="block">Add a class of a custom XML parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#ReInit-java.io.Reader-int-int-int-">ReInit(Reader, int, int, int)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#ReInit-java.io.Reader-int-int-">ReInit(Reader, int, int)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#ReInit-java.io.Reader-">ReInit(Reader)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#ReInit-java.io.InputStream-int-int-int-">ReInit(InputStream, int, int, int)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#ReInit-java.io.InputStream-">ReInit(InputStream)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#ReInit-java.io.InputStream-int-int-">ReInit(InputStream, int, int)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#ReInit-java.io.InputStream-">ReInit(InputStream)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#ReInit-java.io.Reader-">ReInit(Reader)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#ReInit-org.apache.commons.jxpath.ri.parser.XPathParserTokenManager-">ReInit(XPathParserTokenManager)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html#ReInit-org.apache.commons.jxpath.ri.parser.SimpleCharStream-">ReInit(SimpleCharStream)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParserTokenManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html#ReInit-org.apache.commons.jxpath.ri.parser.SimpleCharStream-int-">ReInit(SimpleCharStream, int)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParserTokenManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html#RELATIONAL_EXPR_PRECEDENCE">RELATIONAL_EXPR_PRECEDENCE</a></span> - Static variable in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperation</a></dt>
<dd>
<div class="block">relational expression precedence</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#RelationalExpr--">RelationalExpr()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#RelativeLocationPath--">RelativeLocationPath()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/BasicNodeSet.html#remove-org.apache.commons.jxpath.Pointer-">remove(Pointer)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/BasicNodeSet.html" title="class in org.apache.commons.jxpath">BasicNodeSet</a></dt>
<dd>
<div class="block">Remove a pointer from this NodeSet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Expression.PointerIterator.html#remove--">remove()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Expression.PointerIterator.html" title="class in org.apache.commons.jxpath.ri.compiler">Expression.PointerIterator</a></dt>
<dd>
<div class="block">Unsupported.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Expression.ValueIterator.html#remove--">remove()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Expression.ValueIterator.html" title="class in org.apache.commons.jxpath.ri.compiler">Expression.ValueIterator</a></dt>
<dd>
<div class="block">Unsupported.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#remove--">remove()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">Operation is not supported</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html#remove--">remove()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html#remove--">remove()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyOwnerPointer</a></dt>
<dd>
<div class="block">If this is a root node pointer, throws an exception; otherwise
 forwards the call to the parent node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html#remove--">remove()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#remove--">remove()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html#remove--">remove()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html#remove--">remove()</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html#remove--">remove()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#remove--">remove()</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#remove--">remove()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Remove the node of the object graph this pointer points to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#remove--">remove()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/ValueUtils.html#remove-java.lang.Object-int-">remove(Object, int)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/ValueUtils.html" title="class in org.apache.commons.jxpath.util">ValueUtils</a></dt>
<dd>
<div class="block">Remove the index'th element from the supplied collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/CompiledExpression.html#removeAll-org.apache.commons.jxpath.JXPathContext-">removeAll(JXPathContext)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/CompiledExpression.html" title="interface in org.apache.commons.jxpath">CompiledExpression</a></dt>
<dd>
<div class="block">Remove all graph elements described by this expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#removeAll-java.lang.String-">removeAll(String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Removes all elements of the object graph described by the xpath.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html#removeAll-org.apache.commons.jxpath.JXPathContext-">removeAll(JXPathContext)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html" title="class in org.apache.commons.jxpath.ri">JXPathCompiledExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#removeAll-java.lang.String-">removeAll(String)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#removeAll-java.lang.String-org.apache.commons.jxpath.ri.compiler.Expression-">removeAll(String, Expression)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Remove all matching nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/FunctionLibrary.html#removeFunctions-org.apache.commons.jxpath.Functions-">removeFunctions(Functions)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/FunctionLibrary.html" title="class in org.apache.commons.jxpath">FunctionLibrary</a></dt>
<dd>
<div class="block">Remove functions from the library.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/CompiledExpression.html#removePath-org.apache.commons.jxpath.JXPathContext-">removePath(JXPathContext)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/CompiledExpression.html" title="interface in org.apache.commons.jxpath">CompiledExpression</a></dt>
<dd>
<div class="block">Remove the graph element described by this expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#removePath-java.lang.String-">removePath(String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Removes the element of the object graph described by the xpath.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html#removePath-org.apache.commons.jxpath.JXPathContext-">removePath(JXPathContext)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html" title="class in org.apache.commons.jxpath.ri">JXPathCompiledExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#removePath-java.lang.String-">removePath(String)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#removePath-java.lang.String-org.apache.commons.jxpath.ri.compiler.Expression-">removePath(String, Expression)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Remove the specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/Constants.html#REQUEST_SCOPE">REQUEST_SCOPE</a></span> - Static variable in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/Constants.html" title="class in org.apache.commons.jxpath.servlet">Constants</a></dt>
<dd>
<div class="block">Variable name for <code>ServletRequest</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/AncestorContext.html#reset--">reset()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/AncestorContext.html" title="class in org.apache.commons.jxpath.ri.axes">AncestorContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/AttributeContext.html#reset--">reset()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/AttributeContext.html" title="class in org.apache.commons.jxpath.ri.axes">AttributeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/ChildContext.html#reset--">reset()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/ChildContext.html" title="class in org.apache.commons.jxpath.ri.axes">ChildContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/DescendantContext.html#reset--">reset()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/DescendantContext.html" title="class in org.apache.commons.jxpath.ri.axes">DescendantContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/NamespaceContext.html#reset--">reset()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/NamespaceContext.html" title="class in org.apache.commons.jxpath.ri.axes">NamespaceContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/ParentContext.html#reset--">reset()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/ParentContext.html" title="class in org.apache.commons.jxpath.ri.axes">ParentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/PrecedingOrFollowingContext.html#reset--">reset()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/PrecedingOrFollowingContext.html" title="class in org.apache.commons.jxpath.ri.axes">PrecedingOrFollowingContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/PredicateContext.html#reset--">reset()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/PredicateContext.html" title="class in org.apache.commons.jxpath.ri.axes">PredicateContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/SelfContext.html#reset--">reset()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/SelfContext.html" title="class in org.apache.commons.jxpath.ri.axes">SelfContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#reset--">reset()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">Sets current position = 0, which is the pre-iteration state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyIterator.html#reset--">reset()</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyIterator</a></dt>
<dd>
<div class="block">Reset property iteration.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/util/ReverseComparator.html" title="class in org.apache.commons.jxpath.util"><span class="typeNameLink">ReverseComparator</span></a> - Class in <a href="org/apache/commons/jxpath/util/package-summary.html">org.apache.commons.jxpath.util</a></dt>
<dd>
<div class="block">Reverse comparator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/NamespaceResolver.html#reverseMap">reverseMap</a></span> - Variable in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/NamespaceResolver.html" title="class in org.apache.commons.jxpath.ri">NamespaceResolver</a></dt>
<dd>
<div class="block">reverse lookup map</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/axes/RootContext.html" title="class in org.apache.commons.jxpath.ri.axes"><span class="typeNameLink">RootContext</span></a> - Class in <a href="org/apache/commons/jxpath/ri/axes/package-summary.html">org.apache.commons.jxpath.ri.axes</a></dt>
<dd>
<div class="block">EvalContext that is used to hold the root node for the path traversal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/RootContext.html#RootContext-org.apache.commons.jxpath.ri.JXPathContextReferenceImpl-org.apache.commons.jxpath.ri.model.NodePointer-">RootContext(JXPathContextReferenceImpl, NodePointer)</a></span> - Constructor for class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/RootContext.html" title="class in org.apache.commons.jxpath.ri.axes">RootContext</a></dt>
<dd>
<div class="block">Create a new RootContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#rootContext">rootContext</a></span> - Variable in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">root context</div>
</dd>
</dl>
<a name="I:S">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/NamespaceResolver.html#seal--">seal()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/NamespaceResolver.html" title="class in org.apache.commons.jxpath.ri">NamespaceResolver</a></dt>
<dd>
<div class="block">Seal this <a href="org/apache/commons/jxpath/ri/NamespaceResolver.html" title="class in org.apache.commons.jxpath.ri"><code>NamespaceResolver</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Path.html#searchForPath-org.apache.commons.jxpath.ri.EvalContext-">searchForPath(EvalContext)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Path.html" title="class in org.apache.commons.jxpath.ri.compiler">Path</a></dt>
<dd>
<div class="block">The idea here is to return a NullPointer rather than null if that's at
 all possible.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#selectNodes-java.lang.String-">selectNodes(String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Finds all nodes that match the specified XPath.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#selectSingleNode-java.lang.String-">selectSingleNode(String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Finds the first object that matches the specified XPath.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/axes/SelfContext.html" title="class in org.apache.commons.jxpath.ri.axes"><span class="typeNameLink">SelfContext</span></a> - Class in <a href="org/apache/commons/jxpath/ri/axes/package-summary.html">org.apache.commons.jxpath.ri.axes</a></dt>
<dd>
<div class="block">EvalContext that returns the current node from the parent context if the
 test succeeds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/SelfContext.html#SelfContext-org.apache.commons.jxpath.ri.EvalContext-org.apache.commons.jxpath.ri.compiler.NodeTest-">SelfContext(EvalContext, NodeTest)</a></span> - Constructor for class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/SelfContext.html" title="class in org.apache.commons.jxpath.ri.axes">SelfContext</a></dt>
<dd>
<div class="block">Create a new SelfContext.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/servlet/ServletContextHandler.html" title="class in org.apache.commons.jxpath.servlet"><span class="typeNameLink">ServletContextHandler</span></a> - Class in <a href="org/apache/commons/jxpath/servlet/package-summary.html">org.apache.commons.jxpath.servlet</a></dt>
<dd>
<div class="block">Implementation of the <a href="org/apache/commons/jxpath/DynamicPropertyHandler.html" title="interface in org.apache.commons.jxpath"><code>DynamicPropertyHandler</code></a> interface that provides
 access to attributes of a <code>ServletContext</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/ServletContextHandler.html#ServletContextHandler--">ServletContextHandler()</a></span> - Constructor for class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/ServletContextHandler.html" title="class in org.apache.commons.jxpath.servlet">ServletContextHandler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/servlet/ServletRequestAndContext.html" title="class in org.apache.commons.jxpath.servlet"><span class="typeNameLink">ServletRequestAndContext</span></a> - Class in <a href="org/apache/commons/jxpath/servlet/package-summary.html">org.apache.commons.jxpath.servlet</a></dt>
<dd>
<div class="block">Just a structure to hold a <code>ServletRequest</code> and <code>ServletContext</code>
 together.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/ServletRequestAndContext.html#ServletRequestAndContext-javax.servlet.ServletRequest-javax.servlet.ServletContext-">ServletRequestAndContext(ServletRequest, ServletContext)</a></span> - Constructor for class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/ServletRequestAndContext.html" title="class in org.apache.commons.jxpath.servlet">ServletRequestAndContext</a></dt>
<dd>
<div class="block">Create a new ServletRequestAndContext.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/servlet/ServletRequestHandler.html" title="class in org.apache.commons.jxpath.servlet"><span class="typeNameLink">ServletRequestHandler</span></a> - Class in <a href="org/apache/commons/jxpath/servlet/package-summary.html">org.apache.commons.jxpath.servlet</a></dt>
<dd>
<div class="block">Implementation of the <a href="org/apache/commons/jxpath/DynamicPropertyHandler.html" title="interface in org.apache.commons.jxpath"><code>DynamicPropertyHandler</code></a>
 interface that provides access to attributes and parameters
 of a <code>ServletRequest</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/ServletRequestHandler.html#ServletRequestHandler--">ServletRequestHandler()</a></span> - Constructor for class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/ServletRequestHandler.html" title="class in org.apache.commons.jxpath.servlet">ServletRequestHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/Constants.html#SESSION_SCOPE">SESSION_SCOPE</a></span> - Static variable in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/Constants.html" title="class in org.apache.commons.jxpath.servlet">Constants</a></dt>
<dd>
<div class="block">Variable name for <code>HttpSession</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#setAttribute-boolean-">setAttribute(boolean)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Set to true if the pointer represents the "attribute::" axis.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/PageScopeContext.html#setAttribute-java.lang.String-java.lang.Object-">setAttribute(String, Object)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/PageScopeContext.html" title="class in org.apache.commons.jxpath.servlet">PageScopeContext</a></dt>
<dd>
<div class="block">Set the specified attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/XMLParser2.html#setCoalescing-boolean-">setCoalescing(boolean)</a></span> - Method in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/XMLParser2.html" title="class in org.apache.commons.jxpath.xml">XMLParser2</a></dt>
<dd>
<div class="block">Set whether the underlying parser is coalescing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#setCompiler-org.apache.commons.jxpath.ri.Compiler-">setCompiler(Compiler)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html#setDebugStream-java.io.PrintStream-">setDebugStream(PrintStream)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParserTokenManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#setDecimalFormatSymbols-java.lang.String-java.text.DecimalFormatSymbols-">setDecimalFormatSymbols(String, DecimalFormatSymbols)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Sets <a href="http://docs.oracle.com/javase/1.3/docs/api/java/text/DecimalFormatSymbols.html?is-external=true" title="class or interface in java.text"><code>DecimalFormatSymbols</code></a> for a given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/XMLParser2.html#setExpandEntityReferences-boolean-">setExpandEntityReferences(boolean)</a></span> - Method in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/XMLParser2.html" title="class in org.apache.commons.jxpath.xml">XMLParser2</a></dt>
<dd>
<div class="block">Set whether the underlying parser expands entity references.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#setFactory-org.apache.commons.jxpath.AbstractFactory-">setFactory(AbstractFactory)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Install an abstract factory that should be used by the
 <code>createPath()</code> and <code>createPathAndSetValue()</code>
 methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#setFunctions-org.apache.commons.jxpath.Functions-">setFunctions(Functions)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Install a library of extension functions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#setIdentityManager-org.apache.commons.jxpath.IdentityManager-">setIdentityManager(IdentityManager)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Install an identity manager that will be used by the context
 to look up a node by its ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/XMLParser2.html#setIgnoringComments-boolean-">setIgnoringComments(boolean)</a></span> - Method in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/XMLParser2.html" title="class in org.apache.commons.jxpath.xml">XMLParser2</a></dt>
<dd>
<div class="block">Set whether the underlying parser ignores comments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/XMLParser2.html#setIgnoringElementContentWhitespace-boolean-">setIgnoringElementContentWhitespace(boolean)</a></span> - Method in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/XMLParser2.html" title="class in org.apache.commons.jxpath.xml">XMLParser2</a></dt>
<dd>
<div class="block">Set whether the underlying parser is ignoring whitespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html#setIndex-int-">setIndex(int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#setIndex-int-">setIndex(int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html#setIndex-int-">setIndex(int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyOwnerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#setIndex-int-">setIndex(int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Set the index of this NodePointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#setIndex-int-">setIndex(int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#setKeyManager-org.apache.commons.jxpath.KeyManager-">setKeyManager(KeyManager)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Install a key manager that will be used by the context
 to look up a node by a key value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#setLenient-boolean-">setLenient(boolean)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">If the context is in the lenient mode, then getValue() returns null
 for inexistent paths.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#setLocale-java.util.Locale-">setLocale(Locale)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Set the locale for this context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#setNameAttributeValue-java.lang.String-">setNameAttributeValue(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>
<div class="block">Set the name attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/XMLParser2.html#setNamespaceAware-boolean-">setNamespaceAware(boolean)</a></span> - Method in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/XMLParser2.html" title="class in org.apache.commons.jxpath.xml">XMLParser2</a></dt>
<dd>
<div class="block">Set whether the underlying parser is ns-aware.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#setNamespaceContextPointer-org.apache.commons.jxpath.Pointer-">setNamespaceContextPointer(Pointer)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Namespace prefixes can be defined implicitly by specifying a pointer to a
 context where the namespaces are defined.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#setNamespaceContextPointer-org.apache.commons.jxpath.Pointer-">setNamespaceContextPointer(Pointer)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/NamespaceResolver.html#setNamespaceContextPointer-org.apache.commons.jxpath.ri.model.NodePointer-">setNamespaceContextPointer(NodePointer)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/NamespaceResolver.html" title="class in org.apache.commons.jxpath.ri">NamespaceResolver</a></dt>
<dd>
<div class="block">Register a namespace for the expression context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#setNamespaceResolver-org.apache.commons.jxpath.ri.NamespaceResolver-">setNamespaceResolver(NamespaceResolver)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Set the NamespaceResolver for this NodePointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/AncestorContext.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/AncestorContext.html" title="class in org.apache.commons.jxpath.ri.axes">AncestorContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/AttributeContext.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/AttributeContext.html" title="class in org.apache.commons.jxpath.ri.axes">AttributeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/ChildContext.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/ChildContext.html" title="class in org.apache.commons.jxpath.ri.axes">ChildContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/DescendantContext.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/DescendantContext.html" title="class in org.apache.commons.jxpath.ri.axes">DescendantContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/InitialContext.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/InitialContext.html" title="class in org.apache.commons.jxpath.ri.axes">InitialContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/NamespaceContext.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/NamespaceContext.html" title="class in org.apache.commons.jxpath.ri.axes">NamespaceContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/NodeSetContext.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/NodeSetContext.html" title="class in org.apache.commons.jxpath.ri.axes">NodeSetContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/ParentContext.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/ParentContext.html" title="class in org.apache.commons.jxpath.ri.axes">ParentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/PrecedingOrFollowingContext.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/PrecedingOrFollowingContext.html" title="class in org.apache.commons.jxpath.ri.axes">PrecedingOrFollowingContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/PredicateContext.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/PredicateContext.html" title="class in org.apache.commons.jxpath.ri.axes">PredicateContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/RootContext.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/RootContext.html" title="class in org.apache.commons.jxpath.ri.axes">RootContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/SelfContext.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/SelfContext.html" title="class in org.apache.commons.jxpath.ri.axes">SelfContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/UnionContext.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/UnionContext.html" title="class in org.apache.commons.jxpath.ri.axes">UnionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">Moves the current position to the specified index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanAttributeIterator.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanAttributeIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanAttributeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionNodeIterator.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionNodeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyIterator.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyIterator.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributeIterator.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributeIterator.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNamespaceIterator.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNamespaceIterator.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNamespaceIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodeIterator.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributeIterator.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributeIterator.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMAttributeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespaceIterator.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespaceIterator.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNamespaceIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodeIterator.html#setPosition-int-">setPosition(int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodeIterator.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodeIterator.html#setPosition-int-">setPosition(int)</a></span> - Method in interface org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodeIterator.html" title="interface in org.apache.commons.jxpath.ri.model">NodeIterator</a></dt>
<dd>
<div class="block">Set the new current position.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/DynamicPropertyHandler.html#setProperty-java.lang.Object-java.lang.String-java.lang.Object-">setProperty(Object, String, Object)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/DynamicPropertyHandler.html" title="interface in org.apache.commons.jxpath">DynamicPropertyHandler</a></dt>
<dd>
<div class="block">Modifies the value of the specified dynamic property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/MapDynamicPropertyHandler.html#setProperty-java.lang.Object-java.lang.String-java.lang.Object-">setProperty(Object, String, Object)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/MapDynamicPropertyHandler.html" title="class in org.apache.commons.jxpath">MapDynamicPropertyHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/HttpSessionHandler.html#setProperty-java.lang.Object-java.lang.String-java.lang.Object-">setProperty(Object, String, Object)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/HttpSessionHandler.html" title="class in org.apache.commons.jxpath.servlet">HttpSessionHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/PageContextHandler.html#setProperty-java.lang.Object-java.lang.String-java.lang.Object-">setProperty(Object, String, Object)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/PageContextHandler.html" title="class in org.apache.commons.jxpath.servlet">PageContextHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/PageScopeContextHandler.html#setProperty-java.lang.Object-java.lang.String-java.lang.Object-">setProperty(Object, String, Object)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/PageScopeContextHandler.html" title="class in org.apache.commons.jxpath.servlet">PageScopeContextHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/ServletContextHandler.html#setProperty-java.lang.Object-java.lang.String-java.lang.Object-">setProperty(Object, String, Object)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/ServletContextHandler.html" title="class in org.apache.commons.jxpath.servlet">ServletContextHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/ServletRequestHandler.html#setProperty-java.lang.Object-java.lang.String-java.lang.Object-">setProperty(Object, String, Object)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/ServletRequestHandler.html" title="class in org.apache.commons.jxpath.servlet">ServletRequestHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html#setPropertyIndex-int-">setPropertyIndex(int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPropertyPointer</a></dt>
<dd>
<div class="block">Selects a property by its offset in the alphabetically sorted list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#setPropertyIndex-int-">setPropertyIndex(int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#setPropertyIndex-int-">setPropertyIndex(int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>
<div class="block">Set the property index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html#setPropertyIndex-int-">setPropertyIndex(int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPropertyPointer</a></dt>
<dd>
<div class="block">Index a property by its index in the list of all
 properties sorted alphabetically.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html#setPropertyIndex-int-">setPropertyIndex(int)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPropertyPointer</a></dt>
<dd>
<div class="block">Index a property by its index in the list of all
 properties sorted alphabetically.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html#setPropertyName-java.lang.String-">setPropertyName(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPropertyPointer</a></dt>
<dd>
<div class="block">Select a property by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#setPropertyName-java.lang.String-">setPropertyName(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#setPropertyName-java.lang.String-">setPropertyName(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>
<div class="block">Set the property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html#setPropertyName-java.lang.String-">setPropertyName(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPropertyPointer</a></dt>
<dd>
<div class="block">Select a property by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html#setPropertyName-java.lang.String-">setPropertyName(String)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPropertyPointer</a></dt>
<dd>
<div class="block">Select a property by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/RootContext.html#setRegisteredValue-java.lang.Object-">setRegisteredValue(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/RootContext.html" title="class in org.apache.commons.jxpath.ri.axes">RootContext</a></dt>
<dd>
<div class="block">Set the next registered value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/TypeUtils.html#setTypeConverter-org.apache.commons.jxpath.util.TypeConverter-">setTypeConverter(TypeConverter)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/TypeUtils.html" title="class in org.apache.commons.jxpath.util">TypeUtils</a></dt>
<dd>
<div class="block">Install an alternative type converter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/XMLParser2.html#setValidating-boolean-">setValidating(boolean)</a></span> - Method in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/XMLParser2.html" title="class in org.apache.commons.jxpath.xml">XMLParser2</a></dt>
<dd>
<div class="block">Set whether the underlying parser should be validating.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/CompiledExpression.html#setValue-org.apache.commons.jxpath.JXPathContext-java.lang.Object-">setValue(JXPathContext, Object)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/CompiledExpression.html" title="interface in org.apache.commons.jxpath">CompiledExpression</a></dt>
<dd>
<div class="block">Modifies the value of the property described by the supplied xpath.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/Container.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/Container.html" title="interface in org.apache.commons.jxpath">Container</a></dt>
<dd>
<div class="block">Modifies the value contained by this container.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#setValue-java.lang.String-java.lang.Object-">setValue(String, Object)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Modifies the value of the property described by the supplied xpath.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/Pointer.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/Pointer.html" title="interface in org.apache.commons.jxpath">Pointer</a></dt>
<dd>
<div class="block">Modifies the value of the object, property or collection element
 this pointer represents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html#setValue-org.apache.commons.jxpath.JXPathContext-java.lang.Object-">setValue(JXPathContext, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html" title="class in org.apache.commons.jxpath.ri">JXPathCompiledExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#setValue-java.lang.String-java.lang.Object-">setValue(String, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#setValue-java.lang.String-org.apache.commons.jxpath.ri.compiler.Expression-java.lang.Object-">setValue(String, Expression, Object)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Set the value of xpath to value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/BeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">BeanPropertyPointer</a></dt>
<dd>
<div class="block">If index == WHOLE_COLLECTION, change the value of the property, otherwise
 change the value of the index'th element of the collection
 represented by the property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">LangAttributePointer</a></dt>
<dd>
<div class="block">Converts the value to the required type and changes the corresponding
 object to that value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullElementPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullElementPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/NullPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">NullPropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyOwnerPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyOwnerPointer</a></dt>
<dd>
<div class="block">Throws an exception if you try to change the root element, otherwise
 forwards the call to the parent pointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributePointer</a></dt>
<dd>
<div class="block">Sets the value of this attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>
<div class="block">Sets contents of the node to the specified value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">NamespacePointer</a></dt>
<dd>
<div class="block">Throws UnsupportedOperationException.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynabeans.<a href="org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynabeans">DynaBeanPropertyPointer</a></dt>
<dd>
<div class="block">If index == WHOLE_COLLECTION, change the value of the property, otherwise
 change the value of the index'th element of the collection
 represented by the property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dynamic.<a href="org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.dynamic">DynamicPropertyPointer</a></dt>
<dd>
<div class="block">If index == WHOLE_COLLECTION, change the value of the property, otherwise
 change the value of the index'th element of the collection
 represented by the property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNamespacePointer</a></dt>
<dd>
<div class="block">Throws UnsupportedOperationException.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Converts the value to the required type and changes the corresponding
 object to that value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/ValueUtils.html#setValue-java.lang.Object-int-java.lang.Object-">setValue(Object, int, Object)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/ValueUtils.html" title="class in org.apache.commons.jxpath.util">ValueUtils</a></dt>
<dd>
<div class="block">Modifies the index'th element of the supplied collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/ValueUtils.html#setValue-java.lang.Object-java.beans.PropertyDescriptor-java.lang.Object-">setValue(Object, PropertyDescriptor, Object)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/ValueUtils.html" title="class in org.apache.commons.jxpath.util">ValueUtils</a></dt>
<dd>
<div class="block">Modifies the value of the bean's property represented by
 the supplied property descriptor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/ValueUtils.html#setValue-java.lang.Object-java.beans.PropertyDescriptor-int-java.lang.Object-">setValue(Object, PropertyDescriptor, int, Object)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/ValueUtils.html" title="class in org.apache.commons.jxpath.util">ValueUtils</a></dt>
<dd>
<div class="block">Modifies the index'th element of the bean's property represented by
 the supplied property descriptor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/DocumentContainer.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/DocumentContainer.html" title="class in org.apache.commons.jxpath.xml">DocumentContainer</a></dt>
<dd>
<div class="block">Throws an UnsupportedOperationException.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/XMLDocumentContainer.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/XMLDocumentContainer.html" title="class in org.apache.commons.jxpath">XMLDocumentContainer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Throws an UnsupportedOperationException</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#setVariables-org.apache.commons.jxpath.Variables-">setVariables(Variables)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">Installs a custom implementation of the Variables interface.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser"><span class="typeNameLink">SimpleCharStream</span></a> - Class in <a href="org/apache/commons/jxpath/ri/parser/package-summary.html">org.apache.commons.jxpath.ri.parser</a></dt>
<dd>
<div class="block">An implementation of interface CharStream, where the stream is assumed to
 contain only ASCII characters (without unicode processing).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#SimpleCharStream-java.io.Reader-int-int-int-">SimpleCharStream(Reader, int, int, int)</a></span> - Constructor for class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#SimpleCharStream-java.io.Reader-int-int-">SimpleCharStream(Reader, int, int)</a></span> - Constructor for class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#SimpleCharStream-java.io.Reader-">SimpleCharStream(Reader)</a></span> - Constructor for class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#SimpleCharStream-java.io.InputStream-int-int-int-">SimpleCharStream(InputStream, int, int, int)</a></span> - Constructor for class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#SimpleCharStream-java.io.InputStream-int-int-">SimpleCharStream(InputStream, int, int)</a></span> - Constructor for class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#SimpleCharStream-java.io.InputStream-">SimpleCharStream(InputStream)</a></span> - Constructor for class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/axes/SimplePathInterpreter.html" title="class in org.apache.commons.jxpath.ri.axes"><span class="typeNameLink">SimplePathInterpreter</span></a> - Class in <a href="org/apache/commons/jxpath/ri/axes/package-summary.html">org.apache.commons.jxpath.ri.axes</a></dt>
<dd>
<div class="block">An evaluation mechanism for simple XPaths, which
 is much faster than the usual process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/SimplePathInterpreter.html#SimplePathInterpreter--">SimplePathInterpreter()</a></span> - Constructor for class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/SimplePathInterpreter.html" title="class in org.apache.commons.jxpath.ri.axes">SimplePathInterpreter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#SLASH">SLASH</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#SLASHSLASH">SLASHSLASH</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#sortPointers-java.util.List-">sortPointers(List)</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>
<div class="block">Sort a list of pointers based on document order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/ParseException.html#specialConstructor">specialConstructor</a></span> - Variable in exception org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/ParseException.html" title="class in org.apache.commons.jxpath.ri.parser">ParseException</a></dt>
<dd>
<div class="block">This variable determines which constructor was used to create
 this object and thereby affects the semantics of the
 "getMessage" method (see below).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/Token.html#specialToken">specialToken</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/Token.html" title="class in org.apache.commons.jxpath.ri.parser">Token</a></dt>
<dd>
<div class="block">This field is used to access special tokens that occur prior to this
 token, but after the immediately preceding regular (non-special) token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#staticFlag">staticFlag</a></span> - Static variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/Step.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">Step</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#step-int-java.lang.Object-java.lang.Object:A-">step(int, Object, Object[])</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces a STEP object that represents a node test.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Step.html#Step-int-org.apache.commons.jxpath.ri.compiler.NodeTest-org.apache.commons.jxpath.ri.compiler.Expression:A-">Step(int, NodeTest, Expression[])</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Step.html" title="class in org.apache.commons.jxpath.ri.compiler">Step</a></dt>
<dd>
<div class="block">Create a new Step.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#step-int-java.lang.Object-java.lang.Object:A-">step(int, Object, Object[])</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/InfoSetUtil.html#stringValue-java.lang.Object-">stringValue(Object)</a></span> - Static method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/InfoSetUtil.html" title="class in org.apache.commons.jxpath.ri">InfoSetUtil</a></dt>
<dd>
<div class="block">Converts the supplied object to String.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#SubtractiveExpr--">SubtractiveExpr()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#sum-java.lang.Object:A-">sum(Object[])</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces an EXPRESSION object representing the sum of all argumens</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#sum-java.lang.Object:A-">sum(Object[])</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html#SwitchTo-int-">SwitchTo(int)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParserTokenManager</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:T">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html#testNode-org.apache.commons.jxpath.ri.compiler.NodeTest-">testNode(NodeTest)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/CollectionPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">CollectionPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html#testNode-org.apache.commons.jxpath.ri.compiler.NodeTest-">testNode(NodeTest)</a></span> - Method in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/LangAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">LangAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html#testNode-org.apache.commons.jxpath.ri.compiler.NodeTest-">testNode(NodeTest)</a></span> - Method in class org.apache.commons.jxpath.ri.model.container.<a href="org/apache/commons/jxpath/ri/model/container/ContainerPointer.html" title="class in org.apache.commons.jxpath.ri.model.container">ContainerPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html#testNode-org.apache.commons.jxpath.ri.compiler.NodeTest-">testNode(NodeTest)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMAttributePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMAttributePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#testNode-org.apache.commons.jxpath.ri.compiler.NodeTest-">testNode(NodeTest)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#testNode-org.w3c.dom.Node-org.apache.commons.jxpath.ri.compiler.NodeTest-">testNode(Node, NodeTest)</a></span> - Static method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>
<div class="block">Test a Node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html#testNode-org.apache.commons.jxpath.ri.compiler.NodeTest-">testNode(NodeTest)</a></span> - Method in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/NamespacePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">NamespacePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#testNode-org.apache.commons.jxpath.ri.compiler.NodeTest-">testNode(NodeTest)</a></span> - Method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#testNode-org.apache.commons.jxpath.ri.model.NodePointer-java.lang.Object-org.apache.commons.jxpath.ri.compiler.NodeTest-">testNode(NodePointer, Object, NodeTest)</a></span> - Static method in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>
<div class="block">Execute test against node on behalf of pointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#testNode-org.apache.commons.jxpath.ri.compiler.NodeTest-">testNode(NodeTest)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Checks if this Pointer matches the supplied NodeTest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#testNode-org.apache.commons.jxpath.ri.compiler.NodeTest-">testNode(NodeTest)</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#TEXT">TEXT</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/parser/Token.html" title="class in org.apache.commons.jxpath.ri.parser"><span class="typeNameLink">Token</span></a> - Class in <a href="org/apache/commons/jxpath/ri/parser/package-summary.html">org.apache.commons.jxpath.ri.parser</a></dt>
<dd>
<div class="block">Describes the input token stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/Token.html#Token--">Token()</a></span> - Constructor for class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/Token.html" title="class in org.apache.commons.jxpath.ri.parser">Token</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#token">token</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#token_source">token_source</a></span> - Variable in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/ParseException.html#tokenImage">tokenImage</a></span> - Variable in exception org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/ParseException.html" title="class in org.apache.commons.jxpath.ri.parser">ParseException</a></dt>
<dd>
<div class="block">This is a reference to the "tokenImage" array of the generated
 parser within which the parse error occurred.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#tokenImage">tokenImage</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/parser/TokenMgrError.html" title="class in org.apache.commons.jxpath.ri.parser"><span class="typeNameLink">TokenMgrError</span></a> - Error in <a href="org/apache/commons/jxpath/ri/parser/package-summary.html">org.apache.commons.jxpath.ri.parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/TokenMgrError.html#TokenMgrError--">TokenMgrError()</a></span> - Constructor for error org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/TokenMgrError.html" title="class in org.apache.commons.jxpath.ri.parser">TokenMgrError</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/TokenMgrError.html#TokenMgrError-java.lang.String-int-">TokenMgrError(String, int)</a></span> - Constructor for error org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/TokenMgrError.html" title="class in org.apache.commons.jxpath.ri.parser">TokenMgrError</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/TokenMgrError.html#TokenMgrError-boolean-int-int-int-java.lang.String-char-int-">TokenMgrError(boolean, int, int, int, String, char, int)</a></span> - Constructor for error org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/TokenMgrError.html" title="class in org.apache.commons.jxpath.ri.parser">TokenMgrError</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/BasicNodeSet.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/BasicNodeSet.html" title="class in org.apache.commons.jxpath">BasicNodeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/BasicVariables.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/BasicVariables.html" title="class in org.apache.commons.jxpath">BasicVariables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/functions/MethodFunction.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.functions.<a href="org/apache/commons/jxpath/functions/MethodFunction.html" title="class in org.apache.commons.jxpath.functions">MethodFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathBasicBeanInfo.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathBasicBeanInfo.html" title="class in org.apache.commons.jxpath">JXPathBasicBeanInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/RootContext.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/RootContext.html" title="class in org.apache.commons.jxpath.ri.axes">RootContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Constant.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Constant.html" title="class in org.apache.commons.jxpath.ri.compiler">Constant</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/ExpressionPath.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/ExpressionPath.html" title="class in org.apache.commons.jxpath.ri.compiler">ExpressionPath</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/ExtensionFunction.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/ExtensionFunction.html" title="class in org.apache.commons.jxpath.ri.compiler">ExtensionFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/LocationPath.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/LocationPath.html" title="class in org.apache.commons.jxpath.ri.compiler">LocationPath</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/NodeNameTest.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/NodeNameTest.html" title="class in org.apache.commons.jxpath.ri.compiler">NodeNameTest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/NodeTypeTest.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/NodeTypeTest.html" title="class in org.apache.commons.jxpath.ri.compiler">NodeTypeTest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/ProcessingInstructionTest.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/ProcessingInstructionTest.html" title="class in org.apache.commons.jxpath.ri.compiler">ProcessingInstructionTest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Step.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Step.html" title="class in org.apache.commons.jxpath.ri.compiler">Step</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/VariableReference.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/VariableReference.html" title="class in org.apache.commons.jxpath.ri.compiler">VariableReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/EvalContext.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/EvalContext.html" title="class in org.apache.commons.jxpath.ri">EvalContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathCompiledExpression.html" title="class in org.apache.commons.jxpath.ri">JXPathCompiledExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/Token.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/Token.html" title="class in org.apache.commons.jxpath.ri.parser">Token</a></dt>
<dd>
<div class="block">Returns the image.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/QName.html#toString--">toString()</a></span> - Method in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/QName.html" title="class in org.apache.commons.jxpath.ri">QName</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">TreeCompiler</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#TreeCompiler--">TreeCompiler()</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/util/TypeConverter.html" title="interface in org.apache.commons.jxpath.util"><span class="typeNameLink">TypeConverter</span></a> - Interface in <a href="org/apache/commons/jxpath/util/package-summary.html">org.apache.commons.jxpath.util</a></dt>
<dd>
<div class="block">A type converter can be installed on <a href="org/apache/commons/jxpath/util/TypeUtils.html" title="class in org.apache.commons.jxpath.util"><code>TypeUtils</code></a> to introduce
 additional type conversions for JXPath.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/util/TypeUtils.html" title="class in org.apache.commons.jxpath.util"><span class="typeNameLink">TypeUtils</span></a> - Class in <a href="org/apache/commons/jxpath/util/package-summary.html">org.apache.commons.jxpath.util</a></dt>
<dd>
<div class="block">Global type conversion utilities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/TypeUtils.html#TypeUtils--">TypeUtils()</a></span> - Constructor for class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/TypeUtils.html" title="class in org.apache.commons.jxpath.util">TypeUtils</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:U">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#UnaryExpr--">UnaryExpr()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/BasicVariables.html#undeclareVariable-java.lang.String-">undeclareVariable(String)</a></span> - Method in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/BasicVariables.html" title="class in org.apache.commons.jxpath">BasicVariables</a></dt>
<dd>
<div class="block">Removes an existing variable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/servlet/KeywordVariables.html#undeclareVariable-java.lang.String-">undeclareVariable(String)</a></span> - Method in class org.apache.commons.jxpath.servlet.<a href="org/apache/commons/jxpath/servlet/KeywordVariables.html" title="class in org.apache.commons.jxpath.servlet">KeywordVariables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/Variables.html#undeclareVariable-java.lang.String-">undeclareVariable(String)</a></span> - Method in interface org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/Variables.html" title="interface in org.apache.commons.jxpath">Variables</a></dt>
<dd>
<div class="block">Removes an existing variable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#UnicodeDigit">UnicodeDigit</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#union-java.lang.Object:A-">union(Object[])</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#union-java.lang.Object:A-">union(Object[])</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces an EXPRESSION object representing union of all node sets</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#UNION">UNION</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html#UNION_PRECEDENCE">UNION_PRECEDENCE</a></span> - Static variable in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/CoreOperation.html" title="class in org.apache.commons.jxpath.ri.compiler">CoreOperation</a></dt>
<dd>
<div class="block">union precedence</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/axes/UnionContext.html" title="class in org.apache.commons.jxpath.ri.axes"><span class="typeNameLink">UnionContext</span></a> - Class in <a href="org/apache/commons/jxpath/ri/axes/package-summary.html">org.apache.commons.jxpath.ri.axes</a></dt>
<dd>
<div class="block">EvalContext that represents a union between other contexts - result
 of a union operation like (a | b)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/UnionContext.html#UnionContext-org.apache.commons.jxpath.ri.EvalContext-org.apache.commons.jxpath.ri.EvalContext:A-">UnionContext(EvalContext, EvalContext[])</a></span> - Constructor for class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/UnionContext.html" title="class in org.apache.commons.jxpath.ri.axes">UnionContext</a></dt>
<dd>
<div class="block">Create a new UnionContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#UnionExpr--">UnionExpr()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#UNKNOWN_NAMESPACE">UNKNOWN_NAMESPACE</a></span> - Static variable in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Constant to indicate unknown namespace</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/axes/RootContext.html#UNKNOWN_VALUE">UNKNOWN_VALUE</a></span> - Static variable in class org.apache.commons.jxpath.ri.axes.<a href="org/apache/commons/jxpath/ri/axes/RootContext.html" title="class in org.apache.commons.jxpath.ri.axes">RootContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/BasicTypeConverter.html#unmodifiableCollection-java.util.Collection-">unmodifiableCollection(Collection)</a></span> - Method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/BasicTypeConverter.html" title="class in org.apache.commons.jxpath.util">BasicTypeConverter</a></dt>
<dd>
<div class="block">Get an unmodifiable version of a collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html#UNSPECIFIED_PROPERTY">UNSPECIFIED_PROPERTY</a></span> - Static variable in class org.apache.commons.jxpath.ri.model.beans.<a href="org/apache/commons/jxpath/ri/model/beans/PropertyPointer.html" title="class in org.apache.commons.jxpath.ri.model.beans">PropertyPointer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html#UpdateLineColumn-char-">UpdateLineColumn(char)</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/SimpleCharStream.html" title="class in org.apache.commons.jxpath.ri.parser">SimpleCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html#USE_SOFT_CACHE">USE_SOFT_CACHE</a></span> - Static variable in class org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.html" title="class in org.apache.commons.jxpath.ri">JXPathContextReferenceImpl</a></dt>
<dd>
<div class="block">Change this to <code>false</code> to disable soft caching of
 CompiledExpressions.</div>
</dd>
</dl>
<a name="I:V">
<!--   -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Expression.ValueIterator.html#ValueIterator-java.util.Iterator-">ValueIterator(Iterator)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Expression.ValueIterator.html" title="class in org.apache.commons.jxpath.ri.compiler">Expression.ValueIterator</a></dt>
<dd>
<div class="block">Create a new ValueIterator.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/util/ValueUtils.html" title="class in org.apache.commons.jxpath.util"><span class="typeNameLink">ValueUtils</span></a> - Class in <a href="org/apache/commons/jxpath/util/package-summary.html">org.apache.commons.jxpath.util</a></dt>
<dd>
<div class="block">Collection and property access utilities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/ValueUtils.html#ValueUtils--">ValueUtils()</a></span> - Constructor for class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/ValueUtils.html" title="class in org.apache.commons.jxpath.util">ValueUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html#VARIABLE">VARIABLE</a></span> - Static variable in interface org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser">XPathParserConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointerFactory.html#VARIABLE_POINTER_FACTORY_ORDER">VARIABLE_POINTER_FACTORY_ORDER</a></span> - Static variable in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointerFactory.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointerFactory</a></dt>
<dd>
<div class="block">factory order constant</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model"><span class="typeNameLink">VariablePointer</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/package-summary.html">org.apache.commons.jxpath.ri.model</a></dt>
<dd>
<div class="block">Pointer to a context variable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#VariablePointer-org.apache.commons.jxpath.Variables-org.apache.commons.jxpath.ri.QName-">VariablePointer(Variables, QName)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>
<div class="block">Create a new VariablePointer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointer.html#VariablePointer-org.apache.commons.jxpath.ri.QName-">VariablePointer(QName)</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointer</a></dt>
<dd>
<div class="block">Create a new (non-actual) VariablePointer.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/VariablePointerFactory.html" title="class in org.apache.commons.jxpath.ri.model"><span class="typeNameLink">VariablePointerFactory</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/package-summary.html">org.apache.commons.jxpath.ri.model</a></dt>
<dd>
<div class="block">NodePointerFactory to create <a href="org/apache/commons/jxpath/ri/model/VariablePointer.html" title="class in org.apache.commons.jxpath.ri.model"><code>VariablePointers</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/VariablePointerFactory.html#VariablePointerFactory--">VariablePointerFactory()</a></span> - Constructor for class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/VariablePointerFactory.html" title="class in org.apache.commons.jxpath.ri.model">VariablePointerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/model/VariablePointerFactory.VariableContextWrapper.html" title="class in org.apache.commons.jxpath.ri.model"><span class="typeNameLink">VariablePointerFactory.VariableContextWrapper</span></a> - Class in <a href="org/apache/commons/jxpath/ri/model/package-summary.html">org.apache.commons.jxpath.ri.model</a></dt>
<dd>
<div class="block">Node value wrapper to trigger a VariablePointerFactory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html#variableReference-java.lang.Object-">variableReference(Object)</a></span> - Method in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/TreeCompiler.html" title="class in org.apache.commons.jxpath.ri.compiler">TreeCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/compiler/VariableReference.html" title="class in org.apache.commons.jxpath.ri.compiler"><span class="typeNameLink">VariableReference</span></a> - Class in <a href="org/apache/commons/jxpath/ri/compiler/package-summary.html">org.apache.commons.jxpath.ri.compiler</a></dt>
<dd>
<div class="block">An element of the compile tree holding a variable reference.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/Compiler.html#variableReference-java.lang.Object-">variableReference(Object)</a></span> - Method in interface org.apache.commons.jxpath.ri.<a href="org/apache/commons/jxpath/ri/Compiler.html" title="interface in org.apache.commons.jxpath.ri">Compiler</a></dt>
<dd>
<div class="block">Produces an EXPRESSION object representing variable reference</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/VariableReference.html#VariableReference-org.apache.commons.jxpath.ri.QName-">VariableReference(QName)</a></span> - Constructor for class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/VariableReference.html" title="class in org.apache.commons.jxpath.ri.compiler">VariableReference</a></dt>
<dd>
<div class="block">Create a new VariableReference.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#VariableReference--">VariableReference()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/Variables.html" title="interface in org.apache.commons.jxpath"><span class="typeNameLink">Variables</span></a> - Interface in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block">Variables provide access to a global set of values accessible via XPath.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/JXPathContext.html#vars">vars</a></span> - Variable in class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/JXPathContext.html" title="class in org.apache.commons.jxpath">JXPathContext</a></dt>
<dd>
<div class="block">variables</div>
</dd>
</dl>
<a name="I:W">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/NodePointer.html#WHOLE_COLLECTION">WHOLE_COLLECTION</a></span> - Static variable in class org.apache.commons.jxpath.ri.model.<a href="org/apache/commons/jxpath/ri/model/NodePointer.html" title="class in org.apache.commons.jxpath.ri.model">NodePointer</a></dt>
<dd>
<div class="block">Whole collection index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#WildcardName--">WildcardName()</a></span> - Method in class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/util/TypeUtils.html#wrapPrimitive-java.lang.Class-">wrapPrimitive(Class)</a></span> - Static method in class org.apache.commons.jxpath.util.<a href="org/apache/commons/jxpath/util/TypeUtils.html" title="class in org.apache.commons.jxpath.util">TypeUtils</a></dt>
<dd>
<div class="block">Return the appropriate wrapper type for the specified class.</div>
</dd>
</dl>
<a name="I:X">
<!--   -->
</a>
<h2 class="title">X</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#XML_NAMESPACE_URI">XML_NAMESPACE_URI</a></span> - Static variable in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>
<div class="block">XML namespace URI</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#XML_NAMESPACE_URI">XML_NAMESPACE_URI</a></span> - Static variable in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>
<div class="block">XML ns uri</div>
</dd>
<dt><a href="org/apache/commons/jxpath/XMLDocumentContainer.html" title="class in org.apache.commons.jxpath"><span class="typeNameLink">XMLDocumentContainer</span></a> - Class in <a href="org/apache/commons/jxpath/package-summary.html">org.apache.commons.jxpath</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">1.1 Please use <a href="org/apache/commons/jxpath/xml/DocumentContainer.html" title="class in org.apache.commons.jxpath.xml"><code>DocumentContainer</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/XMLDocumentContainer.html#XMLDocumentContainer-java.net.URL-">XMLDocumentContainer(URL)</a></span> - Constructor for class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/XMLDocumentContainer.html" title="class in org.apache.commons.jxpath">XMLDocumentContainer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Create a new XMLDocumentContainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/XMLDocumentContainer.html#XMLDocumentContainer-javax.xml.transform.Source-">XMLDocumentContainer(Source)</a></span> - Constructor for class org.apache.commons.jxpath.<a href="org/apache/commons/jxpath/XMLDocumentContainer.html" title="class in org.apache.commons.jxpath">XMLDocumentContainer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Create a new XMLDocumentContainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html#XMLNS_NAMESPACE_URI">XMLNS_NAMESPACE_URI</a></span> - Static variable in class org.apache.commons.jxpath.ri.model.dom.<a href="org/apache/commons/jxpath/ri/model/dom/DOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.dom">DOMNodePointer</a></dt>
<dd>
<div class="block">XMLNS namespace URI</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html#XMLNS_NAMESPACE_URI">XMLNS_NAMESPACE_URI</a></span> - Static variable in class org.apache.commons.jxpath.ri.model.jdom.<a href="org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer.html" title="class in org.apache.commons.jxpath.ri.model.jdom">JDOMNodePointer</a></dt>
<dd>
<div class="block">XMLNS ns uri</div>
</dd>
<dt><a href="org/apache/commons/jxpath/xml/XMLParser.html" title="interface in org.apache.commons.jxpath.xml"><span class="typeNameLink">XMLParser</span></a> - Interface in <a href="org/apache/commons/jxpath/xml/package-summary.html">org.apache.commons.jxpath.xml</a></dt>
<dd>
<div class="block">Common interface for XML parsers.</div>
</dd>
<dt><a href="org/apache/commons/jxpath/xml/XMLParser2.html" title="class in org.apache.commons.jxpath.xml"><span class="typeNameLink">XMLParser2</span></a> - Class in <a href="org/apache/commons/jxpath/xml/package-summary.html">org.apache.commons.jxpath.xml</a></dt>
<dd>
<div class="block">The abstract superclass of XML parsers that produce DOM Documents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/xml/XMLParser2.html#XMLParser2--">XMLParser2()</a></span> - Constructor for class org.apache.commons.jxpath.xml.<a href="org/apache/commons/jxpath/xml/XMLParser2.html" title="class in org.apache.commons.jxpath.xml">XMLParser2</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser"><span class="typeNameLink">XPathParser</span></a> - Class in <a href="org/apache/commons/jxpath/ri/parser/package-summary.html">org.apache.commons.jxpath.ri.parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#XPathParser-java.io.InputStream-">XPathParser(InputStream)</a></span> - Constructor for class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#XPathParser-java.io.Reader-">XPathParser(Reader)</a></span> - Constructor for class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParser.html#XPathParser-org.apache.commons.jxpath.ri.parser.XPathParserTokenManager-">XPathParser(XPathParserTokenManager)</a></span> - Constructor for class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParser.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/parser/XPathParserConstants.html" title="interface in org.apache.commons.jxpath.ri.parser"><span class="typeNameLink">XPathParserConstants</span></a> - Interface in <a href="org/apache/commons/jxpath/ri/parser/package-summary.html">org.apache.commons.jxpath.ri.parser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html" title="class in org.apache.commons.jxpath.ri.parser"><span class="typeNameLink">XPathParserTokenManager</span></a> - Class in <a href="org/apache/commons/jxpath/ri/parser/package-summary.html">org.apache.commons.jxpath.ri.parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html#XPathParserTokenManager-org.apache.commons.jxpath.ri.parser.SimpleCharStream-">XPathParserTokenManager(SimpleCharStream)</a></span> - Constructor for class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParserTokenManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html#XPathParserTokenManager-org.apache.commons.jxpath.ri.parser.SimpleCharStream-int-">XPathParserTokenManager(SimpleCharStream, int)</a></span> - Constructor for class org.apache.commons.jxpath.ri.parser.<a href="org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.html" title="class in org.apache.commons.jxpath.ri.parser">XPathParserTokenManager</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:Z">
<!--   -->
</a>
<h2 class="title">Z</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/jxpath/ri/compiler/Expression.html#ZERO">ZERO</a></span> - Static variable in class org.apache.commons.jxpath.ri.compiler.<a href="org/apache/commons/jxpath/ri/compiler/Expression.html" title="class in org.apache.commons.jxpath.ri.compiler">Expression</a></dt>
<dd>
<div class="block">zero</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:X">X</a>&nbsp;<a href="#I:Z">Z</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>