This file is indexed.

/usr/share/doc/libjdom2-java/api/org/jdom2/class-use/Namespace.html is in libjdom2-java-doc 2.0.6-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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_55) on Sat May 24 05:15:00 UTC 2014 -->
<title>Uses of Class org.jdom2.Namespace (JDOM v2.x)</title>
<meta name="date" content="2014-05-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Uses of Class org.jdom2.Namespace (JDOM v2.x)";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><b>JDOM<br><font size='-1'>2.x</font></b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/jdom2/class-use/Namespace.html" target="_top">Frames</a></li>
<li><a href="Namespace.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.jdom2.Namespace" class="title">Uses of Class<br>org.jdom2.Namespace</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.jdom2">org.jdom2</a></td>
<td class="colLast">
<div class="block">Classes representing the components of an XML document.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.jdom2.filter">org.jdom2.filter</a></td>
<td class="colLast">
<div class="block">Classes to both filter and generically type-cast nodes of a document
        based on type, name, value, or other aspects, and to boolean
        AND/OR/NEGATE these rules.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.jdom2.input.stax">org.jdom2.input.stax</a></td>
<td class="colLast">
<div class="block">Support classes for building JDOM documents and content using StAX readers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.jdom2.located">org.jdom2.located</a></td>
<td class="colLast">
<div class="block">Extended JDOM Content Classes that contain location coordinates.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.jdom2.output.support">org.jdom2.output.support</a></td>
<td class="colLast">
<div class="block">Classes used to implement output functionality that are not part of the
        actual Output API, but rather part of the implementation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.jdom2.util">org.jdom2.util</a></td>
<td class="colLast">
<div class="block">Classes that implement useful functionality, but are not easy to categorise.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.jdom2.xpath">org.jdom2.xpath</a></td>
<td class="colLast">
<div class="block">Support for XPath from within JDOM.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.jdom2.xpath.jaxen">org.jdom2.xpath.jaxen</a></td>
<td class="colLast">
<div class="block">Support for the <a href="http://jaxen.codehaus.org/">Jaxen XPath Library</a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.jdom2.xpath.util">org.jdom2.xpath.util</a></td>
<td class="colLast">
<div class="block">Classes useful for interfacing the JDOM XPath API to full XPath libraries.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.jdom2">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a> in <a href="../../../org/jdom2/package-summary.html">org.jdom2</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../org/jdom2/package-summary.html">org.jdom2</a> declared as <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></code></td>
<td class="colLast"><span class="strong">Attribute.</span><code><strong><a href="../../../org/jdom2/Attribute.html#namespace">namespace</a></strong></code>
<div class="block">The <code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2"><code>Namespace</code></a></code> of the <code>Attribute</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#namespace">namespace</a></strong></code>
<div class="block">The namespace of the element</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></code></td>
<td class="colLast"><span class="strong">Namespace.</span><code><strong><a href="../../../org/jdom2/Namespace.html#NO_NAMESPACE">NO_NAMESPACE</a></strong></code>
<div class="block">Define a <code>Namespace</code> for when <i>not</i> in a namespace</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></code></td>
<td class="colLast"><span class="strong">Namespace.</span><code><strong><a href="../../../org/jdom2/Namespace.html#XML_NAMESPACE">XML_NAMESPACE</a></strong></code>
<div class="block">Define a <code>Namespace</code> for the standard xml prefix.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jdom2/package-summary.html">org.jdom2</a> that return <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></code></td>
<td class="colLast"><span class="strong">Attribute.</span><code><strong><a href="../../../org/jdom2/Attribute.html#getNamespace()">getNamespace</a></strong>()</code>
<div class="block">This will return this <code>Attribute</code>'s
 <code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2"><code>Namespace</code></a></code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#getNamespace()">getNamespace</a></strong>()</code>
<div class="block">Returns the element's <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2"><code>Namespace</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></code></td>
<td class="colLast"><span class="strong">Namespace.</span><code><strong><a href="../../../org/jdom2/Namespace.html#getNamespace(java.lang.String)">getNamespace</a></strong>(java.lang.String&nbsp;uri)</code>
<div class="block">This will retrieve (if in existence) or create (if not) a 
 <code>Namespace</code> for the supplied URI, and make it usable 
 as a default namespace, as no prefix is supplied.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#getNamespace(java.lang.String)">getNamespace</a></strong>(java.lang.String&nbsp;prefix)</code>
<div class="block">Returns the <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2"><code>Namespace</code></a> corresponding to the given prefix in scope
 for this element.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></code></td>
<td class="colLast"><span class="strong">Namespace.</span><code><strong><a href="../../../org/jdom2/Namespace.html#getNamespace(java.lang.String, java.lang.String)">getNamespace</a></strong>(java.lang.String&nbsp;prefix,
            java.lang.String&nbsp;uri)</code>
<div class="block">This will retrieve (if in existence) or create (if not) a 
 <code>Namespace</code> for the supplied <i>prefix</i> and <i>uri</i>.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jdom2/package-summary.html">org.jdom2</a> that return types with arguments of type <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;</code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#getAdditionalNamespaces()">getAdditionalNamespaces</a></strong>()</code>
<div class="block">Returns a list of the additional namespace declarations on this element.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;</code></td>
<td class="colLast"><span class="strong">Content.</span><code><strong><a href="../../../org/jdom2/Content.html#getNamespacesInherited()">getNamespacesInherited</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;</code></td>
<td class="colLast"><span class="strong">Attribute.</span><code><strong><a href="../../../org/jdom2/Attribute.html#getNamespacesInherited()">getNamespacesInherited</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;</code></td>
<td class="colLast"><span class="strong">Document.</span><code><strong><a href="../../../org/jdom2/Document.html#getNamespacesInherited()">getNamespacesInherited</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;</code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#getNamespacesInherited()">getNamespacesInherited</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;</code></td>
<td class="colLast"><span class="strong">NamespaceAware.</span><code><strong><a href="../../../org/jdom2/NamespaceAware.html#getNamespacesInherited()">getNamespacesInherited</a></strong>()</code>
<div class="block">Obtain a list of all namespaces that are in scope for this content, but
 were not introduced by this content.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;</code></td>
