This file is indexed.

/usr/share/doc/libsimple-xml-java-doc/api/index-all.html is in libsimple-xml-java-doc 2.3.2-1.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_18) on Tue May 25 23:27:15 UTC 2010 -->
<TITLE>
Index
</TITLE>

<META NAME="date" CONTENT="2010-05-25">

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

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

</HEAD>

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


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

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


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

<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/simpleframework/xml/util/Dictionary.html#add(E)"><B>add(E)</B></A> - 
Method in class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Dictionary.html" title="class in org.simpleframework.xml.util">Dictionary</A>
<DD>This method is used to add the provided entry to this set.
<DT><A HREF="./org/simpleframework/xml/util/Resolver.html#add(M)"><B>add(M)</B></A> - 
Method in class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Resolver.html" title="class in org.simpleframework.xml.util">Resolver</A>
<DD>This inserts the <code>Match</code> implementation into the set
 so that it can be used for resolutions.
<DT><A HREF="./org/simpleframework/xml/convert/AnnotationStrategy.html" title="class in org.simpleframework.xml.convert"><B>AnnotationStrategy</B></A> - Class in <A HREF="./org/simpleframework/xml/convert/package-summary.html">org.simpleframework.xml.convert</A><DD>The <code>AnnotationStrategy</code> object is used to intercept
 the serialization process and delegate to custom converters.<DT><A HREF="./org/simpleframework/xml/convert/AnnotationStrategy.html#AnnotationStrategy()"><B>AnnotationStrategy()</B></A> - 
