This file is indexed.

/usr/share/doc/libcommons-digester-java-doc/api/index-all.html is in libcommons-digester-java-doc 1.8.1-4.

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

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_27) on Tue Aug 06 00:29:49 CEST 2013 -->
<title>Index (Digester - XML to Java Object Configuration (Version 1.8.1))</title>
<meta name="date" content="2013-08-06">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index (Digester - XML to Java Object Configuration (Version 1.8.1))";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">FRAMES</a></li>
<li><a href="index-all.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_X_">X</a>&nbsp;<a name="_A_">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="./org/apache/commons/digester/AbstractObjectCreationFactory.html" title="class in org.apache.commons.digester"><span class="strong">AbstractObjectCreationFactory</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Abstract base class for <code>ObjectCreationFactory</code>
 implementations.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/AbstractObjectCreationFactory.html#AbstractObjectCreationFactory()">AbstractObjectCreationFactory()</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/AbstractObjectCreationFactory.html" title="class in org.apache.commons.digester">AbstractObjectCreationFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/AbstractRulesImpl.html" title="class in org.apache.commons.digester"><span class="strong">AbstractRulesImpl</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block"><code>AbstractRuleImpl</code> provides basic services for <code>Rules</code> implementations.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/AbstractRulesImpl.html#AbstractRulesImpl()">AbstractRulesImpl()</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/AbstractRulesImpl.html" title="class in org.apache.commons.digester">AbstractRulesImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/AbstractRulesImpl.html#add(java.lang.String, org.apache.commons.digester.Rule)">add(String, Rule)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/AbstractRulesImpl.html" title="class in org.apache.commons.digester">AbstractRulesImpl</a></dt>
<dd>
<div class="block">Registers a new Rule instance matching the specified pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ExtendedBaseRules.html#add(java.lang.String, org.apache.commons.digester.Rule)">add(String, Rule)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/ExtendedBaseRules.html" title="class in org.apache.commons.digester">ExtendedBaseRules</a></dt>
<dd>
<div class="block">Register a new Rule instance matching the specified pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#add(java.lang.String, org.apache.commons.digester.Rule)">add(String, Rule)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">Register a new Rule instance matching the specified pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rules.html#add(java.lang.String, org.apache.commons.digester.Rule)">add(String, Rule)</a></span> - Method in interface org.apache.commons.digester.<a href="./org/apache/commons/digester/Rules.html" title="interface in org.apache.commons.digester">Rules</a></dt>
<dd>
<div class="block">Register a new Rule instance matching the specified pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RulesBase.html#add(java.lang.String, org.apache.commons.digester.Rule)">add(String, Rule)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RulesBase.html" title="class in org.apache.commons.digester">RulesBase</a></dt>
<dd>
<div class="block">Register a new Rule instance matching the specified pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html#add(java.lang.String, org.apache.commons.digester.Rule)">add(String, Rule)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRules</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html#add(java.lang.String, org.apache.commons.digester.Rule)">add(String, Rule)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html" title="class in org.apache.commons.digester">WithDefaultsRulesWrapper</a></dt>
<dd>
<div class="block">Adds a Rule to be fired on given pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html#add(org.apache.commons.digester.Rule)">add(Rule)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser</a></dt>
<dd>
<div class="block">Adds a rule the the target digester.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html#add(java.lang.String, org.apache.commons.digester.Rule)">add(String, Rule)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.RulesPrefixAdapter</a></dt>
<dd>
<div class="block">Register a new Rule instance matching a pattern which is constructed
 by concatenating the pattern prefix with the given pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.html#addAlias(java.lang.String, java.lang.String)">addAlias(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule</a></dt>