<td class="colLast"><span class="strong">Content.</span><code><strong><a href="../../../org/jdom2/Content.html#getNamespacesInScope()">getNamespacesInScope</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;</code></td>
<td class="colLast"><span class="strong">Attribute.</span><code><strong><a href="../../../org/jdom2/Attribute.html#getNamespacesInScope()">getNamespacesInScope</a></strong>()</code>
<div class="block">Get the namespaces that are in-scope on this Attribute.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;</code></td>
<td class="colLast"><span class="strong">Document.</span><code><strong><a href="../../../org/jdom2/Document.html#getNamespacesInScope()">getNamespacesInScope</a></strong>()</code>
<div class="block">Get the Namespaces that are in-scope on this Document.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;</code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#getNamespacesInScope()">getNamespacesInScope</a></strong>()</code>
<div class="block">Get the Namespaces that are in-scope on this Element.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;</code></td>
<td class="colLast"><span class="strong">NamespaceAware.</span><code><strong><a href="../../../org/jdom2/NamespaceAware.html#getNamespacesInScope()">getNamespacesInScope</a></strong>()</code>
<div class="block">Obtain a list of all namespaces that are in scope for the current
 content.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;</code></td>
<td class="colLast"><span class="strong">Content.</span><code><strong><a href="../../../org/jdom2/Content.html#getNamespacesIntroduced()">getNamespacesIntroduced</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;</code></td>
<td class="colLast"><span class="strong">Attribute.</span><code><strong><a href="../../../org/jdom2/Attribute.html#getNamespacesIntroduced()">getNamespacesIntroduced</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;</code></td>
<td class="colLast"><span class="strong">Document.</span><code><strong><a href="../../../org/jdom2/Document.html#getNamespacesIntroduced()">getNamespacesIntroduced</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;</code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#getNamespacesIntroduced()">getNamespacesIntroduced</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;</code></td>
<td class="colLast"><span class="strong">NamespaceAware.</span><code><strong><a href="../../../org/jdom2/NamespaceAware.html#getNamespacesIntroduced()">getNamespacesIntroduced</a></strong>()</code>
<div class="block">Obtain a list of all namespaces that are introduced to the XML tree by
 this node.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jdom2/package-summary.html">org.jdom2</a> with parameters of type <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">DefaultJDOMFactory.</span><code><strong><a href="../../../org/jdom2/DefaultJDOMFactory.html#addNamespaceDeclaration(org.jdom2.Element, org.jdom2.Namespace)">addNamespaceDeclaration</a></strong>(<a href="../../../org/jdom2/Element.html" title="class in org.jdom2">Element</a>&nbsp;parent,
                       <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;additional)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">JDOMFactory.</span><code><strong><a href="../../../org/jdom2/JDOMFactory.html#addNamespaceDeclaration(org.jdom2.Element, org.jdom2.Namespace)">addNamespaceDeclaration</a></strong>(<a href="../../../org/jdom2/Element.html" title="class in org.jdom2">Element</a>&nbsp;element,
                       <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;additional)</code>
<div class="block">Adds a namespace declaration to an Element</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">UncheckedJDOMFactory.</span><code><strong><a href="../../../org/jdom2/UncheckedJDOMFactory.html#addNamespaceDeclaration(org.jdom2.Element, org.jdom2.Namespace)">addNamespaceDeclaration</a></strong>(<a href="../../../org/jdom2/Element.html" title="class in org.jdom2">Element</a>&nbsp;parent,
                       <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;additional)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#addNamespaceDeclaration(org.jdom2.Namespace)">addNamespaceDeclaration</a></strong>(<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;additionalNamespace)</code>