Constructor for class org.simpleframework.xml.convert.<A HREF="./org/simpleframework/xml/convert/AnnotationStrategy.html" title="class in org.simpleframework.xml.convert">AnnotationStrategy</A>
<DD>Constructor for the <code>AnnotationStrategy</code> object.
<DT><A HREF="./org/simpleframework/xml/convert/AnnotationStrategy.html#AnnotationStrategy(org.simpleframework.xml.strategy.Strategy)"><B>AnnotationStrategy(Strategy)</B></A> - 
Constructor for class org.simpleframework.xml.convert.<A HREF="./org/simpleframework/xml/convert/AnnotationStrategy.html" title="class in org.simpleframework.xml.convert">AnnotationStrategy</A>
<DD>Constructor for the <code>AnnotationStrategy</code> object.
<DT><A HREF="./org/simpleframework/xml/Attribute.html" title="annotation in org.simpleframework.xml"><B>Attribute</B></A> - Annotation Type in <A HREF="./org/simpleframework/xml/package-summary.html">org.simpleframework.xml</A><DD>The <code>Attribute</code> annotation represents a serializable XML
 attribute within an XML element.<DT><A HREF="./org/simpleframework/xml/core/AttributeException.html" title="class in org.simpleframework.xml.core"><B>AttributeException</B></A> - Exception in <A HREF="./org/simpleframework/xml/core/package-summary.html">org.simpleframework.xml.core</A><DD>The <code>AttributeException</code> is used to represent conditions 
 when an XML attribute is in an invalid state.<DT><A HREF="./org/simpleframework/xml/core/AttributeException.html#AttributeException(java.lang.String, java.lang.Object...)"><B>AttributeException(String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/AttributeException.html" title="class in org.simpleframework.xml.core">AttributeException</A>
<DD>Constructor for the <code>AttributeException</code> object.
<DT><A HREF="./org/simpleframework/xml/core/AttributeException.html#AttributeException(java.lang.Throwable, java.lang.String, java.lang.Object...)"><B>AttributeException(Throwable, String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/AttributeException.html" title="class in org.simpleframework.xml.core">AttributeException</A>
<DD>Constructor for the <code>AttributeException</code> object.
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./org/simpleframework/xml/convert/Registry.html#bind(java.lang.Class, java.lang.Class)"><B>bind(Class, Class)</B></A> - 
Method in class org.simpleframework.xml.convert.<A HREF="./org/simpleframework/xml/convert/Registry.html" title="class in org.simpleframework.xml.convert">Registry</A>
<DD>This is used to register a binding between a type and the
 converter used to serialize and deserialize it.
<DT><A HREF="./org/simpleframework/xml/convert/Registry.html#bind(java.lang.Class, org.simpleframework.xml.convert.Converter)"><B>bind(Class, Converter)</B></A> - 
Method in class org.simpleframework.xml.convert.<A HREF="./org/simpleframework/xml/convert/Registry.html" title="class in org.simpleframework.xml.convert">Registry</A>
<DD>This is used to register a binding between a type and the
 converter used to serialize and deserialize it.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/simpleframework/xml/util/Cache.html" title="interface in org.simpleframework.xml.util"><B>Cache</B></A>&lt;<A HREF="./org/simpleframework/xml/util/Cache.html" title="type parameter in Cache">K</A>,<A HREF="./org/simpleframework/xml/util/Cache.html" title="type parameter in Cache">V</A>&gt; - Interface in <A HREF="./org/simpleframework/xml/util/package-summary.html">org.simpleframework.xml.util</A><DD>The <code>Cache</code> interface is used to represent a cache
 that will store key value pairs.<DT><A HREF="./org/simpleframework/xml/util/Cache.html#cache(K, V)"><B>cache(K, V)</B></A> - 
Method in interface org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Cache.html" title="interface in org.simpleframework.xml.util">Cache</A>
<DD>This method is used to insert a key value mapping in to the
 cache.
<DT><A HREF="./org/simpleframework/xml/util/WeakCache.html#cache(K, V)"><B>cache(K, V)</B></A> - 
Method in class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/WeakCache.html" title="class in org.simpleframework.xml.util">WeakCache</A>
<DD>This method is used to insert a key value mapping in to the
 cache.
<DT><A HREF="./org/simpleframework/xml/stream/CamelCaseStyle.html" title="class in org.simpleframework.xml.stream"><B>CamelCaseStyle</B></A> - Class in <A HREF="./org/simpleframework/xml/stream/package-summary.html">org.simpleframework.xml.stream</A><DD>The <code>CamelCaseStyle</code> is used to represent an XML style
 that can be applied to a serialized object.<DT><A HREF="./org/simpleframework/xml/stream/CamelCaseStyle.html#CamelCaseStyle()"><B>CamelCaseStyle()</B></A> - 
Constructor for class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/CamelCaseStyle.html" title="class in org.simpleframework.xml.stream">CamelCaseStyle</A>
<DD>Constructor for the <code>CamelCaseStyle</code> object.
<DT><A HREF="./org/simpleframework/xml/stream/CamelCaseStyle.html#CamelCaseStyle(boolean)"><B>CamelCaseStyle(boolean)</B></A> - 
Constructor for class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/CamelCaseStyle.html" title="class in org.simpleframework.xml.stream">CamelCaseStyle</A>
<DD>Constructor for the <code>CamelCaseStyle</code> object.
<DT><A HREF="./org/simpleframework/xml/stream/CamelCaseStyle.html#CamelCaseStyle(boolean, boolean)"><B>CamelCaseStyle(boolean, boolean)</B></A> - 
Constructor for class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/CamelCaseStyle.html" title="class in org.simpleframework.xml.stream">CamelCaseStyle</A>
<DD>Constructor for the <code>CamelCaseStyle</code> object.
<DT><A HREF="./org/simpleframework/xml/util/Resolver.html#clear()"><B>clear()</B></A> - 
Method in class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Resolver.html" title="class in org.simpleframework.xml.util">Resolver</A>
<DD>This is used to clear all matches from the set.
<DT><A HREF="./org/simpleframework/xml/core/Commit.html" title="annotation in org.simpleframework.xml.core"><B>Commit</B></A> - Annotation Type in <A HREF="./org/simpleframework/xml/core/package-summary.html">org.simpleframework.xml.core</A><DD>The <code>Commit</code> annotation is used to mark a method within
 a serializable object that requires a callback from the persister
 once the deserialization completes.<DT><A HREF="./org/simpleframework/xml/stream/OutputNode.html#commit()"><B>commit()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream">OutputNode</A>
<DD>The <code>commit</code> method is used flush and commit any 
 child nodes that have been created by this node.
<DT><A HREF="./org/simpleframework/xml/core/Complete.html" title="annotation in org.simpleframework.xml.core"><B>Complete</B></A> - Annotation Type in <A HREF="./org/simpleframework/xml/core/package-summary.html">org.simpleframework.xml.core</A><DD>The <code>Complete</code> annotation is used to mark a method that
 requires a callback from the persister once the serialization of
 the object has completed.<DT><A HREF="./org/simpleframework/xml/core/ConstructorException.html" title="class in org.simpleframework.xml.core"><B>ConstructorException</B></A> - Exception in <A HREF="./org/simpleframework/xml/core/package-summary.html">org.simpleframework.xml.core</A><DD>The <code>ConstructorException</code> is used to represent any
 errors where an annotated constructor parameter is invalid.<DT><A HREF="./org/simpleframework/xml/core/ConstructorException.html#ConstructorException(java.lang.String, java.lang.Object...)"><B>ConstructorException(String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/ConstructorException.html" title="class in org.simpleframework.xml.core">ConstructorException</A>
<DD>Constructor for the <code>ConstructorException</code> object.
<DT><A HREF="./org/simpleframework/xml/core/ConstructorException.html#ConstructorException(java.lang.Throwable, java.lang.String, java.lang.Object...)"><B>ConstructorException(Throwable, String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/ConstructorException.html" title="class in org.simpleframework.xml.core">ConstructorException</A>
<DD>Constructor for the <code>ConstructorException</code> object.
<DT><A HREF="./org/simpleframework/xml/util/Cache.html#contains(K)"><B>contains(K)</B></A> - 
Method in interface org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Cache.html" title="interface in org.simpleframework.xml.util">Cache</A>
<DD>This is used to determine whether the specified key exists
 with in the cache.
<DT><A HREF="./org/simpleframework/xml/util/WeakCache.html#contains(K)"><B>contains(K)</B></A> - 
Method in class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/WeakCache.html" title="class in org.simpleframework.xml.util">WeakCache</A>
<DD>This is used to determine whether the specified key exists
 with in the cache.
<DT><A HREF="./org/simpleframework/xml/convert/Convert.html" title="annotation in org.simpleframework.xml.convert"><B>Convert</B></A> - Annotation Type in <A HREF="./org/simpleframework/xml/convert/package-summary.html">org.simpleframework.xml.convert</A><DD>The <code>Convert</code> annotation is used to specify a converter
 class to use for serialization.<DT><A HREF="./org/simpleframework/xml/convert/Converter.html" title="interface in org.simpleframework.xml.convert"><B>Converter</B></A>&lt;<A HREF="./org/simpleframework/xml/convert/Converter.html" title="type parameter in Converter">T</A>&gt; - Interface in <A HREF="./org/simpleframework/xml/convert/package-summary.html">org.simpleframework.xml.convert</A><DD>The <code>Converter</code> object is used to convert an object
 to XML by intercepting the normal serialization process.<DT><A HREF="./org/simpleframework/xml/convert/ConvertException.html" title="class in org.simpleframework.xml.convert"><B>ConvertException</B></A> - Exception in <A HREF="./org/simpleframework/xml/convert/package-summary.html">org.simpleframework.xml.convert</A><DD>The <code>ConvertException</code> is thrown when there is a
 problem converting an object.<DT><A HREF="./org/simpleframework/xml/convert/ConvertException.html#ConvertException(java.lang.String, java.lang.Object...)"><B>ConvertException(String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.convert.<A HREF="./org/simpleframework/xml/convert/ConvertException.html" title="class in org.simpleframework.xml.convert">ConvertException</A>
<DD>Constructor for the <code>ConvertException</code> object.
<DT><A HREF="./org/simpleframework/xml/strategy/CycleException.html" title="class in org.simpleframework.xml.strategy"><B>CycleException</B></A> - Exception in <A HREF="./org/simpleframework/xml/strategy/package-summary.html">org.simpleframework.xml.strategy</A><DD>The <code>CycleException</code> is thrown when an invalid cycle 
 is found when deserializing an object from an XML document.<DT><A HREF="./org/simpleframework/xml/strategy/CycleException.html#CycleException(java.lang.String, java.lang.Object...)"><B>CycleException(String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/CycleException.html" title="class in org.simpleframework.xml.strategy">CycleException</A>
<DD>Constructor for the <code>CycleException</code> object.
<DT><A HREF="./org/simpleframework/xml/strategy/CycleException.html#CycleException(java.lang.Throwable, java.lang.String, java.lang.Object...)"><B>CycleException(Throwable, String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/CycleException.html" title="class in org.simpleframework.xml.strategy">CycleException</A>
<DD>Constructor for the <code>CycleException</code> object.
<DT><A HREF="./org/simpleframework/xml/strategy/CycleStrategy.html" title="class in org.simpleframework.xml.strategy"><B>CycleStrategy</B></A> - Class in <A HREF="./org/simpleframework/xml/strategy/package-summary.html">org.simpleframework.xml.strategy</A><DD>The <code>CycleStrategy</code> represents a strategy that is used
 to augment the deserialization and serialization process such that
 cycles in an object graph can be supported.<DT><A HREF="./org/simpleframework/xml/strategy/CycleStrategy.html#CycleStrategy()"><B>CycleStrategy()</B></A> - 
Constructor for class org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/CycleStrategy.html" title="class in org.simpleframework.xml.strategy">CycleStrategy</A>
<DD>Constructor for the <code>CycleStrategy</code> object.
<DT><A HREF="./org/simpleframework/xml/strategy/CycleStrategy.html#CycleStrategy(java.lang.String, java.lang.String)"><B>CycleStrategy(String, String)</B></A> - 
Constructor for class org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/CycleStrategy.html" title="class in org.simpleframework.xml.strategy">CycleStrategy</A>
<DD>Constructor for the <code>CycleStrategy</code> object.
<DT><A HREF="./org/simpleframework/xml/strategy/CycleStrategy.html#CycleStrategy(java.lang.String, java.lang.String, java.lang.String)"><B>CycleStrategy(String, String, String)</B></A> - 
Constructor for class org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/CycleStrategy.html" title="class in org.simpleframework.xml.strategy">CycleStrategy</A>
<DD>Constructor for the <code>CycleStrategy</code> object.
<DT><A HREF="./org/simpleframework/xml/strategy/CycleStrategy.html#CycleStrategy(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>CycleStrategy(String, String, String, String)</B></A> - 
Constructor for class org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/CycleStrategy.html" title="class in org.simpleframework.xml.strategy">CycleStrategy</A>
<DD>Constructor for the <code>CycleStrategy</code> object.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./org/simpleframework/xml/Default.html" title="annotation in org.simpleframework.xml"><B>Default</B></A> - Annotation Type in <A HREF="./org/simpleframework/xml/package-summary.html">org.simpleframework.xml</A><DD>The <code>Default</code> annotation is used to specify that all
 fields or methods should be serialized in a default manner.<DT><A HREF="./org/simpleframework/xml/DefaultType.html" title="enum in org.simpleframework.xml"><B>DefaultType</B></A> - Enum in <A HREF="./org/simpleframework/xml/package-summary.html">org.simpleframework.xml</A><DD>The <code>DefaultType</code> enumeration is used to specify the
 type of defaults to apply to a class.<DT><A HREF="./org/simpleframework/xml/util/Dictionary.html" title="class in org.simpleframework.xml.util"><B>Dictionary</B></A>&lt;<A HREF="./org/simpleframework/xml/util/Dictionary.html" title="type parameter in Dictionary">E</A> extends <A HREF="./org/simpleframework/xml/util/Entry.html" title="interface in org.simpleframework.xml.util">Entry</A>&gt; - Class in <A HREF="./org/simpleframework/xml/util/package-summary.html">org.simpleframework.xml.util</A><DD>The <code>Dictionary</code> object represents a mapped set of entry
 objects that can be serialized and deserialized.<DT><A HREF="./org/simpleframework/xml/util/Dictionary.html#Dictionary()"><B>Dictionary()</B></A> - 
Constructor for class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Dictionary.html" title="class in org.simpleframework.xml.util">Dictionary</A>
<DD>Constructor for the <code>Dictionary</code> object.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/simpleframework/xml/Element.html" title="annotation in org.simpleframework.xml"><B>Element</B></A> - Annotation Type in <A HREF="./org/simpleframework/xml/package-summary.html">org.simpleframework.xml</A><DD>The <code>Element</code> annotation is used to represent a field
 or method that appears as an XML element.<DT><A HREF="./org/simpleframework/xml/ElementArray.html" title="annotation in org.simpleframework.xml"><B>ElementArray</B></A> - Annotation Type in <A HREF="./org/simpleframework/xml/package-summary.html">org.simpleframework.xml</A><DD>The <code>ElementArray</code> annotation represents a method or 
 field that is an array of elements.<DT><A HREF="./org/simpleframework/xml/core/ElementException.html" title="class in org.simpleframework.xml.core"><B>ElementException</B></A> - Exception in <A HREF="./org/simpleframework/xml/core/package-summary.html">org.simpleframework.xml.core</A><DD>The <code>ElementException</code> is used to represent conditions 
 when an XML element is in an invalid state.<DT><A HREF="./org/simpleframework/xml/core/ElementException.html#ElementException(java.lang.String, java.lang.Object...)"><B>ElementException(String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/ElementException.html" title="class in org.simpleframework.xml.core">ElementException</A>
<DD>Constructor for the <code>ElementException</code> object.
<DT><A HREF="./org/simpleframework/xml/core/ElementException.html#ElementException(java.lang.Throwable, java.lang.String, java.lang.Object...)"><B>ElementException(Throwable, String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/ElementException.html" title="class in org.simpleframework.xml.core">ElementException</A>
<DD>Constructor for the <code>ElementException</code> object.
<DT><A HREF="./org/simpleframework/xml/ElementList.html" title="annotation in org.simpleframework.xml"><B>ElementList</B></A> - Annotation Type in <A HREF="./org/simpleframework/xml/package-summary.html">org.simpleframework.xml</A><DD>The <code>ElementList</code> annotation represents a method or
 field that is a <code>Collection</code> for storing entries.<DT><A HREF="./org/simpleframework/xml/ElementMap.html" title="annotation in org.simpleframework.xml"><B>ElementMap</B></A> - Annotation Type in <A HREF="./org/simpleframework/xml/package-summary.html">org.simpleframework.xml</A><DD>The <code>ElementMap</code> annotation represents a method or field
 that is a <code>Map</code> for storing key value pairs.<DT><A HREF="./org/simpleframework/xml/util/Entry.html" title="interface in org.simpleframework.xml.util"><B>Entry</B></A> - Interface in <A HREF="./org/simpleframework/xml/util/package-summary.html">org.simpleframework.xml.util</A><DD>The <code>Entry</code> object represents entries to the dictionary
 object.<DT><A HREF="./org/simpleframework/xml/filter/EnvironmentFilter.html" title="class in org.simpleframework.xml.filter"><B>EnvironmentFilter</B></A> - Class in <A HREF="./org/simpleframework/xml/filter/package-summary.html">org.simpleframework.xml.filter</A><DD>The <code>EnvironmentFilter</code> object is used to provide a 
 filter that will replace the specified values with an environment
 variable from the OS.<DT><A HREF="./org/simpleframework/xml/filter/EnvironmentFilter.html#EnvironmentFilter()"><B>EnvironmentFilter()</B></A> - 
Constructor for class org.simpleframework.xml.filter.<A HREF="./org/simpleframework/xml/filter/EnvironmentFilter.html" title="class in org.simpleframework.xml.filter">EnvironmentFilter</A>
<DD>Constructor for the <code>EnvironmentFilter</code> object.
<DT><A HREF="./org/simpleframework/xml/filter/EnvironmentFilter.html#EnvironmentFilter(org.simpleframework.xml.filter.Filter)"><B>EnvironmentFilter(Filter)</B></A> - 
Constructor for class org.simpleframework.xml.filter.<A HREF="./org/simpleframework/xml/filter/EnvironmentFilter.html" title="class in org.simpleframework.xml.filter">EnvironmentFilter</A>
<DD>Constructor for the <code>EnvironmentFilter</code> object.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/simpleframework/xml/util/Cache.html#fetch(K)"><B>fetch(K)</B></A> - 
Method in interface org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Cache.html" title="interface in org.simpleframework.xml.util">Cache</A>
<DD>This method is used to get the value from the cache that is
 mapped to the specified key.
<DT><A HREF="./org/simpleframework/xml/util/WeakCache.html#fetch(K)"><B>fetch(K)</B></A> - 
Method in class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/WeakCache.html" title="class in org.simpleframework.xml.util">WeakCache</A>
<DD>This method is used to get the value from the cache that is
 mapped to the specified key.
<DT><A HREF="./org/simpleframework/xml/filter/Filter.html" title="interface in org.simpleframework.xml.filter"><B>Filter</B></A> - Interface in <A HREF="./org/simpleframework/xml/filter/package-summary.html">org.simpleframework.xml.filter</A><DD>The <code>Filter</code> object is used to provide replacement string
 values for a provided key.<DT><A HREF="./org/simpleframework/xml/stream/Format.html" title="class in org.simpleframework.xml.stream"><B>Format</B></A> - Class in <A HREF="./org/simpleframework/xml/stream/package-summary.html">org.simpleframework.xml.stream</A><DD>The <code>Format</code> object is used to provide information on 
 how a generated XML document should be structured.<DT><A HREF="./org/simpleframework/xml/stream/Format.html#Format()"><B>Format()</B></A> - 
Constructor for class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/Format.html" title="class in org.simpleframework.xml.stream">Format</A>
<DD>Constructor for the <code>Format</code> object.
<DT><A HREF="./org/simpleframework/xml/stream/Format.html#Format(int)"><B>Format(int)</B></A> - 
Constructor for class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/Format.html" title="class in org.simpleframework.xml.stream">Format</A>
<DD>Constructor for the <code>Format</code> object.
<DT><A HREF="./org/simpleframework/xml/stream/Format.html#Format(java.lang.String)"><B>Format(String)</B></A> - 
Constructor for class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/Format.html" title="class in org.simpleframework.xml.stream">Format</A>
<DD>Constructor for the <code>Format</code> object.
<DT><A HREF="./org/simpleframework/xml/stream/Format.html#Format(int, java.lang.String)"><B>Format(int, String)</B></A> - 
Constructor for class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/Format.html" title="class in org.simpleframework.xml.stream">Format</A>
<DD>Constructor for the <code>Format</code> object.
<DT><A HREF="./org/simpleframework/xml/stream/Format.html#Format(org.simpleframework.xml.stream.Style)"><B>Format(Style)</B></A> - 
Constructor for class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/Format.html" title="class in org.simpleframework.xml.stream">Format</A>
<DD>Constructor for the <code>Format</code> object.
<DT><A HREF="./org/simpleframework/xml/stream/Format.html#Format(int, org.simpleframework.xml.stream.Style)"><B>Format(int, Style)</B></A> - 
Constructor for class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/Format.html" title="class in org.simpleframework.xml.stream">Format</A>
<DD>Constructor for the <code>Format</code> object.
<DT><A HREF="./org/simpleframework/xml/stream/Format.html#Format(int, java.lang.String, org.simpleframework.xml.stream.Style)"><B>Format(int, String, Style)</B></A> - 
Constructor for class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/Format.html" title="class in org.simpleframework.xml.stream">Format</A>
<DD>Constructor for the <code>Format</code> object.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/simpleframework/xml/stream/NamespaceMap.html#get(java.lang.String)"><B>get(String)</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/NamespaceMap.html" title="interface in org.simpleframework.xml.stream">NamespaceMap</A>
<DD>This acquires the prefix for the specified namespace reference.
<DT><A HREF="./org/simpleframework/xml/stream/NodeMap.html#get(java.lang.String)"><B>get(String)</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/NodeMap.html" title="interface in org.simpleframework.xml.stream">NodeMap</A>
<DD>This is used to acquire the <code>Node</code> mapped to the
 given name.
<DT><A HREF="./org/simpleframework/xml/util/Dictionary.html#get(java.lang.String)"><B>get(String)</B></A> - 
Method in class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Dictionary.html" title="class in org.simpleframework.xml.util">Dictionary</A>
<DD>This is used to acquire an <code>Entry</code> from the set by
 its name.
<DT><A HREF="./org/simpleframework/xml/strategy/Type.html#getAnnotation(java.lang.Class)"><B>getAnnotation(Class&lt;T&gt;)</B></A> - 
Method in interface org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/Type.html" title="interface in org.simpleframework.xml.strategy">Type</A>
<DD>This is the annotation associated with the method or field
 that has been annotated.
<DT><A HREF="./org/simpleframework/xml/stream/CamelCaseStyle.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - 
Method in class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/CamelCaseStyle.html" title="class in org.simpleframework.xml.stream">CamelCaseStyle</A>
<DD>This is used to generate the XML attribute representation of 
 the specified name.
<DT><A HREF="./org/simpleframework/xml/stream/HyphenStyle.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - 
Method in class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/HyphenStyle.html" title="class in org.simpleframework.xml.stream">HyphenStyle</A>
<DD>This is used to generate the XML attribute representation of 
 the specified name.
<DT><A HREF="./org/simpleframework/xml/stream/InputNode.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/InputNode.html" title="interface in org.simpleframework.xml.stream">InputNode</A>
<DD>Provides an attribute from the element represented.
<DT><A HREF="./org/simpleframework/xml/stream/Style.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/Style.html" title="interface in org.simpleframework.xml.stream">Style</A>
<DD>This is used to generate the XML attribute representation of 
 the specified name.
<DT><A HREF="./org/simpleframework/xml/stream/InputNode.html#getAttributes()"><B>getAttributes()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/InputNode.html" title="interface in org.simpleframework.xml.stream">InputNode</A>
<DD>This returns a map of the attributes contained within the
 element.
<DT><A HREF="./org/simpleframework/xml/stream/OutputNode.html#getAttributes()"><B>getAttributes()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream">OutputNode</A>
<DD>This returns a <code>NodeMap</code> which can be used to add
 nodes to the element before that element has been committed.
<DT><A HREF="./org/simpleframework/xml/stream/OutputNode.html#getChild(java.lang.String)"><B>getChild(String)</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream">OutputNode</A>
<DD>This is used to create a child element within the element that
 this object represents.
<DT><A HREF="./org/simpleframework/xml/stream/OutputNode.html#getComment()"><B>getComment()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream">OutputNode</A>
<DD>This is used to get the text comment for the element.
<DT><A HREF="./org/simpleframework/xml/stream/CamelCaseStyle.html#getElement(java.lang.String)"><B>getElement(String)</B></A> - 
Method in class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/CamelCaseStyle.html" title="class in org.simpleframework.xml.stream">CamelCaseStyle</A>
<DD>This is used to generate the XML element representation of 
 the specified name.
<DT><A HREF="./org/simpleframework/xml/stream/HyphenStyle.html#getElement(java.lang.String)"><B>getElement(String)</B></A> - 
Method in class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/HyphenStyle.html" title="class in org.simpleframework.xml.stream">HyphenStyle</A>
<DD>This is used to generate the XML element representation of 
 the specified name.
<DT><A HREF="./org/simpleframework/xml/stream/Style.html#getElement(java.lang.String)"><B>getElement(String)</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/Style.html" title="interface in org.simpleframework.xml.stream">Style</A>
<DD>This is used to generate the XML element representation of 
 the specified name.
<DT><A HREF="./org/simpleframework/xml/stream/Format.html#getIndent()"><B>getIndent()</B></A> - 
Method in class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/Format.html" title="class in org.simpleframework.xml.stream">Format</A>
<DD>This method returns the size of the indent to use for the XML
 generated.
<DT><A HREF="./org/simpleframework/xml/strategy/Value.html#getLength()"><B>getLength()</B></A> - 
Method in interface org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/Value.html" title="interface in org.simpleframework.xml.strategy">Value</A>
<DD>This returns the length of the array that is to be allocated.
<DT><A HREF="./org/simpleframework/xml/stream/Position.html#getLine()"><B>getLine()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/Position.html" title="interface in org.simpleframework.xml.stream">Position</A>
<DD>This is the actual line number within the read XML document.
<DT><A HREF="./org/simpleframework/xml/stream/OutputNode.html#getMode()"><B>getMode()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream">OutputNode</A>
<DD>The <code>Mode</code> is used to indicate the output mode
 of this node.
<DT><A HREF="./org/simpleframework/xml/stream/Node.html#getName()"><B>getName()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/Node.html" title="interface in org.simpleframework.xml.stream">Node</A>
<DD>Returns the name of the node that this represents.
<DT><A HREF="./org/simpleframework/xml/stream/NodeMap.html#getName()"><B>getName()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/NodeMap.html" title="interface in org.simpleframework.xml.stream">NodeMap</A>
<DD>This is used to get the name of the element that owns the
 nodes for the specified map.
<DT><A HREF="./org/simpleframework/xml/util/Entry.html#getName()"><B>getName()</B></A> - 
Method in interface org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Entry.html" title="interface in org.simpleframework.xml.util">Entry</A>
<DD>Represents the name of the entry instance used for mappings.
<DT><A HREF="./org/simpleframework/xml/stream/OutputNode.html#getNamespaces()"><B>getNamespaces()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream">OutputNode</A>
<DD>This returns the <code>NamespaceMap</code> for this node.
<DT><A HREF="./org/simpleframework/xml/stream/InputNode.html#getNext()"><B>getNext()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/InputNode.html" title="interface in org.simpleframework.xml.stream">InputNode</A>
<DD>This returns the next child element within this element if
 one exists.
<DT><A HREF="./org/simpleframework/xml/stream/InputNode.html#getNext(java.lang.String)"><B>getNext(String)</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/InputNode.html" title="interface in org.simpleframework.xml.stream">InputNode</A>
<DD>This returns the next child in this element if that child
 has the name provided.
<DT><A HREF="./org/simpleframework/xml/stream/NodeMap.html#getNode()"><B>getNode()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/NodeMap.html" title="interface in org.simpleframework.xml.stream">NodeMap</A>
<DD>This is used to acquire the actual node this map represents.
<DT><A HREF="./org/simpleframework/xml/stream/InputNode.html#getParent()"><B>getParent()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/InputNode.html" title="interface in org.simpleframework.xml.stream">InputNode</A>
<DD>This is used to acquire the <code>Node</code> that is the
 parent of this node.
<DT><A HREF="./org/simpleframework/xml/stream/Node.html#getParent()"><B>getParent()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/Node.html" title="interface in org.simpleframework.xml.stream">Node</A>
<DD>This is used to acquire the <code>Node</code> that is the
 parent of this node.
<DT><A HREF="./org/simpleframework/xml/stream/OutputNode.html#getParent()"><B>getParent()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream">OutputNode</A>
<DD>This is used to acquire the <code>Node</code> that is the
 parent of this node.
<DT><A HREF="./org/simpleframework/xml/util/Match.html#getPattern()"><B>getPattern()</B></A> - 
Method in interface org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Match.html" title="interface in org.simpleframework.xml.util">Match</A>
<DD>This is the pattern string that is used by the resolver.
<DT><A HREF="./org/simpleframework/xml/stream/InputNode.html#getPosition()"><B>getPosition()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/InputNode.html" title="interface in org.simpleframework.xml.stream">InputNode</A>
<DD>This provides the position of this node within the document.
<DT><A HREF="./org/simpleframework/xml/stream/InputNode.html#getPrefix()"><B>getPrefix()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/InputNode.html" title="interface in org.simpleframework.xml.stream">InputNode</A>
<DD>This is used to acquire the namespace prefix for the node.
<DT><A HREF="./org/simpleframework/xml/stream/NamespaceMap.html#getPrefix()"><B>getPrefix()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/NamespaceMap.html" title="interface in org.simpleframework.xml.stream">NamespaceMap</A>
<DD>This is the prefix that is associated with the source element.
<DT><A HREF="./org/simpleframework/xml/stream/OutputNode.html#getPrefix()"><B>getPrefix()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream">OutputNode</A>
<DD>This is used to acquire the prefix for this output node.
<DT><A HREF="./org/simpleframework/xml/stream/OutputNode.html#getPrefix(boolean)"><B>getPrefix(boolean)</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream">OutputNode</A>
<DD>This is used to acquire the prefix for this output node.
<DT><A HREF="./org/simpleframework/xml/stream/Format.html#getProlog()"><B>getProlog()</B></A> - 
Method in class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/Format.html" title="class in org.simpleframework.xml.stream">Format</A>
<DD>This method returns the prolog that is to be used at the start
 of the generated XML document.
<DT><A HREF="./org/simpleframework/xml/stream/InputNode.html#getReference()"><B>getReference()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/InputNode.html" title="interface in org.simpleframework.xml.stream">InputNode</A>
<DD>This allows the namespace reference URI to be determined.
<DT><A HREF="./org/simpleframework/xml/stream/OutputNode.html#getReference()"><B>getReference()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream">OutputNode</A>
<DD>This is used to acquire the namespace URI reference associated
 with this node.
<DT><A HREF="./org/simpleframework/xml/stream/InputNode.html#getSource()"><B>getSource()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/InputNode.html" title="interface in org.simpleframework.xml.stream">InputNode</A>
<DD>This is used to return the source object for this node.
<DT><A HREF="./org/simpleframework/xml/stream/Format.html#getStyle()"><B>getStyle()</B></A> - 
Method in class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/Format.html" title="class in org.simpleframework.xml.stream">Format</A>
<DD>This is used to acquire the <code>Style</code> for the format.
<DT><A HREF="./org/simpleframework/xml/strategy/Type.html#getType()"><B>getType()</B></A> - 
Method in interface org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/Type.html" title="interface in org.simpleframework.xml.strategy">Type</A>
<DD>This will provide the method or field type.
<DT><A HREF="./org/simpleframework/xml/strategy/Value.html#getType()"><B>getType()</B></A> - 
Method in interface org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/Value.html" title="interface in org.simpleframework.xml.strategy">Value</A>
<DD>This is the type of the object instance this represents.
<DT><A HREF="./org/simpleframework/xml/strategy/Value.html#getValue()"><B>getValue()</B></A> - 
Method in interface org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/Value.html" title="interface in org.simpleframework.xml.strategy">Value</A>
<DD>This method is used to acquire an instance of the type that
 is defined by this object.
<DT><A HREF="./org/simpleframework/xml/stream/Node.html#getValue()"><B>getValue()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/Node.html" title="interface in org.simpleframework.xml.stream">Node</A>
<DD>Returns the value for the node that this represents.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/simpleframework/xml/stream/HyphenStyle.html" title="class in org.simpleframework.xml.stream"><B>HyphenStyle</B></A> - Class in <A HREF="./org/simpleframework/xml/stream/package-summary.html">org.simpleframework.xml.stream</A><DD>The <code>HyphenStyle</code> is used to represent an XML style
 that can be applied to a serialized object.<DT><A HREF="./org/simpleframework/xml/stream/HyphenStyle.html#HyphenStyle()"><B>HyphenStyle()</B></A> - 
Constructor for class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/HyphenStyle.html" title="class in org.simpleframework.xml.stream">HyphenStyle</A>
<DD>Constructor for the <code>HyphenStyle</code> object.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/simpleframework/xml/stream/InputNode.html" title="interface in org.simpleframework.xml.stream"><B>InputNode</B></A> - Interface in <A HREF="./org/simpleframework/xml/stream/package-summary.html">org.simpleframework.xml.stream</A><DD>The <code>InputNode</code> object represents an iterator for the
 elements within an element.<DT><A HREF="./org/simpleframework/xml/core/InstantiationException.html" title="class in org.simpleframework.xml.core"><B>InstantiationException</B></A> - Exception in <A HREF="./org/simpleframework/xml/core/package-summary.html">org.simpleframework.xml.core</A><DD>The <code>InstantiationException</code> is thrown when an object
 cannot be instantiated either because it is an abstract class or an
 interface.<DT><A HREF="./org/simpleframework/xml/core/InstantiationException.html#InstantiationException(java.lang.String, java.lang.Object...)"><B>InstantiationException(String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/InstantiationException.html" title="class in org.simpleframework.xml.core">InstantiationException</A>
<DD>Constructor for the <code>InstantiationException</code> object.
<DT><A HREF="./org/simpleframework/xml/core/InstantiationException.html#InstantiationException(java.lang.Throwable, java.lang.String, java.lang.Object...)"><B>InstantiationException(Throwable, String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/InstantiationException.html" title="class in org.simpleframework.xml.core">InstantiationException</A>
<DD>Constructor for the <code>InstantiationException</code> object.
<DT><A HREF="./org/simpleframework/xml/transform/InvalidFormatException.html" title="class in org.simpleframework.xml.transform"><B>InvalidFormatException</B></A> - Exception in <A HREF="./org/simpleframework/xml/transform/package-summary.html">org.simpleframework.xml.transform</A><DD>The <code>InvalidFormatException</code> is thrown when there is 
 a format exception.<DT><A HREF="./org/simpleframework/xml/transform/InvalidFormatException.html#InvalidFormatException(java.lang.String, java.lang.Object...)"><B>InvalidFormatException(String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.transform.<A HREF="./org/simpleframework/xml/transform/InvalidFormatException.html" title="class in org.simpleframework.xml.transform">InvalidFormatException</A>
<DD>Constructor for the <code>InvalidFormatException</code> object.
<DT><A HREF="./org/simpleframework/xml/transform/InvalidFormatException.html#InvalidFormatException(java.lang.Throwable, java.lang.String, java.lang.Object...)"><B>InvalidFormatException(Throwable, String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.transform.<A HREF="./org/simpleframework/xml/transform/InvalidFormatException.html" title="class in org.simpleframework.xml.transform">InvalidFormatException</A>
<DD>Constructor for the <code>InvalidFormatException</code> object.
<DT><A HREF="./org/simpleframework/xml/stream/OutputNode.html#isCommitted()"><B>isCommitted()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream">OutputNode</A>
<DD>This is used to determine whether the node has been committed.
<DT><A HREF="./org/simpleframework/xml/stream/InputNode.html#isElement()"><B>isElement()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/InputNode.html" title="interface in org.simpleframework.xml.stream">InputNode</A>
<DD>This is used to determine if this node is an element.
<DT><A HREF="./org/simpleframework/xml/stream/InputNode.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/InputNode.html" title="interface in org.simpleframework.xml.stream">InputNode</A>
<DD>This is used to determine if this input node is empty.
<DT><A HREF="./org/simpleframework/xml/strategy/Value.html#isReference()"><B>isReference()</B></A> - 
Method in interface org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/Value.html" title="interface in org.simpleframework.xml.strategy">Value</A>
<DD>This will return true if the object represents a reference.
<DT><A HREF="./org/simpleframework/xml/stream/InputNode.html#isRoot()"><B>isRoot()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/InputNode.html" title="interface in org.simpleframework.xml.stream">InputNode</A>
<DD>This method is used to determine if this node is the root 
 node for the XML document.
<DT><A HREF="./org/simpleframework/xml/stream/OutputNode.html#isRoot()"><B>isRoot()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream">OutputNode</A>
<DD>This method is used to determine if this node is the root 
 node for the XML document.
<DT><A HREF="./org/simpleframework/xml/stream/NamespaceMap.html#iterator()"><B>iterator()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/NamespaceMap.html" title="interface in org.simpleframework.xml.stream">NamespaceMap</A>
<DD>This returns an iterator for the namespace of all the nodes 
 in this <code>NamespaceMap</code>.
<DT><A HREF="./org/simpleframework/xml/stream/NodeMap.html#iterator()"><B>iterator()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/NodeMap.html" title="interface in org.simpleframework.xml.stream">NodeMap</A>
<DD>This returns an iterator for the names of all the nodes in
 this <code>NodeMap</code>.
<DT><A HREF="./org/simpleframework/xml/util/Dictionary.html#iterator()"><B>iterator()</B></A> - 
Method in class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Dictionary.html" title="class in org.simpleframework.xml.util">Dictionary</A>
<DD>Returns an iterator of <code>Entry</code> objects which can be
 used to remove items from this set.
<DT><A HREF="./org/simpleframework/xml/util/Resolver.html#iterator()"><B>iterator()</B></A> - 
Method in class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Resolver.html" title="class in org.simpleframework.xml.util">Resolver</A>
<DD>This returns an <code>Iterator</code> that iterates over the
 matches in insertion order.
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./org/simpleframework/xml/convert/Registry.html#lookup(java.lang.Class)"><B>lookup(Class)</B></A> - 
Method in class org.simpleframework.xml.convert.<A HREF="./org/simpleframework/xml/convert/Registry.html" title="class in org.simpleframework.xml.convert">Registry</A>
<DD>This is used to acquire a <code>Converter</code> instance from
 the registry.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/simpleframework/xml/util/Dictionary.html#map"><B>map</B></A> - 
Variable in class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Dictionary.html" title="class in org.simpleframework.xml.util">Dictionary</A>
<DD>Used to map the entries to their configured names.
<DT><A HREF="./org/simpleframework/xml/filter/MapFilter.html" title="class in org.simpleframework.xml.filter"><B>MapFilter</B></A> - Class in <A HREF="./org/simpleframework/xml/filter/package-summary.html">org.simpleframework.xml.filter</A><DD>The <code>MapFilter</code> object is a filter that can make use
 of user specified mappings for replacement.<DT><A HREF="./org/simpleframework/xml/filter/MapFilter.html#MapFilter(java.util.Map)"><B>MapFilter(Map)</B></A> - 
Constructor for class org.simpleframework.xml.filter.<A HREF="./org/simpleframework/xml/filter/MapFilter.html" title="class in org.simpleframework.xml.filter">MapFilter</A>
<DD>Constructor for the <code>MapFilter</code> object.
<DT><A HREF="./org/simpleframework/xml/filter/MapFilter.html#MapFilter(java.util.Map, org.simpleframework.xml.filter.Filter)"><B>MapFilter(Map, Filter)</B></A> - 
Constructor for class org.simpleframework.xml.filter.<A HREF="./org/simpleframework/xml/filter/MapFilter.html" title="class in org.simpleframework.xml.filter">MapFilter</A>
<DD>Constructor for the <code>MapFilter</code> object.
<DT><A HREF="./org/simpleframework/xml/transform/Matcher.html#match(java.lang.Class)"><B>match(Class)</B></A> - 
Method in interface org.simpleframework.xml.transform.<A HREF="./org/simpleframework/xml/transform/Matcher.html" title="interface in org.simpleframework.xml.transform">Matcher</A>
<DD>This is used to match a <code>Transform</code> using the type
 specified.
<DT><A HREF="./org/simpleframework/xml/util/Match.html" title="interface in org.simpleframework.xml.util"><B>Match</B></A> - Interface in <A HREF="./org/simpleframework/xml/util/package-summary.html">org.simpleframework.xml.util</A><DD>This object is stored within a <code>Resolver</code> so that it 
 can be retrieved using a string that matches its pattern.<DT><A HREF="./org/simpleframework/xml/transform/Matcher.html" title="interface in org.simpleframework.xml.transform"><B>Matcher</B></A> - Interface in <A HREF="./org/simpleframework/xml/transform/package-summary.html">org.simpleframework.xml.transform</A><DD>The <code>Matcher</code> is used to match a type with a transform
 such that a string value can be read or written as that type.<DT><A HREF="./org/simpleframework/xml/core/MethodException.html" title="class in org.simpleframework.xml.core"><B>MethodException</B></A> - Exception in <A HREF="./org/simpleframework/xml/core/package-summary.html">org.simpleframework.xml.core</A><DD>The <code>MethodException</code> is used to represent conditions
 where a Java Bean property has been annotated incorrectly.<DT><A HREF="./org/simpleframework/xml/core/MethodException.html#MethodException(java.lang.String, java.lang.Object...)"><B>MethodException(String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/MethodException.html" title="class in org.simpleframework.xml.core">MethodException</A>
<DD>Constructor for the <code>MethodException</code> object.
<DT><A HREF="./org/simpleframework/xml/core/MethodException.html#MethodException(java.lang.Throwable, java.lang.String, java.lang.Object...)"><B>MethodException(Throwable, String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/MethodException.html" title="class in org.simpleframework.xml.core">MethodException</A>
<DD>Constructor for the <code>MethodException</code> object.
<DT><A HREF="./org/simpleframework/xml/stream/Mode.html" title="enum in org.simpleframework.xml.stream"><B>Mode</B></A> - Enum in <A HREF="./org/simpleframework/xml/stream/package-summary.html">org.simpleframework.xml.stream</A><DD>The <code>Mode</code> enumeration is used to specify the output
 mode for XML text.</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./org/simpleframework/xml/Namespace.html" title="annotation in org.simpleframework.xml"><B>Namespace</B></A> - Annotation Type in <A HREF="./org/simpleframework/xml/package-summary.html">org.simpleframework.xml</A><DD>The <code>Namespace</code> annotation is used to set a namespace
 on an element or attribute.<DT><A HREF="./org/simpleframework/xml/NamespaceList.html" title="annotation in org.simpleframework.xml"><B>NamespaceList</B></A> - Annotation Type in <A HREF="./org/simpleframework/xml/package-summary.html">org.simpleframework.xml</A><DD>The <code>NamespaceList</code> annotation that is used to declare
 namespaces that can be added to an element.<DT><A HREF="./org/simpleframework/xml/stream/NamespaceMap.html" title="interface in org.simpleframework.xml.stream"><B>NamespaceMap</B></A> - Interface in <A HREF="./org/simpleframework/xml/stream/package-summary.html">org.simpleframework.xml.stream</A><DD>The <code>NamespaceMap</code> object is used store the namespaces
 for an element.<DT><A HREF="./org/simpleframework/xml/stream/Node.html" title="interface in org.simpleframework.xml.stream"><B>Node</B></A> - Interface in <A HREF="./org/simpleframework/xml/stream/package-summary.html">org.simpleframework.xml.stream</A><DD>The <code>Node</code> is used to represent a name value pair and
 acts as the base form of data used within the framework.<DT><A HREF="./org/simpleframework/xml/stream/NodeBuilder.html" title="class in org.simpleframework.xml.stream"><B>NodeBuilder</B></A> - Class in <A HREF="./org/simpleframework/xml/stream/package-summary.html">org.simpleframework.xml.stream</A><DD>The <code>NodeBuilder</code> object is used to create either an
 input node or an output node for a given source or destination.<DT><A HREF="./org/simpleframework/xml/stream/NodeBuilder.html#NodeBuilder()"><B>NodeBuilder()</B></A> - 
Constructor for class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/NodeBuilder.html" title="class in org.simpleframework.xml.stream">NodeBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/simpleframework/xml/stream/NodeException.html" title="class in org.simpleframework.xml.stream"><B>NodeException</B></A> - Exception in <A HREF="./org/simpleframework/xml/stream/package-summary.html">org.simpleframework.xml.stream</A><DD>The <code>NodeException</code> is thrown to indicate the state of
 either the input node or output node being invalid.<DT><A HREF="./org/simpleframework/xml/stream/NodeException.html#NodeException(java.lang.String)"><B>NodeException(String)</B></A> - 
Constructor for exception org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/NodeException.html" title="class in org.simpleframework.xml.stream">NodeException</A>
<DD>Constructor for the <code>NodeException</code> object.
<DT><A HREF="./org/simpleframework/xml/stream/NodeMap.html" title="interface in org.simpleframework.xml.stream"><B>NodeMap</B></A>&lt;<A HREF="./org/simpleframework/xml/stream/NodeMap.html" title="type parameter in NodeMap">T</A> extends <A HREF="./org/simpleframework/xml/stream/Node.html" title="interface in org.simpleframework.xml.stream">Node</A>&gt; - Interface in <A HREF="./org/simpleframework/xml/stream/package-summary.html">org.simpleframework.xml.stream</A><DD>The <code>NodeMap</code> object represents a map of nodes that
 can be set as name value pairs.</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/simpleframework/xml/Order.html" title="annotation in org.simpleframework.xml"><B>Order</B></A> - Annotation Type in <A HREF="./org/simpleframework/xml/package-summary.html">org.simpleframework.xml</A><DD>The <code>Order</code> annotation is used to specify the order of
 appearance of XML elements and attributes.<DT><A HREF="./org/simpleframework/xml/package-summary.html"><B>org.simpleframework.xml</B></A> - package org.simpleframework.xml<DD>&nbsp;<DT><A HREF="./org/simpleframework/xml/convert/package-summary.html"><B>org.simpleframework.xml.convert</B></A> - package org.simpleframework.xml.convert<DD>&nbsp;<DT><A HREF="./org/simpleframework/xml/core/package-summary.html"><B>org.simpleframework.xml.core</B></A> - package org.simpleframework.xml.core<DD>&nbsp;<DT><A HREF="./org/simpleframework/xml/filter/package-summary.html"><B>org.simpleframework.xml.filter</B></A> - package org.simpleframework.xml.filter<DD>&nbsp;<DT><A HREF="./org/simpleframework/xml/strategy/package-summary.html"><B>org.simpleframework.xml.strategy</B></A> - package org.simpleframework.xml.strategy<DD>&nbsp;<DT><A HREF="./org/simpleframework/xml/stream/package-summary.html"><B>org.simpleframework.xml.stream</B></A> - package org.simpleframework.xml.stream<DD>&nbsp;<DT><A HREF="./org/simpleframework/xml/transform/package-summary.html"><B>org.simpleframework.xml.transform</B></A> - package org.simpleframework.xml.transform<DD>&nbsp;<DT><A HREF="./org/simpleframework/xml/util/package-summary.html"><B>org.simpleframework.xml.util</B></A> - package org.simpleframework.xml.util<DD>&nbsp;<DT><A HREF="./org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream"><B>OutputNode</B></A> - Interface in <A HREF="./org/simpleframework/xml/stream/package-summary.html">org.simpleframework.xml.stream</A><DD>The <code>OutputNode</code> object is used to represent a cursor
 which can be used to write XML elements and attributes.</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/simpleframework/xml/core/Persist.html" title="annotation in org.simpleframework.xml.core"><B>Persist</B></A> - Annotation Type in <A HREF="./org/simpleframework/xml/core/package-summary.html">org.simpleframework.xml.core</A><DD>The <code>Persist</code> annotation is used to mark a method that
 requires a callback from the persister before serialization of
 an object begins.<DT><A HREF="./org/simpleframework/xml/core/PersistenceException.html" title="class in org.simpleframework.xml.core"><B>PersistenceException</B></A> - Exception in <A HREF="./org/simpleframework/xml/core/package-summary.html">org.simpleframework.xml.core</A><DD>The <code>PersistenceException</code> is thrown when there is a
 persistance exception.<DT><A HREF="./org/simpleframework/xml/core/PersistenceException.html#PersistenceException(java.lang.String, java.lang.Object...)"><B>PersistenceException(String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/PersistenceException.html" title="class in org.simpleframework.xml.core">PersistenceException</A>
<DD>Constructor for the <code>PersistenceException</code> object.
<DT><A HREF="./org/simpleframework/xml/core/PersistenceException.html#PersistenceException(java.lang.Throwable, java.lang.String, java.lang.Object...)"><B>PersistenceException(Throwable, String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/PersistenceException.html" title="class in org.simpleframework.xml.core">PersistenceException</A>
<DD>Constructor for the <code>PersistenceException</code> object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core"><B>Persister</B></A> - Class in <A HREF="./org/simpleframework/xml/core/package-summary.html">org.simpleframework.xml.core</A><DD>The <code>Persister</code> object is used to provide an implementation
 of a serializer.<DT><A HREF="./org/simpleframework/xml/core/Persister.html#Persister()"><B>Persister()</B></A> - 
Constructor for class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>Constructor for the <code>Persister</code> object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#Persister(org.simpleframework.xml.stream.Format)"><B>Persister(Format)</B></A> - 
Constructor for class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>Constructor for the <code>Persister</code> object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#Persister(java.util.Map)"><B>Persister(Map)</B></A> - 
Constructor for class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>Constructor for the <code>Persister</code> object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#Persister(java.util.Map, org.simpleframework.xml.stream.Format)"><B>Persister(Map, Format)</B></A> - 
Constructor for class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>Constructor for the <code>Persister</code> object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#Persister(org.simpleframework.xml.filter.Filter)"><B>Persister(Filter)</B></A> - 
Constructor for class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>Constructor for the <code>Persister</code> object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#Persister(org.simpleframework.xml.filter.Filter, org.simpleframework.xml.stream.Format)"><B>Persister(Filter, Format)</B></A> - 
Constructor for class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>Constructor for the <code>Persister</code> object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#Persister(org.simpleframework.xml.transform.Matcher)"><B>Persister(Matcher)</B></A> - 
Constructor for class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>Constructor for the <code>Persister</code> object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#Persister(org.simpleframework.xml.transform.Matcher, org.simpleframework.xml.stream.Format)"><B>Persister(Matcher, Format)</B></A> - 
Constructor for class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>Constructor for the <code>Persister</code> object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#Persister(org.simpleframework.xml.strategy.Strategy)"><B>Persister(Strategy)</B></A> - 
Constructor for class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>Constructor for the <code>Persister</code> object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#Persister(org.simpleframework.xml.strategy.Strategy, org.simpleframework.xml.stream.Format)"><B>Persister(Strategy, Format)</B></A> - 
Constructor for class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>Constructor for the <code>Persister</code> object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#Persister(org.simpleframework.xml.filter.Filter, org.simpleframework.xml.transform.Matcher)"><B>Persister(Filter, Matcher)</B></A> - 
Constructor for class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>Constructor for the <code>Persister</code> object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#Persister(org.simpleframework.xml.filter.Filter, org.simpleframework.xml.transform.Matcher, org.simpleframework.xml.stream.Format)"><B>Persister(Filter, Matcher, Format)</B></A> - 
Constructor for class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>Constructor for the <code>Persister</code> object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#Persister(org.simpleframework.xml.strategy.Strategy, java.util.Map)"><B>Persister(Strategy, Map)</B></A> - 
Constructor for class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>Constructor for the <code>Persister</code> object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#Persister(org.simpleframework.xml.strategy.Strategy, java.util.Map, org.simpleframework.xml.stream.Format)"><B>Persister(Strategy, Map, Format)</B></A> - 
Constructor for class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>Constructor for the <code>Persister</code> object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#Persister(org.simpleframework.xml.strategy.Strategy, org.simpleframework.xml.filter.Filter)"><B>Persister(Strategy, Filter)</B></A> - 
Constructor for class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>Constructor for the <code>Persister</code> object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#Persister(org.simpleframework.xml.strategy.Strategy, org.simpleframework.xml.filter.Filter, org.simpleframework.xml.stream.Format)"><B>Persister(Strategy, Filter, Format)</B></A> - 
Constructor for class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>Constructor for the <code>Persister</code> object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#Persister(org.simpleframework.xml.strategy.Strategy, org.simpleframework.xml.transform.Matcher)"><B>Persister(Strategy, Matcher)</B></A> - 
Constructor for class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>Constructor for the <code>Persister</code> object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#Persister(org.simpleframework.xml.strategy.Strategy, org.simpleframework.xml.transform.Matcher, org.simpleframework.xml.stream.Format)"><B>Persister(Strategy, Matcher, Format)</B></A> - 
Constructor for class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>Constructor for the <code>Persister</code> object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#Persister(org.simpleframework.xml.strategy.Strategy, org.simpleframework.xml.filter.Filter, org.simpleframework.xml.transform.Matcher)"><B>Persister(Strategy, Filter, Matcher)</B></A> - 
Constructor for class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>Constructor for the <code>Persister</code> object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#Persister(org.simpleframework.xml.strategy.Strategy, org.simpleframework.xml.filter.Filter, org.simpleframework.xml.transform.Matcher, org.simpleframework.xml.stream.Format)"><B>Persister(Strategy, Filter, Matcher, Format)</B></A> - 
Constructor for class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>Constructor for the <code>Persister</code> object.
<DT><A HREF="./org/simpleframework/xml/filter/PlatformFilter.html" title="class in org.simpleframework.xml.filter"><B>PlatformFilter</B></A> - Class in <A HREF="./org/simpleframework/xml/filter/package-summary.html">org.simpleframework.xml.filter</A><DD>The <code>PlatformFilter</code> object makes use of all filter
 types this resolves user specified properties first, followed
 by system properties, and finally environment variables.<DT><A HREF="./org/simpleframework/xml/filter/PlatformFilter.html#PlatformFilter()"><B>PlatformFilter()</B></A> - 
Constructor for class org.simpleframework.xml.filter.<A HREF="./org/simpleframework/xml/filter/PlatformFilter.html" title="class in org.simpleframework.xml.filter">PlatformFilter</A>
<DD>Constructor for the <code>PlatformFilter</code> object.
<DT><A HREF="./org/simpleframework/xml/filter/PlatformFilter.html#PlatformFilter(java.util.Map)"><B>PlatformFilter(Map)</B></A> - 
Constructor for class org.simpleframework.xml.filter.<A HREF="./org/simpleframework/xml/filter/PlatformFilter.html" title="class in org.simpleframework.xml.filter">PlatformFilter</A>
<DD>Constructor for the <code>PlatformFilter</code> object.
<DT><A HREF="./org/simpleframework/xml/stream/Position.html" title="interface in org.simpleframework.xml.stream"><B>Position</B></A> - Interface in <A HREF="./org/simpleframework/xml/stream/package-summary.html">org.simpleframework.xml.stream</A><DD>The <code>Position</code> object is used to acquire the position
 of the read cursor within the XML file.<DT><A HREF="./org/simpleframework/xml/filter/StackFilter.html#push(org.simpleframework.xml.filter.Filter)"><B>push(Filter)</B></A> - 
Method in class org.simpleframework.xml.filter.<A HREF="./org/simpleframework/xml/filter/StackFilter.html" title="class in org.simpleframework.xml.filter">StackFilter</A>
<DD>This pushes the the provided <code>Filter</code> on to the top
 of the stack.
<DT><A HREF="./org/simpleframework/xml/stream/NamespaceMap.html#put(java.lang.String)"><B>put(String)</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/NamespaceMap.html" title="interface in org.simpleframework.xml.stream">NamespaceMap</A>
<DD>This is used to add the namespace reference to the namespace
 map.
<DT><A HREF="./org/simpleframework/xml/stream/NamespaceMap.html#put(java.lang.String, java.lang.String)"><B>put(String, String)</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/NamespaceMap.html" title="interface in org.simpleframework.xml.stream">NamespaceMap</A>
<DD>This is used to add the namespace reference to the namespace
 map.
<DT><A HREF="./org/simpleframework/xml/stream/NodeMap.html#put(java.lang.String, java.lang.String)"><B>put(String, String)</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/NodeMap.html" title="interface in org.simpleframework.xml.stream">NodeMap</A>
<DD>This is used to add a new <code>Node</code> to the map.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/simpleframework/xml/convert/AnnotationStrategy.html#read(org.simpleframework.xml.strategy.Type, org.simpleframework.xml.stream.NodeMap, java.util.Map)"><B>read(Type, NodeMap&lt;InputNode&gt;, Map)</B></A> - 
Method in class org.simpleframework.xml.convert.<A HREF="./org/simpleframework/xml/convert/AnnotationStrategy.html" title="class in org.simpleframework.xml.convert">AnnotationStrategy</A>
<DD>This is used to read the <code>Value</code> which will be used 
 to represent the deserialized object.
<DT><A HREF="./org/simpleframework/xml/convert/Converter.html#read(org.simpleframework.xml.stream.InputNode)"><B>read(InputNode)</B></A> - 
Method in interface org.simpleframework.xml.convert.<A HREF="./org/simpleframework/xml/convert/Converter.html" title="interface in org.simpleframework.xml.convert">Converter</A>
<DD>This <code>read</code> method is used to deserialize an object
 from the source XML.
<DT><A HREF="./org/simpleframework/xml/convert/RegistryStrategy.html#read(org.simpleframework.xml.strategy.Type, org.simpleframework.xml.stream.NodeMap, java.util.Map)"><B>read(Type, NodeMap&lt;InputNode&gt;, Map)</B></A> - 
Method in class org.simpleframework.xml.convert.<A HREF="./org/simpleframework/xml/convert/RegistryStrategy.html" title="class in org.simpleframework.xml.convert">RegistryStrategy</A>
<DD>This is used to read the <code>Value</code> which will be used 
 to represent the deserialized object.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#read(java.lang.Class, java.lang.String)"><B>read(Class&lt;? extends T&gt;, String)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and convert it into an object
 of the specified type.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#read(java.lang.Class, java.io.File)"><B>read(Class&lt;? extends T&gt;, File)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and convert it into an object
 of the specified type.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#read(java.lang.Class, java.io.InputStream)"><B>read(Class&lt;? extends T&gt;, InputStream)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and convert it into an object
 of the specified type.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#read(java.lang.Class, java.io.Reader)"><B>read(Class&lt;? extends T&gt;, Reader)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and convert it into an object
 of the specified type.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#read(java.lang.Class, org.simpleframework.xml.stream.InputNode)"><B>read(Class&lt;? extends T&gt;, InputNode)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and convert it into an object
 of the specified type.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#read(java.lang.Class, java.lang.String, boolean)"><B>read(Class&lt;? extends T&gt;, String, boolean)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and convert it into an object
 of the specified type.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#read(java.lang.Class, java.io.File, boolean)"><B>read(Class&lt;? extends T&gt;, File, boolean)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and convert it into an object
 of the specified type.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#read(java.lang.Class, java.io.InputStream, boolean)"><B>read(Class&lt;? extends T&gt;, InputStream, boolean)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and convert it into an object
 of the specified type.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#read(java.lang.Class, java.io.Reader, boolean)"><B>read(Class&lt;? extends T&gt;, Reader, boolean)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and convert it into an object
 of the specified type.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#read(java.lang.Class, org.simpleframework.xml.stream.InputNode, boolean)"><B>read(Class&lt;? extends T&gt;, InputNode, boolean)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and convert it into an object
 of the specified type.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#read(T, java.lang.String)"><B>read(T, String)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and populate the object with
 the values deserialized.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#read(T, java.io.File)"><B>read(T, File)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and populate the object with
 the values deserialized.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#read(T, java.io.InputStream)"><B>read(T, InputStream)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and populate the object with
 the values deserialized.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#read(T, java.io.Reader)"><B>read(T, Reader)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and populate the object with
 the values deserialized.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#read(T, org.simpleframework.xml.stream.InputNode)"><B>read(T, InputNode)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and populate the object with
 the values deserialized.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#read(T, java.lang.String, boolean)"><B>read(T, String, boolean)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and populate the object with
 the values deserialized.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#read(T, java.io.File, boolean)"><B>read(T, File, boolean)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and populate the object with
 the values deserialized.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#read(T, java.io.InputStream, boolean)"><B>read(T, InputStream, boolean)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and populate the object with
 the values deserialized.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#read(T, java.io.Reader, boolean)"><B>read(T, Reader, boolean)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and populate the object with
 the values deserialized.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#read(T, org.simpleframework.xml.stream.InputNode, boolean)"><B>read(T, InputNode, boolean)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and populate the object with
 the values deserialized.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#read(java.lang.Class, java.lang.String)"><B>read(Class&lt;? extends T&gt;, String)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and convert it into an object
 of the specified type.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#read(java.lang.Class, java.io.File)"><B>read(Class&lt;? extends T&gt;, File)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and convert it into an object
 of the specified type.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#read(java.lang.Class, java.io.InputStream)"><B>read(Class&lt;? extends T&gt;, InputStream)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and convert it into an object
 of the specified type.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#read(java.lang.Class, java.io.Reader)"><B>read(Class&lt;? extends T&gt;, Reader)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and convert it into an object
 of the specified type.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#read(java.lang.Class, org.simpleframework.xml.stream.InputNode)"><B>read(Class&lt;? extends T&gt;, InputNode)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and convert it into an object
 of the specified type.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#read(java.lang.Class, java.lang.String, boolean)"><B>read(Class&lt;? extends T&gt;, String, boolean)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and convert it into an object
 of the specified type.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#read(java.lang.Class, java.io.File, boolean)"><B>read(Class&lt;? extends T&gt;, File, boolean)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and convert it into an object
 of the specified type.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#read(java.lang.Class, java.io.InputStream, boolean)"><B>read(Class&lt;? extends T&gt;, InputStream, boolean)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and convert it into an object
 of the specified type.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#read(java.lang.Class, java.io.Reader, boolean)"><B>read(Class&lt;? extends T&gt;, Reader, boolean)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and convert it into an object
 of the specified type.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#read(java.lang.Class, org.simpleframework.xml.stream.InputNode, boolean)"><B>read(Class&lt;? extends T&gt;, InputNode, boolean)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and convert it into an object
 of the specified type.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#read(T, java.lang.String)"><B>read(T, String)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and populate the object with
 the values deserialized.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#read(T, java.io.File)"><B>read(T, File)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and populate the object with
 the values deserialized.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#read(T, java.io.InputStream)"><B>read(T, InputStream)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and populate the object with
 the values deserialized.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#read(T, java.io.Reader)"><B>read(T, Reader)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and populate the object with
 the values deserialized.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#read(T, org.simpleframework.xml.stream.InputNode)"><B>read(T, InputNode)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and populate the object with
 the values deserialized.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#read(T, java.lang.String, boolean)"><B>read(T, String, boolean)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and populate the object with
 the values deserialized.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#read(T, java.io.File, boolean)"><B>read(T, File, boolean)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and populate the object with
 the values deserialized.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#read(T, java.io.InputStream, boolean)"><B>read(T, InputStream, boolean)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and populate the object with
 the values deserialized.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#read(T, java.io.Reader, boolean)"><B>read(T, Reader, boolean)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and populate the object with
 the values deserialized.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#read(T, org.simpleframework.xml.stream.InputNode, boolean)"><B>read(T, InputNode, boolean)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>read</code> method will read the contents of the XML
 document from the provided source and populate the object with
 the values deserialized.
<DT><A HREF="./org/simpleframework/xml/strategy/CycleStrategy.html#read(org.simpleframework.xml.strategy.Type, org.simpleframework.xml.stream.NodeMap, java.util.Map)"><B>read(Type, NodeMap, Map)</B></A> - 
Method in class org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/CycleStrategy.html" title="class in org.simpleframework.xml.strategy">CycleStrategy</A>
<DD>This method is used to read an object from the specified node.
<DT><A HREF="./org/simpleframework/xml/strategy/Strategy.html#read(org.simpleframework.xml.strategy.Type, org.simpleframework.xml.stream.NodeMap, java.util.Map)"><B>read(Type, NodeMap&lt;InputNode&gt;, Map)</B></A> - 
Method in interface org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/Strategy.html" title="interface in org.simpleframework.xml.strategy">Strategy</A>
<DD>This is used to resolve and load a class for the given element.
<DT><A HREF="./org/simpleframework/xml/strategy/TreeStrategy.html#read(org.simpleframework.xml.strategy.Type, org.simpleframework.xml.stream.NodeMap, java.util.Map)"><B>read(Type, NodeMap, Map)</B></A> - 
Method in class org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/TreeStrategy.html" title="class in org.simpleframework.xml.strategy">TreeStrategy</A>
<DD>This is used to resolve and load a class for the given element.
<DT><A HREF="./org/simpleframework/xml/strategy/Visitor.html#read(org.simpleframework.xml.strategy.Type, org.simpleframework.xml.stream.NodeMap)"><B>read(Type, NodeMap&lt;InputNode&gt;)</B></A> - 
Method in interface org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/Visitor.html" title="interface in org.simpleframework.xml.strategy">Visitor</A>
<DD>This is used to intercept an XML element before it is read
 by the underlying <code>Strategy</code> implementation.
<DT><A HREF="./org/simpleframework/xml/strategy/VisitorStrategy.html#read(org.simpleframework.xml.strategy.Type, org.simpleframework.xml.stream.NodeMap, java.util.Map)"><B>read(Type, NodeMap&lt;InputNode&gt;, Map)</B></A> - 
Method in class org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/VisitorStrategy.html" title="class in org.simpleframework.xml.strategy">VisitorStrategy</A>
<DD>This method will read with  an internal strategy after it has
 been intercepted by the visitor.
<DT><A HREF="./org/simpleframework/xml/stream/NodeBuilder.html#read(java.io.InputStream)"><B>read(InputStream)</B></A> - 
Static method in class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/NodeBuilder.html" title="class in org.simpleframework.xml.stream">NodeBuilder</A>
<DD>This is used to create an <code>InputNode</code> that can be 
 used to read XML from the specified stream.
<DT><A HREF="./org/simpleframework/xml/stream/NodeBuilder.html#read(java.io.Reader)"><B>read(Reader)</B></A> - 
Static method in class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/NodeBuilder.html" title="class in org.simpleframework.xml.stream">NodeBuilder</A>
<DD>This is used to create an <code>InputNode</code> that can be 
 used to read XML from the specified reader.
<DT><A HREF="./org/simpleframework/xml/transform/Transform.html#read(java.lang.String)"><B>read(String)</B></A> - 
Method in interface org.simpleframework.xml.transform.<A HREF="./org/simpleframework/xml/transform/Transform.html" title="interface in org.simpleframework.xml.transform">Transform</A>
<DD>This method is used to convert the string value given to an
 appropriate representation.
<DT><A HREF="./org/simpleframework/xml/transform/Transformer.html#read(java.lang.String, java.lang.Class)"><B>read(String, Class)</B></A> - 
Method in class org.simpleframework.xml.transform.<A HREF="./org/simpleframework/xml/transform/Transformer.html" title="class in org.simpleframework.xml.transform">Transformer</A>
<DD>This method is used to convert the string value given to an
 appropriate representation.
<DT><A HREF="./org/simpleframework/xml/convert/Registry.html" title="class in org.simpleframework.xml.convert"><B>Registry</B></A> - Class in <A HREF="./org/simpleframework/xml/convert/package-summary.html">org.simpleframework.xml.convert</A><DD>The <code>Registry</code> represents an object that is used to
 register bindings between a class and a converter implementation.<DT><A HREF="./org/simpleframework/xml/convert/Registry.html#Registry()"><B>Registry()</B></A> - 
Constructor for class org.simpleframework.xml.convert.<A HREF="./org/simpleframework/xml/convert/Registry.html" title="class in org.simpleframework.xml.convert">Registry</A>
<DD>Constructor for the <code>Registry</code> object.
<DT><A HREF="./org/simpleframework/xml/convert/RegistryStrategy.html" title="class in org.simpleframework.xml.convert"><B>RegistryStrategy</B></A> - Class in <A HREF="./org/simpleframework/xml/convert/package-summary.html">org.simpleframework.xml.convert</A><DD>The <code>RegistryStrategy</code> object is used to intercept
 the serialization process and delegate to custom converters.<DT><A HREF="./org/simpleframework/xml/convert/RegistryStrategy.html#RegistryStrategy(org.simpleframework.xml.convert.Registry)"><B>RegistryStrategy(Registry)</B></A> - 
Constructor for class org.simpleframework.xml.convert.<A HREF="./org/simpleframework/xml/convert/RegistryStrategy.html" title="class in org.simpleframework.xml.convert">RegistryStrategy</A>
<DD>Constructor for the <code>RegistryStrategy</code> object.
<DT><A HREF="./org/simpleframework/xml/convert/RegistryStrategy.html#RegistryStrategy(org.simpleframework.xml.convert.Registry, org.simpleframework.xml.strategy.Strategy)"><B>RegistryStrategy(Registry, Strategy)</B></A> - 
Constructor for class org.simpleframework.xml.convert.<A HREF="./org/simpleframework/xml/convert/RegistryStrategy.html" title="class in org.simpleframework.xml.convert">RegistryStrategy</A>
<DD>Constructor for the <code>RegistryStrategy</code> object.
<DT><A HREF="./org/simpleframework/xml/stream/NamespaceMap.html#remove(java.lang.String)"><B>remove(String)</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/NamespaceMap.html" title="interface in org.simpleframework.xml.stream">NamespaceMap</A>
<DD>This is used to remove the prefix that is matched to the 
 given reference.
<DT><A HREF="./org/simpleframework/xml/stream/NodeMap.html#remove(java.lang.String)"><B>remove(String)</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/NodeMap.html" title="interface in org.simpleframework.xml.stream">NodeMap</A>
<DD>This is used to remove the <code>Node</code> mapped to the
 given name.
<DT><A HREF="./org/simpleframework/xml/stream/OutputNode.html#remove()"><B>remove()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream">OutputNode</A>
<DD>This is used to remove any uncommitted changes.
<DT><A HREF="./org/simpleframework/xml/util/Dictionary.html#remove(java.lang.String)"><B>remove(String)</B></A> - 
Method in class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Dictionary.html" title="class in org.simpleframework.xml.util">Dictionary</A>
<DD>This is used to remove an <code>Entry</code> from the set by
 its name.
<DT><A HREF="./org/simpleframework/xml/util/Resolver.html#remove(M)"><B>remove(M)</B></A> - 
Method in class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Resolver.html" title="class in org.simpleframework.xml.util">Resolver</A>
<DD>This is used to remove the <code>Match</code> implementation
 from the resolver.
<DT><A HREF="./org/simpleframework/xml/core/Replace.html" title="annotation in org.simpleframework.xml.core"><B>Replace</B></A> - Annotation Type in <A HREF="./org/simpleframework/xml/core/package-summary.html">org.simpleframework.xml.core</A><DD>The <code>Replace</code> method is used to replace an object that
 is about to be serialized to an XML document.<DT><A HREF="./org/simpleframework/xml/filter/EnvironmentFilter.html#replace(java.lang.String)"><B>replace(String)</B></A> - 
Method in class org.simpleframework.xml.filter.<A HREF="./org/simpleframework/xml/filter/EnvironmentFilter.html" title="class in org.simpleframework.xml.filter">EnvironmentFilter</A>
<DD>Replaces the text provided with the value resolved from the
 environment variables.
<DT><A HREF="./org/simpleframework/xml/filter/Filter.html#replace(java.lang.String)"><B>replace(String)</B></A> - 
Method in interface org.simpleframework.xml.filter.<A HREF="./org/simpleframework/xml/filter/Filter.html" title="interface in org.simpleframework.xml.filter">Filter</A>
<DD>Replaces the text provided with some property.
<DT><A HREF="./org/simpleframework/xml/filter/MapFilter.html#replace(java.lang.String)"><B>replace(String)</B></A> - 
Method in class org.simpleframework.xml.filter.<A HREF="./org/simpleframework/xml/filter/MapFilter.html" title="class in org.simpleframework.xml.filter">MapFilter</A>
<DD>Replaces the text provided with the value resolved from the
 specified <code>Map</code>.
<DT><A HREF="./org/simpleframework/xml/filter/StackFilter.html#replace(java.lang.String)"><B>replace(String)</B></A> - 
Method in class org.simpleframework.xml.filter.<A HREF="./org/simpleframework/xml/filter/StackFilter.html" title="class in org.simpleframework.xml.filter">StackFilter</A>
<DD>Replaces the text provided with the value resolved from the
 stacked filters.
<DT><A HREF="./org/simpleframework/xml/filter/SystemFilter.html#replace(java.lang.String)"><B>replace(String)</B></A> - 
Method in class org.simpleframework.xml.filter.<A HREF="./org/simpleframework/xml/filter/SystemFilter.html" title="class in org.simpleframework.xml.filter">SystemFilter</A>
<DD>Replaces the text provided with the value resolved from the
 system properties.
<DT><A HREF="./org/simpleframework/xml/core/Resolve.html" title="annotation in org.simpleframework.xml.core"><B>Resolve</B></A> - Annotation Type in <A HREF="./org/simpleframework/xml/core/package-summary.html">org.simpleframework.xml.core</A><DD>The <code>Resolve</code> method is used to resolve an object that
 has been deserialized from the XML document.<DT><A HREF="./org/simpleframework/xml/util/Resolver.html#resolve(java.lang.String)"><B>resolve(String)</B></A> - 
Method in class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Resolver.html" title="class in org.simpleframework.xml.util">Resolver</A>
<DD>This will search the patterns in this <code>Resolver</code> to
 see if there is a pattern in it that matches the string given.
<DT><A HREF="./org/simpleframework/xml/util/Resolver.html#resolveAll(java.lang.String)"><B>resolveAll(String)</B></A> - 
Method in class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Resolver.html" title="class in org.simpleframework.xml.util">Resolver</A>
<DD>This will search the patterns in this <code>Resolver</code> to
 see if there is a pattern in it that matches the string given.
<DT><A HREF="./org/simpleframework/xml/util/Resolver.html" title="class in org.simpleframework.xml.util"><B>Resolver</B></A>&lt;<A HREF="./org/simpleframework/xml/util/Resolver.html" title="type parameter in Resolver">M</A> extends <A HREF="./org/simpleframework/xml/util/Match.html" title="interface in org.simpleframework.xml.util">Match</A>&gt; - Class in <A HREF="./org/simpleframework/xml/util/package-summary.html">org.simpleframework.xml.util</A><DD>This is used to store <code>Match</code> objects, which can then be
 retrieved using a string by comparing that string to the pattern of
 the <code>Match</code> objects.<DT><A HREF="./org/simpleframework/xml/util/Resolver.html#Resolver()"><B>Resolver()</B></A> - 
Constructor for class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Resolver.html" title="class in org.simpleframework.xml.util">Resolver</A>
<DD>The default constructor will create a <code>Resolver</code>
 without a large cache size.
<DT><A HREF="./org/simpleframework/xml/Root.html" title="annotation in org.simpleframework.xml"><B>Root</B></A> - Annotation Type in <A HREF="./org/simpleframework/xml/package-summary.html">org.simpleframework.xml</A><DD>This <code>Root</code> annotation is used to annotate classes that
 need to be serialized.<DT><A HREF="./org/simpleframework/xml/core/RootException.html" title="class in org.simpleframework.xml.core"><B>RootException</B></A> - Exception in <A HREF="./org/simpleframework/xml/core/package-summary.html">org.simpleframework.xml.core</A><DD>The <code>RootException</code> is thrown if the <code>Root</code>
 annotation is missing from a root object that is to be serialized
 or deserialized.<DT><A HREF="./org/simpleframework/xml/core/RootException.html#RootException(java.lang.String, java.lang.Object...)"><B>RootException(String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/RootException.html" title="class in org.simpleframework.xml.core">RootException</A>
<DD>Constructor for the <code>RootException</code> exception.
<DT><A HREF="./org/simpleframework/xml/core/RootException.html#RootException(java.lang.Throwable, java.lang.String, java.lang.Object...)"><B>RootException(Throwable, String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/RootException.html" title="class in org.simpleframework.xml.core">RootException</A>
<DD>Constructor for the <code>RootException</code> exception.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml"><B>Serializer</B></A> - Interface in <A HREF="./org/simpleframework/xml/package-summary.html">org.simpleframework.xml</A><DD>The <code>Serializer</code> interface is used to represent objects
 that can serialize and deserialize objects to an from XML.<DT><A HREF="./org/simpleframework/xml/stream/CamelCaseStyle.html#setAttribute(java.lang.String, java.lang.String)"><B>setAttribute(String, String)</B></A> - 
Method in class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/CamelCaseStyle.html" title="class in org.simpleframework.xml.stream">CamelCaseStyle</A>
<DD>This is used to set the attribute values within this builder.
<DT><A HREF="./org/simpleframework/xml/stream/HyphenStyle.html#setAttribute(java.lang.String, java.lang.String)"><B>setAttribute(String, String)</B></A> - 
Method in class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/HyphenStyle.html" title="class in org.simpleframework.xml.stream">HyphenStyle</A>
<DD>This is used to set the attribute values within this builder.
<DT><A HREF="./org/simpleframework/xml/stream/OutputNode.html#setAttribute(java.lang.String, java.lang.String)"><B>setAttribute(String, String)</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream">OutputNode</A>
<DD>This method is used for convenience to add an attribute node 
 to the attribute <code>NodeMap</code>.
<DT><A HREF="./org/simpleframework/xml/stream/OutputNode.html#setComment(java.lang.String)"><B>setComment(String)</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream">OutputNode</A>
<DD>This is used to set a text comment to the element.
<DT><A HREF="./org/simpleframework/xml/stream/OutputNode.html#setData(boolean)"><B>setData(boolean)</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream">OutputNode</A>
<DD>This is used to set the output mode of this node to either
 be CDATA or escaped.
<DT><A HREF="./org/simpleframework/xml/stream/CamelCaseStyle.html#setElement(java.lang.String, java.lang.String)"><B>setElement(String, String)</B></A> - 
Method in class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/CamelCaseStyle.html" title="class in org.simpleframework.xml.stream">CamelCaseStyle</A>
<DD>This is used to set the element values within this builder.
<DT><A HREF="./org/simpleframework/xml/stream/HyphenStyle.html#setElement(java.lang.String, java.lang.String)"><B>setElement(String, String)</B></A> - 
Method in class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/HyphenStyle.html" title="class in org.simpleframework.xml.stream">HyphenStyle</A>
<DD>This is used to set the element values within this builder.
<DT><A HREF="./org/simpleframework/xml/stream/OutputNode.html#setMode(org.simpleframework.xml.stream.Mode)"><B>setMode(Mode)</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream">OutputNode</A>
<DD>This is used to set the output mode of this node to either
 be CDATA, escaped, or inherited.
<DT><A HREF="./org/simpleframework/xml/stream/OutputNode.html#setReference(java.lang.String)"><B>setReference(String)</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream">OutputNode</A>
<DD>This is used to set the reference for the node.
<DT><A HREF="./org/simpleframework/xml/strategy/Value.html#setValue(java.lang.Object)"><B>setValue(Object)</B></A> - 
Method in interface org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/Value.html" title="interface in org.simpleframework.xml.strategy">Value</A>
<DD>This method is used set the value within this object.
<DT><A HREF="./org/simpleframework/xml/stream/OutputNode.html#setValue(java.lang.String)"><B>setValue(String)</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream">OutputNode</A>
<DD>This is used to set a text value to the element.
<DT><A HREF="./org/simpleframework/xml/util/Dictionary.html#size()"><B>size()</B></A> - 
Method in class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Dictionary.html" title="class in org.simpleframework.xml.util">Dictionary</A>
<DD>This returns the number of <code>Entry</code> objects within
 the dictionary.
<DT><A HREF="./org/simpleframework/xml/util/Resolver.html#size()"><B>size()</B></A> - 
Method in class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Resolver.html" title="class in org.simpleframework.xml.util">Resolver</A>
<DD>Returns the number of matches that have been inserted into 
 the <code>Resolver</code>.
<DT><A HREF="./org/simpleframework/xml/stream/InputNode.html#skip()"><B>skip()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/InputNode.html" title="interface in org.simpleframework.xml.stream">InputNode</A>
<DD>This method is used to skip all child elements from this
 element.
<DT><A HREF="./org/simpleframework/xml/filter/StackFilter.html" title="class in org.simpleframework.xml.filter"><B>StackFilter</B></A> - Class in <A HREF="./org/simpleframework/xml/filter/package-summary.html">org.simpleframework.xml.filter</A><DD>The <code>StackFilter</code> object provides a filter that can
 be given a collection of filters which can be used to resolve a
 replacement.<DT><A HREF="./org/simpleframework/xml/filter/StackFilter.html#StackFilter()"><B>StackFilter()</B></A> - 
Constructor for class org.simpleframework.xml.filter.<A HREF="./org/simpleframework/xml/filter/StackFilter.html" title="class in org.simpleframework.xml.filter">StackFilter</A>
<DD>Constructor for the <code>StackFilter</code> object.
<DT><A HREF="./org/simpleframework/xml/strategy/Strategy.html" title="interface in org.simpleframework.xml.strategy"><B>Strategy</B></A> - Interface in <A HREF="./org/simpleframework/xml/strategy/package-summary.html">org.simpleframework.xml.strategy</A><DD>The <code>Strategy</code> interface represents a strategy that can be 
 used to resolve and load the <code>Class</code> objects that compose 
 a serializable object.<DT><A HREF="./org/simpleframework/xml/stream/Style.html" title="interface in org.simpleframework.xml.stream"><B>Style</B></A> - Interface in <A HREF="./org/simpleframework/xml/stream/package-summary.html">org.simpleframework.xml.stream</A><DD>The <code>Style</code> interface is used to represent an XML style
 that can be applied to a serialized object.<DT><A HREF="./org/simpleframework/xml/filter/SystemFilter.html" title="class in org.simpleframework.xml.filter"><B>SystemFilter</B></A> - Class in <A HREF="./org/simpleframework/xml/filter/package-summary.html">org.simpleframework.xml.filter</A><DD>The <code>SystemFilter</code> object is used to provide a filter
 that will replace the specified values with system properties.<DT><A HREF="./org/simpleframework/xml/filter/SystemFilter.html#SystemFilter()"><B>SystemFilter()</B></A> - 
Constructor for class org.simpleframework.xml.filter.<A HREF="./org/simpleframework/xml/filter/SystemFilter.html" title="class in org.simpleframework.xml.filter">SystemFilter</A>
<DD>Constructor for the <code>SystemFilter</code> object.
<DT><A HREF="./org/simpleframework/xml/filter/SystemFilter.html#SystemFilter(org.simpleframework.xml.filter.Filter)"><B>SystemFilter(Filter)</B></A> - 
Constructor for class org.simpleframework.xml.filter.<A HREF="./org/simpleframework/xml/filter/SystemFilter.html" title="class in org.simpleframework.xml.filter">SystemFilter</A>
<DD>Constructor for the <code>SystemFilter</code> object.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/simpleframework/xml/util/Cache.html#take(K)"><B>take(K)</B></A> - 
Method in interface org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/Cache.html" title="interface in org.simpleframework.xml.util">Cache</A>
<DD>This is used to exclusively take the value mapped to the 
 specified key from the cache.
<DT><A HREF="./org/simpleframework/xml/util/WeakCache.html#take(K)"><B>take(K)</B></A> - 
Method in class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/WeakCache.html" title="class in org.simpleframework.xml.util">WeakCache</A>
<DD>This is used to exclusively take the value mapped to the 
 specified key from the cache.
<DT><A HREF="./org/simpleframework/xml/Text.html" title="annotation in org.simpleframework.xml"><B>Text</B></A> - Annotation Type in <A HREF="./org/simpleframework/xml/package-summary.html">org.simpleframework.xml</A><DD>The <code>Text</code> annotation is used to represent a field or
 method that appears as text within an XML element.<DT><A HREF="./org/simpleframework/xml/core/TextException.html" title="class in org.simpleframework.xml.core"><B>TextException</B></A> - Exception in <A HREF="./org/simpleframework/xml/core/package-summary.html">org.simpleframework.xml.core</A><DD>The <code>TextException</code> is used to represent conditions 
 when an XML element text value is in an invalid state.<DT><A HREF="./org/simpleframework/xml/core/TextException.html#TextException(java.lang.String, java.lang.Object...)"><B>TextException(String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/TextException.html" title="class in org.simpleframework.xml.core">TextException</A>
<DD>Constructor for the <code>TextException</code> object.
<DT><A HREF="./org/simpleframework/xml/core/TextException.html#TextException(java.lang.Throwable, java.lang.String, java.lang.Object...)"><B>TextException(Throwable, String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/TextException.html" title="class in org.simpleframework.xml.core">TextException</A>
<DD>Constructor for the <code>TextException</code> object.
<DT><A HREF="./org/simpleframework/xml/strategy/Type.html#toString()"><B>toString()</B></A> - 
Method in interface org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/Type.html" title="interface in org.simpleframework.xml.strategy">Type</A>
<DD>This is used to describe the type as it exists within the
 owning class.
<DT><A HREF="./org/simpleframework/xml/stream/Position.html#toString()"><B>toString()</B></A> - 
Method in interface org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/Position.html" title="interface in org.simpleframework.xml.stream">Position</A>
<DD>This provides a textual description of the position the 
 read cursor is at within the XML document.
<DT><A HREF="./org/simpleframework/xml/transform/Transform.html" title="interface in org.simpleframework.xml.transform"><B>Transform</B></A>&lt;<A HREF="./org/simpleframework/xml/transform/Transform.html" title="type parameter in Transform">T</A>&gt; - Interface in <A HREF="./org/simpleframework/xml/transform/package-summary.html">org.simpleframework.xml.transform</A><DD>A <code>Transform</code> represents a an object used to transform
 an object to and from a string value.<DT><A HREF="./org/simpleframework/xml/transform/Transformer.html" title="class in org.simpleframework.xml.transform"><B>Transformer</B></A> - Class in <A HREF="./org/simpleframework/xml/transform/package-summary.html">org.simpleframework.xml.transform</A><DD>The <code>Transformer</code> object is used to convert strings to
 and from object instances.<DT><A HREF="./org/simpleframework/xml/transform/Transformer.html#Transformer(org.simpleframework.xml.transform.Matcher)"><B>Transformer(Matcher)</B></A> - 
Constructor for class org.simpleframework.xml.transform.<A HREF="./org/simpleframework/xml/transform/Transformer.html" title="class in org.simpleframework.xml.transform">Transformer</A>
<DD>Constructor for the <code>Transformer</code> object.
<DT><A HREF="./org/simpleframework/xml/transform/TransformException.html" title="class in org.simpleframework.xml.transform"><B>TransformException</B></A> - Exception in <A HREF="./org/simpleframework/xml/transform/package-summary.html">org.simpleframework.xml.transform</A><DD>The <code>TransformException</code> is thrown if a problem occurs
 during the transformation of an object.<DT><A HREF="./org/simpleframework/xml/transform/TransformException.html#TransformException(java.lang.String, java.lang.Object...)"><B>TransformException(String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.transform.<A HREF="./org/simpleframework/xml/transform/TransformException.html" title="class in org.simpleframework.xml.transform">TransformException</A>
<DD>Constructor for the <code>TransformException</code> object.
<DT><A HREF="./org/simpleframework/xml/transform/TransformException.html#TransformException(java.lang.Throwable, java.lang.String, java.lang.Object...)"><B>TransformException(Throwable, String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.transform.<A HREF="./org/simpleframework/xml/transform/TransformException.html" title="class in org.simpleframework.xml.transform">TransformException</A>
<DD>Constructor for the <code>TransformException</code> object.
<DT><A HREF="./org/simpleframework/xml/Transient.html" title="annotation in org.simpleframework.xml"><B>Transient</B></A> - Annotation Type in <A HREF="./org/simpleframework/xml/package-summary.html">org.simpleframework.xml</A><DD>The <code>Transient</code> annotation is an optional annotation 
 that can be used within an XML class schema to mark a method or
 field as being transient, which indicates that it does not take
 part in serialization or deserialization.<DT><A HREF="./org/simpleframework/xml/strategy/TreeStrategy.html" title="class in org.simpleframework.xml.strategy"><B>TreeStrategy</B></A> - Class in <A HREF="./org/simpleframework/xml/strategy/package-summary.html">org.simpleframework.xml.strategy</A><DD>The <code>TreeStrategy</code> object is used to provide a simple
 strategy for handling object graphs in a tree structure.<DT><A HREF="./org/simpleframework/xml/strategy/TreeStrategy.html#TreeStrategy()"><B>TreeStrategy()</B></A> - 
Constructor for class org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/TreeStrategy.html" title="class in org.simpleframework.xml.strategy">TreeStrategy</A>
<DD>Constructor for the <code>TreeStrategy</code> object.
<DT><A HREF="./org/simpleframework/xml/strategy/TreeStrategy.html#TreeStrategy(java.lang.String, java.lang.String)"><B>TreeStrategy(String, String)</B></A> - 
Constructor for class org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/TreeStrategy.html" title="class in org.simpleframework.xml.strategy">TreeStrategy</A>
<DD>Constructor for the <code>TreeStrategy</code> object.
<DT><A HREF="./org/simpleframework/xml/strategy/Type.html" title="interface in org.simpleframework.xml.strategy"><B>Type</B></A> - Interface in <A HREF="./org/simpleframework/xml/strategy/package-summary.html">org.simpleframework.xml.strategy</A><DD>The <code>Type</code> interface is used to represent a method or
 field that has been annotated for serialization.</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/simpleframework/xml/transform/Transformer.html#valid(java.lang.Class)"><B>valid(Class)</B></A> - 
Method in class org.simpleframework.xml.transform.<A HREF="./org/simpleframework/xml/transform/Transformer.html" title="class in org.simpleframework.xml.transform">Transformer</A>
<DD>This method is used to determine if the type specified can be
 transformed.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#validate(java.lang.Class, java.lang.String)"><B>validate(Class, String)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>validate</code> method will validate the contents of
 the XML document against the specified XML class schema.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#validate(java.lang.Class, java.io.File)"><B>validate(Class, File)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>validate</code> method will validate the contents of
 the XML document against the specified XML class schema.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#validate(java.lang.Class, java.io.InputStream)"><B>validate(Class, InputStream)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>validate</code> method will validate the contents of
 the XML document against the specified XML class schema.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#validate(java.lang.Class, java.io.Reader)"><B>validate(Class, Reader)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>validate</code> method will validate the contents of
 the XML document against the specified XML class schema.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#validate(java.lang.Class, org.simpleframework.xml.stream.InputNode)"><B>validate(Class, InputNode)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>validate</code> method will validate the contents of
 the XML document against the specified XML class schema.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#validate(java.lang.Class, java.lang.String, boolean)"><B>validate(Class, String, boolean)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>validate</code> method will validate the contents of
 the XML document against the specified XML class schema.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#validate(java.lang.Class, java.io.File, boolean)"><B>validate(Class, File, boolean)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>validate</code> method will validate the contents of
 the XML document against the specified XML class schema.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#validate(java.lang.Class, java.io.InputStream, boolean)"><B>validate(Class, InputStream, boolean)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>validate</code> method will validate the contents of
 the XML document against the specified XML class schema.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#validate(java.lang.Class, java.io.Reader, boolean)"><B>validate(Class, Reader, boolean)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>validate</code> method will validate the contents of
 the XML document against the specified XML class schema.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#validate(java.lang.Class, org.simpleframework.xml.stream.InputNode, boolean)"><B>validate(Class, InputNode, boolean)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>validate</code> method will validate the contents of
 the XML document against the specified XML class schema.
<DT><A HREF="./org/simpleframework/xml/core/Validate.html" title="annotation in org.simpleframework.xml.core"><B>Validate</B></A> - Annotation Type in <A HREF="./org/simpleframework/xml/core/package-summary.html">org.simpleframework.xml.core</A><DD>The <code>Validate</code> annotation is used to mark a method in
 a serializable object that requires a callback from the persister
 once the deserialization completes.<DT><A HREF="./org/simpleframework/xml/Serializer.html#validate(java.lang.Class, java.lang.String)"><B>validate(Class, String)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>validate</code> method will validate the contents of
 the XML document against the specified XML class schema.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#validate(java.lang.Class, java.io.File)"><B>validate(Class, File)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>validate</code> method will validate the contents of
 the XML document against the specified XML class schema.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#validate(java.lang.Class, java.io.InputStream)"><B>validate(Class, InputStream)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>validate</code> method will validate the contents of
 the XML document against the specified XML class schema.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#validate(java.lang.Class, java.io.Reader)"><B>validate(Class, Reader)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>validate</code> method will validate the contents of
 the XML document against the specified XML class schema.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#validate(java.lang.Class, org.simpleframework.xml.stream.InputNode)"><B>validate(Class, InputNode)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>validate</code> method will validate the contents of
 the XML document against the specified XML class schema.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#validate(java.lang.Class, java.lang.String, boolean)"><B>validate(Class, String, boolean)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>validate</code> method will validate the contents of
 the XML document against the specified XML class schema.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#validate(java.lang.Class, java.io.File, boolean)"><B>validate(Class, File, boolean)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>validate</code> method will validate the contents of
 the XML document against the specified XML class schema.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#validate(java.lang.Class, java.io.InputStream, boolean)"><B>validate(Class, InputStream, boolean)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>validate</code> method will validate the contents of
 the XML document against the specified XML class schema.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#validate(java.lang.Class, java.io.Reader, boolean)"><B>validate(Class, Reader, boolean)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>validate</code> method will validate the contents of
 the XML document against the specified XML class schema.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#validate(java.lang.Class, org.simpleframework.xml.stream.InputNode, boolean)"><B>validate(Class, InputNode, boolean)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>validate</code> method will validate the contents of
 the XML document against the specified XML class schema.
<DT><A HREF="./org/simpleframework/xml/strategy/Value.html" title="interface in org.simpleframework.xml.strategy"><B>Value</B></A> - Interface in <A HREF="./org/simpleframework/xml/strategy/package-summary.html">org.simpleframework.xml.strategy</A><DD>The <code>Value</code> object describes a type that is represented 
 by an XML element.<DT><A HREF="./org/simpleframework/xml/DefaultType.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - 
Static method in enum org.simpleframework.xml.<A HREF="./org/simpleframework/xml/DefaultType.html" title="enum in org.simpleframework.xml">DefaultType</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./org/simpleframework/xml/stream/Mode.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - 
Static method in enum org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/Mode.html" title="enum in org.simpleframework.xml.stream">Mode</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./org/simpleframework/xml/core/ValueRequiredException.html" title="class in org.simpleframework.xml.core"><B>ValueRequiredException</B></A> - Exception in <A HREF="./org/simpleframework/xml/core/package-summary.html">org.simpleframework.xml.core</A><DD>The <code>ValueRequiredException</code> is thrown when an attribute
 or element is missing from the XML document.<DT><A HREF="./org/simpleframework/xml/core/ValueRequiredException.html#ValueRequiredException(java.lang.String, java.lang.Object...)"><B>ValueRequiredException(String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/ValueRequiredException.html" title="class in org.simpleframework.xml.core">ValueRequiredException</A>
<DD>Constructor for the <code>ValueRequiredException</code> object.
<DT><A HREF="./org/simpleframework/xml/core/ValueRequiredException.html#ValueRequiredException(java.lang.Throwable, java.lang.String, java.lang.Object...)"><B>ValueRequiredException(Throwable, String, Object...)</B></A> - 
Constructor for exception org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/ValueRequiredException.html" title="class in org.simpleframework.xml.core">ValueRequiredException</A>
<DD>Constructor for the <code>ValueRequiredException</code> object.
<DT><A HREF="./org/simpleframework/xml/DefaultType.html#values()"><B>values()</B></A> - 
Static method in enum org.simpleframework.xml.<A HREF="./org/simpleframework/xml/DefaultType.html" title="enum in org.simpleframework.xml">DefaultType</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./org/simpleframework/xml/stream/Mode.html#values()"><B>values()</B></A> - 
Static method in enum org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/Mode.html" title="enum in org.simpleframework.xml.stream">Mode</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./org/simpleframework/xml/Version.html" title="annotation in org.simpleframework.xml"><B>Version</B></A> - Annotation Type in <A HREF="./org/simpleframework/xml/package-summary.html">org.simpleframework.xml</A><DD>The <code>Version</code> annotation is used to specify an attribute
 that is used to represent a revision of the class XML schema.<DT><A HREF="./org/simpleframework/xml/strategy/Visitor.html" title="interface in org.simpleframework.xml.strategy"><B>Visitor</B></A> - Interface in <A HREF="./org/simpleframework/xml/strategy/package-summary.html">org.simpleframework.xml.strategy</A><DD>The <code>Visitor</code> interface represents an object that is 
 used to visit each XML element during serialization.<DT><A HREF="./org/simpleframework/xml/strategy/VisitorStrategy.html" title="class in org.simpleframework.xml.strategy"><B>VisitorStrategy</B></A> - Class in <A HREF="./org/simpleframework/xml/strategy/package-summary.html">org.simpleframework.xml.strategy</A><DD>The <code>VisitorStrategy</code> object is a simplification of a
 strategy, which allows manipulation of the serialization process.<DT><A HREF="./org/simpleframework/xml/strategy/VisitorStrategy.html#VisitorStrategy(org.simpleframework.xml.strategy.Visitor)"><B>VisitorStrategy(Visitor)</B></A> - 
Constructor for class org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/VisitorStrategy.html" title="class in org.simpleframework.xml.strategy">VisitorStrategy</A>
<DD>Constructor for the <code>VisitorStrategy</code> object.
<DT><A HREF="./org/simpleframework/xml/strategy/VisitorStrategy.html#VisitorStrategy(org.simpleframework.xml.strategy.Visitor, org.simpleframework.xml.strategy.Strategy)"><B>VisitorStrategy(Visitor, Strategy)</B></A> - 
Constructor for class org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/VisitorStrategy.html" title="class in org.simpleframework.xml.strategy">VisitorStrategy</A>
<DD>Constructor for the <code>VisitorStrategy</code> object.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./org/simpleframework/xml/util/WeakCache.html" title="class in org.simpleframework.xml.util"><B>WeakCache</B></A>&lt;<A HREF="./org/simpleframework/xml/util/WeakCache.html" title="type parameter in WeakCache">K</A>,<A HREF="./org/simpleframework/xml/util/WeakCache.html" title="type parameter in WeakCache">V</A>&gt; - Class in <A HREF="./org/simpleframework/xml/util/package-summary.html">org.simpleframework.xml.util</A><DD>The <code>WeakCache</code> object is an implementation of a cache
 that holds on to cached items only if the key remains in memory.<DT><A HREF="./org/simpleframework/xml/util/WeakCache.html#WeakCache()"><B>WeakCache()</B></A> - 
Constructor for class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/WeakCache.html" title="class in org.simpleframework.xml.util">WeakCache</A>
<DD>Constructor for the <code>WeakCache</code> object.
<DT><A HREF="./org/simpleframework/xml/util/WeakCache.html#WeakCache(int)"><B>WeakCache(int)</B></A> - 
Constructor for class org.simpleframework.xml.util.<A HREF="./org/simpleframework/xml/util/WeakCache.html" title="class in org.simpleframework.xml.util">WeakCache</A>
<DD>Constructor for the <code>WeakCache</code> object.
<DT><A HREF="./org/simpleframework/xml/convert/AnnotationStrategy.html#write(org.simpleframework.xml.strategy.Type, java.lang.Object, org.simpleframework.xml.stream.NodeMap, java.util.Map)"><B>write(Type, Object, NodeMap&lt;OutputNode&gt;, Map)</B></A> - 
Method in class org.simpleframework.xml.convert.<A HREF="./org/simpleframework/xml/convert/AnnotationStrategy.html" title="class in org.simpleframework.xml.convert">AnnotationStrategy</A>
<DD>This is used to serialize a representation of the object value
 provided.
<DT><A HREF="./org/simpleframework/xml/convert/Converter.html#write(org.simpleframework.xml.stream.OutputNode, T)"><B>write(OutputNode, T)</B></A> - 
Method in interface org.simpleframework.xml.convert.<A HREF="./org/simpleframework/xml/convert/Converter.html" title="interface in org.simpleframework.xml.convert">Converter</A>
<DD>This <code>write</code> method is used to serialize an object
 to XML.
<DT><A HREF="./org/simpleframework/xml/convert/RegistryStrategy.html#write(org.simpleframework.xml.strategy.Type, java.lang.Object, org.simpleframework.xml.stream.NodeMap, java.util.Map)"><B>write(Type, Object, NodeMap&lt;OutputNode&gt;, Map)</B></A> - 
Method in class org.simpleframework.xml.convert.<A HREF="./org/simpleframework/xml/convert/RegistryStrategy.html" title="class in org.simpleframework.xml.convert">RegistryStrategy</A>
<DD>This is used to serialize a representation of the object value
 provided.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#write(java.lang.Object, org.simpleframework.xml.stream.OutputNode)"><B>write(Object, OutputNode)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>write</code> method will traverse the provided object
 checking for field annotations in order to compose the XML data.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#write(java.lang.Object, java.io.File)"><B>write(Object, File)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>write</code> method will traverse the provided object
 checking for field annotations in order to compose the XML data.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#write(java.lang.Object, java.io.OutputStream)"><B>write(Object, OutputStream)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>write</code> method will traverse the provided object
 checking for field annotations in order to compose the XML data.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#write(java.lang.Object, java.io.OutputStream, java.lang.String)"><B>write(Object, OutputStream, String)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>write</code> method will traverse the provided object
 checking for field annotations in order to compose the XML data.
<DT><A HREF="./org/simpleframework/xml/core/Persister.html#write(java.lang.Object, java.io.Writer)"><B>write(Object, Writer)</B></A> - 
Method in class org.simpleframework.xml.core.<A HREF="./org/simpleframework/xml/core/Persister.html" title="class in org.simpleframework.xml.core">Persister</A>
<DD>This <code>write</code> method will traverse the provided object
 checking for field annotations in order to compose the XML data.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#write(java.lang.Object, java.io.File)"><B>write(Object, File)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>write</code> method will traverse the provided object
 checking for field annotations in order to compose the XML data.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#write(java.lang.Object, java.io.OutputStream)"><B>write(Object, OutputStream)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>write</code> method will traverse the provided object
 checking for field annotations in order to compose the XML data.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#write(java.lang.Object, java.io.Writer)"><B>write(Object, Writer)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>write</code> method will traverse the provided object
 checking for field annotations in order to compose the XML data.
<DT><A HREF="./org/simpleframework/xml/Serializer.html#write(java.lang.Object, org.simpleframework.xml.stream.OutputNode)"><B>write(Object, OutputNode)</B></A> - 
Method in interface org.simpleframework.xml.<A HREF="./org/simpleframework/xml/Serializer.html" title="interface in org.simpleframework.xml">Serializer</A>
<DD>This <code>write</code> method will traverse the provided object
 checking for field annotations in order to compose the XML data.
<DT><A HREF="./org/simpleframework/xml/strategy/CycleStrategy.html#write(org.simpleframework.xml.strategy.Type, java.lang.Object, org.simpleframework.xml.stream.NodeMap, java.util.Map)"><B>write(Type, Object, NodeMap, Map)</B></A> - 
Method in class org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/CycleStrategy.html" title="class in org.simpleframework.xml.strategy">CycleStrategy</A>
<DD>This is used to write the reference in to the XML element that 
 is to be written.
<DT><A HREF="./org/simpleframework/xml/strategy/Strategy.html#write(org.simpleframework.xml.strategy.Type, java.lang.Object, org.simpleframework.xml.stream.NodeMap, java.util.Map)"><B>write(Type, Object, NodeMap&lt;OutputNode&gt;, Map)</B></A> - 
Method in interface org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/Strategy.html" title="interface in org.simpleframework.xml.strategy">Strategy</A>
<DD>This is used to attach attribute values to the given node
 map during the serialization process.
<DT><A HREF="./org/simpleframework/xml/strategy/TreeStrategy.html#write(org.simpleframework.xml.strategy.Type, java.lang.Object, org.simpleframework.xml.stream.NodeMap, java.util.Map)"><B>write(Type, Object, NodeMap, Map)</B></A> - 
Method in class org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/TreeStrategy.html" title="class in org.simpleframework.xml.strategy">TreeStrategy</A>
<DD>This is used to attach a attribute to the provided element
 that is used to identify the class.
<DT><A HREF="./org/simpleframework/xml/strategy/Visitor.html#write(org.simpleframework.xml.strategy.Type, org.simpleframework.xml.stream.NodeMap)"><B>write(Type, NodeMap&lt;OutputNode&gt;)</B></A> - 
Method in interface org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/Visitor.html" title="interface in org.simpleframework.xml.strategy">Visitor</A>
<DD>This is used to intercept an XML element after it is written
 by the underlying <code>Strategy</code> implementation.
<DT><A HREF="./org/simpleframework/xml/strategy/VisitorStrategy.html#write(org.simpleframework.xml.strategy.Type, java.lang.Object, org.simpleframework.xml.stream.NodeMap, java.util.Map)"><B>write(Type, Object, NodeMap&lt;OutputNode&gt;, Map)</B></A> - 
Method in class org.simpleframework.xml.strategy.<A HREF="./org/simpleframework/xml/strategy/VisitorStrategy.html" title="class in org.simpleframework.xml.strategy">VisitorStrategy</A>
<DD>This method will write with an internal strategy before it has
 been intercepted by the visitor.
<DT><A HREF="./org/simpleframework/xml/stream/NodeBuilder.html#write(java.io.Writer)"><B>write(Writer)</B></A> - 
Static method in class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/NodeBuilder.html" title="class in org.simpleframework.xml.stream">NodeBuilder</A>
<DD>This is used to create an <code>OutputNode</code> that can be
 used to write a well formed XML document.
<DT><A HREF="./org/simpleframework/xml/stream/NodeBuilder.html#write(java.io.Writer, org.simpleframework.xml.stream.Format)"><B>write(Writer, Format)</B></A> - 
Static method in class org.simpleframework.xml.stream.<A HREF="./org/simpleframework/xml/stream/NodeBuilder.html" title="class in org.simpleframework.xml.stream">NodeBuilder</A>
<DD>This is used to create an <code>OutputNode</code> that can be
 used to write a well formed XML document.
<DT><A HREF="./org/simpleframework/xml/transform/Transform.html#write(T)"><B>write(T)</B></A> - 
Method in interface org.simpleframework.xml.transform.<A HREF="./org/simpleframework/xml/transform/Transform.html" title="interface in org.simpleframework.xml.transform">Transform</A>
<DD>This method is used to convert the provided value into an XML
 usable format.
<DT><A HREF="./org/simpleframework/xml/transform/Transformer.html#write(java.lang.Object, java.lang.Class)"><B>write(Object, Class)</B></A> - 
Method in class org.simpleframework.xml.transform.<A HREF="./org/simpleframework/xml/transform/Transformer.html" title="class in org.simpleframework.xml.transform">Transformer</A>
<DD>This method is used to convert the provided value into an XML
 usable format.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> 

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

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


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

<HR>

</BODY>
</HTML>