<dd>
<div class="block">Add an additional custom xml-element -> property mapping.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetPropertiesRule.html#addAlias(java.lang.String, java.lang.String)">addAlias(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetPropertiesRule.html" title="class in org.apache.commons.digester">SetPropertiesRule</a></dt>
<dd>
<div class="block">Add an additional attribute name to property name mapping.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addBeanPropertySetter(java.lang.String)">addBeanPropertySetter(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "bean property setter" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addBeanPropertySetter(java.lang.String, java.lang.String)">addBeanPropertySetter(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "bean property setter" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addCallMethod(java.lang.String, java.lang.String)">addCallMethod(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add an "call method" rule for a method which accepts no arguments.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addCallMethod(java.lang.String, java.lang.String, int)">addCallMethod(String, String, int)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add an "call method" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addCallMethod(java.lang.String, java.lang.String, int, java.lang.String[])">addCallMethod(String, String, int, String[])</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add an "call method" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addCallMethod(java.lang.String, java.lang.String, int, java.lang.Class[])">addCallMethod(String, String, int, Class[])</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add an "call method" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addCallParam(java.lang.String, int)">addCallParam(String, int)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "call parameter" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addCallParam(java.lang.String, int, java.lang.String)">addCallParam(String, int, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "call parameter" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addCallParam(java.lang.String, int, boolean)">addCallParam(String, int, boolean)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "call parameter" rule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addCallParam(java.lang.String, int, int)">addCallParam(String, int, int)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "call parameter" rule that sets a parameter from the stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addCallParamPath(java.lang.String, int)">addCallParamPath(String, int)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "call parameter" rule that sets a parameter from the current 
 <code>Digester</code> matching path.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginManager.html#addDeclaration(org.apache.commons.digester.plugins.Declaration)">addDeclaration(Declaration)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginManager.html" title="class in org.apache.commons.digester.plugins">PluginManager</a></dt>
<dd>
<div class="block">Add the declaration to the set of known declarations.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html#addDefault(org.apache.commons.digester.Rule)">addDefault(Rule)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html" title="class in org.apache.commons.digester">WithDefaultsRulesWrapper</a></dt>
<dd>
<div class="block">Adds a rule to be fired when wrapped implementation returns no matches</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addFactoryCreate(java.lang.String, java.lang.String)">addFactoryCreate(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "factory create" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addFactoryCreate(java.lang.String, java.lang.Class)">addFactoryCreate(String, Class)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "factory create" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addFactoryCreate(java.lang.String, java.lang.String, java.lang.String)">addFactoryCreate(String, String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "factory create" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addFactoryCreate(java.lang.String, java.lang.Class, java.lang.String)">addFactoryCreate(String, Class, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "factory create" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addFactoryCreate(java.lang.String, org.apache.commons.digester.ObjectCreationFactory)">addFactoryCreate(String, ObjectCreationFactory)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "factory create" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addFactoryCreate(java.lang.String, java.lang.String, boolean)">addFactoryCreate(String, String, boolean)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "factory create" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addFactoryCreate(java.lang.String, java.lang.Class, boolean)">addFactoryCreate(String, Class, boolean)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "factory create" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addFactoryCreate(java.lang.String, java.lang.String, java.lang.String, boolean)">addFactoryCreate(String, String, String, boolean)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "factory create" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addFactoryCreate(java.lang.String, java.lang.Class, java.lang.String, boolean)">addFactoryCreate(String, Class, String, boolean)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "factory create" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addFactoryCreate(java.lang.String, org.apache.commons.digester.ObjectCreationFactory, boolean)">addFactoryCreate(String, ObjectCreationFactory, boolean)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "factory create" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addObjectCreate(java.lang.String, java.lang.String)">addObjectCreate(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add an "object create" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addObjectCreate(java.lang.String, java.lang.Class)">addObjectCreate(String, Class)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add an "object create" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addObjectCreate(java.lang.String, java.lang.String, java.lang.String)">addObjectCreate(String, String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add an "object create" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addObjectCreate(java.lang.String, java.lang.String, java.lang.Class)">addObjectCreate(String, String, Class)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add an "object create" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addObjectParam(java.lang.String, int, java.lang.Object)">addObjectParam(String, int, Object)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "call parameter" rule that sets a parameter from a 
 caller-provided object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)">addRule(String, Rule)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Register a new Rule matching the specified pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RuleSet.html#addRuleInstances(org.apache.commons.digester.Digester)">addRuleInstances(Digester)</a></span> - Method in interface org.apache.commons.digester.<a href="./org/apache/commons/digester/RuleSet.html" title="interface in org.apache.commons.digester">RuleSet</a></dt>
<dd>
<div class="block">Add the set of Rule instances defined in this RuleSet to the
 specified <code>Digester</code> instance, associating them with
 our namespace URI (if any).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RuleSetBase.html#addRuleInstances(org.apache.commons.digester.Digester)">addRuleInstances(Digester)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RuleSetBase.html" title="class in org.apache.commons.digester">RuleSetBase</a></dt>
<dd>
<div class="block">Add the set of Rule instances defined in this RuleSet to the
 specified <code>Digester</code> instance, associating them with
 our namespace URI (if any).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html#addRuleInstances(org.apache.commons.digester.Digester)">addRuleInstances(Digester)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser</a></dt>
<dd>
<div class="block">Add to the given digester the set of Rule instances used to parse an XML
 document defining Digester rules.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html#addRuleInstances(org.apache.commons.digester.Digester)">addRuleInstances(Digester)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet</a></dt>
<dd>
<div class="block">Adds to the digester the set of Rule instances defined in the
 XML file for this rule set.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html#addRuleInstances(org.apache.commons.digester.Digester, java.lang.String)">addRuleInstances(Digester, String)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet</a></dt>
<dd>
<div class="block">Adds to the digester the set of Rule instances defined in the
 XML file for this rule set.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/RuleLoader.html#addRules(org.apache.commons.digester.Digester, java.lang.String)">addRules(Digester, String)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/RuleLoader.html" title="class in org.apache.commons.digester.plugins">RuleLoader</a></dt>
<dd>
<div class="block">Configures the digester with custom rules for some plugged-in
 class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/LoaderFromClass.html#addRules(org.apache.commons.digester.Digester, java.lang.String)">addRules(Digester, String)</a></span> - Method in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/LoaderFromClass.html" title="class in org.apache.commons.digester.plugins.strategies">LoaderFromClass</a></dt>
<dd>
<div class="block">Just invoke the target method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/LoaderFromStream.html#addRules(org.apache.commons.digester.Digester, java.lang.String)">addRules(Digester, String)</a></span> - Method in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/LoaderFromStream.html" title="class in org.apache.commons.digester.plugins.strategies">LoaderFromStream</a></dt>
<dd>
<div class="block">Add the rules previously loaded from the input stream into the
 specified digester.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/LoaderSetProperties.html#addRules(org.apache.commons.digester.Digester, java.lang.String)">addRules(Digester, String)</a></span> - Method in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/LoaderSetProperties.html" title="class in org.apache.commons.digester.plugins.strategies">LoaderSetProperties</a></dt>
<dd>
<div class="block">Just add a SetPropertiesRule at the specified path.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addRuleSet(org.apache.commons.digester.RuleSet)">addRuleSet(RuleSet)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Register a set of Rule instances defined in a RuleSet.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addSetNestedProperties(java.lang.String)">addSetNestedProperties(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Adds an <a href="./org/apache/commons/digester/SetNestedPropertiesRule.html" title="class in org.apache.commons.digester"><code>SetNestedPropertiesRule</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addSetNestedProperties(java.lang.String, java.lang.String, java.lang.String)">addSetNestedProperties(String, String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Adds an <a href="./org/apache/commons/digester/SetNestedPropertiesRule.html" title="class in org.apache.commons.digester"><code>SetNestedPropertiesRule</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addSetNestedProperties(java.lang.String, java.lang.String[], java.lang.String[])">addSetNestedProperties(String, String[], String[])</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Adds an <a href="./org/apache/commons/digester/SetNestedPropertiesRule.html" title="class in org.apache.commons.digester"><code>SetNestedPropertiesRule</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addSetNext(java.lang.String, java.lang.String)">addSetNext(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "set next" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addSetNext(java.lang.String, java.lang.String, java.lang.String)">addSetNext(String, String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "set next" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addSetProperties(java.lang.String)">addSetProperties(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "set properties" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addSetProperties(java.lang.String, java.lang.String, java.lang.String)">addSetProperties(String, String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "set properties" rule with a single overridden parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addSetProperties(java.lang.String, java.lang.String[], java.lang.String[])">addSetProperties(String, String[], String[])</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "set properties" rule with overridden parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addSetProperty(java.lang.String, java.lang.String, java.lang.String)">addSetProperty(String, String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "set property" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addSetRoot(java.lang.String, java.lang.String)">addSetRoot(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add <a href="./org/apache/commons/digester/SetRootRule.html" title="class in org.apache.commons.digester"><code>SetRootRule</code></a> with the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addSetRoot(java.lang.String, java.lang.String, java.lang.String)">addSetRoot(String, String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add <a href="./org/apache/commons/digester/SetRootRule.html" title="class in org.apache.commons.digester"><code>SetRootRule</code></a> with the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addSetTop(java.lang.String, java.lang.String)">addSetTop(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "set top" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#addSetTop(java.lang.String, java.lang.String, java.lang.String)">addSetTop(String, String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Add a "set top" rule for the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/MultiVariableExpander.html#addSource(java.lang.String, java.util.Map)">addSource(String, Map)</a></span> - Method in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/MultiVariableExpander.html" title="class in org.apache.commons.digester.substitution">MultiVariableExpander</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html#addTextIfPresent()">addTextIfPresent()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html" title="class in org.apache.commons.digester">NodeCreateRule.NodeBuilder</a></dt>
<dd>
<div class="block">Appends a <code>Text</code> node to the current node
 if the content reported by the parser is not purely whitespace.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.html#allowUnknownChildElements">allowUnknownChildElements</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html#allRules">allRules</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html" title="class in org.apache.commons.digester">WithDefaultsRulesWrapper</a></dt>
<dd>
<div class="block">All rules (preserves order in which they were originally added)</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallParamRule.html#attributeName">attributeName</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallParamRule.html" title="class in org.apache.commons.digester">CallParamRule</a></dt>
<dd>
<div class="block">The attribute from which to save the parameter value</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#attributeName">attributeName</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block">The attribute containing an override class name if it is present.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectCreateRule.html#attributeName">attributeName</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectCreateRule.html" title="class in org.apache.commons.digester">ObjectCreateRule</a></dt>
<dd>
<div class="block">The attribute containing an override class name if it is present.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectParamRule.html#attributeName">attributeName</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectParamRule.html" title="class in org.apache.commons.digester">ObjectParamRule</a></dt>
<dd>
<div class="block">The attribute which we are attempting to match</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetPropertiesRule.html#attributeNames">attributeNames</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetPropertiesRule.html" title="class in org.apache.commons.digester">SetPropertiesRule</a></dt>
<dd>
<div class="block">Attribute names used to override natural attribute->property mapping</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableSubstitutor.html#attributesExpander">attributesExpander</a></span> - Variable in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableSubstitutor.html" title="class in org.apache.commons.digester.substitution">VariableSubstitutor</a></dt>
<dd>
<div class="block">The expander to be used to expand variables in the attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.PatternRule.html#attrName">attrName</a></span> - Variable in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.PatternRule.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.PatternRule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableAttributes.html#attrs">attrs</a></span> - Variable in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableAttributes.html" title="class in org.apache.commons.digester.substitution">VariableAttributes</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_B_">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#baseClass">baseClass</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>
<div class="block">A base class that any plugin must derive from.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SimpleRegexMatcher.html#baseLog">baseLog</a></span> - Static variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SimpleRegexMatcher.html" title="class in org.apache.commons.digester">SimpleRegexMatcher</a></dt>
<dd>
<div class="block">Default log (class wide)</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html#basePath">basePath</a></span> - Variable in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html#setBasePath(java.lang.String)"><code>DigesterRuleParser.setBasePath(java.lang.String)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ExtendedBaseRules.html#basicMatch(java.lang.String, java.lang.String)">basicMatch(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/ExtendedBaseRules.html" title="class in org.apache.commons.digester">ExtendedBaseRules</a></dt>
<dd>
<div class="block">Standard match.</div>
</dd>
<dt><a href="./org/apache/commons/digester/BeanPropertySetterRule.html" title="class in org.apache.commons.digester"><span class="strong">BeanPropertySetterRule</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block"> Rule implements sets a bean property on the top object
 to the body text.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/BeanPropertySetterRule.html#BeanPropertySetterRule(org.apache.commons.digester.Digester, java.lang.String)">BeanPropertySetterRule(Digester, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/BeanPropertySetterRule.html" title="class in org.apache.commons.digester">BeanPropertySetterRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/BeanPropertySetterRule.html#BeanPropertySetterRule(java.lang.String)"><code>BeanPropertySetterRule.BeanPropertySetterRule(String propertyName)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/BeanPropertySetterRule.html#BeanPropertySetterRule(org.apache.commons.digester.Digester)">BeanPropertySetterRule(Digester)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/BeanPropertySetterRule.html" title="class in org.apache.commons.digester">BeanPropertySetterRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/BeanPropertySetterRule.html#BeanPropertySetterRule()"><code>BeanPropertySetterRule.BeanPropertySetterRule()</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/BeanPropertySetterRule.html#BeanPropertySetterRule(java.lang.String)">BeanPropertySetterRule(String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/BeanPropertySetterRule.html" title="class in org.apache.commons.digester">BeanPropertySetterRule</a></dt>
<dd>
<div class="block">Construct rule that sets the given property from the body text.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/BeanPropertySetterRule.html#BeanPropertySetterRule()">BeanPropertySetterRule()</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/BeanPropertySetterRule.html" title="class in org.apache.commons.digester">BeanPropertySetterRule</a></dt>
<dd>
<div class="block">Construct rule that automatically sets a property from the body text.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#begin(org.xml.sax.Attributes)">begin(Attributes)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">Process the start of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallParamRule.html#begin(org.xml.sax.Attributes)">begin(Attributes)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallParamRule.html" title="class in org.apache.commons.digester">CallParamRule</a></dt>
<dd>
<div class="block">Process the start of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#begin(java.lang.String, java.lang.String, org.xml.sax.Attributes)">begin(String, String, Attributes)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block">Process the beginning of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/NodeCreateRule.html#begin(java.lang.String, java.lang.String, org.xml.sax.Attributes)">begin(String, String, Attributes)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/NodeCreateRule.html" title="class in org.apache.commons.digester">NodeCreateRule</a></dt>
<dd>
<div class="block">When this method fires, the digester is told to forward all SAX
 ContentHandler events to the builder object, resulting in a DOM being
 built instead of normal digester rule-handling occurring.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectCreateRule.html#begin(org.xml.sax.Attributes)">begin(Attributes)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectCreateRule.html" title="class in org.apache.commons.digester">ObjectCreateRule</a></dt>
<dd>
<div class="block">Process the beginning of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectParamRule.html#begin(java.lang.String, java.lang.String, org.xml.sax.Attributes)">begin(String, String, Attributes)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectParamRule.html" title="class in org.apache.commons.digester">ObjectParamRule</a></dt>
<dd>
<div class="block">Process the start of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/PathCallParamRule.html#begin(java.lang.String, java.lang.String, org.xml.sax.Attributes)">begin(String, String, Attributes)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/PathCallParamRule.html" title="class in org.apache.commons.digester">PathCallParamRule</a></dt>
<dd>
<div class="block">Process the start of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#begin(java.lang.String, java.lang.String, org.xml.sax.Attributes)">begin(String, String, Attributes)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>
<div class="block">Invoked when the Digester matches this rule against an xml element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginDeclarationRule.html#begin(java.lang.String, java.lang.String, org.xml.sax.Attributes)">begin(String, String, Attributes)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginDeclarationRule.html" title="class in org.apache.commons.digester.plugins">PluginDeclarationRule</a></dt>
<dd>
<div class="block">Invoked upon reading a tag defining a plugin declaration.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rule.html#begin(org.xml.sax.Attributes)">begin(Attributes)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Rule.html" title="class in org.apache.commons.digester">Rule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Use the <a href="./org/apache/commons/digester/Rule.html#begin(java.lang.String, java.lang.String, org.xml.sax.Attributes)"><code>begin</code></a>
   method with <code>namespace</code> and <code>name</code>
   parameters instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rule.html#begin(java.lang.String, java.lang.String, org.xml.sax.Attributes)">begin(String, String, Attributes)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Rule.html" title="class in org.apache.commons.digester">Rule</a></dt>
<dd>
<div class="block">This method is called when the beginning of a matching XML element
 is encountered.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRule.html#begin(java.lang.String, java.lang.String, org.xml.sax.Attributes)">begin(String, String, Attributes)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.html#begin(java.lang.String, java.lang.String, org.xml.sax.Attributes)">begin(String, String, Attributes)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule</a></dt>
<dd>
<div class="block">Process the beginning of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetPropertiesRule.html#begin(org.xml.sax.Attributes)">begin(Attributes)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetPropertiesRule.html" title="class in org.apache.commons.digester">SetPropertiesRule</a></dt>
<dd>
<div class="block">Process the beginning of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetPropertyRule.html#begin(org.xml.sax.Attributes)">begin(Attributes)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetPropertyRule.html" title="class in org.apache.commons.digester">SetPropertyRule</a></dt>
<dd>
<div class="block">Process the beginning of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.IncludeRule.html#begin(org.xml.sax.Attributes)">begin(Attributes)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.IncludeRule.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.IncludeRule</a></dt>
<dd>
<div class="block">To include a rules xml file, we instantiate another Digester, and
 another DigesterRulesRuleSet.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.PatternRule.html#begin(org.xml.sax.Attributes)">begin(Attributes)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.PatternRule.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.PatternRule</a></dt>
<dd>
<div class="block">If a pattern is defined for the attribute, push it onto the
 pattern stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetNestedPropertiesAliasRule.html#begin(org.xml.sax.Attributes)">begin(Attributes)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetNestedPropertiesAliasRule.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.SetNestedPropertiesAliasRule</a></dt>
<dd>
<div class="block">Add the alias to the SetNestedPropertiesRule object created by the
 enclosing <set-nested-properties-rule> tag.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetPropertiesAliasRule.html#begin(org.xml.sax.Attributes)">begin(Attributes)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetPropertiesAliasRule.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.SetPropertiesAliasRule</a></dt>
<dd>
<div class="block">Add the alias to the SetPropertiesRule object created by the
 enclosing <set-properties-rule> tag.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/BeanPropertySetterRule.html#body(java.lang.String, java.lang.String, java.lang.String)">body(String, String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/BeanPropertySetterRule.html" title="class in org.apache.commons.digester">BeanPropertySetterRule</a></dt>
<dd>
<div class="block">Process the body text of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#body(java.lang.String)">body(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">Process the body text of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallParamRule.html#body(java.lang.String)">body(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallParamRule.html" title="class in org.apache.commons.digester">CallParamRule</a></dt>
<dd>
<div class="block">Process the body text of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#body(java.lang.String, java.lang.String, java.lang.String)">body(String, String, String)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>
<div class="block">Process the body text of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rule.html#body(java.lang.String)">body(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Rule.html" title="class in org.apache.commons.digester">Rule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Use the <a href="./org/apache/commons/digester/Rule.html#body(java.lang.String, java.lang.String, java.lang.String)"><code>body</code></a> method
   with <code>namespace</code> and <code>name</code> parameters
   instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rule.html#body(java.lang.String, java.lang.String, java.lang.String)">body(String, String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Rule.html" title="class in org.apache.commons.digester">Rule</a></dt>
<dd>
<div class="block">This method is called when the body of a matching XML element is 
 encountered.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRule.html#body(java.lang.String)">body(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.html#body(java.lang.String)">body(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule</a></dt>
<dd>
<div class="block">This is only invoked after all child elements have been processed,
 so we can remove the custom Rules object that does the 
 child-element-matching.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/BeanPropertySetterRule.html#bodyText">bodyText</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/BeanPropertySetterRule.html" title="class in org.apache.commons.digester">BeanPropertySetterRule</a></dt>
<dd>
<div class="block">The body text used to set the property.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#bodyText">bodyText</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">The body text collected from this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#bodyText">bodyText</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The body text of the current element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableSubstitutor.html#bodyTextExpander">bodyTextExpander</a></span> - Variable in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableSubstitutor.html" title="class in org.apache.commons.digester.substitution">VariableSubstitutor</a></dt>
<dd>
<div class="block">The expander to be used to expand variables in the body text.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#bodyTexts">bodyTexts</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The stack of body text string buffers for surrounding elements.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallParamRule.html#bodyTextStack">bodyTextStack</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallParamRule.html" title="class in org.apache.commons.digester">CallParamRule</a></dt>
<dd>
<div class="block">Stack is used to allow nested body text to be processed.</div>
</dd>
</dl>
<a name="_C_">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/digester/RulesBase.html#cache">cache</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RulesBase.html" title="class in org.apache.commons.digester">RulesBase</a></dt>
<dd>
<div class="block">The set of registered Rule instances, keyed by the matching pattern.</div>
</dd>
<dt><a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester"><span class="strong">CallMethodRule</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Rule implementation that calls a method on an object on the stack
 (normally the top/parent object), passing arguments collected from 
 subsequent <code>CallParamRule</code> rules or from the body of this
 element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#CallMethodRule(org.apache.commons.digester.Digester, java.lang.String, int)">CallMethodRule(Digester, String, int)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/CallMethodRule.html#CallMethodRule(java.lang.String, int)"><code>CallMethodRule.CallMethodRule(String methodName,int paramCount)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#CallMethodRule(org.apache.commons.digester.Digester, java.lang.String, int, java.lang.String[])">CallMethodRule(Digester, String, int, String[])</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/CallMethodRule.html#CallMethodRule(java.lang.String, int, java.lang.String[])"><code>CallMethodRule.CallMethodRule(String methodName,int paramCount, String [] paramTypes)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#CallMethodRule(org.apache.commons.digester.Digester, java.lang.String, int, java.lang.Class[])">CallMethodRule(Digester, String, int, Class[])</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/CallMethodRule.html#CallMethodRule(java.lang.String, int, java.lang.Class[])"><code>CallMethodRule.CallMethodRule(String methodName,int paramCount, Class [] paramTypes)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#CallMethodRule(java.lang.String, int)">CallMethodRule(String, int)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">Construct a "call method" rule with the specified method name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#CallMethodRule(int, java.lang.String, int)">CallMethodRule(int, String, int)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">Construct a "call method" rule with the specified method name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#CallMethodRule(java.lang.String)">CallMethodRule(String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">Construct a "call method" rule with the specified method name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#CallMethodRule(int, java.lang.String)">CallMethodRule(int, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">Construct a "call method" rule with the specified method name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#CallMethodRule(java.lang.String, int, java.lang.String[])">CallMethodRule(String, int, String[])</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">Construct a "call method" rule with the specified method name and
 parameter types.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#CallMethodRule(int, java.lang.String, int, java.lang.String[])">CallMethodRule(int, String, int, String[])</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">Construct a "call method" rule with the specified method name and
 parameter types.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#CallMethodRule(java.lang.String, int, java.lang.Class[])">CallMethodRule(String, int, Class[])</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">Construct a "call method" rule with the specified method name and
 parameter types.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#CallMethodRule(int, java.lang.String, int, java.lang.Class[])">CallMethodRule(int, String, int, Class[])</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">Construct a "call method" rule with the specified method name and
 parameter types.</div>
</dd>
<dt><a href="./org/apache/commons/digester/CallParamRule.html" title="class in org.apache.commons.digester"><span class="strong">CallParamRule</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Rule implementation that saves a parameter for use by a surrounding 
 <code>CallMethodRule<code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallParamRule.html#CallParamRule(org.apache.commons.digester.Digester, int)">CallParamRule(Digester, int)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallParamRule.html" title="class in org.apache.commons.digester">CallParamRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/CallParamRule.html#CallParamRule(int)"><code>CallParamRule.CallParamRule(int paramIndex)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallParamRule.html#CallParamRule(org.apache.commons.digester.Digester, int, java.lang.String)">CallParamRule(Digester, int, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallParamRule.html" title="class in org.apache.commons.digester">CallParamRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/CallParamRule.html#CallParamRule(int, java.lang.String)"><code>CallParamRule.CallParamRule(int paramIndex, String attributeName)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallParamRule.html#CallParamRule(int)">CallParamRule(int)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallParamRule.html" title="class in org.apache.commons.digester">CallParamRule</a></dt>
<dd>
<div class="block">Construct a "call parameter" rule that will save the body text of this
 element as the parameter value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallParamRule.html#CallParamRule(int, java.lang.String)">CallParamRule(int, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallParamRule.html" title="class in org.apache.commons.digester">CallParamRule</a></dt>
<dd>
<div class="block">Construct a "call parameter" rule that will save the value of the
 specified attribute as the parameter value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallParamRule.html#CallParamRule(int, boolean)">CallParamRule(int, boolean)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallParamRule.html" title="class in org.apache.commons.digester">CallParamRule</a></dt>
<dd>
<div class="block">Construct a "call parameter" rule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallParamRule.html#CallParamRule(int, int)">CallParamRule(int, int)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallParamRule.html" title="class in org.apache.commons.digester">CallParamRule</a></dt>
<dd>
<div class="block">Constructs a "call parameter" rule which sets a parameter from the stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginAssertionFailure.html#cause">cause</a></span> - Variable in exception org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginAssertionFailure.html" title="class in org.apache.commons.digester.plugins">PluginAssertionFailure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginConfigurationException.html#cause">cause</a></span> - Variable in exception org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginConfigurationException.html" title="class in org.apache.commons.digester.plugins">PluginConfigurationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginException.html#cause">cause</a></span> - Variable in exception org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginException.html" title="class in org.apache.commons.digester.plugins">PluginException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginInvalidInputException.html#cause">cause</a></span> - Variable in exception org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginInvalidInputException.html" title="class in org.apache.commons.digester.plugins">PluginInvalidInputException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterLoadingException.html#cause">cause</a></span> - Variable in exception org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterLoadingException.html" title="class in org.apache.commons.digester.xmlrules">DigesterLoadingException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/XmlLoadException.html#cause">cause</a></span> - Variable in exception org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/XmlLoadException.html" title="class in org.apache.commons.digester.xmlrules">XmlLoadException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#characters(char[], int, int)">characters(char[], int, int)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Process notification of character data received from the body of
 an XML element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html#characters(char[], int, int)">characters(char[], int, int)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html" title="class in org.apache.commons.digester">NodeCreateRule.NodeBuilder</a></dt>
<dd>
<div class="block">Handle notification about text embedded within the current node.</div>
</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/CircularIncludeException.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">CircularIncludeException</span></a> - Exception in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Thrown when parsing XML into Digester rules, if a circular inclusion occurred
 in the xml digester rules files.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/CircularIncludeException.html#CircularIncludeException(java.lang.String)">CircularIncludeException(String)</a></span> - Constructor for exception org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/CircularIncludeException.html" title="class in org.apache.commons.digester.xmlrules">CircularIncludeException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#classLoader">classLoader</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The class loader to use for instantiating application objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#className">className</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block">The Java class name of the ObjectCreationFactory to be created.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectCreateRule.html#className">className</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectCreateRule.html" title="class in org.apache.commons.digester">ObjectCreateRule</a></dt>
<dd>
<div class="block">The Java class name of the object to be created.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#cleanup()">cleanup()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Clean up allocated resources after parsing is complete.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/AbstractRulesImpl.html#clear()">clear()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/AbstractRulesImpl.html" title="class in org.apache.commons.digester">AbstractRulesImpl</a></dt>
<dd>
<div class="block">Clear all existing Rule instance registrations.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#clear()">clear()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Clear the current contents of the default object stack, the param stack,
 all named stacks, and other internal variables.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#clear()">clear()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">Clear all rules.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RegexRules.html#clear()">clear()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RegexRules.html" title="class in org.apache.commons.digester">RegexRules</a></dt>
<dd>
<div class="block">Clear all existing Rule instance registrations.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rules.html#clear()">clear()</a></span> - Method in interface org.apache.commons.digester.<a href="./org/apache/commons/digester/Rules.html" title="interface in org.apache.commons.digester">Rules</a></dt>
<dd>
<div class="block">Clear all existing Rule instance registrations.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RulesBase.html#clear()">clear()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RulesBase.html" title="class in org.apache.commons.digester">RulesBase</a></dt>
<dd>
<div class="block">Clear all existing Rule instance registrations.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html#clear()">clear()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRules</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html#clear()">clear()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html" title="class in org.apache.commons.digester">WithDefaultsRulesWrapper</a></dt>
<dd>
<div class="block">Clears all Rule's</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html#clear()">clear()</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.RulesPrefixAdapter</a></dt>
<dd>
<div class="block">This method passes through to the underlying Rules object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#configure()">configure()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">
 Provide a hook for lazy configuration of this <code>Digester</code>
 instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/Declaration.html#configure(org.apache.commons.digester.Digester, java.lang.String)">configure(Digester, String)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/Declaration.html" title="class in org.apache.commons.digester.plugins">Declaration</a></dt>
<dd>
<div class="block">Attempt to load custom rules for the target class at the specified
 pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#configured">configured</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Has this Digester been configured yet.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/parser/XercesParser.html#configureOldXerces(javax.xml.parsers.SAXParser, java.util.Properties)">configureOldXerces(SAXParser, Properties)</a></span> - Static method in class org.apache.commons.digester.parser.<a href="./org/apache/commons/digester/parser/XercesParser.html" title="class in org.apache.commons.digester.parser">XercesParser</a></dt>
<dd>
<div class="block">Configure schema validation as recommended by the JAXP 1.2 spec.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/parser/XercesParser.html#configureXerces(javax.xml.parsers.SAXParserFactory)">configureXerces(SAXParserFactory)</a></span> - Static method in class org.apache.commons.digester.parser.<a href="./org/apache/commons/digester/parser/XercesParser.html" title="class in org.apache.commons.digester.parser">XercesParser</a></dt>
<dd>
<div class="block">Configure schema validation as recommended by the Xerces spec.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ExtendedBaseRules.html#counter">counter</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/ExtendedBaseRules.html" title="class in org.apache.commons.digester">ExtendedBaseRules</a></dt>
<dd>
<div class="block">Counts the entry number for the rules.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html#createDigester(org.xml.sax.InputSource)">createDigester(InputSource)</a></span> - Static method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html" title="class in org.apache.commons.digester.xmlrules">DigesterLoader</a></dt>
<dd>
<div class="block">Creates a new digester and initializes it from the specified InputSource</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html#createDigester(org.xml.sax.InputSource, org.apache.commons.digester.Digester)">createDigester(InputSource, Digester)</a></span> - Static method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html" title="class in org.apache.commons.digester.xmlrules">DigesterLoader</a></dt>
<dd>
<div class="block">Creates a new digester and initializes it from the specified InputSource.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html#createDigester(java.net.URL)">createDigester(URL)</a></span> - Static method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html" title="class in org.apache.commons.digester.xmlrules">DigesterLoader</a></dt>
<dd>
<div class="block">Creates a new digester and initializes it from the specified XML file</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html#createDigester(java.net.URL, org.apache.commons.digester.Digester)">createDigester(URL, Digester)</a></span> - Static method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html" title="class in org.apache.commons.digester.xmlrules">DigesterLoader</a></dt>
<dd>
<div class="block">Creates a new digester and initializes it from the specified XML file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#createInputSourceFromURL(java.net.URL)">createInputSourceFromURL(URL)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Given a URL, return an InputSource that reads from that URL.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#createInputSourceFromURL(java.lang.String)">createInputSourceFromURL(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Convenience method that creates an <code>InputSource</code>
 from the string version of a URL.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/AbstractObjectCreationFactory.html#createObject(org.xml.sax.Attributes)">createObject(Attributes)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/AbstractObjectCreationFactory.html" title="class in org.apache.commons.digester">AbstractObjectCreationFactory</a></dt>
<dd>
<div class="block">Factory method called by <a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester"><code>FactoryCreateRule</code></a> to supply an
 object based on the element's attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectCreationFactory.html#createObject(org.xml.sax.Attributes)">createObject(Attributes)</a></span> - Method in interface org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectCreationFactory.html" title="interface in org.apache.commons.digester">ObjectCreationFactory</a></dt>
<dd>
<div class="block">Factory method called by <a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester"><code>FactoryCreateRule</code></a> to supply an
 object based on the element's attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.BeanPropertySetterRuleFactory.html#createObject(org.xml.sax.Attributes)">createObject(Attributes)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.BeanPropertySetterRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.BeanPropertySetterRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.CallMethodRuleFactory.html#createObject(org.xml.sax.Attributes)">createObject(Attributes)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.CallMethodRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.CallMethodRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.CallParamRuleFactory.html#createObject(org.xml.sax.Attributes)">createObject(Attributes)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.CallParamRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.CallParamRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.FactoryCreateRuleFactory.html#createObject(org.xml.sax.Attributes)">createObject(Attributes)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.FactoryCreateRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.FactoryCreateRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.NodeCreateRuleFactory.html#createObject(org.xml.sax.Attributes)">createObject(Attributes)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.NodeCreateRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.NodeCreateRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.ObjectCreateRuleFactory.html#createObject(org.xml.sax.Attributes)">createObject(Attributes)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.ObjectCreateRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.ObjectCreateRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.ObjectParamRuleFactory.html#createObject(org.xml.sax.Attributes)">createObject(Attributes)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.ObjectParamRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.ObjectParamRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetNestedPropertiesRuleFactory.html#createObject(org.xml.sax.Attributes)">createObject(Attributes)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetNestedPropertiesRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.SetNestedPropertiesRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetNextRuleFactory.html#createObject(org.xml.sax.Attributes)">createObject(Attributes)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetNextRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.SetNextRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetPropertiesRuleFactory.html#createObject(org.xml.sax.Attributes)">createObject(Attributes)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetPropertiesRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.SetPropertiesRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetPropertyRuleFactory.html#createObject(org.xml.sax.Attributes)">createObject(Attributes)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetPropertyRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.SetPropertyRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetRootRuleFactory.html#createObject(org.xml.sax.Attributes)">createObject(Attributes)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetRootRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.SetRootRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetTopRuleFactory.html#createObject(org.xml.sax.Attributes)">createObject(Attributes)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetTopRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.SetTopRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#createSAXException(java.lang.String, java.lang.Exception)">createSAXException(String, Exception)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Create a SAX exception which also understands about the location in
 the digester file where the exception occurs</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#createSAXException(java.lang.Exception)">createSAXException(Exception)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Create a SAX exception which also understands about the location in
 the digester file where the exception occurs</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#createSAXException(java.lang.String)">createSAXException(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Create a SAX exception which also understands about the location in
 the digester file where the exception occurs</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#creationFactory">creationFactory</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block">The object creation factory we will use to instantiate objects
 as required based on the attributes specified in the matched XML
 element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRule.html#currChildElementName">currChildElementName</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRule.html#currChildNamespaceURI">currChildNamespaceURI</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#customContentHandler">customContentHandler</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">If not null, then calls by the parser to this object's characters, 
 startElement, endElement and processingInstruction methods are 
 forwarded to the specified object.</div>
</dd>
</dl>
<a name="_D_">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><a href="./org/apache/commons/digester/plugins/Declaration.html" title="class in org.apache.commons.digester.plugins"><span class="strong">Declaration</span></a> - Class in <a href="./org/apache/commons/digester/plugins/package-summary.html">org.apache.commons.digester.plugins</a></dt>
<dd>
<div class="block">Represents a Class that can be instantiated by a PluginCreateRule, plus
 info on how to load custom digester rules for mapping xml into that
 plugged-in class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/Declaration.html#Declaration(java.lang.String)">Declaration(String)</a></span> - Constructor for class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/Declaration.html" title="class in org.apache.commons.digester.plugins">Declaration</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/Declaration.html#Declaration(java.lang.Class)">Declaration(Class)</a></span> - Constructor for class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/Declaration.html" title="class in org.apache.commons.digester.plugins">Declaration</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/Declaration.html#Declaration(java.lang.Class, org.apache.commons.digester.plugins.RuleLoader)">Declaration(Class, RuleLoader)</a></span> - Constructor for class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/Declaration.html" title="class in org.apache.commons.digester.plugins">Declaration</a></dt>
<dd>
<div class="block">Create an instance where a fully-initialised ruleLoader instance
 is provided by the caller instead of having the PluginManager
 "discover" an appropriate one.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginManager.html#declarationsByClass">declarationsByClass</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginManager.html" title="class in org.apache.commons.digester.plugins">PluginManager</a></dt>
<dd>
<div class="block">Map of classname->Declaration</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginManager.html#declarationsById">declarationsById</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginManager.html" title="class in org.apache.commons.digester.plugins">PluginManager</a></dt>
<dd>
<div class="block">Map of id->Declaration</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginDeclarationRule.html#declarePlugin(org.apache.commons.digester.Digester, java.util.Properties)">declarePlugin(Digester, Properties)</a></span> - Static method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginDeclarationRule.html" title="class in org.apache.commons.digester.plugins">PluginDeclarationRule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#decoratedRules">decoratedRules</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">The rules implementation that we are "enhancing" with plugins
 functionality, as per the Decorator pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html#decoratedRules">decoratedRules</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRules</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#defaultPlugin">defaultPlugin</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>
<div class="block">Info about optional default plugin to be used if no plugin-id is
 specified in the input data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html#defaultRules">defaultRules</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html" title="class in org.apache.commons.digester">WithDefaultsRulesWrapper</a></dt>
<dd>
<div class="block">Rules to be fired when the wrapped implementations returns none.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html#delegate">delegate</a></span> - Variable in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.RulesPrefixAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html#depth">depth</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html" title="class in org.apache.commons.digester">NodeCreateRule.NodeBuilder</a></dt>
<dd>
<div class="block">Depth of the current node, relative to the element where the content
 handler was put into action.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderSetProperties.html#DFLT_FALSEVAL">DFLT_FALSEVAL</a></span> - Static variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderSetProperties.html" title="class in org.apache.commons.digester.plugins.strategies">FinderSetProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromFile.html#DFLT_FILENAME_ATTR">DFLT_FILENAME_ATTR</a></span> - Static variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromFile.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromFile</a></dt>
<dd>
<div class="block">Xml attribute that needs to be present on a plugin declaration
 in order to specify the file to load rules from.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromClass.html#DFLT_METHOD_ATTR">DFLT_METHOD_ATTR</a></span> - Static variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromClass.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromClass</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromMethod.html#DFLT_METHOD_ATTR">DFLT_METHOD_ATTR</a></span> - Static variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromMethod.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromMethod</a></dt>
<dd>
<div class="block">Xml attribute that needs to be present on a plugin declaration
 in order to specify the method to load rules from.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromClass.html#DFLT_METHOD_NAME">DFLT_METHOD_NAME</a></span> - Static variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromClass.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromClass</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltClass.html#DFLT_METHOD_NAME">DFLT_METHOD_NAME</a></span> - Static variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltClass.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromDfltClass</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltMethod.html#DFLT_METHOD_NAME">DFLT_METHOD_NAME</a></span> - Static variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltMethod.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromDfltMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginContext.html#DFLT_PLUGIN_CLASS_ATTR">DFLT_PLUGIN_CLASS_ATTR</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginContext.html" title="class in org.apache.commons.digester.plugins">PluginContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginContext.html#DFLT_PLUGIN_CLASS_ATTR_NS">DFLT_PLUGIN_CLASS_ATTR_NS</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginContext.html" title="class in org.apache.commons.digester.plugins">PluginContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginContext.html#DFLT_PLUGIN_ID_ATTR">DFLT_PLUGIN_ID_ATTR</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginContext.html" title="class in org.apache.commons.digester.plugins">PluginContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginContext.html#DFLT_PLUGIN_ID_ATTR_NS">DFLT_PLUGIN_ID_ATTR_NS</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginContext.html" title="class in org.apache.commons.digester.plugins">PluginContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderSetProperties.html#DFLT_PROPS_ATTR">DFLT_PROPS_ATTR</a></span> - Static variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderSetProperties.html" title="class in org.apache.commons.digester.plugins.strategies">FinderSetProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromResource.html#DFLT_RESOURCE_ATTR">DFLT_RESOURCE_ATTR</a></span> - Static variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromResource.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromResource</a></dt>
<dd>
<div class="block">Name of xml attribute on the plugin declaration which is used
 to configure rule-loading for that declaration.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltResource.html#DFLT_RESOURCE_SUFFIX">DFLT_RESOURCE_SUFFIX</a></span> - Static variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltResource.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromDfltResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromClass.html#DFLT_RULECLASS_ATTR">DFLT_RULECLASS_ATTR</a></span> - Static variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromClass.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromClass</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltClass.html#DFLT_RULECLASS_SUFFIX">DFLT_RULECLASS_SUFFIX</a></span> - Static variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltClass.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromDfltClass</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromClass.html#dfltMethodName">dfltMethodName</a></span> - Variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromClass.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromClass</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/AbstractObjectCreationFactory.html#digester">digester</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/AbstractObjectCreationFactory.html" title="class in org.apache.commons.digester">AbstractObjectCreationFactory</a></dt>
<dd>
<div class="block">The associated <code>Digester</code> instance that was set up by
 <a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester"><code>FactoryCreateRule</code></a> upon initialization.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/AbstractRulesImpl.html#digester">digester</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/AbstractRulesImpl.html" title="class in org.apache.commons.digester">AbstractRulesImpl</a></dt>
<dd>
<div class="block">Digester using this <code>Rules</code> implementation</div>
</dd>
<dt><a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester"><span class="strong">Digester</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">A <strong>Digester</strong> processes an XML input stream by matching a
 series of element nesting patterns to execute Rules that have been added
 prior to the start of parsing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#Digester()">Digester()</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Construct a new Digester with default properties.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#Digester(javax.xml.parsers.SAXParser)">Digester(SAXParser)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Construct a new Digester, allowing a SAXParser to be passed in.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#Digester(org.xml.sax.XMLReader)">Digester(XMLReader)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Construct a new Digester, allowing an XMLReader to be passed in.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#digester">digester</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">The Digester instance with which this Rules instance is associated.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rule.html#digester">digester</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Rule.html" title="class in org.apache.commons.digester">Rule</a></dt>
<dd>
<div class="block">The Digester with which this Rule is associated.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RulesBase.html#digester">digester</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RulesBase.html" title="class in org.apache.commons.digester">RulesBase</a></dt>
<dd>
<div class="block">The Digester instance with which this Rules instance is associated.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html#DIGESTER_DTD_PATH">DIGESTER_DTD_PATH</a></span> - Static variable in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html#DIGESTER_PUBLIC_ID">DIGESTER_PUBLIC_ID</a></span> - Static variable in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html#digesterDtdUrl">digesterDtdUrl</a></span> - Variable in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser</a></dt>
<dd>
<div class="block">path to the DTD</div>
</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterLoader</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">This class manages the creation of Digester instances from XML digester
 rules files.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html#DigesterLoader()">DigesterLoader()</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html" title="class in org.apache.commons.digester.xmlrules">DigesterLoader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterLoadingException.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterLoadingException</span></a> - Exception in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Thrown when an error occurs while parsing XML into Digester rules.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterLoadingException.html#DigesterLoadingException(java.lang.String)">DigesterLoadingException(String)</a></span> - Constructor for exception org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterLoadingException.html" title="class in org.apache.commons.digester.xmlrules">DigesterLoadingException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterLoadingException.html#DigesterLoadingException(java.lang.Throwable)">DigesterLoadingException(Throwable)</a></span> - Constructor for exception org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterLoadingException.html" title="class in org.apache.commons.digester.xmlrules">DigesterLoadingException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterLoadingException.html#DigesterLoadingException(java.lang.String, java.lang.Throwable)">DigesterLoadingException(String, Throwable)</a></span> - Constructor for exception org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterLoadingException.html" title="class in org.apache.commons.digester.xmlrules">DigesterLoadingException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRuleParser</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">This is a RuleSet that parses XML into Digester rules, and then
 adds those rules to a 'target' Digester.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html#DigesterRuleParser()">DigesterRuleParser()</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser</a></dt>
<dd>
<div class="block">Constructs a DigesterRuleParser.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html#DigesterRuleParser(org.apache.commons.digester.Digester)">DigesterRuleParser(Digester)</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser</a></dt>
<dd>
<div class="block">Constructs a rule set for converting XML digester rule descriptions
 into Rule objects, and adding them to the given Digester</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html#DigesterRuleParser(org.apache.commons.digester.Digester, org.apache.commons.digester.xmlrules.DigesterRuleParser.PatternStack, java.util.Set)">DigesterRuleParser(Digester, DigesterRuleParser.PatternStack, Set)</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser</a></dt>
<dd>
<div class="block">Constructs a rule set for parsing an XML digester rule file that
 has been included within an outer XML digester rule file.</div>
</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.BeanPropertySetterRuleFactory.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRuleParser.BeanPropertySetterRuleFactory</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Factory for creating a BeanPropertySetterRule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.BeanPropertySetterRuleFactory.html#DigesterRuleParser.BeanPropertySetterRuleFactory()">DigesterRuleParser.BeanPropertySetterRuleFactory()</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.BeanPropertySetterRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.BeanPropertySetterRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.CallMethodRuleFactory.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRuleParser.CallMethodRuleFactory</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Factory for creating a CallMethodRule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.CallMethodRuleFactory.html#DigesterRuleParser.CallMethodRuleFactory()">DigesterRuleParser.CallMethodRuleFactory()</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.CallMethodRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.CallMethodRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.CallParamRuleFactory.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRuleParser.CallParamRuleFactory</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Factory for creating a CallParamRule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.CallParamRuleFactory.html#DigesterRuleParser.CallParamRuleFactory()">DigesterRuleParser.CallParamRuleFactory()</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.CallParamRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.CallParamRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.FactoryCreateRuleFactory.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRuleParser.FactoryCreateRuleFactory</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Factory for creating a FactoryCreateRule</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.FactoryCreateRuleFactory.html#DigesterRuleParser.FactoryCreateRuleFactory()">DigesterRuleParser.FactoryCreateRuleFactory()</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.FactoryCreateRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.FactoryCreateRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.IncludeRule.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRuleParser.IncludeRule</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">A rule for including one rules XML file within another.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.IncludeRule.html#DigesterRuleParser.IncludeRule()">DigesterRuleParser.IncludeRule()</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.IncludeRule.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.IncludeRule</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.NodeCreateRuleFactory.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRuleParser.NodeCreateRuleFactory</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Factory for creating a NodeCreateRule</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.NodeCreateRuleFactory.html#DigesterRuleParser.NodeCreateRuleFactory()">DigesterRuleParser.NodeCreateRuleFactory()</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.NodeCreateRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.NodeCreateRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.ObjectCreateRuleFactory.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRuleParser.ObjectCreateRuleFactory</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Factory for creating a ObjectCreateRule</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.ObjectCreateRuleFactory.html#DigesterRuleParser.ObjectCreateRuleFactory()">DigesterRuleParser.ObjectCreateRuleFactory()</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.ObjectCreateRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.ObjectCreateRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.ObjectParamRuleFactory.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRuleParser.ObjectParamRuleFactory</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Factory for creating a ObjectParamRule</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.ObjectParamRuleFactory.html#DigesterRuleParser.ObjectParamRuleFactory()">DigesterRuleParser.ObjectParamRuleFactory()</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.ObjectParamRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.ObjectParamRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.PatternRule.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRuleParser.PatternRule</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">A rule for extracting the pattern matching strings from the rules XML.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.PatternRule.html#DigesterRuleParser.PatternRule(java.lang.String)">DigesterRuleParser.PatternRule(String)</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.PatternRule.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.PatternRule</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.PatternStack.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRuleParser.PatternStack</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">A stack whose toString method returns a '/'-separated concatenation
 of all the elements in the stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.PatternStack.html#DigesterRuleParser.PatternStack()">DigesterRuleParser.PatternStack()</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.PatternStack.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.PatternStack</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRuleParser.RulesPrefixAdapter</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Wraps a Rules object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html#DigesterRuleParser.RulesPrefixAdapter(java.lang.String, org.apache.commons.digester.Rules)">DigesterRuleParser.RulesPrefixAdapter(String, Rules)</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.RulesPrefixAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetNestedPropertiesAliasRule.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRuleParser.SetNestedPropertiesAliasRule</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">A rule for adding a attribute-property alias to the custom alias mappings of
 the containing SetNestedPropertiesRule rule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetNestedPropertiesAliasRule.html#DigesterRuleParser.SetNestedPropertiesAliasRule()">DigesterRuleParser.SetNestedPropertiesAliasRule()</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetNestedPropertiesAliasRule.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.SetNestedPropertiesAliasRule</a></dt>
<dd>
<div class="block">Base constructor.</div>
</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetNestedPropertiesRuleFactory.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRuleParser.SetNestedPropertiesRuleFactory</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Factory for creating a SetNestedPropertiesRule</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetNestedPropertiesRuleFactory.html#DigesterRuleParser.SetNestedPropertiesRuleFactory()">DigesterRuleParser.SetNestedPropertiesRuleFactory()</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetNestedPropertiesRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.SetNestedPropertiesRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetNextRuleFactory.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRuleParser.SetNextRuleFactory</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Factory for creating a SetNextRuleFactory</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetNextRuleFactory.html#DigesterRuleParser.SetNextRuleFactory()">DigesterRuleParser.SetNextRuleFactory()</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetNextRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.SetNextRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetPropertiesAliasRule.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRuleParser.SetPropertiesAliasRule</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">A rule for adding a attribute-property alias to the custom alias mappings of
 the containing SetPropertiesRule rule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetPropertiesAliasRule.html#DigesterRuleParser.SetPropertiesAliasRule()">DigesterRuleParser.SetPropertiesAliasRule()</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetPropertiesAliasRule.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.SetPropertiesAliasRule</a></dt>
<dd>
<div class="block">Base constructor.</div>
</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetPropertiesRuleFactory.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRuleParser.SetPropertiesRuleFactory</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Factory for creating a SetPropertiesRule</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetPropertiesRuleFactory.html#DigesterRuleParser.SetPropertiesRuleFactory()">DigesterRuleParser.SetPropertiesRuleFactory()</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetPropertiesRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.SetPropertiesRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetPropertyRuleFactory.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRuleParser.SetPropertyRuleFactory</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Factory for creating a SetPropertyRule</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetPropertyRuleFactory.html#DigesterRuleParser.SetPropertyRuleFactory()">DigesterRuleParser.SetPropertyRuleFactory()</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetPropertyRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.SetPropertyRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetRootRuleFactory.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRuleParser.SetRootRuleFactory</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Factory for creating a SetRootRuleFactory</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetRootRuleFactory.html#DigesterRuleParser.SetRootRuleFactory()">DigesterRuleParser.SetRootRuleFactory()</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetRootRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.SetRootRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetTopRuleFactory.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRuleParser.SetTopRuleFactory</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Factory for creating a SetTopRuleFactory</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetTopRuleFactory.html#DigesterRuleParser.SetTopRuleFactory()">DigesterRuleParser.SetTopRuleFactory()</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.SetTopRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.SetTopRuleFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/DigesterRulesSource.html" title="interface in org.apache.commons.digester.xmlrules"><span class="strong">DigesterRulesSource</span></a> - Interface in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Interface for classes that initialize a Digester Rules object with
 Digester Rules.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html#doc">doc</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html" title="class in org.apache.commons.digester">NodeCreateRule.NodeBuilder</a></dt>
<dd>
<div class="block">A DOM Document used to create the various Node instances.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/NodeCreateRule.html#documentBuilder">documentBuilder</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/NodeCreateRule.html" title="class in org.apache.commons.digester">NodeCreateRule</a></dt>
<dd>
<div class="block">The JAXP <code>DocumentBuilder</code> to use.</div>
</dd>
</dl>
<a name="_E_">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.html#elementNames">elementNames</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/BeanPropertySetterRule.html#end(java.lang.String, java.lang.String)">end(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/BeanPropertySetterRule.html" title="class in org.apache.commons.digester">BeanPropertySetterRule</a></dt>
<dd>
<div class="block">Process the end of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#end()">end()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">Process the end of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallParamRule.html#end(java.lang.String, java.lang.String)">end(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallParamRule.html" title="class in org.apache.commons.digester">CallParamRule</a></dt>
<dd>
<div class="block">Process any body texts now.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#end(java.lang.String, java.lang.String)">end(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block">Process the end of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/NodeCreateRule.html#end()">end()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/NodeCreateRule.html" title="class in org.apache.commons.digester">NodeCreateRule</a></dt>
<dd>
<div class="block">Pop the Node off the top of the stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectCreateRule.html#end()">end()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectCreateRule.html" title="class in org.apache.commons.digester">ObjectCreateRule</a></dt>
<dd>
<div class="block">Process the end of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#end(java.lang.String, java.lang.String)">end(String, String)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>
<div class="block">Invoked by the digester when the closing tag matching this Rule's
 pattern is encountered.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rule.html#end()">end()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Rule.html" title="class in org.apache.commons.digester">Rule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Use the <a href="./org/apache/commons/digester/Rule.html#end(java.lang.String, java.lang.String)"><code>end</code></a> method with 
   <code>namespace</code> and <code>name</code> parameters instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rule.html#end(java.lang.String, java.lang.String)">end(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Rule.html" title="class in org.apache.commons.digester">Rule</a></dt>
<dd>
<div class="block">This method is called when the end of a matching XML element
 is encountered.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRule.html#end(java.lang.String, java.lang.String)">end(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNextRule.html#end()">end()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNextRule.html" title="class in org.apache.commons.digester">SetNextRule</a></dt>
<dd>
<div class="block">Process the end of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetRootRule.html#end()">end()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetRootRule.html" title="class in org.apache.commons.digester">SetRootRule</a></dt>
<dd>
<div class="block">Process the end of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetTopRule.html#end()">end()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetTopRule.html" title="class in org.apache.commons.digester">SetTopRule</a></dt>
<dd>
<div class="block">Process the end of this element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.PatternRule.html#end()">end()</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.PatternRule.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.PatternRule</a></dt>
<dd>
<div class="block">If there was a pattern for this element, pop it off the pattern
 stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#endDocument()">endDocument()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Process notification of the end of the document being reached.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#endElement(java.lang.String, java.lang.String, java.lang.String)">endElement(String, String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Process notification of the end of an XML element being reached.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html#endElement(java.lang.String, java.lang.String, java.lang.String)">endElement(String, String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html" title="class in org.apache.commons.digester">NodeCreateRule.NodeBuilder</a></dt>
<dd>
<div class="block">Checks whether control needs to be returned to Digester.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#endPrefixMapping(java.lang.String)">endPrefixMapping(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Process notification that a namespace prefix is going out of scope.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#entityResolver">entityResolver</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The EntityResolver used by the SAX parser.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#entityValidator">entityValidator</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The URLs of entityValidator that have been registered, keyed by the public
 identifier that corresponds.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#error(org.xml.sax.SAXParseException)">error(SAXParseException)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Forward notification of a parsing error to the application supplied
 error handler (if any).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#errorHandler">errorHandler</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The application-supplied error handler that is notified when parsing
 warnings, errors, or fatal errors occur.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#exceptionIgnoredStack">exceptionIgnoredStack</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block">Stock to manage</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/MultiVariableExpander.html#expand(java.lang.String)">expand(String)</a></span> - Method in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/MultiVariableExpander.html" title="class in org.apache.commons.digester.substitution">MultiVariableExpander</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/MultiVariableExpander.html#expand(java.lang.String, java.lang.String, java.util.Map)">expand(String, String, Map)</a></span> - Method in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/MultiVariableExpander.html" title="class in org.apache.commons.digester.substitution">MultiVariableExpander</a></dt>
<dd>
<div class="block">Replace any occurrences within the string of the form
 "marker{key}" with the value from source[key].</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableExpander.html#expand(java.lang.String)">expand(String)</a></span> - Method in interface org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableExpander.html" title="interface in org.apache.commons.digester.substitution">VariableExpander</a></dt>
<dd>
<div class="block">Return the input string with any variables replaced by their
 corresponding value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableAttributes.html#expander">expander</a></span> - Variable in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableAttributes.html" title="class in org.apache.commons.digester.substitution">VariableAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/ExtendedBaseRules.html" title="class in org.apache.commons.digester"><span class="strong">ExtendedBaseRules</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Extension of <a href="./org/apache/commons/digester/RulesBase.html" title="class in org.apache.commons.digester"><code>RulesBase</code></a> for complex schema.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ExtendedBaseRules.html#ExtendedBaseRules()">ExtendedBaseRules()</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/ExtendedBaseRules.html" title="class in org.apache.commons.digester">ExtendedBaseRules</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_F_">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#factory">factory</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The SAXParserFactory that is created the first time we need it.</div>
</dd>
<dt><a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester"><span class="strong">FactoryCreateRule</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Rule implementation that uses an <a href="./org/apache/commons/digester/ObjectCreationFactory.html" title="interface in org.apache.commons.digester"><code>ObjectCreationFactory</code></a> to create
 a new object which it pushes onto the object stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#FactoryCreateRule(org.apache.commons.digester.Digester, java.lang.String)">FactoryCreateRule(Digester, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/FactoryCreateRule.html#FactoryCreateRule(java.lang.String)"><code>FactoryCreateRule.FactoryCreateRule(String className)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#FactoryCreateRule(org.apache.commons.digester.Digester, java.lang.Class)">FactoryCreateRule(Digester, Class)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/FactoryCreateRule.html#FactoryCreateRule(java.lang.Class)"><code>FactoryCreateRule.FactoryCreateRule(Class clazz)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#FactoryCreateRule(org.apache.commons.digester.Digester, java.lang.String, java.lang.String)">FactoryCreateRule(Digester, String, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/FactoryCreateRule.html#FactoryCreateRule(java.lang.String, java.lang.String)"><code>FactoryCreateRule.FactoryCreateRule(String className, String attributeName)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#FactoryCreateRule(org.apache.commons.digester.Digester, java.lang.Class, java.lang.String)">FactoryCreateRule(Digester, Class, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/FactoryCreateRule.html#FactoryCreateRule(java.lang.Class, java.lang.String)"><code>FactoryCreateRule.FactoryCreateRule(Class clazz, String attributeName)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#FactoryCreateRule(org.apache.commons.digester.Digester, org.apache.commons.digester.ObjectCreationFactory)">FactoryCreateRule(Digester, ObjectCreationFactory)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/FactoryCreateRule.html#FactoryCreateRule(org.apache.commons.digester.ObjectCreationFactory)"><code>FactoryCreateRule.FactoryCreateRule(ObjectCreationFactory creationFactory)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#FactoryCreateRule(java.lang.String)">FactoryCreateRule(String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block">Construct a factory create rule that will use the specified
 class name to create an <a href="./org/apache/commons/digester/ObjectCreationFactory.html" title="interface in org.apache.commons.digester"><code>ObjectCreationFactory</code></a> which will
 then be used to create an object and push it on the stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#FactoryCreateRule(java.lang.Class)">FactoryCreateRule(Class)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block">Construct a factory create rule that will use the specified
 class to create an <a href="./org/apache/commons/digester/ObjectCreationFactory.html" title="interface in org.apache.commons.digester"><code>ObjectCreationFactory</code></a> which will
 then be used to create an object and push it on the stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#FactoryCreateRule(java.lang.String, java.lang.String)">FactoryCreateRule(String, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block">Construct a factory create rule that will use the specified
 class name (possibly overridden by the specified attribute if present)
 to create an <a href="./org/apache/commons/digester/ObjectCreationFactory.html" title="interface in org.apache.commons.digester"><code>ObjectCreationFactory</code></a>, which will then be used
 to instantiate an object instance and push it onto the stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#FactoryCreateRule(java.lang.Class, java.lang.String)">FactoryCreateRule(Class, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block">Construct a factory create rule that will use the specified
 class (possibly overridden by the specified attribute if present)
 to create an <a href="./org/apache/commons/digester/ObjectCreationFactory.html" title="interface in org.apache.commons.digester"><code>ObjectCreationFactory</code></a>, which will then be used
 to instantiate an object instance and push it onto the stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#FactoryCreateRule(org.apache.commons.digester.ObjectCreationFactory)">FactoryCreateRule(ObjectCreationFactory)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block">Construct a factory create rule using the given, already instantiated,
 <a href="./org/apache/commons/digester/ObjectCreationFactory.html" title="interface in org.apache.commons.digester"><code>ObjectCreationFactory</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#FactoryCreateRule(java.lang.String, boolean)">FactoryCreateRule(String, boolean)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block">Construct a factory create rule that will use the specified
 class name to create an <a href="./org/apache/commons/digester/ObjectCreationFactory.html" title="interface in org.apache.commons.digester"><code>ObjectCreationFactory</code></a> which will
 then be used to create an object and push it on the stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#FactoryCreateRule(java.lang.Class, boolean)">FactoryCreateRule(Class, boolean)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block">Construct a factory create rule that will use the specified
 class to create an <a href="./org/apache/commons/digester/ObjectCreationFactory.html" title="interface in org.apache.commons.digester"><code>ObjectCreationFactory</code></a> which will
 then be used to create an object and push it on the stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#FactoryCreateRule(java.lang.String, java.lang.String, boolean)">FactoryCreateRule(String, String, boolean)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block">Construct a factory create rule that will use the specified
 class name (possibly overridden by the specified attribute if present)
 to create an <a href="./org/apache/commons/digester/ObjectCreationFactory.html" title="interface in org.apache.commons.digester"><code>ObjectCreationFactory</code></a>, which will then be used
 to instantiate an object instance and push it onto the stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#FactoryCreateRule(java.lang.Class, java.lang.String, boolean)">FactoryCreateRule(Class, String, boolean)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block">Construct a factory create rule that will use the specified
 class (possibly overridden by the specified attribute if present)
 to create an <a href="./org/apache/commons/digester/ObjectCreationFactory.html" title="interface in org.apache.commons.digester"><code>ObjectCreationFactory</code></a>, which will then be used
 to instantiate an object instance and push it onto the stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#FactoryCreateRule(org.apache.commons.digester.ObjectCreationFactory, boolean)">FactoryCreateRule(ObjectCreationFactory, boolean)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block">Construct a factory create rule using the given, already instantiated,
 <a href="./org/apache/commons/digester/ObjectCreationFactory.html" title="interface in org.apache.commons.digester"><code>ObjectCreationFactory</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderSetProperties.html#falseval">falseval</a></span> - Variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderSetProperties.html" title="class in org.apache.commons.digester.plugins.strategies">FinderSetProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#fatalError(org.xml.sax.SAXParseException)">fatalError(SAXParseException)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Forward notification of a fatal parsing error to the application
 supplied error handler (if any).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromFile.html#filenameAttr">filenameAttr</a></span> - Variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromFile.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromFile</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/strategies/FinderFromFile.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)"><code>FinderFromFile.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)</code></a>.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/strategies/FinderFromClass.html" title="class in org.apache.commons.digester.plugins.strategies"><span class="strong">FinderFromClass</span></a> - Class in <a href="./org/apache/commons/digester/plugins/strategies/package-summary.html">org.apache.commons.digester.plugins.strategies</a></dt>
<dd>
<div class="block">A rule-finding algorithm which expects the caller to specify a classname and
 methodname as plugin properties.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromClass.html#FinderFromClass()">FinderFromClass()</a></span> - Constructor for class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromClass.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromClass</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/strategies/FinderFromClass.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)"><code>FinderFromClass.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromClass.html#FinderFromClass(java.lang.String, java.lang.String, java.lang.String)">FinderFromClass(String, String, String)</a></span> - Constructor for class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromClass.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromClass</a></dt>
<dd>
<div class="block">Create a rule-finder which invokes a user-specified method on a
 user-specified class whenever dynamic rules for a plugin need to be
 loaded.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltClass.html" title="class in org.apache.commons.digester.plugins.strategies"><span class="strong">FinderFromDfltClass</span></a> - Class in <a href="./org/apache/commons/digester/plugins/strategies/package-summary.html">org.apache.commons.digester.plugins.strategies</a></dt>
<dd>
<div class="block">A rule-finding algorithm which looks for a method with a specific name
 on a class whose name is derived from the plugin class name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltClass.html#FinderFromDfltClass()">FinderFromDfltClass()</a></span> - Constructor for class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltClass.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromDfltClass</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltClass.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)"><code>FinderFromDfltClass.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltClass.html#FinderFromDfltClass(java.lang.String, java.lang.String)">FinderFromDfltClass(String, String)</a></span> - Constructor for class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltClass.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromDfltClass</a></dt>
<dd>
<div class="block">Create a rule-finder which invokes a method on a class whenever 
 dynamic rules for a plugin need to be loaded.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltMethod.html" title="class in org.apache.commons.digester.plugins.strategies"><span class="strong">FinderFromDfltMethod</span></a> - Class in <a href="./org/apache/commons/digester/plugins/strategies/package-summary.html">org.apache.commons.digester.plugins.strategies</a></dt>
<dd>
<div class="block">A rule-finding algorithm which looks for a method with a specific name
 on the plugin class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltMethod.html#FinderFromDfltMethod()">FinderFromDfltMethod()</a></span> - Constructor for class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltMethod.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromDfltMethod</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltMethod.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)"><code>FinderFromDfltMethod.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltMethod.html#FinderFromDfltMethod(java.lang.String)">FinderFromDfltMethod(String)</a></span> - Constructor for class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltMethod.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromDfltMethod</a></dt>
<dd>
<div class="block">Create a rule-finder which invokes a specific method on the plugin
 class whenever dynamic rules for a plugin need to be loaded.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltResource.html" title="class in org.apache.commons.digester.plugins.strategies"><span class="strong">FinderFromDfltResource</span></a> - Class in <a href="./org/apache/commons/digester/plugins/strategies/package-summary.html">org.apache.commons.digester.plugins.strategies</a></dt>
<dd>
<div class="block">A rule-finding algorithm which looks for a resource file in the classpath
 whose name is derived from the plugin class name plus a specified suffix.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltResource.html#FinderFromDfltResource()">FinderFromDfltResource()</a></span> - Constructor for class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltResource.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromDfltResource</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltResource.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)"><code>FinderFromDfltResource.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltResource.html#FinderFromDfltResource(java.lang.String)">FinderFromDfltResource(String)</a></span> - Constructor for class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltResource.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromDfltResource</a></dt>
<dd>
<div class="block">Create a rule-finder which can load an xmlrules file, cache
 the rules away, and later add them as a plugin's custom rules
 when that plugin is referenced.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/strategies/FinderFromFile.html" title="class in org.apache.commons.digester.plugins.strategies"><span class="strong">FinderFromFile</span></a> - Class in <a href="./org/apache/commons/digester/plugins/strategies/package-summary.html">org.apache.commons.digester.plugins.strategies</a></dt>
<dd>
<div class="block">A rule-finding algorithm which expects the user to specify an absolute
 or relative path in the plugin declaration.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromFile.html#FinderFromFile()">FinderFromFile()</a></span> - Constructor for class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromFile.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromFile</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/strategies/FinderFromFile.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)"><code>FinderFromFile.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromFile.html#FinderFromFile(java.lang.String)">FinderFromFile(String)</a></span> - Constructor for class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromFile.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromFile</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/strategies/FinderFromFile.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)"><code>FinderFromFile.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)</code></a>.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/strategies/FinderFromMethod.html" title="class in org.apache.commons.digester.plugins.strategies"><span class="strong">FinderFromMethod</span></a> - Class in <a href="./org/apache/commons/digester/plugins/strategies/package-summary.html">org.apache.commons.digester.plugins.strategies</a></dt>
<dd>
<div class="block">A rule-finding algorithm which expects the caller to specify a methodname
 as a plugin property, where the method exists on the plugin class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromMethod.html#FinderFromMethod()">FinderFromMethod()</a></span> - Constructor for class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromMethod.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromMethod</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromMethod.html#FinderFromMethod(java.lang.String)">FinderFromMethod(String)</a></span> - Constructor for class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromMethod.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromMethod</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/strategies/FinderFromMethod.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)"><code>FinderFromMethod.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)</code></a>.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/strategies/FinderFromResource.html" title="class in org.apache.commons.digester.plugins.strategies"><span class="strong">FinderFromResource</span></a> - Class in <a href="./org/apache/commons/digester/plugins/strategies/package-summary.html">org.apache.commons.digester.plugins.strategies</a></dt>
<dd>
<div class="block">A rule-finding algorithm which expects the user to specify a resource
 name (ie a file in the classpath).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromResource.html#FinderFromResource()">FinderFromResource()</a></span> - Constructor for class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromResource.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromResource</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromResource.html#FinderFromResource(java.lang.String)">FinderFromResource(String)</a></span> - Constructor for class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromResource.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromResource</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/strategies/FinderFromResource.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)"><code>FinderFromResource.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)</code></a>.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/strategies/FinderSetProperties.html" title="class in org.apache.commons.digester.plugins.strategies"><span class="strong">FinderSetProperties</span></a> - Class in <a href="./org/apache/commons/digester/plugins/strategies/package-summary.html">org.apache.commons.digester.plugins.strategies</a></dt>
<dd>
<div class="block">A rule-finding algorithm which expects the user to specify whether
 "automatic property setting" is desired.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderSetProperties.html#FinderSetProperties()">FinderSetProperties()</a></span> - Constructor for class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderSetProperties.html" title="class in org.apache.commons.digester.plugins.strategies">FinderSetProperties</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/strategies/FinderSetProperties.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)"><code>FinderSetProperties.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderSetProperties.html#FinderSetProperties(java.lang.String, java.lang.String)">FinderSetProperties(String, String)</a></span> - Constructor for class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderSetProperties.html" title="class in org.apache.commons.digester.plugins.strategies">FinderSetProperties</a></dt>
<dd>
<div class="block">Create a rule-finder which will arrange for a SetPropertiesRule to
 be defined for each instance of a plugin, so that xml attributes
 map to bean properties.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ExtendedBaseRules.html#findExactAncesterMatch(java.lang.String)">findExactAncesterMatch(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/ExtendedBaseRules.html" title="class in org.apache.commons.digester">ExtendedBaseRules</a></dt>
<dd>
<div class="block">Finds an exact ancester match for given pattern</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginManager.html#findLoader(org.apache.commons.digester.Digester, java.lang.String, java.lang.Class, java.util.Properties)">findLoader(Digester, String, Class, Properties)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginManager.html" title="class in org.apache.commons.digester.plugins">PluginManager</a></dt>
<dd>
<div class="block">Given a plugin class and some associated properties, scan the
 list of known RuleFinder instances until one detects a source of
 custom rules for this plugin (aka a RuleLoader).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/RuleFinder.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)">findLoader(Digester, Class, Properties)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/RuleFinder.html" title="class in org.apache.commons.digester.plugins">RuleFinder</a></dt>
<dd>
<div class="block">Apply the finder algorithm to attempt to locate a source of
 digester rules for the specified plugin class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromClass.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)">findLoader(Digester, Class, Properties)</a></span> - Method in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromClass.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromClass</a></dt>
<dd>
<div class="block">If there exists a property with the name matching constructor param
 ruleClassAttr, then load the specified class, locate the appropriate 
 rules-adding method on that class, and return an object encapsulating 
 that info.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltClass.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)">findLoader(Digester, Class, Properties)</a></span> - Method in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltClass.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromDfltClass</a></dt>
<dd>
<div class="block">If there exists a class whose name is the plugin class name + the
 suffix specified to the constructor, then load that class, locate 
 the appropriate rules-adding method on that class, and return an 
 object encapsulating that info.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltMethod.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)">findLoader(Digester, Class, Properties)</a></span> - Method in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltMethod.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromDfltMethod</a></dt>
<dd>
<div class="block">If there exists on the plugin class a method with name matching the 
 constructor's methodName value then locate the appropriate Method on 
 the plugin class and return an object encapsulating that info.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltResource.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)">findLoader(Digester, Class, Properties)</a></span> - Method in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltResource.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromDfltResource</a></dt>
<dd>
<div class="block">If there exists a resource file whose name is equal to the plugin
 class name + the suffix specified in the constructor, then
 load that file, run it through the xmlrules module and return an object 
 encapsulating those rules.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromFile.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)">findLoader(Digester, Class, Properties)</a></span> - Method in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromFile.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromFile</a></dt>
<dd>
<div class="block">If there exists a property with the name specified in the constructor,
 then load that file, run it through the xmlrules module and return an 
 object encapsulating those rules.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromMethod.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)">findLoader(Digester, Class, Properties)</a></span> - Method in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromMethod.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromMethod</a></dt>
<dd>
<div class="block">If there exists a property with the name matching constructor param
 methodAttr, then locate the appropriate Method on the plugin class 
 and return an object encapsulating that info.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromResource.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)">findLoader(Digester, Class, Properties)</a></span> - Method in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromResource.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromResource</a></dt>