<div class="block">Adds a namespace declarations to this element.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Attribute.html" title="class in org.jdom2">Attribute</a></code></td>
<td class="colLast"><span class="strong">DefaultJDOMFactory.</span><code><strong><a href="../../../org/jdom2/DefaultJDOMFactory.html#attribute(java.lang.String, java.lang.String, org.jdom2.AttributeType, org.jdom2.Namespace)">attribute</a></strong>(java.lang.String&nbsp;name,
         java.lang.String&nbsp;value,
         <a href="../../../org/jdom2/AttributeType.html" title="enum in org.jdom2">AttributeType</a>&nbsp;type,
         <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Attribute.html" title="class in org.jdom2">Attribute</a></code></td>
<td class="colLast"><span class="strong">JDOMFactory.</span><code><strong><a href="../../../org/jdom2/JDOMFactory.html#attribute(java.lang.String, java.lang.String, org.jdom2.AttributeType, org.jdom2.Namespace)">attribute</a></strong>(java.lang.String&nbsp;name,
         java.lang.String&nbsp;value,
         <a href="../../../org/jdom2/AttributeType.html" title="enum in org.jdom2">AttributeType</a>&nbsp;type,
         <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block">This will create a new <code>Attribute</code> with the
 specified (local) name, value, and type, and in the provided
 <code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2"><code>Namespace</code></a></code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Attribute.html" title="class in org.jdom2">Attribute</a></code></td>
<td class="colLast"><span class="strong">UncheckedJDOMFactory.</span><code><strong><a href="../../../org/jdom2/UncheckedJDOMFactory.html#attribute(java.lang.String, java.lang.String, org.jdom2.AttributeType, org.jdom2.Namespace)">attribute</a></strong>(java.lang.String&nbsp;name,
         java.lang.String&nbsp;value,
         <a href="../../../org/jdom2/AttributeType.html" title="enum in org.jdom2">AttributeType</a>&nbsp;type,
         <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Attribute.html" title="class in org.jdom2">Attribute</a></code></td>
<td class="colLast"><span class="strong">SlimJDOMFactory.</span><code><strong><a href="../../../org/jdom2/SlimJDOMFactory.html#attribute(java.lang.String, java.lang.String, org.jdom2.AttributeType, org.jdom2.Namespace)">attribute</a></strong>(java.lang.String&nbsp;name,
         java.lang.String&nbsp;value,
         <a href="../../../org/jdom2/AttributeType.html" title="enum in org.jdom2">AttributeType</a>&nbsp;type,
         <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Attribute.html" title="class in org.jdom2">Attribute</a></code></td>
<td class="colLast"><span class="strong">DefaultJDOMFactory.</span><code><strong><a href="../../../org/jdom2/DefaultJDOMFactory.html#attribute(java.lang.String, java.lang.String, int, org.jdom2.Namespace)">attribute</a></strong>(java.lang.String&nbsp;name,
         java.lang.String&nbsp;value,
         int&nbsp;type,
         <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Attribute.html" title="class in org.jdom2">Attribute</a></code></td>
<td class="colLast"><span class="strong">JDOMFactory.</span><code><strong><a href="../../../org/jdom2/JDOMFactory.html#attribute(java.lang.String, java.lang.String, int, org.jdom2.Namespace)">attribute</a></strong>(java.lang.String&nbsp;name,
         java.lang.String&nbsp;value,
         int&nbsp;type,
         <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block"><strong>Deprecated.</strong>&nbsp;
<div class="block"><i>Use <a href="../../../org/jdom2/JDOMFactory.html#attribute(java.lang.String, java.lang.String, org.jdom2.AttributeType, org.jdom2.Namespace)"><code>JDOMFactory.attribute(String, String, AttributeType, Namespace)</code></a></i></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Attribute.html" title="class in org.jdom2">Attribute</a></code></td>
<td class="colLast"><span class="strong">UncheckedJDOMFactory.</span><code><strong><a href="../../../org/jdom2/UncheckedJDOMFactory.html#attribute(java.lang.String, java.lang.String, int, org.jdom2.Namespace)">attribute</a></strong>(java.lang.String&nbsp;name,
         java.lang.String&nbsp;value,
         int&nbsp;type,
         <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Attribute.html" title="class in org.jdom2">Attribute</a></code></td>
<td class="colLast"><span class="strong">SlimJDOMFactory.</span><code><strong><a href="../../../org/jdom2/SlimJDOMFactory.html#attribute(java.lang.String, java.lang.String, int, org.jdom2.Namespace)">attribute</a></strong>(java.lang.String&nbsp;name,
         java.lang.String&nbsp;value,
         int&nbsp;type,
         <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Attribute.html" title="class in org.jdom2">Attribute</a></code></td>
<td class="colLast"><span class="strong">DefaultJDOMFactory.</span><code><strong><a href="../../../org/jdom2/DefaultJDOMFactory.html#attribute(java.lang.String, java.lang.String, org.jdom2.Namespace)">attribute</a></strong>(java.lang.String&nbsp;name,
         java.lang.String&nbsp;value,
         <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Attribute.html" title="class in org.jdom2">Attribute</a></code></td>
<td class="colLast"><span class="strong">JDOMFactory.</span><code><strong><a href="../../../org/jdom2/JDOMFactory.html#attribute(java.lang.String, java.lang.String, org.jdom2.Namespace)">attribute</a></strong>(java.lang.String&nbsp;name,
         java.lang.String&nbsp;value,
         <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block">
 This will create a new <code>Attribute</code> with the
   specified (local) name and value, and in the provided
   <code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2"><code>Namespace</code></a></code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Attribute.html" title="class in org.jdom2">Attribute</a></code></td>
<td class="colLast"><span class="strong">UncheckedJDOMFactory.</span><code><strong><a href="../../../org/jdom2/UncheckedJDOMFactory.html#attribute(java.lang.String, java.lang.String, org.jdom2.Namespace)">attribute</a></strong>(java.lang.String&nbsp;name,
         java.lang.String&nbsp;value,
         <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Attribute.html" title="class in org.jdom2">Attribute</a></code></td>
<td class="colLast"><span class="strong">SlimJDOMFactory.</span><code><strong><a href="../../../org/jdom2/SlimJDOMFactory.html#attribute(java.lang.String, java.lang.String, org.jdom2.Namespace)">attribute</a></strong>(java.lang.String&nbsp;name,
         java.lang.String&nbsp;value,
         <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><span class="strong">Verifier.</span><code><strong><a href="../../../org/jdom2/Verifier.html#checkNamespaceCollision(org.jdom2.Namespace, org.jdom2.Attribute)">checkNamespaceCollision</a></strong>(<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace,
                       <a href="../../../org/jdom2/Attribute.html" title="class in org.jdom2">Attribute</a>&nbsp;attribute)</code>
<div class="block">Check if a <code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2"><code>Namespace</code></a></code> collides with a
 <code><a href="../../../org/jdom2/Attribute.html" title="class in org.jdom2"><code>Attribute</code></a></code>'s namespace.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><span class="strong">Verifier.</span><code><strong><a href="../../../org/jdom2/Verifier.html#checkNamespaceCollision(org.jdom2.Namespace, org.jdom2.Element)">checkNamespaceCollision</a></strong>(<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace,
                       <a href="../../../org/jdom2/Element.html" title="class in org.jdom2">Element</a>&nbsp;element)</code>
<div class="block">Check if a <code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2"><code>Namespace</code></a></code> collides with a
 <code><a href="../../../org/jdom2/Element.html" title="class in org.jdom2"><code>Element</code></a></code>'s namespace.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><span class="strong">Verifier.</span><code><strong><a href="../../../org/jdom2/Verifier.html#checkNamespaceCollision(org.jdom2.Namespace, org.jdom2.Element, int)">checkNamespaceCollision</a></strong>(<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace,
                       <a href="../../../org/jdom2/Element.html" title="class in org.jdom2">Element</a>&nbsp;element,
                       int&nbsp;ignoreatt)</code>
<div class="block">Check if a <code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2"><code>Namespace</code></a></code> collides with a
 <code><a href="../../../org/jdom2/Element.html" title="class in org.jdom2"><code>Element</code></a></code>'s namespace.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><span class="strong">Verifier.</span><code><strong><a href="../../../org/jdom2/Verifier.html#checkNamespaceCollision(org.jdom2.Namespace, java.util.List)">checkNamespaceCollision</a></strong>(<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace,
                       java.util.List&lt;?&gt;&nbsp;list)</code>
<div class="block">Check if a <code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2"><code>Namespace</code></a></code> collides with any namespace
 from a list of objects.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><span class="strong">Verifier.</span><code><strong><a href="../../../org/jdom2/Verifier.html#checkNamespaceCollision(org.jdom2.Namespace, java.util.List, int)">checkNamespaceCollision</a></strong>(<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace,
                       java.util.List&lt;?&gt;&nbsp;list,
                       int&nbsp;ignoreatt)</code>
<div class="block">Check if a <code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2"><code>Namespace</code></a></code> collides with any namespace
 from a list of objects.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><span class="strong">Verifier.</span><code><strong><a href="../../../org/jdom2/Verifier.html#checkNamespaceCollision(org.jdom2.Namespace, org.jdom2.Namespace)">checkNamespaceCollision</a></strong>(<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace,
                       <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;other)</code>
<div class="block">Check if two namespaces collide.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Element.html" title="class in org.jdom2">Element</a></code></td>
<td class="colLast"><span class="strong">DefaultJDOMFactory.</span><code><strong><a href="../../../org/jdom2/DefaultJDOMFactory.html#element(int, int, java.lang.String, org.jdom2.Namespace)">element</a></strong>(int&nbsp;line,
       int&nbsp;col,
       java.lang.String&nbsp;name,
       <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Element.html" title="class in org.jdom2">Element</a></code></td>
<td class="colLast"><span class="strong">JDOMFactory.</span><code><strong><a href="../../../org/jdom2/JDOMFactory.html#element(int, int, java.lang.String, org.jdom2.Namespace)">element</a></strong>(int&nbsp;line,
       int&nbsp;col,
       java.lang.String&nbsp;name,
       <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block">This will create a new <code>Element</code>
 with the supplied (local) name, and define
 the <code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2"><code>Namespace</code></a></code> to be used.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Element.html" title="class in org.jdom2">Element</a></code></td>
<td class="colLast"><span class="strong">UncheckedJDOMFactory.</span><code><strong><a href="../../../org/jdom2/UncheckedJDOMFactory.html#element(int, int, java.lang.String, org.jdom2.Namespace)">element</a></strong>(int&nbsp;line,
       int&nbsp;col,
       java.lang.String&nbsp;name,
       <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Element.html" title="class in org.jdom2">Element</a></code></td>
<td class="colLast"><span class="strong">SlimJDOMFactory.</span><code><strong><a href="../../../org/jdom2/SlimJDOMFactory.html#element(int, int, java.lang.String, org.jdom2.Namespace)">element</a></strong>(int&nbsp;line,
       int&nbsp;col,
       java.lang.String&nbsp;name,
       <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Element.html" title="class in org.jdom2">Element</a></code></td>
<td class="colLast"><span class="strong">DefaultJDOMFactory.</span><code><strong><a href="../../../org/jdom2/DefaultJDOMFactory.html#element(java.lang.String, org.jdom2.Namespace)">element</a></strong>(java.lang.String&nbsp;name,
       <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Element.html" title="class in org.jdom2">Element</a></code></td>
<td class="colLast"><span class="strong">JDOMFactory.</span><code><strong><a href="../../../org/jdom2/JDOMFactory.html#element(java.lang.String, org.jdom2.Namespace)">element</a></strong>(java.lang.String&nbsp;name,
       <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block">This will create a new <code>Element</code>
 with the supplied (local) name, and define
 the <code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2"><code>Namespace</code></a></code> to be used.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Attribute.html" title="class in org.jdom2">Attribute</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#getAttribute(java.lang.String, org.jdom2.Namespace)">getAttribute</a></strong>(java.lang.String&nbsp;attname,
            <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>
<div class="block">
 This returns the attribute for this element with the given name
 and within the given Namespace, or null if no such attribute exists.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#getAttributeValue(java.lang.String, org.jdom2.Namespace)">getAttributeValue</a></strong>(java.lang.String&nbsp;attname,
                 <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>
<div class="block">
 This returns the attribute value for the attribute with the given name
 and within the given Namespace, null if there is no such attribute, and
 the empty string if the attribute value is empty.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#getAttributeValue(java.lang.String, org.jdom2.Namespace, java.lang.String)">getAttributeValue</a></strong>(java.lang.String&nbsp;attname,
                 <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns,
                 java.lang.String&nbsp;def)</code>
<div class="block">
 This returns the attribute value for the attribute with the given name
 and within the given Namespace, or the passed-in default if there is no
 such attribute.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Element.html" title="class in org.jdom2">Element</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#getChild(java.lang.String, org.jdom2.Namespace)">getChild</a></strong>(java.lang.String&nbsp;cname,
        <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>
<div class="block">This returns the first child element within this element with the
 given local name and belonging to the given namespace.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../org/jdom2/Element.html" title="class in org.jdom2">Element</a>&gt;</code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#getChildren(java.lang.String, org.jdom2.Namespace)">getChildren</a></strong>(java.lang.String&nbsp;cname,
           <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>
<div class="block">This returns a <code>List</code> of all the child elements
 nested directly (one level deep) within this element with the given
 local name and belonging to the given Namespace, returned as
 <code>Element</code> objects.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#getChildText(java.lang.String, org.jdom2.Namespace)">getChildText</a></strong>(java.lang.String&nbsp;cname,
            <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>
<div class="block">Returns the textual content of the named child element, or null if
 there's no such child.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#getChildTextNormalize(java.lang.String, org.jdom2.Namespace)">getChildTextNormalize</a></strong>(java.lang.String&nbsp;cname,
                     <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>
<div class="block">Returns the normalized textual content of the named child element, or
 null if there's no such child.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#getChildTextTrim(java.lang.String, org.jdom2.Namespace)">getChildTextTrim</a></strong>(java.lang.String&nbsp;cname,
                <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>
<div class="block">Returns the trimmed textual content of the named child element, or null
 if there's no such child.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#removeAttribute(java.lang.String, org.jdom2.Namespace)">removeAttribute</a></strong>(java.lang.String&nbsp;attname,
               <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>
<div class="block">
 This removes the attribute with the given name and within the
 given Namespace.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#removeChild(java.lang.String, org.jdom2.Namespace)">removeChild</a></strong>(java.lang.String&nbsp;cname,
           <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>
<div class="block">
 This removes the first child element (one level deep) with the
 given local name and belonging to the given namespace.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#removeChildren(java.lang.String, org.jdom2.Namespace)">removeChildren</a></strong>(java.lang.String&nbsp;cname,
              <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>
<div class="block">
 This removes all child elements (one level deep) with the
 given local name and belonging to the given namespace.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#removeNamespaceDeclaration(org.jdom2.Namespace)">removeNamespaceDeclaration</a></strong>(<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;additionalNamespace)</code>
<div class="block">Removes an additional namespace declarations from this element.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Element.html" title="class in org.jdom2">Element</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#setAttribute(java.lang.String, java.lang.String, org.jdom2.Namespace)">setAttribute</a></strong>(java.lang.String&nbsp;name,
            java.lang.String&nbsp;value,
            <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>
<div class="block">
 This sets an attribute value for this element.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Attribute.html" title="class in org.jdom2">Attribute</a></code></td>
<td class="colLast"><span class="strong">Attribute.</span><code><strong><a href="../../../org/jdom2/Attribute.html#setNamespace(org.jdom2.Namespace)">setNamespace</a></strong>(<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block">This sets this <code>Attribute</code>'s <code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2"><code>Namespace</code></a></code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Element.html" title="class in org.jdom2">Element</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/jdom2/Element.html#setNamespace(org.jdom2.Namespace)">setNamespace</a></strong>(<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block">Sets the element's <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2"><code>Namespace</code></a>.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../org/jdom2/package-summary.html">org.jdom2</a> with parameters of type <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../org/jdom2/Attribute.html#Attribute(java.lang.String, java.lang.String, org.jdom2.AttributeType, org.jdom2.Namespace)">Attribute</a></strong>(java.lang.String&nbsp;name,
         java.lang.String&nbsp;value,
         <a href="../../../org/jdom2/AttributeType.html" title="enum in org.jdom2">AttributeType</a>&nbsp;type,
         <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block">This will create a new <code>Attribute</code> with the
 specified (local) name, value, and type, and in the provided
 <code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2"><code>Namespace</code></a></code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../org/jdom2/Attribute.html#Attribute(java.lang.String, java.lang.String, int, org.jdom2.Namespace)">Attribute</a></strong>(java.lang.String&nbsp;name,
         java.lang.String&nbsp;value,
         int&nbsp;type,
         <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block"><strong>Deprecated.</strong>&nbsp;
<div class="block"><i>Use <a href="../../../org/jdom2/Attribute.html#Attribute(java.lang.String, java.lang.String, org.jdom2.AttributeType, org.jdom2.Namespace)"><code>Attribute.Attribute(String, String, AttributeType, Namespace)</code></a>.</i></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../org/jdom2/Attribute.html#Attribute(java.lang.String, java.lang.String, org.jdom2.Namespace)">Attribute</a></strong>(java.lang.String&nbsp;name,
         java.lang.String&nbsp;value,
         <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block">This will create a new <code>Attribute</code> with the
 specified (local) name and value, and in the provided
 <code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2"><code>Namespace</code></a></code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../org/jdom2/Element.html#Element(java.lang.String, org.jdom2.Namespace)">Element</a></strong>(java.lang.String&nbsp;name,
       <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block">Creates a new element with the supplied (local) name and namespace.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.jdom2.filter">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a> in <a href="../../../org/jdom2/filter/package-summary.html">org.jdom2.filter</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jdom2/filter/package-summary.html">org.jdom2.filter</a> with parameters of type <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../org/jdom2/filter/Filter.html" title="interface in org.jdom2.filter">Filter</a>&lt;<a href="../../../org/jdom2/Attribute.html" title="class in org.jdom2">Attribute</a>&gt;</code></td>
<td class="colLast"><span class="strong">Filters.</span><code><strong><a href="../../../org/jdom2/filter/Filters.html#attribute(org.jdom2.Namespace)">attribute</a></strong>(<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>
<div class="block">Return a Filter that matches any <a href="../../../org/jdom2/Attribute.html" title="class in org.jdom2"><code>Attribute</code></a> data with the
 specified namespace.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/jdom2/filter/Filter.html" title="interface in org.jdom2.filter">Filter</a>&lt;<a href="../../../org/jdom2/Attribute.html" title="class in org.jdom2">Attribute</a>&gt;</code></td>
<td class="colLast"><span class="strong">Filters.</span><code><strong><a href="../../../org/jdom2/filter/Filters.html#attribute(java.lang.String, org.jdom2.Namespace)">attribute</a></strong>(java.lang.String&nbsp;name,
         <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>
<div class="block">Return a Filter that matches any <a href="../../../org/jdom2/Attribute.html" title="class in org.jdom2"><code>Attribute</code></a> data with the
 specified name and namespace.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../org/jdom2/filter/Filter.html" title="interface in org.jdom2.filter">Filter</a>&lt;<a href="../../../org/jdom2/Element.html" title="class in org.jdom2">Element</a>&gt;</code></td>
<td class="colLast"><span class="strong">Filters.</span><code><strong><a href="../../../org/jdom2/filter/Filters.html#element(org.jdom2.Namespace)">element</a></strong>(<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>
<div class="block">Return a Filter that matches any <a href="../../../org/jdom2/Element.html" title="class in org.jdom2"><code>Element</code></a> data with the specified
 Namespace.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/jdom2/filter/Filter.html" title="interface in org.jdom2.filter">Filter</a>&lt;<a href="../../../org/jdom2/Element.html" title="class in org.jdom2">Element</a>&gt;</code></td>
<td class="colLast"><span class="strong">Filters.</span><code><strong><a href="../../../org/jdom2/filter/Filters.html#element(java.lang.String, org.jdom2.Namespace)">element</a></strong>(java.lang.String&nbsp;name,
       <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>
<div class="block">Return a Filter that matches any <a href="../../../org/jdom2/Element.html" title="class in org.jdom2"><code>Element</code></a> data with the specified
 name and Namespace.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../org/jdom2/filter/package-summary.html">org.jdom2.filter</a> with parameters of type <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../org/jdom2/filter/AttributeFilter.html#AttributeFilter(org.jdom2.Namespace)">AttributeFilter</a></strong>(<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block">Select only the Attributes with the supplied Namespace.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../org/jdom2/filter/AttributeFilter.html#AttributeFilter(java.lang.String, org.jdom2.Namespace)">AttributeFilter</a></strong>(java.lang.String&nbsp;name,
               <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block">Select only the Attributes with the supplied name and Namespace.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../org/jdom2/filter/ElementFilter.html#ElementFilter(org.jdom2.Namespace)">ElementFilter</a></strong>(<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block">Select only the Elements with the supplied Namespace.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../org/jdom2/filter/ElementFilter.html#ElementFilter(java.lang.String, org.jdom2.Namespace)">ElementFilter</a></strong>(java.lang.String&nbsp;name,
             <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block">Select only the Elements with the supplied name and Namespace.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.jdom2.input.stax">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a> in <a href="../../../org/jdom2/input/stax/package-summary.html">org.jdom2.input.stax</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jdom2/input/stax/package-summary.html">org.jdom2.input.stax</a> with parameters of type <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">DefaultStAXFilter.</span><code><strong><a href="../../../org/jdom2/input/stax/DefaultStAXFilter.html#includeElement(int, java.lang.String, org.jdom2.Namespace)">includeElement</a></strong>(int&nbsp;depth,
              java.lang.String&nbsp;name,
              <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">StAXFilter.</span><code><strong><a href="../../../org/jdom2/input/stax/StAXFilter.html#includeElement(int, java.lang.String, org.jdom2.Namespace)">includeElement</a></strong>(int&nbsp;depth,
              java.lang.String&nbsp;name,
              <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>
<div class="block">The current event is an Element event.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">DefaultStAXFilter.</span><code><strong><a href="../../../org/jdom2/input/stax/DefaultStAXFilter.html#pruneElement(int, java.lang.String, org.jdom2.Namespace)">pruneElement</a></strong>(int&nbsp;depth,
            java.lang.String&nbsp;name,
            <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">StAXFilter.</span><code><strong><a href="../../../org/jdom2/input/stax/StAXFilter.html#pruneElement(int, java.lang.String, org.jdom2.Namespace)">pruneElement</a></strong>(int&nbsp;depth,
            java.lang.String&nbsp;name,
            <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>
<div class="block">An Element is being included, and this is a child Element event of the
 included parent Element.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.jdom2.located">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a> in <a href="../../../org/jdom2/located/package-summary.html">org.jdom2.located</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jdom2/located/package-summary.html">org.jdom2.located</a> with parameters of type <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Element.html" title="class in org.jdom2">Element</a></code></td>
<td class="colLast"><span class="strong">LocatedJDOMFactory.</span><code><strong><a href="../../../org/jdom2/located/LocatedJDOMFactory.html#element(int, int, java.lang.String, org.jdom2.Namespace)">element</a></strong>(int&nbsp;line,
       int&nbsp;col,
       java.lang.String&nbsp;name,
       <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../org/jdom2/located/package-summary.html">org.jdom2.located</a> with parameters of type <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../org/jdom2/located/LocatedElement.html#LocatedElement(java.lang.String, org.jdom2.Namespace)">LocatedElement</a></strong>(java.lang.String&nbsp;name,
              <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block">Creates a new element with the supplied (local) name and namespace.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.jdom2.output.support">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a> in <a href="../../../org/jdom2/output/support/package-summary.html">org.jdom2.output.support</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jdom2/output/support/package-summary.html">org.jdom2.output.support</a> with parameters of type <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">AbstractXMLOutputProcessor.</span><code><strong><a href="../../../org/jdom2/output/support/AbstractXMLOutputProcessor.html#printNamespace(java.io.Writer, org.jdom2.output.support.FormatStack, org.jdom2.Namespace)">printNamespace</a></strong>(java.io.Writer&nbsp;out,
              <a href="../../../org/jdom2/output/support/FormatStack.html" title="class in org.jdom2.output.support">FormatStack</a>&nbsp;fstack,
              <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>
<div class="block">This will handle printing of any needed <code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2"><code>Namespace</code></a></code>
 declarations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">AbstractStAXStreamProcessor.</span><code><strong><a href="../../../org/jdom2/output/support/AbstractStAXStreamProcessor.html#printNamespace(javax.xml.stream.XMLStreamWriter, org.jdom2.output.support.FormatStack, org.jdom2.Namespace)">printNamespace</a></strong>(javax.xml.stream.XMLStreamWriter&nbsp;out,
              <a href="../../../org/jdom2/output/support/FormatStack.html" title="class in org.jdom2.output.support">FormatStack</a>&nbsp;fstack,
              <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>
<div class="block">This will handle printing of any needed <code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2"><code>Namespace</code></a></code>
 declarations.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.jdom2.util">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a> in <a href="../../../org/jdom2/util/package-summary.html">org.jdom2.util</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jdom2/util/package-summary.html">org.jdom2.util</a> that return <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>[]</code></td>
<td class="colLast"><span class="strong">NamespaceStack.</span><code><strong><a href="../../../org/jdom2/util/NamespaceStack.html#getScope()">getScope</a></strong>()</code>
<div class="block">Return a new array instance representing the current scope.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jdom2/util/package-summary.html">org.jdom2.util</a> that return types with arguments of type <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Iterable&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;</code></td>
<td class="colLast"><span class="strong">NamespaceStack.</span><code><strong><a href="../../../org/jdom2/util/NamespaceStack.html#addedForward()">addedForward</a></strong>()</code>
<div class="block">Return an Iterable containing all the Namespaces introduced to the
 current-level's scope.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Iterable&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;</code></td>
<td class="colLast"><span class="strong">NamespaceStack.</span><code><strong><a href="../../../org/jdom2/util/NamespaceStack.html#addedReverse()">addedReverse</a></strong>()</code>
<div class="block">Return an Iterable containing all the Namespaces introduced to the
 current-level's scope but in reverse order to <a href="../../../org/jdom2/util/NamespaceStack.html#addedForward()"><code>NamespaceStack.addedForward()</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Iterator&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;</code></td>
<td class="colLast"><span class="strong">NamespaceStack.</span><code><strong><a href="../../../org/jdom2/util/NamespaceStack.html#iterator()">iterator</a></strong>()</code>
<div class="block">Get all the Namespaces in-scope at the current level of the stack.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jdom2/util/package-summary.html">org.jdom2.util</a> with parameters of type <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">NamespaceStack.</span><code><strong><a href="../../../org/jdom2/util/NamespaceStack.html#isInScope(org.jdom2.Namespace)">isInScope</a></strong>(<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;ns)</code>
<div class="block">Inspect the current scope and return true if the specified namespace is
 in scope.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../org/jdom2/util/package-summary.html">org.jdom2.util</a> with parameters of type <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../org/jdom2/util/NamespaceStack.html#NamespaceStack(org.jdom2.Namespace[])">NamespaceStack</a></strong>(<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>[]&nbsp;seed)</code>
<div class="block">Create a NamespaceWalker ready to use as a stack.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.jdom2.xpath">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a> in <a href="../../../org/jdom2/xpath/package-summary.html">org.jdom2.xpath</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jdom2/xpath/package-summary.html">org.jdom2.xpath</a> that return <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></code></td>
<td class="colLast"><span class="strong">XPathBuilder.</span><code><strong><a href="../../../org/jdom2/xpath/XPathBuilder.html#getNamespace(java.lang.String)">getNamespace</a></strong>(java.lang.String&nbsp;prefix)</code>
<div class="block">Get the Namespace associated with the given prefix.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></code></td>
<td class="colLast"><span class="strong">XPathExpression.</span><code><strong><a href="../../../org/jdom2/xpath/XPathExpression.html#getNamespace(java.lang.String)">getNamespace</a></strong>(java.lang.String&nbsp;prefix)</code>
<div class="block">Get the Namespace associated with a given prefix.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>[]</code></td>
<td class="colLast"><span class="strong">XPathExpression.</span><code><strong><a href="../../../org/jdom2/xpath/XPathExpression.html#getNamespaces()">getNamespaces</a></strong>()</code>
<div class="block">Get the Namespaces that were used to compile this XPathExpression.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jdom2/xpath/package-summary.html">org.jdom2.xpath</a> with parameters of type <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>abstract void</code></td>
<td class="colLast"><span class="strong">XPath.</span><code><strong><a href="../../../org/jdom2/xpath/XPath.html#addNamespace(org.jdom2.Namespace)">addNamespace</a></strong>(<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
<div class="block">Adds a namespace definition to the list of namespaces known of
 this XPath expression.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract &lt;T&gt;&nbsp;<a href="../../../org/jdom2/xpath/XPathExpression.html" title="interface in org.jdom2.xpath">XPathExpression</a>&lt;T&gt;</code></td>
<td class="colLast"><span class="strong">XPathFactory.</span><code><strong><a href="../../../org/jdom2/xpath/XPathFactory.html#compile(java.lang.String, org.jdom2.filter.Filter, java.util.Map, org.jdom2.Namespace...)">compile</a></strong>(java.lang.String&nbsp;expression,
       <a href="../../../org/jdom2/filter/Filter.html" title="interface in org.jdom2.filter">Filter</a>&lt;T&gt;&nbsp;filter,
       java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;variables,
       <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>...&nbsp;namespaces)</code>
<div class="block">Create a Compiled XPathExpression&lt;&gt; instance from this factory.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="strong">XPathExpression.</span><code><strong><a href="../../../org/jdom2/xpath/XPathExpression.html#getVariable(java.lang.String, org.jdom2.Namespace)">getVariable</a></strong>(java.lang.String&nbsp;localname,
           <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;uri)</code>
<div class="block">Get the variable value associated to the given variable name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">XPathBuilder.</span><code><strong><a href="../../../org/jdom2/xpath/XPathBuilder.html#setNamespace(org.jdom2.Namespace)">setNamespace</a></strong>(<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block">Define a Namespace to be available for the XPath expression.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="strong">XPathExpression.</span><code><strong><a href="../../../org/jdom2/xpath/XPathExpression.html#setVariable(java.lang.String, org.jdom2.Namespace, java.lang.Object)">setVariable</a></strong>(java.lang.String&nbsp;localname,
           <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;uri,
           java.lang.Object&nbsp;value)</code>
<div class="block">Change the defined value for a variable to some new value.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../org/jdom2/xpath/package-summary.html">org.jdom2.xpath</a> with type arguments of type <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../org/jdom2/xpath/XPathExpression.html" title="interface in org.jdom2.xpath">XPathExpression</a>&lt;T&gt;</code></td>
<td class="colLast"><span class="strong">XPathFactory.</span><code><strong><a href="../../../org/jdom2/xpath/XPathFactory.html#compile(java.lang.String, org.jdom2.filter.Filter, java.util.Map, java.util.Collection)">compile</a></strong>(java.lang.String&nbsp;expression,
       <a href="../../../org/jdom2/filter/Filter.html" title="interface in org.jdom2.filter">Filter</a>&lt;T&gt;&nbsp;filter,
       java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;variables,
       java.util.Collection&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;&nbsp;namespaces)</code>
<div class="block">Create a XPathExpression&lt;&gt; instance from this factory.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">XPathBuilder.</span><code><strong><a href="../../../org/jdom2/xpath/XPathBuilder.html#setNamespaces(java.util.Collection)">setNamespaces</a></strong>(java.util.Collection&lt;<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&gt;&nbsp;namespaces)</code>
<div class="block">Add a number of namespaces to this XPathBuilder</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.jdom2.xpath.jaxen">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a> in <a href="../../../org/jdom2/xpath/jaxen/package-summary.html">org.jdom2.xpath.jaxen</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jdom2/xpath/jaxen/package-summary.html">org.jdom2.xpath.jaxen</a> with parameters of type <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">JDOMXPath.</span><code><strong><a href="../../../org/jdom2/xpath/jaxen/JDOMXPath.html#addNamespace(org.jdom2.Namespace)">addNamespace</a></strong>(<a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;namespace)</code>
<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
<div class="block">Adds a namespace definition to the list of namespaces known of this XPath
 expression.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../org/jdom2/xpath/XPathExpression.html" title="interface in org.jdom2.xpath">XPathExpression</a>&lt;T&gt;</code></td>
<td class="colLast"><span class="strong">JaxenXPathFactory.</span><code><strong><a href="../../../org/jdom2/xpath/jaxen/JaxenXPathFactory.html#compile(java.lang.String, org.jdom2.filter.Filter, java.util.Map, org.jdom2.Namespace...)">compile</a></strong>(java.lang.String&nbsp;expression,
       <a href="../../../org/jdom2/filter/Filter.html" title="interface in org.jdom2.filter">Filter</a>&lt;T&gt;&nbsp;filter,
       java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;variables,
       <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>...&nbsp;namespaces)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.jdom2.xpath.util">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a> in <a href="../../../org/jdom2/xpath/util/package-summary.html">org.jdom2.xpath.util</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jdom2/xpath/util/package-summary.html">org.jdom2.xpath.util</a> that return <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></code></td>
<td class="colLast"><span class="strong">AbstractXPathCompiled.</span><code><strong><a href="../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#getNamespace(java.lang.String)">getNamespace</a></strong>(java.lang.String&nbsp;prefix)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>[]</code></td>
<td class="colLast"><span class="strong">AbstractXPathCompiled.</span><code><strong><a href="../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#getNamespaces()">getNamespaces</a></strong>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jdom2/xpath/util/package-summary.html">org.jdom2.xpath.util</a> with parameters of type <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="strong">AbstractXPathCompiled.</span><code><strong><a href="../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#getVariable(java.lang.String, org.jdom2.Namespace)">getVariable</a></strong>(java.lang.String&nbsp;name,
           <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;uri)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="strong">AbstractXPathCompiled.</span><code><strong><a href="../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#setVariable(java.lang.String, org.jdom2.Namespace, java.lang.Object)">setVariable</a></strong>(java.lang.String&nbsp;name,
           <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;uri,
           java.lang.Object&nbsp;value)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../org/jdom2/xpath/util/package-summary.html">org.jdom2.xpath.util</a> with parameters of type <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#AbstractXPathCompiled(java.lang.String, org.jdom2.filter.Filter, java.util.Map, org.jdom2.Namespace[])">AbstractXPathCompiled</a></strong>(java.lang.String&nbsp;query,
                     <a href="../../../org/jdom2/filter/Filter.html" title="interface in org.jdom2.filter">Filter</a>&lt;<a href="../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;&nbsp;filter,
                     java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;variables,
                     <a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>[]&nbsp;namespaces)</code>
<div class="block">Construct an XPathExpression.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../org/jdom2/Namespace.html" title="class in org.jdom2">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><b>JDOM<br><font size='-1'>2.x</font></b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/jdom2/class-use/Namespace.html" target="_top">Frames</a></li>
<li><a href="Namespace.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright ? 2014 Jason Hunter, Brett McLaughlin. All Rights Reserved.</small></p>
</body>
</html>