<dd>
<div class="block">If there exists a property with the name matching constructor param
 resourceAttr, then load that file, run it through the xmlrules
 module and return an object encapsulating those rules.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderSetProperties.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)">findLoader(Digester, Class, Properties)</a></span> - Method in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderSetProperties.html" title="class in org.apache.commons.digester.plugins.strategies">FinderSetProperties</a></dt>
<dd>
<div class="block">Returns a RuleLoader <i>unless</i> the properties contain an entry
 with the name matching constructor param propsAttr, and the value 
 matching what is in falseval.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#findNamespaceURI(java.lang.String)">findNamespaceURI(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the currently mapped namespace URI for the specified prefix,
 if any; otherwise return <code>null</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/BeanPropertySetterRule.html#finish()">finish()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/BeanPropertySetterRule.html" title="class in org.apache.commons.digester">BeanPropertySetterRule</a></dt>
<dd>
<div class="block">Clean up after parsing is complete.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#finish()">finish()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">Clean up after parsing is complete.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#finish()">finish()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block">Clean up after parsing is complete.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rule.html#finish()">finish()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Rule.html" title="class in org.apache.commons.digester">Rule</a></dt>
<dd>
<div class="block">This method is called after all parsing methods have been
 called, to allow Rules to remove temporary data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#fireBeginMethods(java.util.List, java.lang.String, java.lang.String, org.xml.sax.Attributes)">fireBeginMethods(List, String, String, Attributes)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>
<div class="block">Duplicate the processing that the Digester does when firing the
 begin methods of rules.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#fireBodyMethods(java.util.List, java.lang.String, java.lang.String, java.lang.String)">fireBodyMethods(List, String, String, String)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>
<div class="block">Duplicate the processing that the Digester does when firing the
 body methods of rules.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#fireEndMethods(java.util.List, java.lang.String, java.lang.String)">fireEndMethods(List, String, String)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>
<div class="block">Duplicate the processing that the Digester does when firing the
 end methods of rules.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallParamRule.html#fromStack">fromStack</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallParamRule.html" title="class in org.apache.commons.digester">CallParamRule</a></dt>
<dd>
<div class="block">Is the parameter to be set from the stack?</div>
</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">FromXmlRuleSet</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">A Digester rule set where the rules come from an XML file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html#FromXmlRuleSet(java.net.URL)">FromXmlRuleSet(URL)</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet</a></dt>
<dd>
<div class="block">Constructs a FromXmlRuleSet using the default DigesterRuleParser and
 rulesDigester.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html#FromXmlRuleSet(java.net.URL, org.apache.commons.digester.Digester)">FromXmlRuleSet(URL, Digester)</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet</a></dt>
<dd>
<div class="block">Constructs a FromXmlRuleSet using the default DigesterRuleParser and
 a ruleDigester for loading the rules xml.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html#FromXmlRuleSet(java.net.URL, org.apache.commons.digester.xmlrules.DigesterRuleParser)">FromXmlRuleSet(URL, DigesterRuleParser)</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html#FromXmlRuleSet(java.net.URL, org.apache.commons.digester.xmlrules.DigesterRuleParser, org.apache.commons.digester.Digester)">FromXmlRuleSet(URL, DigesterRuleParser, Digester)</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html#FromXmlRuleSet(org.xml.sax.InputSource)">FromXmlRuleSet(InputSource)</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet</a></dt>
<dd>
<div class="block">Constructs a FromXmlRuleSet using the default DigesterRuleParser and
 rulesDigester.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html#FromXmlRuleSet(org.xml.sax.InputSource, org.apache.commons.digester.Digester)">FromXmlRuleSet(InputSource, Digester)</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet</a></dt>
<dd>
<div class="block">Constructs a FromXmlRuleSet using the default DigesterRuleParser and
 a ruleDigester for loading the rules xml.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html#FromXmlRuleSet(org.xml.sax.InputSource, org.apache.commons.digester.xmlrules.DigesterRuleParser)">FromXmlRuleSet(InputSource, DigesterRuleParser)</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html#FromXmlRuleSet(org.xml.sax.InputSource, org.apache.commons.digester.xmlrules.DigesterRuleParser, org.apache.commons.digester.Digester)">FromXmlRuleSet(InputSource, DigesterRuleParser, Digester)</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.InputSourceXMLRulesLoader.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">FromXmlRuleSet.InputSourceXMLRulesLoader</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Loads XMLRules from an InputSource</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.InputSourceXMLRulesLoader.html#FromXmlRuleSet.InputSourceXMLRulesLoader(org.xml.sax.InputSource)">FromXmlRuleSet.InputSourceXMLRulesLoader(InputSource)</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.InputSourceXMLRulesLoader.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet.InputSourceXMLRulesLoader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.URLXMLRulesLoader.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">FromXmlRuleSet.URLXMLRulesLoader</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Loads XMLRules from an URL</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.URLXMLRulesLoader.html#FromXmlRuleSet.URLXMLRulesLoader(java.net.URL)">FromXmlRuleSet.URLXMLRulesLoader(URL)</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.URLXMLRulesLoader.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet.URLXMLRulesLoader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.XMLRulesLoader.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">FromXmlRuleSet.XMLRulesLoader</span></a> - Class in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Worker class encapsulates loading mechanisms.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.XMLRulesLoader.html#FromXmlRuleSet.XMLRulesLoader()">FromXmlRuleSet.XMLRulesLoader()</a></span> - Constructor for class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.XMLRulesLoader.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet.XMLRulesLoader</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_G_">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><a href="./org/apache/commons/digester/parser/GenericParser.html" title="class in org.apache.commons.digester.parser"><span class="strong">GenericParser</span></a> - Class in <a href="./org/apache/commons/digester/parser/package-summary.html">org.apache.commons.digester.parser</a></dt>
<dd>
<div class="block">Create a <code>SAXParser</code> configured to support XML Schema and DTD.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/parser/GenericParser.html#GenericParser()">GenericParser()</a></span> - Constructor for class org.apache.commons.digester.parser.<a href="./org/apache/commons/digester/parser/GenericParser.html" title="class in org.apache.commons.digester.parser">GenericParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.html#getAllowUnknownChildElements()">getAllowUnknownChildElements()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/SetNestedPropertiesRule.html#setAllowUnknownChildElements(boolean)"><code>SetNestedPropertiesRule.setAllowUnknownChildElements(boolean)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginAssertionFailure.html#getCause()">getCause()</a></span> - Method in exception org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginAssertionFailure.html" title="class in org.apache.commons.digester.plugins">PluginAssertionFailure</a></dt>
<dd>
<div class="block">Return the cause of this exception (if any) as specified in the
 exception constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginConfigurationException.html#getCause()">getCause()</a></span> - Method in exception org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginConfigurationException.html" title="class in org.apache.commons.digester.plugins">PluginConfigurationException</a></dt>
<dd>
<div class="block">Return the cause of this exception (if any) as specified in the
 exception constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginException.html#getCause()">getCause()</a></span> - Method in exception org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginException.html" title="class in org.apache.commons.digester.plugins">PluginException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginInvalidInputException.html#getCause()">getCause()</a></span> - Method in exception org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginInvalidInputException.html" title="class in org.apache.commons.digester.plugins">PluginInvalidInputException</a></dt>
<dd>
<div class="block">Return the cause of this exception (if any) as specified in the
 exception constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterLoadingException.html#getCause()">getCause()</a></span> - Method in exception org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterLoadingException.html" title="class in org.apache.commons.digester.xmlrules">DigesterLoadingException</a></dt>
<dd>
<div class="block">Return the cause of this exception (if any) as specified in the
 exception constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/XmlLoadException.html#getCause()">getCause()</a></span> - Method in exception org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/XmlLoadException.html" title="class in org.apache.commons.digester.xmlrules">XmlLoadException</a></dt>
<dd>
<div class="block">Returns the cause of this throwable or null if the cause is 
 nonexistent or unknown.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getClassLoader()">getClassLoader()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the class loader to be used for instantiating application objects
 when required.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getCount()">getCount()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the current depth of the element stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getCurrentElementName()">getCurrentElementName()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the name of the XML element that is currently being processed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getCurrentNamespaces()">getCurrentNamespaces()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Get the most current namespaces for all prefixes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getCustomContentHandler()">getCustomContentHandler()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getDebug()">getDebug()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>This method now always returns 0. Digester uses the apache
 jakarta commons-logging library; see the documentation for that library
 for more information.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginManager.html#getDeclarationByClass(java.lang.String)">getDeclarationByClass(String)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginManager.html" title="class in org.apache.commons.digester.plugins">PluginManager</a></dt>
<dd>
<div class="block">Return the declaration object with the specified class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginManager.html#getDeclarationById(java.lang.String)">getDeclarationById(String)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginManager.html" title="class in org.apache.commons.digester.plugins">PluginManager</a></dt>
<dd>
<div class="block">Return the declaration object with the specified id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#getDecoratedRules()">getDecoratedRules()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">This package-scope method is used by the PluginCreateRule class to
 get direct access to the rules that were dynamically added by the
 plugin.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html#getDefaults()">getDefaults()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html" title="class in org.apache.commons.digester">WithDefaultsRulesWrapper</a></dt>
<dd>
<div class="block">Gets Rule's which will be fired when the wrapped implementation returns no matches</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/AbstractObjectCreationFactory.html#getDigester()">getDigester()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/AbstractObjectCreationFactory.html" title="class in org.apache.commons.digester">AbstractObjectCreationFactory</a></dt>
<dd>
<div class="block">Returns the <a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester"><code>Digester</code></a> that was set by the
 <a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester"><code>FactoryCreateRule</code></a> upon initialization.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/AbstractRulesImpl.html#getDigester()">getDigester()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/AbstractRulesImpl.html" title="class in org.apache.commons.digester">AbstractRulesImpl</a></dt>
<dd>
<div class="block">Return the Digester instance with which this Rules instance is
 associated.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectCreationFactory.html#getDigester()">getDigester()</a></span> - Method in interface org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectCreationFactory.html" title="interface in org.apache.commons.digester">ObjectCreationFactory</a></dt>
<dd>
<div class="block">Returns the <a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester"><code>Digester</code></a> that was set by the
 <a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester"><code>FactoryCreateRule</code></a> upon initialization.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#getDigester()">getDigester()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">Return the Digester instance with which this instance is associated.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rule.html#getDigester()">getDigester()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Rule.html" title="class in org.apache.commons.digester">Rule</a></dt>
<dd>
<div class="block">Return the Digester with which this Rule is associated.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rules.html#getDigester()">getDigester()</a></span> - Method in interface org.apache.commons.digester.<a href="./org/apache/commons/digester/Rules.html" title="interface in org.apache.commons.digester">Rules</a></dt>
<dd>
<div class="block">Return the Digester instance with which this Rules instance is
 associated.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RulesBase.html#getDigester()">getDigester()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RulesBase.html" title="class in org.apache.commons.digester">RulesBase</a></dt>
<dd>
<div class="block">Return the Digester instance with which this Rules instance is
 associated.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html#getDigester()">getDigester()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRules</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html#getDigester()">getDigester()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html" title="class in org.apache.commons.digester">WithDefaultsRulesWrapper</a></dt>
<dd>
<div class="block">Gets digester using these Rules</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html#getDigester()">getDigester()</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.RulesPrefixAdapter</a></dt>
<dd>
<div class="block">This method passes through to the underlying Rules object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html#getDigesterRulesDTD()">getDigesterRulesDTD()</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser</a></dt>
<dd>
<div class="block">Returns the location of the DTD used to validate the digester rules
 XML document.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getDocumentLocator()">getDocumentLocator()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Gets the document locator associated with our parser.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getEntityResolver()">getEntityResolver()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the Entity Resolver used by the SAX parser.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getErrorHandler()">getErrorHandler()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the error handler for this Digester.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getFactory()">getFactory()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the SAXParserFactory we will use, creating one if necessary.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#getFactory(org.xml.sax.Attributes)">getFactory(Attributes)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block">Return an instance of our associated object creation factory,
 creating one if necessary.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getFeature(java.lang.String)">getFeature(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Returns a flag indicating whether the requested feature is supported
 by the underlying implementation of <code>org.xml.sax.XMLReader</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/Declaration.html#getId()">getId()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/Declaration.html" title="class in org.apache.commons.digester.plugins">Declaration</a></dt>
<dd>
<div class="block">Return the id associated with this declaration.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableAttributes.html#getIndex(java.lang.String)">getIndex(String)</a></span> - Method in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableAttributes.html" title="class in org.apache.commons.digester.substitution">VariableAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableAttributes.html#getIndex(java.lang.String, java.lang.String)">getIndex(String, String)</a></span> - Method in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableAttributes.html" title="class in org.apache.commons.digester.substitution">VariableAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableAttributes.html#getLength()">getLength()</a></span> - Method in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableAttributes.html" title="class in org.apache.commons.digester.substitution">VariableAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableAttributes.html#getLocalName(int)">getLocalName(int)</a></span> - Method in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableAttributes.html" title="class in org.apache.commons.digester.substitution">VariableAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SimpleRegexMatcher.html#getLog()">getLog()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SimpleRegexMatcher.html" title="class in org.apache.commons.digester">SimpleRegexMatcher</a></dt>
<dd>
<div class="block">Gets the <code>Log</code> implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getLogger()">getLogger()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the current Logger associated with this instance of the Digester</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/LogUtils.html#getLogger(org.apache.commons.digester.Digester)">getLogger(Digester)</a></span> - Static method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/LogUtils.html" title="class in org.apache.commons.digester.plugins">LogUtils</a></dt>
<dd>
<div class="block">Get the Log object associated with the specified Digester instance,
 or a "no-op" logging object if the digester reference is null.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getMatch()">getMatch()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the current rule match path</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getNamespaceAware()">getNamespaceAware()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the "namespace aware" flag for parsers we create.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/AbstractRulesImpl.html#getNamespaceURI()">getNamespaceURI()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/AbstractRulesImpl.html" title="class in org.apache.commons.digester">AbstractRulesImpl</a></dt>
<dd>
<div class="block">Return the namespace URI that will be applied to all subsequently
 added <code>Rule</code> objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#getNamespaceURI()">getNamespaceURI()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">Return the namespace URI that will be applied to all subsequently
 added <code>Rule</code> objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rule.html#getNamespaceURI()">getNamespaceURI()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Rule.html" title="class in org.apache.commons.digester">Rule</a></dt>
<dd>
<div class="block">Return the namespace URI for which this Rule is relevant, if any.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rules.html#getNamespaceURI()">getNamespaceURI()</a></span> - Method in interface org.apache.commons.digester.<a href="./org/apache/commons/digester/Rules.html" title="interface in org.apache.commons.digester">Rules</a></dt>
<dd>
<div class="block">Return the namespace URI that will be applied to all subsequently
 added <code>Rule</code> objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RulesBase.html#getNamespaceURI()">getNamespaceURI()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RulesBase.html" title="class in org.apache.commons.digester">RulesBase</a></dt>
<dd>
<div class="block">Return the namespace URI that will be applied to all subsequently
 added <code>Rule</code> objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RuleSet.html#getNamespaceURI()">getNamespaceURI()</a></span> - Method in interface org.apache.commons.digester.<a href="./org/apache/commons/digester/RuleSet.html" title="interface in org.apache.commons.digester">RuleSet</a></dt>
<dd>
<div class="block">Return the namespace URI that will be applied to all Rule instances
 created from this RuleSet.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RuleSetBase.html#getNamespaceURI()">getNamespaceURI()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RuleSetBase.html" title="class in org.apache.commons.digester">RuleSetBase</a></dt>
<dd>
<div class="block">Return the namespace URI that will be applied to all Rule instances
 created from this RuleSet.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html#getNamespaceURI()">getNamespaceURI()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRules</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html#getNamespaceURI()">getNamespaceURI()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html" title="class in org.apache.commons.digester">WithDefaultsRulesWrapper</a></dt>
<dd>
<div class="block">Gets namespace to apply to Rule's added</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html#getNamespaceURI()">getNamespaceURI()</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.RulesPrefixAdapter</a></dt>
<dd>
<div class="block">This method passes through to the underlying Rules object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html#getOldRules()">getOldRules()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRules</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.CallMethodRuleFactory.html#getParamTypes(java.lang.String)">getParamTypes(String)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.CallMethodRuleFactory.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.CallMethodRuleFactory</a></dt>
<dd>
<div class="block">Process the comma separated list of paramTypes
 into an array of String class names</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#getParent()">getParent()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">Return the parent Rules object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getParser()">getParser()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the SAXParser we will use to parse the input stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#getPattern()">getPattern()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>
<div class="block">Return the pattern that this Rule is associated with.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/Declaration.html#getPluginClass()">getPluginClass()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/Declaration.html" title="class in org.apache.commons.digester.plugins">Declaration</a></dt>
<dd>
<div class="block">Return plugin class associated with this declaration.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginContext.html#getPluginClassAttr()">getPluginClassAttr()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginContext.html" title="class in org.apache.commons.digester.plugins">PluginContext</a></dt>
<dd>
<div class="block">Get the namespace for the xml attribute which indicates to a 
 PluginCreateRule which class is to be plugged in.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#getPluginClassAttr()">getPluginClassAttr()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/PluginContext.html#getPluginClassAttr()"><code>PluginContext.getPluginClassAttr()</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginContext.html#getPluginClassAttrNs()">getPluginClassAttrNs()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginContext.html" title="class in org.apache.commons.digester.plugins">PluginContext</a></dt>
<dd>
<div class="block">Get the namespace for the xml attribute which indicates to a 
 PluginCreateRule which class is to be plugged in.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#getPluginClassAttrNs()">getPluginClassAttrNs()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/PluginContext.html#getPluginClassAttrNs()"><code>PluginContext.getPluginClassAttrNs()</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginContext.html#getPluginIdAttr()">getPluginIdAttr()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginContext.html" title="class in org.apache.commons.digester.plugins">PluginContext</a></dt>
<dd>
<div class="block">Get the namespace for the xml attribute which indicates to a 
 PluginCreateRule which previous plugin declaration should be used.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#getPluginIdAttr()">getPluginIdAttr()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/PluginContext.html#getPluginIdAttr()"><code>PluginContext.getPluginIdAttr()</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginContext.html#getPluginIdAttrNs()">getPluginIdAttrNs()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginContext.html" title="class in org.apache.commons.digester.plugins">PluginContext</a></dt>
<dd>
<div class="block">Get the namespace for the xml attribute which indicates to a 
 PluginCreateRule which previous plugin declaration should be used.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#getPluginIdAttrNs()">getPluginIdAttrNs()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/PluginContext.html#getPluginIdAttrNs()"><code>PluginContext.getPluginIdAttrNs()</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#getPluginManager()">getPluginManager()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">Return the object which "knows" about all declared plugins.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getProperty(java.lang.String)">getProperty(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the current value of the specified property for the underlying
 <code>XMLReader</code> implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getPublicId()">getPublicId()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the public identifier of the DTD we are currently
 parsing under, if any.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableAttributes.html#getQName(int)">getQName(int)</a></span> - Method in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableAttributes.html" title="class in org.apache.commons.digester.substitution">VariableAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getReader()">getReader()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Use getXMLReader() instead, which can throw a
  SAXException if the reader cannot be instantiated</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RegexRules.html#getRegexMatcher()">getRegexMatcher()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RegexRules.html" title="class in org.apache.commons.digester">RegexRules</a></dt>
<dd>
<div class="block">Gets the current regex matching strategy.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getRegistrations()">getRegistrations()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the set of DTD URL registrations, keyed by public identifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getRoot()">getRoot()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Returns the root element of the tree of objects created as a result
 of applying the rule objects to the input XML.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginContext.html#getRuleFinders()">getRuleFinders()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginContext.html" title="class in org.apache.commons.digester.plugins">PluginContext</a></dt>
<dd>
<div class="block">Return the list of RuleFinder objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#getRuleFinders()">getRuleFinders()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/PluginContext.html#getRuleFinders()"><code>PluginContext.getRuleFinders()</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getRuleNamespaceURI()">getRuleNamespaceURI()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the namespace URI that will be applied to all subsequently
 added <code>Rule</code> objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getRules()">getRules()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the <code>Rules</code> implementation object containing our
 rules collection and associated matching policy.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getRules(java.lang.String)">getRules(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Call <code>match()</code> on the <code>Rules</code>
  implementation returned by <code>getRules()</code></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRulesSource.html#getRules(org.apache.commons.digester.Digester)">getRules(Digester)</a></span> - Method in interface org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRulesSource.html" title="interface in org.apache.commons.digester.xmlrules">DigesterRulesSource</a></dt>
<dd>
<div class="block">Creates and adds Digester Rules to a given Rules object</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#getRulesFactory()">getRulesFactory()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">Return the rules factory object (or null if one has not been specified).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getSAXLogger()">getSAXLogger()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Gets the logger used for logging SAX-related information.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getSchema()">getSchema()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the XML Schema URI used for validating an XML instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getSchemaLanguage()">getSchemaLanguage()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the XML Schema language used when parsing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getStackAction()">getStackAction()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">See setStackAction.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getSubstitutor()">getSubstitutor()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Gets the <code>Substitutor</code> used to convert attributes and body text.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.html#getTrimData()">getTrimData()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/SetNestedPropertiesRule.html#setTrimData(boolean)"><code>SetNestedPropertiesRule.setTrimData(boolean)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableAttributes.html#getType(int)">getType(int)</a></span> - Method in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableAttributes.html" title="class in org.apache.commons.digester.substitution">VariableAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableAttributes.html#getType(java.lang.String)">getType(String)</a></span> - Method in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableAttributes.html" title="class in org.apache.commons.digester.substitution">VariableAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableAttributes.html#getType(java.lang.String, java.lang.String)">getType(String, String)</a></span> - Method in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableAttributes.html" title="class in org.apache.commons.digester.substitution">VariableAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableAttributes.html#getURI(int)">getURI(int)</a></span> - Method in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableAttributes.html" title="class in org.apache.commons.digester.substitution">VariableAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getUseContextClassLoader()">getUseContextClassLoader()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the boolean as to whether the context classloader should be used.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#getUseExactMatch()">getUseExactMatch()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">Should <code>MethodUtils.invokeExactMethod</code>
 be used for the reflection.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getValidating()">getValidating()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the validating parser flag.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableAttributes.html#getValue(int)">getValue(int)</a></span> - Method in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableAttributes.html" title="class in org.apache.commons.digester.substitution">VariableAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableAttributes.html#getValue(java.lang.String)">getValue(String)</a></span> - Method in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableAttributes.html" title="class in org.apache.commons.digester.substitution">VariableAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableAttributes.html#getValue(java.lang.String, java.lang.String)">getValue(String, String)</a></span> - Method in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableAttributes.html" title="class in org.apache.commons.digester.substitution">VariableAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/parser/XercesParser.html#getXercesVersion()">getXercesVersion()</a></span> - Static method in class org.apache.commons.digester.parser.<a href="./org/apache/commons/digester/parser/XercesParser.html" title="class in org.apache.commons.digester.parser">XercesParser</a></dt>
<dd>
<div class="block">Return the current Xerces version.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#getXMLReader()">getXMLReader()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the XMLReader to be used for parsing the input document.</div>
</dd>
</dl>
<a name="_I_">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/Declaration.html#id">id</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/Declaration.html" title="class in org.apache.commons.digester.plugins">Declaration</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/Declaration.html#setId(java.lang.String)"><code>Declaration.setId(java.lang.String)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#ignorableWhitespace(char[], int, int)">ignorableWhitespace(char[], int, int)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Process notification of ignorable whitespace received from the body of
 an XML element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#ignoreCreateExceptions">ignoreCreateExceptions</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block">Should exceptions thrown by the factory be ignored?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetPropertiesRule.html#ignoreMissingProperty">ignoreMissingProperty</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetPropertiesRule.html" title="class in org.apache.commons.digester">SetPropertiesRule</a></dt>
<dd>
<div class="block">Used to determine whether the parsing should fail if an property specified
 in the XML is missing from the bean.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html#includedFiles">includedFiles</a></span> - Variable in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser</a></dt>
<dd>
<div class="block">Used to detect circular includes</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.IncludeRule.html#includeProgrammaticRules(java.lang.String)">includeProgrammaticRules(String)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.IncludeRule.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.IncludeRule</a></dt>
<dd>
<div class="block">Creates an instance of the indicated class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.IncludeRule.html#includeXMLRules(java.lang.String)">includeXMLRules(String)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.IncludeRule.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.IncludeRule</a></dt>
<dd>
<div class="block">Creates another DigesterRuleParser, and uses it to extract the rules
 out of the give XML file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/Declaration.html#init(org.apache.commons.digester.Digester, org.apache.commons.digester.plugins.PluginManager)">init(Digester, PluginManager)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/Declaration.html" title="class in org.apache.commons.digester.plugins">Declaration</a></dt>
<dd>
<div class="block">Must be called exactly once, and must be called before any call
 to the configure method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html#init(java.lang.String, org.apache.commons.digester.Rules)">init(String, Rules)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRules</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableAttributes.html#init(org.xml.sax.Attributes, org.apache.commons.digester.substitution.VariableExpander)">init(Attributes, VariableExpander)</a></span> - Method in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableAttributes.html" title="class in org.apache.commons.digester.substitution">VariableAttributes</a></dt>
<dd>
<div class="block">Specify which attributes class this object is a proxy for.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html#init(org.apache.commons.digester.xmlrules.FromXmlRuleSet.XMLRulesLoader, org.apache.commons.digester.xmlrules.DigesterRuleParser, org.apache.commons.digester.Digester)">init(FromXmlRuleSet.XMLRulesLoader, DigesterRuleParser, Digester)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet</a></dt>
<dd>
<div class="block">Base constructor</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#initException">initException</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>
<div class="block">Currently, none of the Rules methods allow exceptions to be thrown.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/InitializableRule.html" title="interface in org.apache.commons.digester.plugins"><span class="strong">InitializableRule</span></a> - Interface in <a href="./org/apache/commons/digester/plugins/package-summary.html">org.apache.commons.digester.plugins</a></dt>
<dd>
<div class="block">Defines an interface that a Rule class can implement if it wishes to get an
 initialisation callback after the rule has been added to the set of Rules
 within a PluginRules instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#initialize()">initialize()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">
 Provides a hook for lazy initialization of this <code>Digester</code>
 instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/Declaration.html#initialized">initialized</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/Declaration.html" title="class in org.apache.commons.digester.plugins">Declaration</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/Declaration.html#init(org.apache.commons.digester.Digester, org.apache.commons.digester.plugins.PluginManager)"><code>Declaration.init(org.apache.commons.digester.Digester, org.apache.commons.digester.plugins.PluginManager)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/LoaderFromStream.html#input">input</a></span> - Variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/LoaderFromStream.html" title="class in org.apache.commons.digester.plugins.strategies">LoaderFromStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.InputSourceXMLRulesLoader.html#inputSource">inputSource</a></span> - Variable in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.InputSourceXMLRulesLoader.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet.InputSourceXMLRulesLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#inputSources">inputSources</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block"><code>List</code> of <code>InputSource</code> instances
 created by a <code>createInputSourceFromURL()</code> method
 call.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#isEmpty(java.lang.String)">isEmpty(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Is the stack with the given name empty?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNextRule.html#isExactMatch()">isExactMatch()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNextRule.html" title="class in org.apache.commons.digester">SetNextRule</a></dt>
<dd>
<div class="block">Is exact matching being used.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetRootRule.html#isExactMatch()">isExactMatch()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetRootRule.html" title="class in org.apache.commons.digester">SetRootRule</a></dt>
<dd>
<div class="block">Is exact matching being used.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetTopRule.html#isExactMatch()">isExactMatch()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetTopRule.html" title="class in org.apache.commons.digester">SetTopRule</a></dt>
<dd>
<div class="block">Is exact matching being used.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetPropertiesRule.html#isIgnoreMissingProperty()">isIgnoreMissingProperty()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetPropertiesRule.html" title="class in org.apache.commons.digester">SetPropertiesRule</a></dt>
<dd>
<div class="block">Are attributes found in the xml without matching properties to be ignored?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ParserFeatureSetterFactory.html#isXercesUsed">isXercesUsed</a></span> - Static variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/ParserFeatureSetterFactory.html" title="class in org.apache.commons.digester">ParserFeatureSetterFactory</a></dt>
<dd>
<div class="block"><code>true</code> is Xerces is used.</div>
</dd>
</dl>
<a name="_J_">
<!--   -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#JAXP_SCHEMA_LANGUAGE">JAXP_SCHEMA_LANGUAGE</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>This is now managed by <a href="./org/apache/commons/digester/ParserFeatureSetterFactory.html" title="class in org.apache.commons.digester"><code>ParserFeatureSetterFactory</code></a></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/parser/GenericParser.html#JAXP_SCHEMA_LANGUAGE">JAXP_SCHEMA_LANGUAGE</a></span> - Static variable in class org.apache.commons.digester.parser.<a href="./org/apache/commons/digester/parser/GenericParser.html" title="class in org.apache.commons.digester.parser">GenericParser</a></dt>
<dd>
<div class="block">The JAXP 1.2 property to set up the schemaLanguage used.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/parser/XercesParser.html#JAXP_SCHEMA_LANGUAGE">JAXP_SCHEMA_LANGUAGE</a></span> - Static variable in class org.apache.commons.digester.parser.<a href="./org/apache/commons/digester/parser/XercesParser.html" title="class in org.apache.commons.digester.parser">XercesParser</a></dt>
<dd>
<div class="block">The JAXP 1.2 property to set up the schemaLanguage used.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#JAXP_SCHEMA_SOURCE">JAXP_SCHEMA_SOURCE</a></span> - Static variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The JAXP 1.2 property required to set up the schema location.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/parser/GenericParser.html#JAXP_SCHEMA_SOURCE">JAXP_SCHEMA_SOURCE</a></span> - Static variable in class org.apache.commons.digester.parser.<a href="./org/apache/commons/digester/parser/GenericParser.html" title="class in org.apache.commons.digester.parser">GenericParser</a></dt>
<dd>
<div class="block">The JAXP 1.2 property required to set up the schema location.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/parser/XercesParser.html#JAXP_SCHEMA_SOURCE">JAXP_SCHEMA_SOURCE</a></span> - Static variable in class org.apache.commons.digester.parser.<a href="./org/apache/commons/digester/parser/XercesParser.html" title="class in org.apache.commons.digester.parser">XercesParser</a></dt>
<dd>
<div class="block">The JAXP 1.2 property required to set up the schema location.</div>
</dd>
</dl>
<a name="_L_">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/LoaderFromStream.html#load(java.io.InputStream)">load(InputStream)</a></span> - Method in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/LoaderFromStream.html" title="class in org.apache.commons.digester.plugins.strategies">LoaderFromStream</a></dt>
<dd>
<div class="block">The contents of the input stream are loaded into memory, and
 cached for later use.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html#load(java.net.URL, java.lang.ClassLoader, java.net.URL)">load(URL, ClassLoader, URL)</a></span> - Static method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html" title="class in org.apache.commons.digester.xmlrules">DigesterLoader</a></dt>
<dd>
<div class="block">Given the digester rules XML file, a class loader, and an XML input file,
 this method parses the input file into Java objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html#load(java.net.URL, java.lang.ClassLoader, java.io.InputStream)">load(URL, ClassLoader, InputStream)</a></span> - Static method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html" title="class in org.apache.commons.digester.xmlrules">DigesterLoader</a></dt>
<dd>
<div class="block">Given the digester rules XML file, a class loader, and an input stream,
 this method parses the input into Java objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html#load(java.net.URL, java.lang.ClassLoader, java.io.Reader)">load(URL, ClassLoader, Reader)</a></span> - Static method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html" title="class in org.apache.commons.digester.xmlrules">DigesterLoader</a></dt>
<dd>
<div class="block">Given the digester rules XML file, a class loader, and an input stream,
 this method parses the input into Java objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html#load(java.net.URL, java.lang.ClassLoader, java.net.URL, java.lang.Object)">load(URL, ClassLoader, URL, Object)</a></span> - Static method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html" title="class in org.apache.commons.digester.xmlrules">DigesterLoader</a></dt>
<dd>
<div class="block">Given the digester rules XML file, a class loader, and an XML input file,
 this method parses the input file into Java objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html#load(java.net.URL, java.lang.ClassLoader, java.io.InputStream, java.lang.Object)">load(URL, ClassLoader, InputStream, Object)</a></span> - Static method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html" title="class in org.apache.commons.digester.xmlrules">DigesterLoader</a></dt>
<dd>
<div class="block">Given the digester rules XML file, a class loader, and an input stream,
 this method parses the input into Java objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html#load(java.net.URL, java.lang.ClassLoader, java.io.Reader, java.lang.Object)">load(URL, ClassLoader, Reader, Object)</a></span> - Static method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterLoader.html" title="class in org.apache.commons.digester.xmlrules">DigesterLoader</a></dt>
<dd>
<div class="block">Given the digester rules XML file, a class loader, and an input stream,
 this method parses the input into Java objects.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/strategies/LoaderFromClass.html" title="class in org.apache.commons.digester.plugins.strategies"><span class="strong">LoaderFromClass</span></a> - Class in <a href="./org/apache/commons/digester/plugins/strategies/package-summary.html">org.apache.commons.digester.plugins.strategies</a></dt>
<dd>
<div class="block">A RuleLoader which invokes a static method on a target class, leaving that
 method to actually instantiate and add new rules to a Digester instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/LoaderFromClass.html#LoaderFromClass(java.lang.Class, java.lang.reflect.Method)">LoaderFromClass(Class, Method)</a></span> - Constructor for class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/LoaderFromClass.html" title="class in org.apache.commons.digester.plugins.strategies">LoaderFromClass</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/LoaderFromClass.html#LoaderFromClass(java.lang.Class, java.lang.String)">LoaderFromClass(Class, String)</a></span> - Constructor for class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/LoaderFromClass.html" title="class in org.apache.commons.digester.plugins.strategies">LoaderFromClass</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/strategies/LoaderFromStream.html" title="class in org.apache.commons.digester.plugins.strategies"><span class="strong">LoaderFromStream</span></a> - Class in <a href="./org/apache/commons/digester/plugins/strategies/package-summary.html">org.apache.commons.digester.plugins.strategies</a></dt>
<dd>
<div class="block">A rule-finding algorithm which loads an xmlplugins-format file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/LoaderFromStream.html#LoaderFromStream(java.io.InputStream)">LoaderFromStream(InputStream)</a></span> - Constructor for class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/LoaderFromStream.html" title="class in org.apache.commons.digester.plugins.strategies">LoaderFromStream</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/strategies/LoaderFromStream.html#load(java.io.InputStream)"><code>LoaderFromStream.load(java.io.InputStream)</code></a>.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/strategies/LoaderSetProperties.html" title="class in org.apache.commons.digester.plugins.strategies"><span class="strong">LoaderSetProperties</span></a> - Class in <a href="./org/apache/commons/digester/plugins/strategies/package-summary.html">org.apache.commons.digester.plugins.strategies</a></dt>
<dd>
<div class="block">A RuleLoader which creates a single SetPropertiesRule and adds it to the
 digester when its addRules() method is invoked.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/LoaderSetProperties.html#LoaderSetProperties()">LoaderSetProperties()</a></span> - Constructor for class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/LoaderSetProperties.html" title="class in org.apache.commons.digester.plugins.strategies">LoaderSetProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromResource.html#loadRules(org.apache.commons.digester.Digester, java.lang.Class, java.io.InputStream, java.lang.String)">loadRules(Digester, Class, InputStream, String)</a></span> - Static method in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromResource.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromResource</a></dt>
<dd>
<div class="block">Open the specified resource file (ie a file in the classpath, 
 including being within a jar in the classpath), run it through
 the xmlrules module and return an object encapsulating those rules.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.InputSourceXMLRulesLoader.html#loadRules()">loadRules()</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.InputSourceXMLRulesLoader.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet.InputSourceXMLRulesLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.URLXMLRulesLoader.html#loadRules()">loadRules()</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.URLXMLRulesLoader.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet.URLXMLRulesLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.XMLRulesLoader.html#loadRules()">loadRules()</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.XMLRulesLoader.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet.XMLRulesLoader</a></dt>
<dd>
<div class="block">Load rules now</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/LoaderFromClass.html#locateMethod(java.lang.Class, java.lang.String)">locateMethod(Class, String)</a></span> - Static method in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/LoaderFromClass.html" title="class in org.apache.commons.digester.plugins.strategies">LoaderFromClass</a></dt>
<dd>
<div class="block">Find a method on the specified class whose name matches methodName,
 and whose signature is:
 <code> public static void foo(Digester d, String patternPrefix);</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#locator">locator</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The Locator associated with our parser.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#log">log</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The Log to which most logging calls will be made.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#log(java.lang.String)">log(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Call getLogger() and use it's logging methods</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#log(java.lang.String, java.lang.Throwable)">log(String, Throwable)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Call getLogger() and use it's logging methods</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/parser/GenericParser.html#log">log</a></span> - Static variable in class org.apache.commons.digester.parser.<a href="./org/apache/commons/digester/parser/GenericParser.html" title="class in org.apache.commons.digester.parser">GenericParser</a></dt>
<dd>
<div class="block">The Log to which all SAX event related logging calls will be made.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/parser/XercesParser.html#log">log</a></span> - Static variable in class org.apache.commons.digester.parser.<a href="./org/apache/commons/digester/parser/XercesParser.html" title="class in org.apache.commons.digester.parser">XercesParser</a></dt>
<dd>
<div class="block">The Log to which all SAX event related logging calls will be made.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.html#log">log</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SimpleRegexMatcher.html#log">log</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SimpleRegexMatcher.html" title="class in org.apache.commons.digester">SimpleRegexMatcher</a></dt>
<dd>
<div class="block">Custom log (can be set per object)</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/LogUtils.html" title="class in org.apache.commons.digester.plugins"><span class="strong">LogUtils</span></a> - Class in <a href="./org/apache/commons/digester/plugins/package-summary.html">org.apache.commons.digester.plugins</a></dt>
<dd>
<div class="block">Simple utility class to assist in logging.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/LogUtils.html#LogUtils()">LogUtils()</a></span> - Constructor for class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/LogUtils.html" title="class in org.apache.commons.digester.plugins">LogUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RulesBase.html#lookup(java.lang.String, java.lang.String)">lookup(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RulesBase.html" title="class in org.apache.commons.digester">RulesBase</a></dt>
<dd>
<div class="block">Return a List of Rule instances for the specified pattern that also
 match the specified namespace URI (if any).</div>
</dd>
</dl>
<a name="_M_">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/MultiVariableExpander.html#markers">markers</a></span> - Variable in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/MultiVariableExpander.html" title="class in org.apache.commons.digester.substitution">MultiVariableExpander</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/AbstractRulesImpl.html#match(java.lang.String)">match(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/AbstractRulesImpl.html" title="class in org.apache.commons.digester">AbstractRulesImpl</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Call match(namespaceURI,pattern) instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/AbstractRulesImpl.html#match(java.lang.String, java.lang.String)">match(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/AbstractRulesImpl.html" title="class in org.apache.commons.digester">AbstractRulesImpl</a></dt>
<dd>
<div class="block">Return a List of all registered Rule instances that match the specified
 nesting pattern, or a zero-length List if there are no matches.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#match">match</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The current match pattern for nested element processing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ExtendedBaseRules.html#match(java.lang.String, java.lang.String)">match(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/ExtendedBaseRules.html" title="class in org.apache.commons.digester">ExtendedBaseRules</a></dt>
<dd>
<div class="block">Return a List of all registered Rule instances that match the specified
 nesting pattern, or a zero-length List if there are no matches.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#match(java.lang.String)">match(String)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Call match(namespaceURI,pattern) instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#match(java.lang.String, java.lang.String)">match(String, String)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">Return a List of all registered Rule instances that match the specified
 nodepath, or a zero-length List if there are no matches.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RegexMatcher.html#match(java.lang.String, java.lang.String)">match(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RegexMatcher.html" title="class in org.apache.commons.digester">RegexMatcher</a></dt>
<dd>
<div class="block">Returns true if the given pattern matches the given path 
 according to the regex algorithm that this strategy applies.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RegexRules.html#match(java.lang.String, java.lang.String)">match(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RegexRules.html" title="class in org.apache.commons.digester">RegexRules</a></dt>
<dd>
<div class="block">Finds matching rules by using current regex matching strategy.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rules.html#match(java.lang.String)">match(String)</a></span> - Method in interface org.apache.commons.digester.<a href="./org/apache/commons/digester/Rules.html" title="interface in org.apache.commons.digester">Rules</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Call match(namespaceURI,pattern) instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rules.html#match(java.lang.String, java.lang.String)">match(String, String)</a></span> - Method in interface org.apache.commons.digester.<a href="./org/apache/commons/digester/Rules.html" title="interface in org.apache.commons.digester">Rules</a></dt>
<dd>
<div class="block">Return a List of all registered Rule instances that match the specified
 nesting pattern, or a zero-length List if there are no matches.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RulesBase.html#match(java.lang.String)">match(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RulesBase.html" title="class in org.apache.commons.digester">RulesBase</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Call match(namespaceURI,pattern) instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RulesBase.html#match(java.lang.String, java.lang.String)">match(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RulesBase.html" title="class in org.apache.commons.digester">RulesBase</a></dt>
<dd>
<div class="block">Return a List of all registered Rule instances that match the specified
 nesting pattern, or a zero-length List if there are no matches.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html#match(java.lang.String)">match(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRules</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html#match(java.lang.String, java.lang.String)">match(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRules</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SimpleRegexMatcher.html#match(java.lang.String, java.lang.String)">match(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SimpleRegexMatcher.html" title="class in org.apache.commons.digester">SimpleRegexMatcher</a></dt>
<dd>
<div class="block">Matches using simple regex algorithm.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SimpleRegexMatcher.html#match(java.lang.String, java.lang.String, int, int)">match(String, String, int, int)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SimpleRegexMatcher.html" title="class in org.apache.commons.digester">SimpleRegexMatcher</a></dt>
<dd>
<div class="block">Implementation of regex matching algorithm.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html#match(java.lang.String)">match(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html" title="class in org.apache.commons.digester">WithDefaultsRulesWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html#match(java.lang.String, java.lang.String)">match(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html" title="class in org.apache.commons.digester">WithDefaultsRulesWrapper</a></dt>
<dd>
<div class="block">Return list of rules matching given pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html#match(java.lang.String)">match(String)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.RulesPrefixAdapter</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Call match(namespaceURI,pattern) instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html#match(java.lang.String, java.lang.String)">match(String, String)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.RulesPrefixAdapter</a></dt>
<dd>
<div class="block">This method passes through to the underlying Rules object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RegexRules.html#matcher">matcher</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RegexRules.html" title="class in org.apache.commons.digester">RegexRules</a></dt>
<dd>
<div class="block">The regex strategy used by this RegexRules</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#matches">matches</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Stack whose elements are List objects, each containing a list of
 Rule objects as returned from Rules.getMatch().</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html#matchPrefix">matchPrefix</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRules</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromClass.html#methodAttr">methodAttr</a></span> - Variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromClass.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromClass</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromMethod.html#methodAttr">methodAttr</a></span> - Variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromMethod.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromMethod</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/strategies/FinderFromMethod.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)"><code>FinderFromMethod.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#methodName">methodName</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">The method name to call on the parent object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltClass.html#methodName">methodName</a></span> - Variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltClass.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromDfltClass</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltMethod.html#methodName">methodName</a></span> - Variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltMethod.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromDfltMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNextRule.html#methodName">methodName</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNextRule.html" title="class in org.apache.commons.digester">SetNextRule</a></dt>
<dd>
<div class="block">The method name to call on the parent object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetRootRule.html#methodName">methodName</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetRootRule.html" title="class in org.apache.commons.digester">SetRootRule</a></dt>
<dd>
<div class="block">The method name to call on the parent object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetTopRule.html#methodName">methodName</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetTopRule.html" title="class in org.apache.commons.digester">SetTopRule</a></dt>
<dd>
<div class="block">The method name to call on the child object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#mountPoint">mountPoint</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">The path below which this rules object has responsibility.</div>
</dd>
<dt><a href="./org/apache/commons/digester/substitution/MultiVariableExpander.html" title="class in org.apache.commons.digester.substitution"><span class="strong">MultiVariableExpander</span></a> - Class in <a href="./org/apache/commons/digester/substitution/package-summary.html">org.apache.commons.digester.substitution</a></dt>
<dd>
<div class="block">Expands variable references from multiple sources.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/MultiVariableExpander.html#MultiVariableExpander()">MultiVariableExpander()</a></span> - Constructor for class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/MultiVariableExpander.html" title="class in org.apache.commons.digester.substitution">MultiVariableExpander</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_N_">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetPropertyRule.html#name">name</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetPropertyRule.html" title="class in org.apache.commons.digester">SetPropertyRule</a></dt>
<dd>
<div class="block">The attribute that will contain the property name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#namespaceAware">namespaceAware</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Do we want a "namespace aware" parser.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#namespaces">namespaces</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Registered namespaces we are currently processing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/AbstractRulesImpl.html#namespaceURI">namespaceURI</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/AbstractRulesImpl.html" title="class in org.apache.commons.digester">AbstractRulesImpl</a></dt>
<dd>
<div class="block">Namespace uri to assoicate with subsequent <code>Rule</code>'s</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rule.html#namespaceURI">namespaceURI</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Rule.html" title="class in org.apache.commons.digester">Rule</a></dt>
<dd>
<div class="block">The namespace URI for which this Rule is relevant, if any.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RulesBase.html#namespaceURI">namespaceURI</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RulesBase.html" title="class in org.apache.commons.digester">RulesBase</a></dt>
<dd>
<div class="block">The namespace URI for which subsequently added <code>Rule</code>
 objects are relevant, or <code>null</code> for matching independent
 of namespaces.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RuleSetBase.html#namespaceURI">namespaceURI</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RuleSetBase.html" title="class in org.apache.commons.digester">RuleSetBase</a></dt>
<dd>
<div class="block">The namespace URI that all Rule instances created by this RuleSet
 will be associated with.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/MultiVariableExpander.html#nEntries">nEntries</a></span> - Variable in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/MultiVariableExpander.html" title="class in org.apache.commons.digester.substitution">MultiVariableExpander</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/RulesFactory.html#newRules(org.apache.commons.digester.Digester, java.lang.Class)">newRules(Digester, Class)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/RulesFactory.html" title="class in org.apache.commons.digester.plugins">RulesFactory</a></dt>
<dd>
<div class="block">Return an instance of some Rules implementation that the plugged-in
 class shall use to match its private parsing rules.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/parser/GenericParser.html#newSAXParser(java.util.Properties)">newSAXParser(Properties)</a></span> - Static method in class org.apache.commons.digester.parser.<a href="./org/apache/commons/digester/parser/GenericParser.html" title="class in org.apache.commons.digester.parser">GenericParser</a></dt>
<dd>
<div class="block">Create a <code>SAXParser</code> configured to support XML Scheman and DTD</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/parser/XercesParser.html#newSAXParser(java.util.Properties)">newSAXParser(Properties)</a></span> - Static method in class org.apache.commons.digester.parser.<a href="./org/apache/commons/digester/parser/XercesParser.html" title="class in org.apache.commons.digester.parser">XercesParser</a></dt>
<dd>
<div class="block">Create a <code>SAXParser</code> based on the underlying
 <code>Xerces</code> version.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ParserFeatureSetterFactory.html#newSAXParser(java.util.Properties)">newSAXParser(Properties)</a></span> - Static method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/ParserFeatureSetterFactory.html" title="class in org.apache.commons.digester">ParserFeatureSetterFactory</a></dt>
<dd>
<div class="block">Create a new <code>SAXParser</code></div>
</dd>
<dt><a href="./org/apache/commons/digester/NodeCreateRule.html" title="class in org.apache.commons.digester"><span class="strong">NodeCreateRule</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">A rule implementation that creates a DOM
 <code>Node</code> containing the XML at the element that matched
 the rule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/NodeCreateRule.html#NodeCreateRule()">NodeCreateRule()</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/NodeCreateRule.html" title="class in org.apache.commons.digester">NodeCreateRule</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/NodeCreateRule.html#NodeCreateRule(javax.xml.parsers.DocumentBuilder)">NodeCreateRule(DocumentBuilder)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/NodeCreateRule.html" title="class in org.apache.commons.digester">NodeCreateRule</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/NodeCreateRule.html#NodeCreateRule(int)">NodeCreateRule(int)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/NodeCreateRule.html" title="class in org.apache.commons.digester">NodeCreateRule</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/NodeCreateRule.html#NodeCreateRule(int, javax.xml.parsers.DocumentBuilder)">NodeCreateRule(int, DocumentBuilder)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/NodeCreateRule.html" title="class in org.apache.commons.digester">NodeCreateRule</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html" title="class in org.apache.commons.digester"><span class="strong">NodeCreateRule.NodeBuilder</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">The SAX content handler that does all the actual work of assembling the 
 DOM node tree from the SAX events.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html#NodeCreateRule.NodeBuilder(org.w3c.dom.Document, org.w3c.dom.Node)">NodeCreateRule.NodeBuilder(Document, Node)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html" title="class in org.apache.commons.digester">NodeCreateRule.NodeBuilder</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/NodeCreateRule.html#nodeType">nodeType</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/NodeCreateRule.html" title="class in org.apache.commons.digester">NodeCreateRule</a></dt>
<dd>
<div class="block">The type of the node that should be created.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#notationDecl(java.lang.String, java.lang.String, java.lang.String)">notationDecl(String, String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Receive notification of a notation declaration event.</div>
</dd>
</dl>
<a name="_O_">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><a href="./org/apache/commons/digester/ObjectCreateRule.html" title="class in org.apache.commons.digester"><span class="strong">ObjectCreateRule</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Rule implementation that creates a new object and pushes it
 onto the object stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectCreateRule.html#ObjectCreateRule(org.apache.commons.digester.Digester, java.lang.String)">ObjectCreateRule(Digester, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectCreateRule.html" title="class in org.apache.commons.digester">ObjectCreateRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/ObjectCreateRule.html#ObjectCreateRule(java.lang.String)"><code>ObjectCreateRule.ObjectCreateRule(String className)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectCreateRule.html#ObjectCreateRule(org.apache.commons.digester.Digester, java.lang.Class)">ObjectCreateRule(Digester, Class)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectCreateRule.html" title="class in org.apache.commons.digester">ObjectCreateRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/ObjectCreateRule.html#ObjectCreateRule(java.lang.Class)"><code>ObjectCreateRule.ObjectCreateRule(Class clazz)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectCreateRule.html#ObjectCreateRule(org.apache.commons.digester.Digester, java.lang.String, java.lang.String)">ObjectCreateRule(Digester, String, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectCreateRule.html" title="class in org.apache.commons.digester">ObjectCreateRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/ObjectCreateRule.html#ObjectCreateRule(java.lang.String, java.lang.String)"><code>ObjectCreateRule.ObjectCreateRule(String className, String attributeName)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectCreateRule.html#ObjectCreateRule(org.apache.commons.digester.Digester, java.lang.String, java.lang.Class)">ObjectCreateRule(Digester, String, Class)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectCreateRule.html" title="class in org.apache.commons.digester">ObjectCreateRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/ObjectCreateRule.html#ObjectCreateRule(java.lang.String, java.lang.Class)"><code>ObjectCreateRule.ObjectCreateRule(String attributeName, Class clazz)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectCreateRule.html#ObjectCreateRule(java.lang.String)">ObjectCreateRule(String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectCreateRule.html" title="class in org.apache.commons.digester">ObjectCreateRule</a></dt>
<dd>
<div class="block">Construct an object create rule with the specified class name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectCreateRule.html#ObjectCreateRule(java.lang.Class)">ObjectCreateRule(Class)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectCreateRule.html" title="class in org.apache.commons.digester">ObjectCreateRule</a></dt>
<dd>
<div class="block">Construct an object create rule with the specified class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectCreateRule.html#ObjectCreateRule(java.lang.String, java.lang.String)">ObjectCreateRule(String, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectCreateRule.html" title="class in org.apache.commons.digester">ObjectCreateRule</a></dt>
<dd>
<div class="block">Construct an object create rule with the specified class name and an
 optional attribute name containing an override.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectCreateRule.html#ObjectCreateRule(java.lang.String, java.lang.Class)">ObjectCreateRule(String, Class)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectCreateRule.html" title="class in org.apache.commons.digester">ObjectCreateRule</a></dt>
<dd>
<div class="block">Construct an object create rule with the specified class and an
 optional attribute name containing an override.</div>
</dd>
<dt><a href="./org/apache/commons/digester/ObjectCreationFactory.html" title="interface in org.apache.commons.digester"><span class="strong">ObjectCreationFactory</span></a> - Interface in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block"> Interface for use with <a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester"><code>FactoryCreateRule</code></a>.</div>
</dd>
<dt><a href="./org/apache/commons/digester/ObjectParamRule.html" title="class in org.apache.commons.digester"><span class="strong">ObjectParamRule</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Rule implementation that saves a parameter for use by a surrounding
 <code>CallMethodRule<code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectParamRule.html#ObjectParamRule(int, java.lang.Object)">ObjectParamRule(int, Object)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectParamRule.html" title="class in org.apache.commons.digester">ObjectParamRule</a></dt>
<dd>
<div class="block">Construct a "call parameter" rule that will save the given Object as
 the parameter value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectParamRule.html#ObjectParamRule(int, java.lang.String, java.lang.Object)">ObjectParamRule(int, String, Object)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectParamRule.html" title="class in org.apache.commons.digester">ObjectParamRule</a></dt>
<dd>
<div class="block">Construct a "call parameter" rule that will save the given Object as
 the parameter value, provided that the specified attribute exists.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html#oldContentHandler">oldContentHandler</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html" title="class in org.apache.commons.digester">NodeCreateRule.NodeBuilder</a></dt>
<dd>
<div class="block">The content handler used by Digester before it was set to this 
 content handler.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/StackAction.html#onPop(org.apache.commons.digester.Digester, java.lang.String, java.lang.Object)">onPop(Digester, String, Object)</a></span> - Method in interface org.apache.commons.digester.<a href="./org/apache/commons/digester/StackAction.html" title="interface in org.apache.commons.digester">StackAction</a></dt>
<dd>
<div class="block">Invoked just after an object has been popped from a digester stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/StackAction.html#onPush(org.apache.commons.digester.Digester, java.lang.String, java.lang.Object)">onPush(Digester, String, Object)</a></span> - Method in interface org.apache.commons.digester.<a href="./org/apache/commons/digester/StackAction.html" title="interface in org.apache.commons.digester">StackAction</a></dt>
<dd>
<div class="block">Invoked just before an object is to be pushed onto a digester stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ExtendedBaseRules.html#order">order</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/ExtendedBaseRules.html" title="class in org.apache.commons.digester">ExtendedBaseRules</a></dt>
<dd>
<div class="block">The decision algorithm used (unfortunately) doesn't preserve the entry
 order.</div>
</dd>
<dt><a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a> - package org.apache.commons.digester</dt>
<dd>
<div class="block">The Digester package provides for rules-based processing of arbitrary
XML documents.</div>
</dd>
<dt><a href="./org/apache/commons/digester/parser/package-summary.html">org.apache.commons.digester.parser</a> - package org.apache.commons.digester.parser</dt>
<dd>
<div class="block">Provides for parser recognition and parser dependent code.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/package-summary.html">org.apache.commons.digester.plugins</a> - package org.apache.commons.digester.plugins</dt>
<dd>
<div class="block">Provides an easy mechanism whereby new digestion rules 
can be added dynamically during a digestion.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/strategies/package-summary.html">org.apache.commons.digester.plugins.strategies</a> - package org.apache.commons.digester.plugins.strategies</dt>
<dd>
<div class="block">
This package contains "rule-finding" strategy classes, and their associated
"helper" loader classes.</div>
</dd>
<dt><a href="./org/apache/commons/digester/substitution/package-summary.html">org.apache.commons.digester.substitution</a> - package org.apache.commons.digester.substitution</dt>
<dd>
<div class="block">Provides for manipulation of xml attributes and element body text before
the data is processed by any Rule objects.</div>
</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a> - package org.apache.commons.digester.xmlrules</dt>
<dd>
<div class="block">The <code>xmlrules</code>  package provides for XML-based definition of
rules for <code>Digester</code>.</div>
</dd>
</dl>
<a name="_P_">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectParamRule.html#param">param</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectParamRule.html" title="class in org.apache.commons.digester">ObjectParamRule</a></dt>
<dd>
<div class="block">The parameter we wish to pass to the method call</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#paramClassNames">paramClassNames</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">The names of the classes of the parameters to be collected.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#paramCount">paramCount</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">The number of parameters to collect from <code>MethodParam</code> rules.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallParamRule.html#paramIndex">paramIndex</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallParamRule.html" title="class in org.apache.commons.digester">CallParamRule</a></dt>
<dd>
<div class="block">The zero-relative index of the parameter we are saving.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectParamRule.html#paramIndex">paramIndex</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectParamRule.html" title="class in org.apache.commons.digester">ObjectParamRule</a></dt>
<dd>
<div class="block">The zero-relative index of the parameter we are saving.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/PathCallParamRule.html#paramIndex">paramIndex</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/PathCallParamRule.html" title="class in org.apache.commons.digester">PathCallParamRule</a></dt>
<dd>
<div class="block">The zero-relative index of the parameter we are saving.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#params">params</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The parameters stack being utilized by CallMethodRule and
 CallParamRule rules.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNextRule.html#paramType">paramType</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNextRule.html" title="class in org.apache.commons.digester">SetNextRule</a></dt>
<dd>
<div class="block">The Java class name of the parameter type expected by the method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetRootRule.html#paramType">paramType</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetRootRule.html" title="class in org.apache.commons.digester">SetRootRule</a></dt>
<dd>
<div class="block">The Java class name of the parameter type expected by the method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetTopRule.html#paramType">paramType</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetTopRule.html" title="class in org.apache.commons.digester">SetTopRule</a></dt>
<dd>
<div class="block">The Java class name of the parameter type expected by the method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#paramTypes">paramTypes</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">The parameter types of the parameters to be collected.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginManager.html#parent">parent</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginManager.html" title="class in org.apache.commons.digester.plugins">PluginManager</a></dt>
<dd>
<div class="block">the parent manager to which this one may delegate lookups.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#parent">parent</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">The Rules object that holds rules applying "above" the mountpoint,
 ie the next Rules object down in the stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ExtendedBaseRules.html#parentMatch(java.lang.String, java.lang.String, java.lang.String)">parentMatch(String, String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/ExtendedBaseRules.html" title="class in org.apache.commons.digester">ExtendedBaseRules</a></dt>
<dd>
<div class="block">Matching parent.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#parse(java.io.File)">parse(File)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Parse the content of the specified file using this Digester.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#parse(org.xml.sax.InputSource)">parse(InputSource)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Parse the content of the specified input source using this Digester.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#parse(java.io.InputStream)">parse(InputStream)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Parse the content of the specified input stream using this Digester.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#parse(java.io.Reader)">parse(Reader)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Parse the content of the specified reader using this Digester.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#parse(java.lang.String)">parse(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Parse the content of the specified URI using this Digester.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#parse(java.net.URL)">parse(URL)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Parse the content of the specified URL using this Digester.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#parser">parser</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The SAXParser we will use to parse the input stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html#parser">parser</a></span> - Variable in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet</a></dt>
<dd>
<div class="block">The rule set for parsing the Digester rules</div>
</dd>
<dt><a href="./org/apache/commons/digester/ParserFeatureSetterFactory.html" title="class in org.apache.commons.digester"><span class="strong">ParserFeatureSetterFactory</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Creates a <code>SAXParser</code> based on the underlying parser.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ParserFeatureSetterFactory.html#ParserFeatureSetterFactory()">ParserFeatureSetterFactory()</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/ParserFeatureSetterFactory.html" title="class in org.apache.commons.digester">ParserFeatureSetterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/PathCallParamRule.html" title="class in org.apache.commons.digester"><span class="strong">PathCallParamRule</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Rule implementation that saves a parameter containing the 
 <code>Digester</code> matching path for use by a surrounding 
 <code>CallMethodRule</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/PathCallParamRule.html#PathCallParamRule(int)">PathCallParamRule(int)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/PathCallParamRule.html" title="class in org.apache.commons.digester">PathCallParamRule</a></dt>
<dd>
<div class="block">Construct a "call parameter" rule that will save the body text of this
 element as the parameter value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#pattern">pattern</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>
<div class="block">In order to invoke the addRules method on the plugin class correctly,
 we need to know the pattern which this rule is matched by.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RegexRules.RegisteredRule.html#pattern">pattern</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RegexRules.RegisteredRule.html" title="class in org.apache.commons.digester">RegexRules.RegisteredRule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.PatternRule.html#pattern">pattern</a></span> - Variable in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.PatternRule.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.PatternRule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html#patternStack">patternStack</a></span> - Variable in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser</a></dt>
<dd>
<div class="block">A stack used to maintain the current pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#peek()">peek()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the top object on the stack without removing it.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#peek(int)">peek(int)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the n'th object down the stack, where 0 is the top element
 and [getCount()-1] is the bottom element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#peek(java.lang.String)">peek(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Gets the top object from the stack with the given name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#peek(java.lang.String, int)">peek(String, int)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Gets the top object from the stack with the given name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#peekParams()">peekParams()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the top object on the parameters stack without removing it.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#peekParams(int)">peekParams(int)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Return the n'th object down the parameters stack, where 0 is the top element
 and [getCount()-1] is the bottom element.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/PluginAssertionFailure.html" title="class in org.apache.commons.digester.plugins"><span class="strong">PluginAssertionFailure</span></a> - Exception in <a href="./org/apache/commons/digester/plugins/package-summary.html">org.apache.commons.digester.plugins</a></dt>
<dd>
<div class="block">Thrown when a bug is detected in the plugins code.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginAssertionFailure.html#PluginAssertionFailure(java.lang.Throwable)">PluginAssertionFailure(Throwable)</a></span> - Constructor for exception org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginAssertionFailure.html" title="class in org.apache.commons.digester.plugins">PluginAssertionFailure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginAssertionFailure.html#PluginAssertionFailure(java.lang.String)">PluginAssertionFailure(String)</a></span> - Constructor for exception org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginAssertionFailure.html" title="class in org.apache.commons.digester.plugins">PluginAssertionFailure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginAssertionFailure.html#PluginAssertionFailure(java.lang.String, java.lang.Throwable)">PluginAssertionFailure(String, Throwable)</a></span> - Constructor for exception org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginAssertionFailure.html" title="class in org.apache.commons.digester.plugins">PluginAssertionFailure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/Declaration.html#pluginClass">pluginClass</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/Declaration.html" title="class in org.apache.commons.digester.plugins">Declaration</a></dt>
<dd>
<div class="block">The class of the object to be instantiated.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginContext.html#pluginClassAttr">pluginClassAttr</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginContext.html" title="class in org.apache.commons.digester.plugins">PluginContext</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/PluginContext.html#setPluginClassAttribute(java.lang.String, java.lang.String)"><code>PluginContext.setPluginClassAttribute(java.lang.String, java.lang.String)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#pluginClassAttr">pluginClassAttr</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginContext.html#pluginClassAttrNs">pluginClassAttrNs</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginContext.html" title="class in org.apache.commons.digester.plugins">PluginContext</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/PluginContext.html#setPluginClassAttribute(java.lang.String, java.lang.String)"><code>PluginContext.setPluginClassAttribute(java.lang.String, java.lang.String)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#pluginClassAttrNs">pluginClassAttrNs</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/Declaration.html#pluginClassName">pluginClassName</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/Declaration.html" title="class in org.apache.commons.digester.plugins">Declaration</a></dt>
<dd>
<div class="block">The name of the class of the object to be instantiated.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/PluginConfigurationException.html" title="class in org.apache.commons.digester.plugins"><span class="strong">PluginConfigurationException</span></a> - Exception in <a href="./org/apache/commons/digester/plugins/package-summary.html">org.apache.commons.digester.plugins</a></dt>
<dd>
<div class="block">Thrown when an error occurs due to the way the calling application uses
 the plugins module.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginConfigurationException.html#PluginConfigurationException(java.lang.Throwable)">PluginConfigurationException(Throwable)</a></span> - Constructor for exception org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginConfigurationException.html" title="class in org.apache.commons.digester.plugins">PluginConfigurationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginConfigurationException.html#PluginConfigurationException(java.lang.String)">PluginConfigurationException(String)</a></span> - Constructor for exception org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginConfigurationException.html" title="class in org.apache.commons.digester.plugins">PluginConfigurationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginConfigurationException.html#PluginConfigurationException(java.lang.String, java.lang.Throwable)">PluginConfigurationException(String, Throwable)</a></span> - Constructor for exception org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginConfigurationException.html" title="class in org.apache.commons.digester.plugins">PluginConfigurationException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/plugins/PluginContext.html" title="class in org.apache.commons.digester.plugins"><span class="strong">PluginContext</span></a> - Class in <a href="./org/apache/commons/digester/plugins/package-summary.html">org.apache.commons.digester.plugins</a></dt>
<dd>
<div class="block">Provides data and services which should exist only once per digester.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginContext.html#PluginContext()">PluginContext()</a></span> - Constructor for class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginContext.html" title="class in org.apache.commons.digester.plugins">PluginContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginManager.html#pluginContext">pluginContext</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginManager.html" title="class in org.apache.commons.digester.plugins">PluginManager</a></dt>
<dd>
<div class="block">The object containing data that should only exist once for each
 Digester instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#pluginContext">pluginContext</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">A reference to the object that holds all data which should only
 exist once per digester instance.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins"><span class="strong">PluginCreateRule</span></a> - Class in <a href="./org/apache/commons/digester/plugins/package-summary.html">org.apache.commons.digester.plugins</a></dt>
<dd>
<div class="block">Allows the original rules for parsing the configuration file to define
 points at which plugins are allowed, by configuring a PluginCreateRule
 with the appropriate pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#PluginCreateRule(java.lang.Class)">PluginCreateRule(Class)</a></span> - Constructor for class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>
<div class="block">Create a plugin rule where the user <i>must</i> specify a plugin-class
 or plugin-id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#PluginCreateRule(java.lang.Class, java.lang.Class)">PluginCreateRule(Class, Class)</a></span> - Constructor for class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>
<div class="block">Create a plugin rule where the user <i>may</i> specify a plugin.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#PluginCreateRule(java.lang.Class, java.lang.Class, org.apache.commons.digester.plugins.RuleLoader)">PluginCreateRule(Class, Class, RuleLoader)</a></span> - Constructor for class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>
<div class="block">Create a plugin rule where the user <i>may</i> specify a plugin.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/PluginDeclarationRule.html" title="class in org.apache.commons.digester.plugins"><span class="strong">PluginDeclarationRule</span></a> - Class in <a href="./org/apache/commons/digester/plugins/package-summary.html">org.apache.commons.digester.plugins</a></dt>
<dd>
<div class="block">A Digester rule which allows the user to pre-declare a class which is to
 be referenced later at a plugin point by a PluginCreateRule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginDeclarationRule.html#PluginDeclarationRule()">PluginDeclarationRule()</a></span> - Constructor for class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginDeclarationRule.html" title="class in org.apache.commons.digester.plugins">PluginDeclarationRule</a></dt>
<dd>
<div class="block">constructor</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/PluginException.html" title="class in org.apache.commons.digester.plugins"><span class="strong">PluginException</span></a> - Exception in <a href="./org/apache/commons/digester/plugins/package-summary.html">org.apache.commons.digester.plugins</a></dt>
<dd>
<div class="block">Thrown when some plugin-related error has occurred, and none of the
 other exception types are appropriate.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginException.html#PluginException(java.lang.Throwable)">PluginException(Throwable)</a></span> - Constructor for exception org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginException.html" title="class in org.apache.commons.digester.plugins">PluginException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginException.html#PluginException(java.lang.String)">PluginException(String)</a></span> - Constructor for exception org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginException.html" title="class in org.apache.commons.digester.plugins">PluginException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginException.html#PluginException(java.lang.String, java.lang.Throwable)">PluginException(String, Throwable)</a></span> - Constructor for exception org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginException.html" title="class in org.apache.commons.digester.plugins">PluginException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginContext.html#pluginIdAttr">pluginIdAttr</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginContext.html" title="class in org.apache.commons.digester.plugins">PluginContext</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/PluginContext.html#setPluginClassAttribute(java.lang.String, java.lang.String)"><code>PluginContext.setPluginClassAttribute(java.lang.String, java.lang.String)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#pluginIdAttr">pluginIdAttr</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginContext.html#pluginIdAttrNs">pluginIdAttrNs</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginContext.html" title="class in org.apache.commons.digester.plugins">PluginContext</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/PluginContext.html#setPluginClassAttribute(java.lang.String, java.lang.String)"><code>PluginContext.setPluginClassAttribute(java.lang.String, java.lang.String)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#pluginIdAttrNs">pluginIdAttrNs</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/plugins/PluginInvalidInputException.html" title="class in org.apache.commons.digester.plugins"><span class="strong">PluginInvalidInputException</span></a> - Exception in <a href="./org/apache/commons/digester/plugins/package-summary.html">org.apache.commons.digester.plugins</a></dt>
<dd>
<div class="block">Thrown when an error occurs due to bad data in the file being parsed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginInvalidInputException.html#PluginInvalidInputException(java.lang.Throwable)">PluginInvalidInputException(Throwable)</a></span> - Constructor for exception org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginInvalidInputException.html" title="class in org.apache.commons.digester.plugins">PluginInvalidInputException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginInvalidInputException.html#PluginInvalidInputException(java.lang.String)">PluginInvalidInputException(String)</a></span> - Constructor for exception org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginInvalidInputException.html" title="class in org.apache.commons.digester.plugins">PluginInvalidInputException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginInvalidInputException.html#PluginInvalidInputException(java.lang.String, java.lang.Throwable)">PluginInvalidInputException(String, Throwable)</a></span> - Constructor for exception org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginInvalidInputException.html" title="class in org.apache.commons.digester.plugins">PluginInvalidInputException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/plugins/PluginManager.html" title="class in org.apache.commons.digester.plugins"><span class="strong">PluginManager</span></a> - Class in <a href="./org/apache/commons/digester/plugins/package-summary.html">org.apache.commons.digester.plugins</a></dt>
<dd>
<div class="block">Coordinates between PluginDeclarationRule and PluginCreateRule objects,
 providing a place to share data between instances of these rules.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginManager.html#PluginManager(org.apache.commons.digester.plugins.PluginContext)">PluginManager(PluginContext)</a></span> - Constructor for class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginManager.html" title="class in org.apache.commons.digester.plugins">PluginManager</a></dt>
<dd>
<div class="block">Construct a "root" PluginManager, ie one with no parent.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginManager.html#PluginManager(org.apache.commons.digester.plugins.PluginManager)">PluginManager(PluginManager)</a></span> - Constructor for class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginManager.html" title="class in org.apache.commons.digester.plugins">PluginManager</a></dt>
<dd>
<div class="block">Construct a "child" PluginManager.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#pluginManager">pluginManager</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">Object which contains information about all known plugins.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins"><span class="strong">PluginRules</span></a> - Class in <a href="./org/apache/commons/digester/plugins/package-summary.html">org.apache.commons.digester.plugins</a></dt>
<dd>
<div class="block">A custom digester Rules manager which must be used as the Rules object
 when using the plugins module functionality.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#PluginRules()">PluginRules()</a></span> - Constructor for class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">Constructor for top-level Rules objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#PluginRules(org.apache.commons.digester.Rules)">PluginRules(Rules)</a></span> - Constructor for class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">Constructor for top-level Rules object which handles rule-matching
 using the specified implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#PluginRules(org.apache.commons.digester.Digester, java.lang.String, org.apache.commons.digester.plugins.PluginRules, java.lang.Class)">PluginRules(Digester, String, PluginRules, Class)</a></span> - Constructor for class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">Constructs a Rules instance which has a parent Rules object 
 (which is different from having a delegate rules object).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#pop()">pop()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Pop the top object off of the stack, and return it.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#pop(java.lang.String)">pop(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Pops (gets and removes) the top object from the stack with the given name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#popParams()">popParams()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Pop the top object off of the parameters stack, and return it.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/InitializableRule.html#postRegisterInit(java.lang.String)">postRegisterInit(String)</a></span> - Method in interface org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/InitializableRule.html" title="interface in org.apache.commons.digester.plugins">InitializableRule</a></dt>
<dd>
<div class="block">Called after this Rule object has been added to the list of all Rules.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#postRegisterInit(java.lang.String)">postRegisterInit(String)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>
<div class="block">Invoked after this rule has been added to the set of digester rules,
 associated with the specified pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html#prefix">prefix</a></span> - Variable in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.RulesPrefixAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#processingInstruction(java.lang.String, java.lang.String)">processingInstruction(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Process notification of a processing instruction that was encountered.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html#processingInstruction(java.lang.String, java.lang.String)">processingInstruction(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html" title="class in org.apache.commons.digester">NodeCreateRule.NodeBuilder</a></dt>
<dd>
<div class="block">Adds a new
 <code>ProcessingInstruction</code> to 
 the current node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#processMethodCallResult(java.lang.Object)">processMethodCallResult(Object)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">Subclasses may override this method to perform additional processing of the 
 invoked method's result.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/Declaration.html#properties">properties</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/Declaration.html" title="class in org.apache.commons.digester.plugins">Declaration</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/Declaration.html#setProperties(java.util.Properties)"><code>Declaration.setProperties(java.util.Properties)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/BeanPropertySetterRule.html#propertyName">propertyName</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/BeanPropertySetterRule.html" title="class in org.apache.commons.digester">BeanPropertySetterRule</a></dt>
<dd>
<div class="block">Set this property on the top object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetPropertiesRule.html#propertyNames">propertyNames</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetPropertiesRule.html" title="class in org.apache.commons.digester">SetPropertiesRule</a></dt>
<dd>
<div class="block">Property names used to override natural attribute->property mapping</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderSetProperties.html#propsAttr">propsAttr</a></span> - Variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderSetProperties.html" title="class in org.apache.commons.digester.plugins.strategies">FinderSetProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#publicId">publicId</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The public identifier of the DTD we are currently parsing under
 (if any).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#push(java.lang.Object)">push(Object)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Push a new object onto the top of the object stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#push(java.lang.String, java.lang.Object)">push(String, Object)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Pushes the given object onto the stack with the given name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#pushParams(java.lang.Object)">pushParams(Object)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Push a new object onto the top of the parameters stack.</div>
</dd>
</dl>
<a name="_R_">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#reader">reader</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The XMLReader used to parse digester rules.</div>
</dd>
<dt><a href="./org/apache/commons/digester/RegexMatcher.html" title="class in org.apache.commons.digester"><span class="strong">RegexMatcher</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Regular expression matching strategy for RegexRules.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RegexMatcher.html#RegexMatcher()">RegexMatcher()</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/RegexMatcher.html" title="class in org.apache.commons.digester">RegexMatcher</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/RegexRules.html" title="class in org.apache.commons.digester"><span class="strong">RegexRules</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Rules implementation that uses regular expression matching for paths.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RegexRules.html#RegexRules(org.apache.commons.digester.RegexMatcher)">RegexRules(RegexMatcher)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/RegexRules.html" title="class in org.apache.commons.digester">RegexRules</a></dt>
<dd>
<div class="block">Construct sets the Regex matching strategy.</div>
</dd>
<dt><a href="./org/apache/commons/digester/RegexRules.RegisteredRule.html" title="class in org.apache.commons.digester"><span class="strong">RegexRules.RegisteredRule</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Used to associate rules with paths in the rules list</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RegexRules.RegisteredRule.html#RegexRules.RegisteredRule(java.lang.String, org.apache.commons.digester.Rule)">RegexRules.RegisteredRule(String, Rule)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/RegexRules.RegisteredRule.html" title="class in org.apache.commons.digester">RegexRules.RegisteredRule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#register(java.lang.String, java.net.URL)">register(String, URL)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Register the specified DTD URL for the specified public identifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#register(java.lang.String, java.lang.String)">register(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Convenience method that registers the string version of an entity URL
 instead of a URL version.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RegexRules.html#registeredRules">registeredRules</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RegexRules.html" title="class in org.apache.commons.digester">RegexRules</a></dt>
<dd>
<div class="block">All registered <code>Rule</code>'s</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/AbstractRulesImpl.html#registerRule(java.lang.String, org.apache.commons.digester.Rule)">registerRule(String, Rule)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/AbstractRulesImpl.html" title="class in org.apache.commons.digester">AbstractRulesImpl</a></dt>
<dd>
<div class="block">Register rule at given pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RegexRules.html#registerRule(java.lang.String, org.apache.commons.digester.Rule)">registerRule(String, Rule)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RegexRules.html" title="class in org.apache.commons.digester">RegexRules</a></dt>
<dd>
<div class="block">Register a new Rule instance matching the specified pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#resetRoot()">resetRoot()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">This method allows the "root" variable to be reset to null.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#resolveEntity(java.lang.String, java.lang.String)">resolveEntity(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Resolve the requested external entity.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromResource.html#resourceAttr">resourceAttr</a></span> - Variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromResource.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromResource</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/strategies/FinderFromResource.html#findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)"><code>FinderFromResource.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltResource.html#resourceSuffix">resourceSuffix</a></span> - Variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltResource.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromDfltResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#root">root</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The "root" element of the stack (in other words, the last object
 that was popped.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html#root">root</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html" title="class in org.apache.commons.digester">NodeCreateRule.NodeBuilder</a></dt>
<dd>
<div class="block">The DOM node that will be pushed on Digester's stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RegexRules.RegisteredRule.html#rule">rule</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RegexRules.RegisteredRule.html" title="class in org.apache.commons.digester">RegexRules.RegisteredRule</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/Rule.html" title="class in org.apache.commons.digester"><span class="strong">Rule</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Concrete implementations of this class implement actions to be taken when
 a corresponding nested pattern of XML elements has been matched.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rule.html#Rule(org.apache.commons.digester.Digester)">Rule(Digester)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/Rule.html" title="class in org.apache.commons.digester">Rule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. Use <a href="./org/apache/commons/digester/Rule.html#Rule()"><code>Rule.Rule()</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rule.html#Rule()">Rule()</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/Rule.html" title="class in org.apache.commons.digester">Rule</a></dt>
<dd>
<div class="block">Base constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html#rule">rule</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRules</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromClass.html#ruleClassAttr">ruleClassAttr</a></span> - Variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromClass.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromClass</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/plugins/RuleFinder.html" title="class in org.apache.commons.digester.plugins"><span class="strong">RuleFinder</span></a> - Class in <a href="./org/apache/commons/digester/plugins/package-summary.html">org.apache.commons.digester.plugins</a></dt>
<dd>
<div class="block">Each concrete implementation of RuleFinder is an algorithm for
 locating a source of digester rules for a plugin.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/RuleFinder.html#RuleFinder()">RuleFinder()</a></span> - Constructor for class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/RuleFinder.html" title="class in org.apache.commons.digester.plugins">RuleFinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginContext.html#ruleFinders">ruleFinders</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginContext.html" title="class in org.apache.commons.digester.plugins">PluginContext</a></dt>
<dd>
<div class="block">A list of RuleFinder objects used by all Declarations (and thus
 indirectly by all PluginCreateRules to locate the custom rules
 for plugin classes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/Declaration.html#ruleLoader">ruleLoader</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/Declaration.html" title="class in org.apache.commons.digester.plugins">Declaration</a></dt>
<dd>
<div class="block">Class which is responsible for dynamically loading this
 plugin's rules on demand.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/RuleLoader.html" title="class in org.apache.commons.digester.plugins"><span class="strong">RuleLoader</span></a> - Class in <a href="./org/apache/commons/digester/plugins/package-summary.html">org.apache.commons.digester.plugins</a></dt>
<dd>
<div class="block">Interface for classes which can dynamically load custom
 plugin rules associated with a user's plugin class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/RuleLoader.html#RuleLoader()">RuleLoader()</a></span> - Constructor for class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/RuleLoader.html" title="class in org.apache.commons.digester.plugins">RuleLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/AbstractRulesImpl.html#rules()">rules()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/AbstractRulesImpl.html" title="class in org.apache.commons.digester">AbstractRulesImpl</a></dt>
<dd>
<div class="block">Return a List of all registered Rule instances, or a zero-length List
 if there are no registered Rule instances.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#rules">rules</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The <code>Rules</code> implementation containing our collection of
 <code>Rule</code> instances and associated matching policy.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#rules()">rules()</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">Return the list of rules registered with this object, in the order
 they were registered with this object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RegexRules.html#rules()">rules()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RegexRules.html" title="class in org.apache.commons.digester">RegexRules</a></dt>
<dd>
<div class="block">Return a List of all registered Rule instances, or a zero-length List
 if there are no registered Rule instances.</div>
</dd>
<dt><a href="./org/apache/commons/digester/Rules.html" title="interface in org.apache.commons.digester"><span class="strong">Rules</span></a> - Interface in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Public interface defining a collection of Rule instances (and corresponding
 matching patterns) plus an implementation of a matching policy that selects
 the rules that match a particular pattern of nested elements discovered
 during parsing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rules.html#rules()">rules()</a></span> - Method in interface org.apache.commons.digester.<a href="./org/apache/commons/digester/Rules.html" title="interface in org.apache.commons.digester">Rules</a></dt>
<dd>
<div class="block">Return a List of all registered Rule instances, or a zero-length List
 if there are no registered Rule instances.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RulesBase.html#rules">rules</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RulesBase.html" title="class in org.apache.commons.digester">RulesBase</a></dt>
<dd>
<div class="block">The set of registered Rule instances, in the order that they were
 originally registered.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RulesBase.html#rules()">rules()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RulesBase.html" title="class in org.apache.commons.digester">RulesBase</a></dt>
<dd>
<div class="block">Return a List of all registered Rule instances, or a zero-length List
 if there are no registered Rule instances.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html#rules">rules</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRules</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html#rules()">rules()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRules</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html#rules()">rules()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html" title="class in org.apache.commons.digester">WithDefaultsRulesWrapper</a></dt>
<dd>
<div class="block">Gets all rules</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html#rules()">rules()</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.RulesPrefixAdapter</a></dt>
<dd>
<div class="block">This method passes through to the underlying Rules object.</div>
</dd>
<dt><a href="./org/apache/commons/digester/RulesBase.html" title="class in org.apache.commons.digester"><span class="strong">RulesBase</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Default implementation of the <code>Rules</code> interface that supports
 the standard rule matching behavior.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RulesBase.html#RulesBase()">RulesBase()</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/RulesBase.html" title="class in org.apache.commons.digester">RulesBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/LoaderFromClass.html#rulesClass">rulesClass</a></span> - Variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/LoaderFromClass.html" title="class in org.apache.commons.digester.plugins.strategies">LoaderFromClass</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltClass.html#rulesClassSuffix">rulesClassSuffix</a></span> - Variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/FinderFromDfltClass.html" title="class in org.apache.commons.digester.plugins.strategies">FinderFromDfltClass</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html#rulesDigester">rulesDigester</a></span> - Variable in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet</a></dt>
<dd>
<div class="block">The digester for loading the rules xml.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/LoaderFromStream.html#ruleSet">ruleSet</a></span> - Variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/LoaderFromStream.html" title="class in org.apache.commons.digester.plugins.strategies">LoaderFromStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/RuleSet.html" title="interface in org.apache.commons.digester"><span class="strong">RuleSet</span></a> - Interface in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Public interface defining a shorthand means of configuring a complete
 set of related <code>Rule</code> definitions, possibly associated with
 a particular namespace URI, in one operation.</div>
</dd>
<dt><a href="./org/apache/commons/digester/RuleSetBase.html" title="class in org.apache.commons.digester"><span class="strong">RuleSetBase</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Convenience base class that implements the <a href="./org/apache/commons/digester/RuleSet.html" title="interface in org.apache.commons.digester"><code>RuleSet</code></a> interface.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RuleSetBase.html#RuleSetBase()">RuleSetBase()</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/RuleSetBase.html" title="class in org.apache.commons.digester">RuleSetBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#rulesFactory">rulesFactory</a></span> - Variable in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">The (optional) object which generates new rules instances.</div>
</dd>
<dt><a href="./org/apache/commons/digester/plugins/RulesFactory.html" title="class in org.apache.commons.digester.plugins"><span class="strong">RulesFactory</span></a> - Class in <a href="./org/apache/commons/digester/plugins/package-summary.html">org.apache.commons.digester.plugins</a></dt>
<dd>
<div class="block">Whenever the scope of a plugin tag is entered, the PluginRules class
 creates a new Rules instance and configures it with the appropriate
 parsing rules for the plugged-in class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/RulesFactory.html#RulesFactory()">RulesFactory()</a></span> - Constructor for class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/RulesFactory.html" title="class in org.apache.commons.digester.plugins">RulesFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html#rulesLoader">rulesLoader</a></span> - Variable in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet</a></dt>
<dd>
<div class="block">The file containing the Digester rules, in XML.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/strategies/LoaderFromClass.html#rulesMethod">rulesMethod</a></span> - Variable in class org.apache.commons.digester.plugins.strategies.<a href="./org/apache/commons/digester/plugins/strategies/LoaderFromClass.html" title="class in org.apache.commons.digester.plugins.strategies">LoaderFromClass</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_S_">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#saxLog">saxLog</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The Log to which all SAX event related logging calls will be made.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#schemaLanguage">schemaLanguage</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The XML schema language to use for validating an XML instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#schemaLocation">schemaLocation</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The XML schema to use for validating an XML instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.html#setAllowUnknownChildElements(boolean)">setAllowUnknownChildElements(boolean)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule</a></dt>
<dd>
<div class="block">Determines whether an error is reported when a nested element is
 encountered for which there is no corresponding property-setter
 method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html#setBasePath(java.lang.String)">setBasePath(String)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser</a></dt>
<dd>
<div class="block">Set a base pattern beneath which all the rules loaded by this
 object will be registered.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#setClassLoader(java.lang.ClassLoader)">setClassLoader(ClassLoader)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Set the class loader to be used for instantiating application objects
 when required.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#setCustomContentHandler(org.xml.sax.ContentHandler)">setCustomContentHandler(ContentHandler)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Redirects (or cancels redirecting) of SAX ContentHandler events to an
 external object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#setDebug(int)">setDebug(int)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>This method now has no effect at all. Digester uses
 the apache jakarta comons-logging library; see the documentation
 for that library for more information.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/AbstractObjectCreationFactory.html#setDigester(org.apache.commons.digester.Digester)">setDigester(Digester)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/AbstractObjectCreationFactory.html" title="class in org.apache.commons.digester">AbstractObjectCreationFactory</a></dt>
<dd>
<div class="block">Set the <a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester"><code>Digester</code></a> to allow the implementation to do logging,
 classloading based on the digester's classloader, etc.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/AbstractRulesImpl.html#setDigester(org.apache.commons.digester.Digester)">setDigester(Digester)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/AbstractRulesImpl.html" title="class in org.apache.commons.digester">AbstractRulesImpl</a></dt>
<dd>
<div class="block">Set the Digester instance with which this Rules instance is associated.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#setDigester(org.apache.commons.digester.Digester)">setDigester(Digester)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">Set the associated digester.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectCreationFactory.html#setDigester(org.apache.commons.digester.Digester)">setDigester(Digester)</a></span> - Method in interface org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectCreationFactory.html" title="interface in org.apache.commons.digester">ObjectCreationFactory</a></dt>
<dd>
<div class="block">Set the <a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester"><code>Digester</code></a> to allow the implementation to do logging,
 classloading based on the digester's classloader, etc.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#setDigester(org.apache.commons.digester.Digester)">setDigester(Digester)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">Set the Digester instance with which this Rules instance is associated.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rule.html#setDigester(org.apache.commons.digester.Digester)">setDigester(Digester)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Rule.html" title="class in org.apache.commons.digester">Rule</a></dt>
<dd>
<div class="block">Set the <code>Digester</code> with which this <code>Rule</code> is associated.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rules.html#setDigester(org.apache.commons.digester.Digester)">setDigester(Digester)</a></span> - Method in interface org.apache.commons.digester.<a href="./org/apache/commons/digester/Rules.html" title="interface in org.apache.commons.digester">Rules</a></dt>
<dd>
<div class="block">Set the Digester instance with which this Rules instance is associated.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RulesBase.html#setDigester(org.apache.commons.digester.Digester)">setDigester(Digester)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RulesBase.html" title="class in org.apache.commons.digester">RulesBase</a></dt>
<dd>
<div class="block">Set the Digester instance with which this Rules instance is associated.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html#setDigester(org.apache.commons.digester.Digester)">setDigester(Digester)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRules</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.html#setDigester(org.apache.commons.digester.Digester)">setDigester(Digester)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule</a></dt>
<dd>
<div class="block">Invoked when rule is added to digester.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html#setDigester(org.apache.commons.digester.Digester)">setDigester(Digester)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html" title="class in org.apache.commons.digester">WithDefaultsRulesWrapper</a></dt>
<dd>
<div class="block">Sets digeseter using these Rules</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html#setDigester(org.apache.commons.digester.Digester)">setDigester(Digester)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.RulesPrefixAdapter</a></dt>
<dd>
<div class="block">This method passes through to the underlying Rules object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html#setDigesterRulesDTD(java.lang.String)">setDigesterRulesDTD(String)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser</a></dt>
<dd>
<div class="block">Sets the location of the digester rules DTD.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#setDocumentLocator(org.xml.sax.Locator)">setDocumentLocator(Locator)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Sets the document locator associated with our parser.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#setEntityResolver(org.xml.sax.EntityResolver)">setEntityResolver(EntityResolver)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Set the <code>EntityResolver</code> used by SAX when resolving
 public id and system id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#setErrorHandler(org.xml.sax.ErrorHandler)">setErrorHandler(ErrorHandler)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Set the error handler for this Digester.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNextRule.html#setExactMatch(boolean)">setExactMatch(boolean)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNextRule.html" title="class in org.apache.commons.digester">SetNextRule</a></dt>
<dd>
<div class="block">Set whether exact matching is enabled.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetRootRule.html#setExactMatch(boolean)">setExactMatch(boolean)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetRootRule.html" title="class in org.apache.commons.digester">SetRootRule</a></dt>
<dd>
<div class="block">Set whether exact matching is enabled.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetTopRule.html#setExactMatch(boolean)">setExactMatch(boolean)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetTopRule.html" title="class in org.apache.commons.digester">SetTopRule</a></dt>
<dd>
<div class="block">Set whether exact matching is enabled.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#setFeature(java.lang.String, boolean)">setFeature(String, boolean)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Sets a flag indicating whether the requested feature is supported
 by the underlying implementation of <code>org.xml.sax.XMLReader</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/Declaration.html#setId(java.lang.String)">setId(String)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/Declaration.html" title="class in org.apache.commons.digester.plugins">Declaration</a></dt>
<dd>
<div class="block">The id that the user associated with a particular plugin declaration
 in the input xml.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetPropertiesRule.html#setIgnoreMissingProperty(boolean)">setIgnoreMissingProperty(boolean)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetPropertiesRule.html" title="class in org.apache.commons.digester">SetPropertiesRule</a></dt>
<dd>
<div class="block">Sets whether attributes found in the xml without matching properties 
 should be ignored.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SimpleRegexMatcher.html#setLog(Log)">setLog(Log)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SimpleRegexMatcher.html" title="class in org.apache.commons.digester">SimpleRegexMatcher</a></dt>
<dd>
<div class="block">Sets the current <code>Log</code> implementation used by this class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#setLogger(Log)">setLogger(Log)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Set the current logger for this Digester.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#setNamespaceAware(boolean)">setNamespaceAware(boolean)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Set the "namespace aware" flag for parsers we create.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/AbstractRulesImpl.html#setNamespaceURI(java.lang.String)">setNamespaceURI(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/AbstractRulesImpl.html" title="class in org.apache.commons.digester">AbstractRulesImpl</a></dt>
<dd>
<div class="block">Set the namespace URI that will be applied to all subsequently
 added <code>Rule</code> objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#setNamespaceURI(java.lang.String)">setNamespaceURI(String)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">Set the namespace URI that will be applied to all subsequently
 added <code>Rule</code> objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rule.html#setNamespaceURI(java.lang.String)">setNamespaceURI(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Rule.html" title="class in org.apache.commons.digester">Rule</a></dt>
<dd>
<div class="block">Set the namespace URI for which this Rule is relevant, if any.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Rules.html#setNamespaceURI(java.lang.String)">setNamespaceURI(String)</a></span> - Method in interface org.apache.commons.digester.<a href="./org/apache/commons/digester/Rules.html" title="interface in org.apache.commons.digester">Rules</a></dt>
<dd>
<div class="block">Set the namespace URI that will be applied to all subsequently
 added <code>Rule</code> objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RulesBase.html#setNamespaceURI(java.lang.String)">setNamespaceURI(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RulesBase.html" title="class in org.apache.commons.digester">RulesBase</a></dt>
<dd>
<div class="block">Set the namespace URI that will be applied to all subsequently
 added <code>Rule</code> objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html#setNamespaceURI(java.lang.String)">setNamespaceURI(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRules</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html#setNamespaceURI(java.lang.String)">setNamespaceURI(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html" title="class in org.apache.commons.digester">WithDefaultsRulesWrapper</a></dt>
<dd>
<div class="block">Sets namespace to apply to Rule's added subsequently</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html#setNamespaceURI(java.lang.String)">setNamespaceURI(String)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.RulesPrefixAdapter.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.RulesPrefixAdapter</a></dt>
<dd>
<div class="block">This method passes through to the underlying Rules object.</div>
</dd>
<dt><a href="./org/apache/commons/digester/SetNestedPropertiesRule.html" title="class in org.apache.commons.digester"><span class="strong">SetNestedPropertiesRule</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Rule implementation that sets properties on the object at the top of the
 stack, based on child elements with names matching properties on that 
 object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.html#SetNestedPropertiesRule()">SetNestedPropertiesRule()</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule</a></dt>
<dd>
<div class="block">Base constructor, which maps every child element into a bean property
 with the same name as the xml element.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.html#SetNestedPropertiesRule(java.lang.String, java.lang.String)">SetNestedPropertiesRule(String, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule</a></dt>
<dd>
<div class="block">Convenience constructor which overrides the default mappings for 
 just one property.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.html#SetNestedPropertiesRule(java.lang.String[], java.lang.String[])">SetNestedPropertiesRule(String[], String[])</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule</a></dt>
<dd>
<div class="block">Constructor which allows element->property mapping to be overridden.</div>
</dd>
<dt><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRule.html" title="class in org.apache.commons.digester"><span class="strong">SetNestedPropertiesRule.AnyChildRule</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRule.html#SetNestedPropertiesRule.AnyChildRule()">SetNestedPropertiesRule.AnyChildRule()</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRule</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html" title="class in org.apache.commons.digester"><span class="strong">SetNestedPropertiesRule.AnyChildRules</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Private Rules implementation</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html#SetNestedPropertiesRule.AnyChildRules(org.apache.commons.digester.SetNestedPropertiesRule.AnyChildRule)">SetNestedPropertiesRule.AnyChildRules(SetNestedPropertiesRule.AnyChildRule)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.AnyChildRules.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule.AnyChildRules</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/SetNextRule.html" title="class in org.apache.commons.digester"><span class="strong">SetNextRule</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Rule implementation that calls a method on the (top-1) (parent)
 object, passing the top object (child) as an argument.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNextRule.html#SetNextRule(org.apache.commons.digester.Digester, java.lang.String)">SetNextRule(Digester, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNextRule.html" title="class in org.apache.commons.digester">SetNextRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/SetNextRule.html#SetNextRule(java.lang.String)"><code>SetNextRule.SetNextRule(String methodName)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNextRule.html#SetNextRule(org.apache.commons.digester.Digester, java.lang.String, java.lang.String)">SetNextRule(Digester, String, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNextRule.html" title="class in org.apache.commons.digester">SetNextRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/SetNextRule.html#SetNextRule(java.lang.String, java.lang.String)"><code>SetNextRule.SetNextRule(String methodName,String paramType)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNextRule.html#SetNextRule(java.lang.String)">SetNextRule(String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNextRule.html" title="class in org.apache.commons.digester">SetNextRule</a></dt>
<dd>
<div class="block">Construct a "set next" rule with the specified method name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNextRule.html#SetNextRule(java.lang.String, java.lang.String)">SetNextRule(String, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNextRule.html" title="class in org.apache.commons.digester">SetNextRule</a></dt>
<dd>
<div class="block">Construct a "set next" rule with the specified method name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginContext.html#setPluginClassAttribute(java.lang.String, java.lang.String)">setPluginClassAttribute(String, String)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginContext.html" title="class in org.apache.commons.digester.plugins">PluginContext</a></dt>
<dd>
<div class="block">Sets the xml attribute which the input xml uses to indicate to a 
 PluginCreateRule which class should be instantiated.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#setPluginClassAttribute(java.lang.String, java.lang.String)">setPluginClassAttribute(String, String)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>
<div class="block">Sets the xml attribute which the input xml uses to indicate to a 
 PluginCreateRule which class should be instantiated.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#setPluginClassAttribute(java.lang.String, java.lang.String)">setPluginClassAttribute(String, String)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/PluginContext.html#setPluginClassAttribute(java.lang.String, java.lang.String)"><code>PluginContext.setPluginClassAttribute(java.lang.String, java.lang.String)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginContext.html#setPluginIdAttribute(java.lang.String, java.lang.String)">setPluginIdAttribute(String, String)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginContext.html" title="class in org.apache.commons.digester.plugins">PluginContext</a></dt>
<dd>
<div class="block">Sets the xml attribute which the input xml uses to indicate to a 
 PluginCreateRule which plugin declaration is being referenced.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginCreateRule.html#setPluginIdAttribute(java.lang.String, java.lang.String)">setPluginIdAttribute(String, String)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginCreateRule.html" title="class in org.apache.commons.digester.plugins">PluginCreateRule</a></dt>
<dd>
<div class="block">Sets the xml attribute which the input xml uses to indicate to a 
 PluginCreateRule which plugin declaration is being referenced.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#setPluginIdAttribute(java.lang.String, java.lang.String)">setPluginIdAttribute(String, String)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/PluginContext.html#setPluginIdAttribute(java.lang.String, java.lang.String)"><code>PluginContext.setPluginIdAttribute(java.lang.String, java.lang.String)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/Declaration.html#setProperties(java.util.Properties)">setProperties(Properties)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/Declaration.html" title="class in org.apache.commons.digester.plugins">Declaration</a></dt>
<dd>
<div class="block">Copy all (key,value) pairs in the param into the properties member of
 this object.</div>
</dd>
<dt><a href="./org/apache/commons/digester/SetPropertiesRule.html" title="class in org.apache.commons.digester"><span class="strong">SetPropertiesRule</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Rule implementation that sets properties on the object at the top of the
 stack, based on attributes with corresponding names.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetPropertiesRule.html#SetPropertiesRule(org.apache.commons.digester.Digester)">SetPropertiesRule(Digester)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetPropertiesRule.html" title="class in org.apache.commons.digester">SetPropertiesRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/SetPropertiesRule.html#SetPropertiesRule()"><code>SetPropertiesRule.SetPropertiesRule()</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetPropertiesRule.html#SetPropertiesRule()">SetPropertiesRule()</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetPropertiesRule.html" title="class in org.apache.commons.digester">SetPropertiesRule</a></dt>
<dd>
<div class="block">Base constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetPropertiesRule.html#SetPropertiesRule(java.lang.String, java.lang.String)">SetPropertiesRule(String, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetPropertiesRule.html" title="class in org.apache.commons.digester">SetPropertiesRule</a></dt>
<dd>
<div class="block">Convenience constructor overrides the mapping for just one property.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetPropertiesRule.html#SetPropertiesRule(java.lang.String[], java.lang.String[])">SetPropertiesRule(String[], String[])</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetPropertiesRule.html" title="class in org.apache.commons.digester">SetPropertiesRule</a></dt>
<dd>
<div class="block">Constructor allows attribute->property mapping to be overriden.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#setProperty(java.lang.String, java.lang.Object)">setProperty(String, Object)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Set the current value of the specified property for the underlying
 <code>XMLReader</code> implementation.</div>
</dd>
<dt><a href="./org/apache/commons/digester/SetPropertyRule.html" title="class in org.apache.commons.digester"><span class="strong">SetPropertyRule</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Rule implementation that sets an individual property on the object at the
 top of the stack, based on attributes with specified names.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetPropertyRule.html#SetPropertyRule(org.apache.commons.digester.Digester, java.lang.String, java.lang.String)">SetPropertyRule(Digester, String, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetPropertyRule.html" title="class in org.apache.commons.digester">SetPropertyRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/SetPropertyRule.html#SetPropertyRule(java.lang.String, java.lang.String)"><code>SetPropertyRule.SetPropertyRule(String name, String value)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetPropertyRule.html#SetPropertyRule(java.lang.String, java.lang.String)">SetPropertyRule(String, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetPropertyRule.html" title="class in org.apache.commons.digester">SetPropertyRule</a></dt>
<dd>
<div class="block">Construct a "set property" rule with the specified name and value
 attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#setPublicId(java.lang.String)">setPublicId(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Set the publid id of the current file being parse.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/RegexRules.html#setRegexMatcher(org.apache.commons.digester.RegexMatcher)">setRegexMatcher(RegexMatcher)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/RegexRules.html" title="class in org.apache.commons.digester">RegexRules</a></dt>
<dd>
<div class="block">Sets the current regex matching strategy.</div>
</dd>
<dt><a href="./org/apache/commons/digester/SetRootRule.html" title="class in org.apache.commons.digester"><span class="strong">SetRootRule</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Rule implementation that calls a method on the root object on the stack,
 passing the top object (child) as an argument.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetRootRule.html#SetRootRule(org.apache.commons.digester.Digester, java.lang.String)">SetRootRule(Digester, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetRootRule.html" title="class in org.apache.commons.digester">SetRootRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/SetRootRule.html#SetRootRule(java.lang.String)"><code>SetRootRule.SetRootRule(String methodName)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetRootRule.html#SetRootRule(org.apache.commons.digester.Digester, java.lang.String, java.lang.String)">SetRootRule(Digester, String, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetRootRule.html" title="class in org.apache.commons.digester">SetRootRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/SetRootRule.html#SetRootRule(java.lang.String, java.lang.String)"><code>SetRootRule.SetRootRule(String methodName,String paramType)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetRootRule.html#SetRootRule(java.lang.String)">SetRootRule(String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetRootRule.html" title="class in org.apache.commons.digester">SetRootRule</a></dt>
<dd>
<div class="block">Construct a "set root" rule with the specified method name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetRootRule.html#SetRootRule(java.lang.String, java.lang.String)">SetRootRule(String, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetRootRule.html" title="class in org.apache.commons.digester">SetRootRule</a></dt>
<dd>
<div class="block">Construct a "set root" rule with the specified method name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginContext.html#setRuleFinders(java.util.List)">setRuleFinders(List)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginContext.html" title="class in org.apache.commons.digester.plugins">PluginContext</a></dt>
<dd>
<div class="block">Set the list of RuleFinder objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#setRuleFinders(java.util.List)">setRuleFinders(List)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">See <a href="./org/apache/commons/digester/plugins/PluginContext.html#setRuleFinders(java.util.List)"><code>PluginContext.setRuleFinders(java.util.List)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#setRuleNamespaceURI(java.lang.String)">setRuleNamespaceURI(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Set the namespace URI that will be applied to all subsequently
 added <code>Rule</code> objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#setRules(org.apache.commons.digester.Rules)">setRules(Rules)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Set the <code>Rules</code> implementation object containing our
 rules collection and associated matching policy.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/plugins/PluginRules.html#setRulesFactory(org.apache.commons.digester.plugins.RulesFactory)">setRulesFactory(RulesFactory)</a></span> - Method in class org.apache.commons.digester.plugins.<a href="./org/apache/commons/digester/plugins/PluginRules.html" title="class in org.apache.commons.digester.plugins">PluginRules</a></dt>
<dd>
<div class="block">Set the object which is used to generate the new Rules instances created
 to hold and process the rules associated with each plugged-in class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#setSAXLogger(Log)">setSAXLogger(Log)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Sets the logger used for logging SAX-related information.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#setSchema(java.lang.String)">setSchema(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Set the XML Schema URI used for validating the input XML.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#setSchemaLanguage(java.lang.String)">setSchemaLanguage(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Set the XML Schema language used when parsing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#setStackAction(org.apache.commons.digester.StackAction)">setStackAction(StackAction)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Define a callback object which is invoked whever an object is pushed onto
 a digester object stack, or popped off one.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#setSubstitutor(org.apache.commons.digester.Substitutor)">setSubstitutor(Substitutor)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Sets the <code>Substitutor</code> to be used to convert attributes and body text.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html#setTarget(org.apache.commons.digester.Digester)">setTarget(Digester)</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser</a></dt>
<dd>
<div class="block">Sets the digester into which to add the parsed rules</div>
</dd>
<dt><a href="./org/apache/commons/digester/SetTopRule.html" title="class in org.apache.commons.digester"><span class="strong">SetTopRule</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Rule implementation that calls a "set parent" method on the top (child)
 object, passing the (top-1) (parent) object as an argument.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetTopRule.html#SetTopRule(org.apache.commons.digester.Digester, java.lang.String)">SetTopRule(Digester, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetTopRule.html" title="class in org.apache.commons.digester">SetTopRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/SetTopRule.html#SetTopRule(java.lang.String)"><code>SetTopRule.SetTopRule(String methodName)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetTopRule.html#SetTopRule(org.apache.commons.digester.Digester, java.lang.String, java.lang.String)">SetTopRule(Digester, String, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetTopRule.html" title="class in org.apache.commons.digester">SetTopRule</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>The digester instance is now set in the <a href="./org/apache/commons/digester/Digester.html#addRule(java.lang.String, org.apache.commons.digester.Rule)"><code>Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)</code></a> method. 
 Use <a href="./org/apache/commons/digester/SetTopRule.html#SetTopRule(java.lang.String, java.lang.String)"><code>SetTopRule.SetTopRule(String methodName, String paramType)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetTopRule.html#SetTopRule(java.lang.String)">SetTopRule(String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetTopRule.html" title="class in org.apache.commons.digester">SetTopRule</a></dt>
<dd>
<div class="block">Construct a "set parent" rule with the specified method name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetTopRule.html#SetTopRule(java.lang.String, java.lang.String)">SetTopRule(String, String)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetTopRule.html" title="class in org.apache.commons.digester">SetTopRule</a></dt>
<dd>
<div class="block">Construct a "set parent" rule with the specified method name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.html#setTrimData(boolean)">setTrimData(boolean)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule</a></dt>
<dd>
<div class="block">When set to true, any text within child elements will have leading
 and trailing whitespace removed before assignment to the target
 object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#setUseContextClassLoader(boolean)">setUseContextClassLoader(boolean)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Determine whether to use the Context ClassLoader (the one found by
 calling <code>Thread.currentThread().getContextClassLoader()</code>)
 to resolve/load classes that are defined in various rules.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#setUseExactMatch(boolean)">setUseExactMatch(boolean)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">Set whether <code>MethodUtils.invokeExactMethod</code>
 should be used for the reflection.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#setValidating(boolean)">setValidating(boolean)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Set the validating parser flag.</div>
</dd>
<dt><a href="./org/apache/commons/digester/SimpleRegexMatcher.html" title="class in org.apache.commons.digester"><span class="strong">SimpleRegexMatcher</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">Simple regex pattern matching algorithm.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SimpleRegexMatcher.html#SimpleRegexMatcher()">SimpleRegexMatcher()</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/SimpleRegexMatcher.html" title="class in org.apache.commons.digester">SimpleRegexMatcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#skippedEntity(java.lang.String)">skippedEntity(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Process notification of a skipped entity.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/MultiVariableExpander.html#sources">sources</a></span> - Variable in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/MultiVariableExpander.html" title="class in org.apache.commons.digester.substitution">MultiVariableExpander</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#stack">stack</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The object stack being constructed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#stackAction">stackAction</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Object which will receive callbacks for every pop/push action
 on the default stack or named stacks.</div>
</dd>
<dt><a href="./org/apache/commons/digester/StackAction.html" title="interface in org.apache.commons.digester"><span class="strong">StackAction</span></a> - Interface in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">An interface that can be implemented in order to get notifications of
 objects being pushed onto a digester stack or popped from one.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallParamRule.html#stackIndex">stackIndex</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallParamRule.html" title="class in org.apache.commons.digester">CallParamRule</a></dt>
<dd>
<div class="block">The position of the object from the top of the stack</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#stacksByName">stacksByName</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Stacks used for interrule communication, indexed by name String</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#startDocument()">startDocument()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Process notification of the beginning of the document being reached.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)">startElement(String, String, String, Attributes)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Process notification of the start of an XML element being reached.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html#startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)">startElement(String, String, String, Attributes)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html" title="class in org.apache.commons.digester">NodeCreateRule.NodeBuilder</a></dt>
<dd>
<div class="block">Adds a new child <code>Element</code> to the current
 node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#startPrefixMapping(java.lang.String, java.lang.String)">startPrefixMapping(String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Process notification that a namespace prefix is coming in to scope.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableSubstitutor.html#substitute(org.xml.sax.Attributes)">substitute(Attributes)</a></span> - Method in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableSubstitutor.html" title="class in org.apache.commons.digester.substitution">VariableSubstitutor</a></dt>
<dd>
<div class="block">Substitutes the attributes (before they are passed to the 
 <code>Rule</code> implementations's)</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableSubstitutor.html#substitute(java.lang.String)">substitute(String)</a></span> - Method in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableSubstitutor.html" title="class in org.apache.commons.digester.substitution">VariableSubstitutor</a></dt>
<dd>
<div class="block">Substitutes for the body text.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Substitutor.html#substitute(org.xml.sax.Attributes)">substitute(Attributes)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Substitutor.html" title="class in org.apache.commons.digester">Substitutor</a></dt>
<dd>
<div class="block">Substitutes the attributes (before they are passed to the 
 <code>Rule</code> implementations's).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Substitutor.html#substitute(java.lang.String)">substitute(String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Substitutor.html" title="class in org.apache.commons.digester">Substitutor</a></dt>
<dd>
<div class="block">Substitutes for the body text.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#substitutor">substitutor</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">An optional class that substitutes values in attributes and body text.</div>
</dd>
<dt><a href="./org/apache/commons/digester/Substitutor.html" title="class in org.apache.commons.digester"><span class="strong">Substitutor</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block">(Logical) Interface for substitution strategies.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Substitutor.html#Substitutor()">Substitutor()</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/Substitutor.html" title="class in org.apache.commons.digester">Substitutor</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_T_">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html#targetDigester">targetDigester</a></span> - Variable in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser</a></dt>
<dd>
<div class="block">This is the digester to which we are adding the rules that we parse
 from the Rules XML document.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#targetOffset">targetOffset</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">location of the target object for the call, relative to the
 top of the digester object stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html#top">top</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html" title="class in org.apache.commons.digester">NodeCreateRule.NodeBuilder</a></dt>
<dd>
<div class="block">The current top DOM mode.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html#topText">topText</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/NodeCreateRule.NodeBuilder.html" title="class in org.apache.commons.digester">NodeCreateRule.NodeBuilder</a></dt>
<dd>
<div class="block">The text content of the current top DOM node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/BeanPropertySetterRule.html#toString()">toString()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/BeanPropertySetterRule.html" title="class in org.apache.commons.digester">BeanPropertySetterRule</a></dt>
<dd>
<div class="block">Render a printable version of this Rule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#toString()">toString()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">Render a printable version of this Rule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallParamRule.html#toString()">toString()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallParamRule.html" title="class in org.apache.commons.digester">CallParamRule</a></dt>
<dd>
<div class="block">Render a printable version of this Rule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/FactoryCreateRule.html#toString()">toString()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/FactoryCreateRule.html" title="class in org.apache.commons.digester">FactoryCreateRule</a></dt>
<dd>
<div class="block">Render a printable version of this Rule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectCreateRule.html#toString()">toString()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectCreateRule.html" title="class in org.apache.commons.digester">ObjectCreateRule</a></dt>
<dd>
<div class="block">Render a printable version of this Rule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/ObjectParamRule.html#toString()">toString()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/ObjectParamRule.html" title="class in org.apache.commons.digester">ObjectParamRule</a></dt>
<dd>
<div class="block">Render a printable version of this Rule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/PathCallParamRule.html#toString()">toString()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/PathCallParamRule.html" title="class in org.apache.commons.digester">PathCallParamRule</a></dt>
<dd>
<div class="block">Render a printable version of this Rule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.html#toString()">toString()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule</a></dt>
<dd>
<div class="block">Render a printable version of this Rule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNextRule.html#toString()">toString()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNextRule.html" title="class in org.apache.commons.digester">SetNextRule</a></dt>
<dd>
<div class="block">Render a printable version of this Rule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetPropertiesRule.html#toString()">toString()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetPropertiesRule.html" title="class in org.apache.commons.digester">SetPropertiesRule</a></dt>
<dd>
<div class="block">Render a printable version of this Rule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetPropertyRule.html#toString()">toString()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetPropertyRule.html" title="class in org.apache.commons.digester">SetPropertyRule</a></dt>
<dd>
<div class="block">Render a printable version of this Rule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetRootRule.html#toString()">toString()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetRootRule.html" title="class in org.apache.commons.digester">SetRootRule</a></dt>
<dd>
<div class="block">Render a printable version of this Rule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetTopRule.html#toString()">toString()</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetTopRule.html" title="class in org.apache.commons.digester">SetTopRule</a></dt>
<dd>
<div class="block">Render a printable version of this Rule.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.PatternStack.html#toString()">toString()</a></span> - Method in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/DigesterRuleParser.PatternStack.html" title="class in org.apache.commons.digester.xmlrules">DigesterRuleParser.PatternStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNestedPropertiesRule.html#trimData">trimData</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNestedPropertiesRule.html" title="class in org.apache.commons.digester">SetNestedPropertiesRule</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_U_">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#unparsedEntityDecl(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">unparsedEntityDecl(String, String, String, String)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Receive notification of an unparsed entity declaration event.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.URLXMLRulesLoader.html#url">url</a></span> - Variable in class org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/FromXmlRuleSet.URLXMLRulesLoader.html" title="class in org.apache.commons.digester.xmlrules">FromXmlRuleSet.URLXMLRulesLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#useContextClassLoader">useContextClassLoader</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Do we want to use the Context ClassLoader when loading classes
 for instantiating new objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/CallMethodRule.html#useExactMatch">useExactMatch</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/CallMethodRule.html" title="class in org.apache.commons.digester">CallMethodRule</a></dt>
<dd>
<div class="block">Should <code>MethodUtils.invokeExactMethod</code> be used for reflection.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetNextRule.html#useExactMatch">useExactMatch</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetNextRule.html" title="class in org.apache.commons.digester">SetNextRule</a></dt>
<dd>
<div class="block">Should we use exact matching.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetRootRule.html#useExactMatch">useExactMatch</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetRootRule.html" title="class in org.apache.commons.digester">SetRootRule</a></dt>
<dd>
<div class="block">Should we use exact matching.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetTopRule.html#useExactMatch">useExactMatch</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetTopRule.html" title="class in org.apache.commons.digester">SetTopRule</a></dt>
<dd>
<div class="block">Should we use exact matching.</div>
</dd>
</dl>
<a name="_V_">
<!--   -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#validating">validating</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Do we want to use a validating parser.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/SetPropertyRule.html#value">value</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/SetPropertyRule.html" title="class in org.apache.commons.digester">SetPropertyRule</a></dt>
<dd>
<div class="block">The attribute that will contain the property value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableAttributes.html#values">values</a></span> - Variable in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableAttributes.html" title="class in org.apache.commons.digester.substitution">VariableAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/substitution/VariableAttributes.html" title="class in org.apache.commons.digester.substitution"><span class="strong">VariableAttributes</span></a> - Class in <a href="./org/apache/commons/digester/substitution/package-summary.html">org.apache.commons.digester.substitution</a></dt>
<dd>
<div class="block">Wrapper for an org.xml.sax.Attributes object which expands any 
 "variables" referenced in the attribute value via ${foo} or similar.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableAttributes.html#VariableAttributes()">VariableAttributes()</a></span> - Constructor for class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableAttributes.html" title="class in org.apache.commons.digester.substitution">VariableAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableSubstitutor.html#variableAttributes">variableAttributes</a></span> - Variable in class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableSubstitutor.html" title="class in org.apache.commons.digester.substitution">VariableSubstitutor</a></dt>
<dd>
<div class="block">Attributes implementation that (lazily) performs variable substitution.</div>
</dd>
<dt><a href="./org/apache/commons/digester/substitution/VariableExpander.html" title="interface in org.apache.commons.digester.substitution"><span class="strong">VariableExpander</span></a> - Interface in <a href="./org/apache/commons/digester/substitution/package-summary.html">org.apache.commons.digester.substitution</a></dt>
<dd>
<div class="block">An Interface describing a class capable of expanding strings which
 may contain variable references.</div>
</dd>
<dt><a href="./org/apache/commons/digester/substitution/VariableSubstitutor.html" title="class in org.apache.commons.digester.substitution"><span class="strong">VariableSubstitutor</span></a> - Class in <a href="./org/apache/commons/digester/substitution/package-summary.html">org.apache.commons.digester.substitution</a></dt>
<dd>
<div class="block">Substitutor implementation that support variable replacement
 for both attributes and body text.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableSubstitutor.html#VariableSubstitutor(org.apache.commons.digester.substitution.VariableExpander)">VariableSubstitutor(VariableExpander)</a></span> - Constructor for class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableSubstitutor.html" title="class in org.apache.commons.digester.substitution">VariableSubstitutor</a></dt>
<dd>
<div class="block">Constructs a Substitutor which uses the same VariableExpander for both
 body text and attibutes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/substitution/VariableSubstitutor.html#VariableSubstitutor(org.apache.commons.digester.substitution.VariableExpander, org.apache.commons.digester.substitution.VariableExpander)">VariableSubstitutor(VariableExpander, VariableExpander)</a></span> - Constructor for class org.apache.commons.digester.substitution.<a href="./org/apache/commons/digester/substitution/VariableSubstitutor.html" title="class in org.apache.commons.digester.substitution">VariableSubstitutor</a></dt>
<dd>
<div class="block">Constructs a Substitutor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/parser/XercesParser.html#version">version</a></span> - Static variable in class org.apache.commons.digester.parser.<a href="./org/apache/commons/digester/parser/XercesParser.html" title="class in org.apache.commons.digester.parser">XercesParser</a></dt>
<dd>
<div class="block">A <code>float</code> representing the underlying Xerces version</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/parser/XercesParser.html#versionNumber">versionNumber</a></span> - Static variable in class org.apache.commons.digester.parser.<a href="./org/apache/commons/digester/parser/XercesParser.html" title="class in org.apache.commons.digester.parser">XercesParser</a></dt>
<dd>
<div class="block">The current Xerces version.</div>
</dd>
</dl>
<a name="_W_">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#W3C_XML_SCHEMA">W3C_XML_SCHEMA</a></span> - Static variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">The schema language supported.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/Digester.html#warning(org.xml.sax.SAXParseException)">warning(SAXParseException)</a></span> - Method in class org.apache.commons.digester.<a href="./org/apache/commons/digester/Digester.html" title="class in org.apache.commons.digester">Digester</a></dt>
<dd>
<div class="block">Forward notification of a parse warning to the application supplied
 error handler (if any).</div>
</dd>
<dt><a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html" title="class in org.apache.commons.digester"><span class="strong">WithDefaultsRulesWrapper</span></a> - Class in <a href="./org/apache/commons/digester/package-summary.html">org.apache.commons.digester</a></dt>
<dd>
<div class="block"><code>Rules</code> <em>Decorator</em> that returns default rules 
 when no matches are returned by the wrapped implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html#WithDefaultsRulesWrapper(org.apache.commons.digester.Rules)">WithDefaultsRulesWrapper(Rules)</a></span> - Constructor for class org.apache.commons.digester.<a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html" title="class in org.apache.commons.digester">WithDefaultsRulesWrapper</a></dt>
<dd>
<div class="block">Base constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html#wrappedRules">wrappedRules</a></span> - Variable in class org.apache.commons.digester.<a href="./org/apache/commons/digester/WithDefaultsRulesWrapper.html" title="class in org.apache.commons.digester">WithDefaultsRulesWrapper</a></dt>
<dd>
<div class="block">The Rules implementation that this class wraps.</div>
</dd>
</dl>
<a name="_X_">
<!--   -->
</a>
<h2 class="title">X</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/digester/parser/XercesParser.html#XERCES_DYNAMIC">XERCES_DYNAMIC</a></span> - Static variable in class org.apache.commons.digester.parser.<a href="./org/apache/commons/digester/parser/XercesParser.html" title="class in org.apache.commons.digester.parser">XercesParser</a></dt>
<dd>
<div class="block">Xerces dynamic validation property</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/parser/XercesParser.html#XERCES_SCHEMA">XERCES_SCHEMA</a></span> - Static variable in class org.apache.commons.digester.parser.<a href="./org/apache/commons/digester/parser/XercesParser.html" title="class in org.apache.commons.digester.parser">XercesParser</a></dt>
<dd>
<div class="block">Xerces schema validation property</div>
</dd>
<dt><a href="./org/apache/commons/digester/parser/XercesParser.html" title="class in org.apache.commons.digester.parser"><span class="strong">XercesParser</span></a> - Class in <a href="./org/apache/commons/digester/parser/package-summary.html">org.apache.commons.digester.parser</a></dt>
<dd>
<div class="block">Create a <code>SAXParser</code> based on the underlying Xerces version.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/parser/XercesParser.html#XercesParser()">XercesParser()</a></span> - Constructor for class org.apache.commons.digester.parser.<a href="./org/apache/commons/digester/parser/XercesParser.html" title="class in org.apache.commons.digester.parser">XercesParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/digester/xmlrules/XmlLoadException.html" title="class in org.apache.commons.digester.xmlrules"><span class="strong">XmlLoadException</span></a> - Exception in <a href="./org/apache/commons/digester/xmlrules/package-summary.html">org.apache.commons.digester.xmlrules</a></dt>
<dd>
<div class="block">Thrown when an error occurs while parsing XML into Digester rules.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/XmlLoadException.html#XmlLoadException(java.lang.Throwable)">XmlLoadException(Throwable)</a></span> - Constructor for exception org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/XmlLoadException.html" title="class in org.apache.commons.digester.xmlrules">XmlLoadException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/XmlLoadException.html#XmlLoadException(java.lang.String)">XmlLoadException(String)</a></span> - Constructor for exception org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/XmlLoadException.html" title="class in org.apache.commons.digester.xmlrules">XmlLoadException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/digester/xmlrules/XmlLoadException.html#XmlLoadException(java.lang.String, java.lang.Throwable)">XmlLoadException(String, Throwable)</a></span> - Constructor for exception org.apache.commons.digester.xmlrules.<a href="./org/apache/commons/digester/xmlrules/XmlLoadException.html" title="class in org.apache.commons.digester.xmlrules">XmlLoadException</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_X_">X</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">FRAMES</a></li>
<li><a href="index-all.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright 2001-2005 The Apache Software Foundation.</small></p>
</body>
</html>