This file is indexed.

/usr/share/doc/libjenkins-dom4j-java/api/org/dom4j/class-use/Element.html is in libjenkins-dom4j-java-doc 1.6.1-jenkins-4-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
<!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_65) on Thu Sep 11 11:01:39 UTC 2014 -->
<title>Uses of Interface org.dom4j.Element (dom4j API)</title>
<meta name="date" content="2014-09-11">
<link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Uses of Interface org.dom4j.Element (dom4j API)";
    }
//-->
</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/dom4j/Element.html" title="interface in org.dom4j">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>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/dom4j/class-use/Element.html" target="_top">Frames</a></li>
<li><a href="Element.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 Interface org.dom4j.Element" class="title">Uses of Interface<br>org.dom4j.Element</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/dom4j/Element.html" title="interface in org.dom4j">Element</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.dom4j">org.dom4j</a></td>
<td class="colLast">
<div class="block">Defines the XML Document Object Model in Java interfaces together 
    with some helper classes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.dom4j.datatype">org.dom4j.datatype</a></td>
<td class="colLast">
<div class="block">An implementation of the <i>dom4j</i> API which supports the 
    <a href="http://www.w3.org/TR/xmlschema-2/">XML Schema Data Types</a> specification.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.dom4j.io">org.dom4j.io</a></td>
<td class="colLast">
<div class="block">Provides input and output via SAX and DOM together with writing <i>dom4j</i> 
    objects to streams as XML text.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.dom4j.rule">org.dom4j.rule</a></td>
<td class="colLast">
<div class="block">A <a href="../../../org/dom4j/rule/Pattern.html" title="interface in org.dom4j.rule"><code>Pattern</code></a> based XML rule engine which implements 
the full XSLT processing model while allowing any <a href="../../../org/dom4j/rule/Action.html" title="interface in org.dom4j.rule"><code>Action</code></a>
to be fired if a pattern matches.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.dom4j.tree">org.dom4j.tree</a></td>
<td class="colLast">
<div class="block">Contains the default implementations of the <i>dom4j</i> Document Object Model
  together with some helpful base classes for those wishing to 
  implement their own document object model.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.dom4j.util">org.dom4j.util</a></td>
<td class="colLast">
<div class="block">A collection of utility classes for the <i>dom4j</i> API.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.dom4j">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a> in <a href="../../../org/dom4j/package-summary.html">org.dom4j</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/dom4j/package-summary.html">org.dom4j</a> that return <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</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/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/dom4j/Element.html#addAttribute(org.dom4j.QName,%20java.lang.String)">addAttribute</a></strong>(<a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;qName,
            java.lang.String&nbsp;value)</code>
<div class="block">
 Adds the attribute value of the given fully qualified name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/dom4j/Element.html#addAttribute(java.lang.String,%20java.lang.String)">addAttribute</a></strong>(java.lang.String&nbsp;name,
            java.lang.String&nbsp;value)</code>
<div class="block">
 Adds the attribute value of the given local name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/dom4j/Element.html#addCDATA(java.lang.String)">addCDATA</a></strong>(java.lang.String&nbsp;cdata)</code>
<div class="block">Adds a new <code>CDATA</code> node with the given text to this element.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/dom4j/Element.html#addComment(java.lang.String)">addComment</a></strong>(java.lang.String&nbsp;comment)</code>
<div class="block">Adds a new <code>Comment</code> node with the given text to this
 element.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">Branch.</span><code><strong><a href="../../../org/dom4j/Branch.html#addElement(org.dom4j.QName)">addElement</a></strong>(<a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;qname)</code>
<div class="block">Adds a new <code>Element</code> node with the given <a href="../../../org/dom4j/QName.html" title="class in org.dom4j"><code>QName</code></a>to
 this branch and returns a reference to the new node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">Branch.</span><code><strong><a href="../../../org/dom4j/Branch.html#addElement(java.lang.String)">addElement</a></strong>(java.lang.String&nbsp;name)</code>
<div class="block">Adds a new <code>Element</code> node with the given name to this branch
 and returns a reference to the new node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">Branch.</span><code><strong><a href="../../../org/dom4j/Branch.html#addElement(java.lang.String,%20java.lang.String)">addElement</a></strong>(java.lang.String&nbsp;qualifiedName,
          java.lang.String&nbsp;namespaceURI)</code>
<div class="block">Adds a new <code>Element</code> node with the given qualified name and
 namespace URI to this branch and returns a reference to the new node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/dom4j/Element.html#addEntity(java.lang.String,%20java.lang.String)">addEntity</a></strong>(java.lang.String&nbsp;name,
         java.lang.String&nbsp;text)</code>
<div class="block">Adds a new <code>Entity</code> node with the given name and text to
 this element and returns a reference to the new node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/dom4j/Element.html#addNamespace(java.lang.String,%20java.lang.String)">addNamespace</a></strong>(java.lang.String&nbsp;prefix,
            java.lang.String&nbsp;uri)</code>
<div class="block">Adds a namespace to this element for use by its child content</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/dom4j/Element.html#addProcessingInstruction(java.lang.String,%20java.util.Map)">addProcessingInstruction</a></strong>(java.lang.String&nbsp;target,
                        java.util.Map&nbsp;data)</code>
<div class="block">Adds a processing instruction for the given target</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/dom4j/Element.html#addProcessingInstruction(java.lang.String,%20java.lang.String)">addProcessingInstruction</a></strong>(java.lang.String&nbsp;target,
                        java.lang.String&nbsp;text)</code>
<div class="block">Adds a processing instruction for the given target</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/dom4j/Element.html#addText(java.lang.String)">addText</a></strong>(java.lang.String&nbsp;text)</code>
<div class="block">Adds a new <code>Text</code> node with the given text to this element.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/dom4j/Element.html#createCopy()">createCopy</a></strong>()</code>
<div class="block">
 Creates a deep copy of this element The new element is detached from its
 parent, and getParent() on the clone will return null.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/dom4j/Element.html#createCopy(org.dom4j.QName)">createCopy</a></strong>(<a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;qName)</code>
<div class="block">
 Creates a deep copy of this element with the given fully qualified name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/dom4j/Element.html#createCopy(java.lang.String)">createCopy</a></strong>(java.lang.String&nbsp;name)</code>
<div class="block">
 Creates a deep copy of this element with the given local name The new
 element is detached from its parent, and getParent() on the clone will
 return null.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">DocumentHelper.</span><code><strong><a href="../../../org/dom4j/DocumentHelper.html#createElement(org.dom4j.QName)">createElement</a></strong>(<a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;qname)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">DocumentFactory.</span><code><strong><a href="../../../org/dom4j/DocumentFactory.html#createElement(org.dom4j.QName)">createElement</a></strong>(<a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;qname)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">DocumentHelper.</span><code><strong><a href="../../../org/dom4j/DocumentHelper.html#createElement(java.lang.String)">createElement</a></strong>(java.lang.String&nbsp;name)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">DocumentFactory.</span><code><strong><a href="../../../org/dom4j/DocumentFactory.html#createElement(java.lang.String)">createElement</a></strong>(java.lang.String&nbsp;name)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">DocumentFactory.</span><code><strong><a href="../../../org/dom4j/DocumentFactory.html#createElement(java.lang.String,%20java.lang.String)">createElement</a></strong>(java.lang.String&nbsp;qualifiedName,
             java.lang.String&nbsp;namespaceURI)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/dom4j/Element.html#element(org.dom4j.QName)">element</a></strong>(<a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;qName)</code>
<div class="block">Returns the first element for the given fully qualified name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">Element.</span><code><strong><a href="../../../org/dom4j/Element.html#element(java.lang.String)">element</a></strong>(java.lang.String&nbsp;name)</code>
<div class="block">Returns the first element for the given local name and any namespace.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">Branch.</span><code><strong><a href="../../../org/dom4j/Branch.html#elementByID(java.lang.String)">elementByID</a></strong>(java.lang.String&nbsp;elementID)</code>
<div class="block">Returns the element of the given ID attribute value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">ElementPath.</span><code><strong><a href="../../../org/dom4j/ElementPath.html#getCurrent()">getCurrent</a></strong>()</code>
<div class="block">DOCUMENT ME!</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">ElementPath.</span><code><strong><a href="../../../org/dom4j/ElementPath.html#getElement(int)">getElement</a></strong>(int&nbsp;depth)</code>
<div class="block">DOCUMENT ME!</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../org/dom4j/Node.html#getParent()">getParent</a></strong>()</code>
<div class="block">
 <code>getParent</code> returns the parent <code>Element</code> if
 this node supports the parent relationship or null if it is the root
 element or does not support the parent relationship.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">Document.</span><code><strong><a href="../../../org/dom4j/Document.html#getRootElement()">getRootElement</a></strong>()</code>
<div class="block">Returns the root <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j"><code>Element</code></a>for this document.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">DocumentHelper.</span><code><strong><a href="../../../org/dom4j/DocumentHelper.html#makeElement(org.dom4j.Branch,%20java.lang.String)">makeElement</a></strong>(<a href="../../../org/dom4j/Branch.html" title="interface in org.dom4j">Branch</a>&nbsp;source,
           java.lang.String&nbsp;path)</code>
<div class="block">
 makeElement</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/dom4j/package-summary.html">org.dom4j</a> with parameters of type <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</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">Branch.</span><code><strong><a href="../../../org/dom4j/Branch.html#add(org.dom4j.Element)">add</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>
<div class="block">Adds the given <code>Element</code> to this branch.</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/dom4j/Element.html#appendAttributes(org.dom4j.Element)">appendAttributes</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>
<div class="block">Appends the attributes of the given element to me.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Node.html" title="interface in org.dom4j">Node</a></code></td>
<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../org/dom4j/Node.html#asXPathResult(org.dom4j.Element)">asXPathResult</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;parent)</code>
<div class="block">
 <code>asXPathResult</code> returns a version of this node which is
 capable of being an XPath result.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/dom4j/Attribute.html" title="interface in org.dom4j">Attribute</a></code></td>
<td class="colLast"><span class="strong">DocumentHelper.</span><code><strong><a href="../../../org/dom4j/DocumentHelper.html#createAttribute(org.dom4j.Element,%20org.dom4j.QName,%20java.lang.String)">createAttribute</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;owner,
               <a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;qname,
               java.lang.String&nbsp;value)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Attribute.html" title="interface in org.dom4j">Attribute</a></code></td>
<td class="colLast"><span class="strong">DocumentFactory.</span><code><strong><a href="../../../org/dom4j/DocumentFactory.html#createAttribute(org.dom4j.Element,%20org.dom4j.QName,%20java.lang.String)">createAttribute</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;owner,
               <a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;qname,
               java.lang.String&nbsp;value)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/dom4j/Attribute.html" title="interface in org.dom4j">Attribute</a></code></td>
<td class="colLast"><span class="strong">DocumentHelper.</span><code><strong><a href="../../../org/dom4j/DocumentHelper.html#createAttribute(org.dom4j.Element,%20java.lang.String,%20java.lang.String)">createAttribute</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;owner,
               java.lang.String&nbsp;name,
               java.lang.String&nbsp;value)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Attribute.html" title="interface in org.dom4j">Attribute</a></code></td>
<td class="colLast"><span class="strong">DocumentFactory.</span><code><strong><a href="../../../org/dom4j/DocumentFactory.html#createAttribute(org.dom4j.Element,%20java.lang.String,%20java.lang.String)">createAttribute</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;owner,
               java.lang.String&nbsp;name,
               java.lang.String&nbsp;value)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/dom4j/Document.html" title="interface in org.dom4j">Document</a></code></td>
<td class="colLast"><span class="strong">DocumentHelper.</span><code><strong><a href="../../../org/dom4j/DocumentHelper.html#createDocument(org.dom4j.Element)">createDocument</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;rootElement)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Document.html" title="interface in org.dom4j">Document</a></code></td>
<td class="colLast"><span class="strong">DocumentFactory.</span><code><strong><a href="../../../org/dom4j/DocumentFactory.html#createDocument(org.dom4j.Element)">createDocument</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;rootElement)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../org/dom4j/Node.html" title="interface in org.dom4j">Node</a></code></td>
<td class="colLast"><span class="strong">Namespace.</span><code><strong><a href="../../../org/dom4j/Namespace.html#createXPathResult(org.dom4j.Element)">createXPathResult</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;parent)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><span class="strong">Namespace.</span><code><strong><a href="../../../org/dom4j/Namespace.html#getPath(org.dom4j.Element)">getPath</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;context)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../org/dom4j/Node.html#getPath(org.dom4j.Element)">getPath</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;context)</code>
<div class="block">Returns the relative XPath expression which will return a node set
 containing the given node such as a/b/&#64;c.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><span class="strong">Namespace.</span><code><strong><a href="../../../org/dom4j/Namespace.html#getUniquePath(org.dom4j.Element)">getUniquePath</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;context)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../org/dom4j/Node.html#getUniquePath(org.dom4j.Element)">getUniquePath</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;context)</code>
<div class="block">
 Returns the relative unique XPath expression from the given context which
 will return a nodeset of one node which is the current node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">Branch.</span><code><strong><a href="../../../org/dom4j/Branch.html#remove(org.dom4j.Element)">remove</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>
<div class="block">Removes the given <code>Element</code> if the node is an immediate
 child of this branch.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../org/dom4j/Node.html#setParent(org.dom4j.Element)">setParent</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;parent)</code>
<div class="block">
 <code>setParent</code> sets the parent relationship of this node if the
 parent relationship is supported or does nothing if the parent
 relationship is not supported.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Document.</span><code><strong><a href="../../../org/dom4j/Document.html#setRootElement(org.dom4j.Element)">setRootElement</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;rootElement)</code>
<div class="block">Sets the root element for this document</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">VisitorSupport.</span><code><strong><a href="../../../org/dom4j/VisitorSupport.html#visit(org.dom4j.Element)">visit</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;node)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Visitor.</span><code><strong><a href="../../../org/dom4j/Visitor.html#visit(org.dom4j.Element)">visit</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;node)</code>
<div class="block">
 Visits the given <code>Element</code></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/dom4j/package-summary.html">org.dom4j</a> with parameters of type <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</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/dom4j/IllegalAddException.html#IllegalAddException(org.dom4j.Element,%20org.dom4j.Node,%20java.lang.String)">IllegalAddException</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;parent,
                   <a href="../../../org/dom4j/Node.html" title="interface in org.dom4j">Node</a>&nbsp;node,
                   java.lang.String&nbsp;reason)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.dom4j.datatype">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a> in <a href="../../../org/dom4j/datatype/package-summary.html">org.dom4j.datatype</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../org/dom4j/datatype/package-summary.html">org.dom4j.datatype</a> that implement <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../../org/dom4j/datatype/DatatypeElement.html" title="class in org.dom4j.datatype">DatatypeElement</a></strong></code>
<div class="block">
 <code>DatatypeElement</code> represents an Element which supports the <a
 href="http://www.w3.org/TR/xmlschema-2/">XML Schema Data Types </a>
 specification.</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/dom4j/datatype/package-summary.html">org.dom4j.datatype</a> that return <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</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/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">DatatypeElement.</span><code><strong><a href="../../../org/dom4j/datatype/DatatypeElement.html#addText(java.lang.String)">addText</a></strong>(java.lang.String&nbsp;text)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">DatatypeElementFactory.</span><code><strong><a href="../../../org/dom4j/datatype/DatatypeElementFactory.html#createElement(org.dom4j.QName)">createElement</a></strong>(<a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;qname)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">DatatypeAttribute.</span><code><strong><a href="../../../org/dom4j/datatype/DatatypeAttribute.html#getParent()">getParent</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/dom4j/datatype/package-summary.html">org.dom4j.datatype</a> with parameters of type <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</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/dom4j/Attribute.html" title="interface in org.dom4j">Attribute</a></code></td>
<td class="colLast"><span class="strong">DatatypeElementFactory.</span><code><strong><a href="../../../org/dom4j/datatype/DatatypeElementFactory.html#createAttribute(org.dom4j.Element,%20org.dom4j.QName,%20java.lang.String)">createAttribute</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;owner,
               <a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;qname,
               java.lang.String&nbsp;value)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Attribute.html" title="interface in org.dom4j">Attribute</a></code></td>
<td class="colLast"><span class="strong">DatatypeDocumentFactory.</span><code><strong><a href="../../../org/dom4j/datatype/DatatypeDocumentFactory.html#createAttribute(org.dom4j.Element,%20org.dom4j.QName,%20java.lang.String)">createAttribute</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;owner,
               <a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;qname,
               java.lang.String&nbsp;value)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">DatatypeAttribute.</span><code><strong><a href="../../../org/dom4j/datatype/DatatypeAttribute.html#setParent(org.dom4j.Element)">setParent</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;parent)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.dom4j.io">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a> in <a href="../../../org/dom4j/io/package-summary.html">org.dom4j.io</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/dom4j/io/package-summary.html">org.dom4j.io</a> that return <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</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/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">STAXEventReader.</span><code><strong><a href="../../../org/dom4j/io/STAXEventReader.html#createElement(javax.xml.stream.events.StartElement)">createElement</a></strong>(javax.xml.stream.events.StartElement&nbsp;startEvent)</code>
<div class="block">Constructs a new DOM4J Element from the provided StartElement event.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">ElementModifier.</span><code><strong><a href="../../../org/dom4j/io/ElementModifier.html#modifyElement(org.dom4j.Element)">modifyElement</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>
<div class="block">Called by an event based processor when an elements closing tag is
 encountered.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">STAXEventReader.</span><code><strong><a href="../../../org/dom4j/io/STAXEventReader.html#readElement(javax.xml.stream.XMLEventReader)">readElement</a></strong>(javax.xml.stream.XMLEventReader&nbsp;eventReader)</code>
<div class="block">Reads a DOM4J Element from the provided event stream.</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/dom4j/io/package-summary.html">org.dom4j.io</a> with parameters of type <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</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">SAXContentHandler.</span><code><strong><a href="../../../org/dom4j/io/SAXContentHandler.html#addAttributes(org.dom4j.Element,%20org.xml.sax.Attributes)">addAttributes</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element,
             org.xml.sax.Attributes&nbsp;attributes)</code>
<div class="block">Add all the attributes to the given elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">SAXContentHandler.</span><code><strong><a href="../../../org/dom4j/io/SAXContentHandler.html#addDeclaredNamespaces(org.dom4j.Element)">addDeclaredNamespaces</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>
<div class="block">Add all namespaces declared before the startElement() SAX event to the
 current element so that they are available to child elements and
 attributes</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">DOMWriter.</span><code><strong><a href="../../../org/dom4j/io/DOMWriter.html#appendDOMTree(org.w3c.dom.Document,%20org.w3c.dom.Node,%20org.dom4j.Element)">appendDOMTree</a></strong>(org.w3c.dom.Document&nbsp;domDocument,
             org.w3c.dom.Node&nbsp;domCurrent,
             <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Attribute.html" title="interface in org.dom4j">Attribute</a></code></td>
<td class="colLast"><span class="strong">STAXEventReader.</span><code><strong><a href="../../../org/dom4j/io/STAXEventReader.html#createAttribute(org.dom4j.Element,%20javax.xml.stream.events.Attribute)">createAttribute</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;elem,
               javax.xml.stream.events.Attribute&nbsp;attr)</code>
<div class="block">Constructs a new DOM4J Attribute from the provided StAX Attribute event.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected org.xml.sax.Attributes</code></td>
<td class="colLast"><span class="strong">SAXWriter.</span><code><strong><a href="../../../org/dom4j/io/SAXWriter.html#createAttributes(org.dom4j.Element,%20org.xml.sax.Attributes)">createAttributes</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element,
                org.xml.sax.Attributes&nbsp;namespaceAttributes)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>javax.xml.stream.events.EndElement</code></td>
<td class="colLast"><span class="strong">STAXEventWriter.</span><code><strong><a href="../../../org/dom4j/io/STAXEventWriter.html#createEndElement(org.dom4j.Element)">createEndElement</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;elem)</code>
<div class="block">Constructs a STAX <code>EndElement</code>event from a DOM4J <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j"><code>Element</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>javax.xml.stream.events.StartElement</code></td>
<td class="colLast"><span class="strong">STAXEventWriter.</span><code><strong><a href="../../../org/dom4j/io/STAXEventWriter.html#createStartElement(org.dom4j.Element)">createStartElement</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;elem)</code>
<div class="block">Constructs a STAX <code>StartElement</code>event from a DOM4J <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j"><code>Element</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">SAXWriter.</span><code><strong><a href="../../../org/dom4j/io/SAXWriter.html#endElement(org.dom4j.Element)">endElement</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><span class="strong">XMLWriter.</span><code><strong><a href="../../../org/dom4j/io/XMLWriter.html#isElementSpacePreserved(org.dom4j.Element)">isElementSpacePreserved</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>
<div class="block">Determines if element is a special case of XML elements where it contains
 an xml:space attribute of "preserve".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">ElementModifier.</span><code><strong><a href="../../../org/dom4j/io/ElementModifier.html#modifyElement(org.dom4j.Element)">modifyElement</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>
<div class="block">Called by an event based processor when an elements closing tag is
 encountered.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">SAXWriter.</span><code><strong><a href="../../../org/dom4j/io/SAXWriter.html#startElement(org.dom4j.Element,%20org.xml.sax.helpers.AttributesImpl)">startElement</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element,
            org.xml.sax.helpers.AttributesImpl&nbsp;namespaceAttributes)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected org.xml.sax.helpers.AttributesImpl</code></td>
<td class="colLast"><span class="strong">SAXWriter.</span><code><strong><a href="../../../org/dom4j/io/SAXWriter.html#startPrefixMapping(org.dom4j.Element,%20org.dom4j.tree.NamespaceStack)">startPrefixMapping</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element,
                  org.dom4j.tree.NamespaceStack&nbsp;namespaceStack)</code>
<div class="block">Fires a SAX startPrefixMapping event for all the namespaceStack which
 have just come into scope</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">XMLWriter.</span><code><strong><a href="../../../org/dom4j/io/XMLWriter.html#write(org.dom4j.Element)">write</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>
<div class="block">
 Writes the <code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j"><code>Element</code></a></code>, including its <code><a href="../../../org/dom4j/Attribute.html" title="interface in org.dom4j"><code>Attribute</code></a></code>
 s, and its value, and all its content (child nodes) to the current
 Writer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">SAXWriter.</span><code><strong><a href="../../../org/dom4j/io/SAXWriter.html#write(org.dom4j.Element)">write</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>
<div class="block">Generates SAX events for the given Element and all its content</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">SAXWriter.</span><code><strong><a href="../../../org/dom4j/io/SAXWriter.html#write(org.dom4j.Element,%20org.dom4j.tree.NamespaceStack)">write</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element,
     org.dom4j.tree.NamespaceStack&nbsp;namespaceStack)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">XMLWriter.</span><code><strong><a href="../../../org/dom4j/io/XMLWriter.html#writeAttributes(org.dom4j.Element)">writeAttributes</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>
<div class="block">Writes the attributes of the given element</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">XMLWriter.</span><code><strong><a href="../../../org/dom4j/io/XMLWriter.html#writeClose(org.dom4j.Element)">writeClose</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>
<div class="block">
 Writes the closing tag of an <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j"><code>Element</code></a></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">SAXWriter.</span><code><strong><a href="../../../org/dom4j/io/SAXWriter.html#writeClose(org.dom4j.Element)">writeClose</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>
<div class="block">
 Writes the closing tag of an <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j"><code>Element</code></a></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">XMLWriter.</span><code><strong><a href="../../../org/dom4j/io/XMLWriter.html#writeElement(org.dom4j.Element)">writeElement</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">STAXEventWriter.</span><code><strong><a href="../../../org/dom4j/io/STAXEventWriter.html#writeElement(org.dom4j.Element)">writeElement</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;elem)</code>
<div class="block">Writes a DOM4J <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j"><code>Element</code></a>node and its children to the stream.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">HTMLWriter.</span><code><strong><a href="../../../org/dom4j/io/HTMLWriter.html#writeElement(org.dom4j.Element)">writeElement</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>
<div class="block">This override handles any elements that should not remove whitespace,
 such as &lt;PRE&gt;, &lt;SCRIPT&gt;, &lt;STYLE&gt;, and &lt;TEXTAREA&gt;.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">XMLWriter.</span><code><strong><a href="../../../org/dom4j/io/XMLWriter.html#writeElementContent(org.dom4j.Element)">writeElementContent</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>
<div class="block">Outputs the content of the given element.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">XMLWriter.</span><code><strong><a href="../../../org/dom4j/io/XMLWriter.html#writeOpen(org.dom4j.Element)">writeOpen</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>
<div class="block">
 Writes the opening tag of an <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j"><code>Element</code></a>, including its <a href="../../../org/dom4j/Attribute.html" title="interface in org.dom4j"><code>Attribute</code></a>s but without its content.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">SAXWriter.</span><code><strong><a href="../../../org/dom4j/io/SAXWriter.html#writeOpen(org.dom4j.Element)">writeOpen</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>
<div class="block">
 Writes the opening tag of an <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j"><code>Element</code></a>, including its <a href="../../../org/dom4j/Attribute.html" title="interface in org.dom4j"><code>Attribute</code></a>s but without its content.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.dom4j.rule">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a> in <a href="../../../org/dom4j/rule/package-summary.html">org.dom4j.rule</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/dom4j/rule/package-summary.html">org.dom4j.rule</a> with parameters of type <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</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">Mode.</span><code><strong><a href="../../../org/dom4j/rule/Mode.html#applyTemplates(org.dom4j.Element)">applyTemplates</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.dom4j.tree">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a> in org.dom4j.tree</h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in org.dom4j.tree that implement <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><strong>org.dom4j.tree.AbstractElement</strong></code>
<div class="block">
 <code>AbstractElement</code> is an abstract base class for tree
 implementors to use for implementation inheritence.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><strong>org.dom4j.tree.BaseElement</strong></code>
<div class="block">
 <code>BaseElement</code> is a useful base class for implemementation
 inheritence of an XML element.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><strong>org.dom4j.tree.DefaultElement</strong></code>
<div class="block">
 <code>DefaultElement</code> is the default DOM4J default implementation of
 an XML element.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.dom4j.util">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a> in <a href="../../../org/dom4j/util/package-summary.html">org.dom4j.util</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../org/dom4j/util/package-summary.html">org.dom4j.util</a> that implement <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../../org/dom4j/util/IndexedElement.html" title="class in org.dom4j.util">IndexedElement</a></strong></code>
<div class="block">
 <code>IndexedElement</code> is an implementation of <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j"><code>Element</code></a>which
 maintains an index of the attributes and elements it contains to optimise
 lookups via name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../../org/dom4j/util/NonLazyElement.html" title="class in org.dom4j.util">NonLazyElement</a></strong></code>
<div class="block">
 <code>NonLazyElement</code> is the default DOM4J default implementation of
 an XML element.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../../org/dom4j/util/UserDataElement.html" title="class in org.dom4j.util">UserDataElement</a></strong></code>
<div class="block">
 <code>UserDataElement</code> support the adornment of a user data object on
 an Element or Attribute instance such that the methods 
 <a href="../../../org/dom4j/util/UserDataElement.html#setData(java.lang.Object)"><code>UserDataElement.setData(Object)</code></a>will get and set the values of a user data object.</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/dom4j/util/package-summary.html">org.dom4j.util</a> that return <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</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 <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">IndexedElement.</span><code><strong><a href="../../../org/dom4j/util/IndexedElement.html#asElement(java.lang.Object)">asElement</a></strong>(java.lang.Object&nbsp;object)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">NonLazyDocumentFactory.</span><code><strong><a href="../../../org/dom4j/util/NonLazyDocumentFactory.html#createElement(org.dom4j.QName)">createElement</a></strong>(<a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;qname)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">ProxyDocumentFactory.</span><code><strong><a href="../../../org/dom4j/util/ProxyDocumentFactory.html#createElement(org.dom4j.QName)">createElement</a></strong>(<a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;qname)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">IndexedDocumentFactory.</span><code><strong><a href="../../../org/dom4j/util/IndexedDocumentFactory.html#createElement(org.dom4j.QName)">createElement</a></strong>(<a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;qname)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">UserDataElement.</span><code><strong><a href="../../../org/dom4j/util/UserDataElement.html#createElement(org.dom4j.QName)">createElement</a></strong>(<a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;qName)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">UserDataDocumentFactory.</span><code><strong><a href="../../../org/dom4j/util/UserDataDocumentFactory.html#createElement(org.dom4j.QName)">createElement</a></strong>(<a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;qname)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">IndexedDocumentFactory.</span><code><strong><a href="../../../org/dom4j/util/IndexedDocumentFactory.html#createElement(org.dom4j.QName,%20int)">createElement</a></strong>(<a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;qname,
             int&nbsp;attributeCount)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">ProxyDocumentFactory.</span><code><strong><a href="../../../org/dom4j/util/ProxyDocumentFactory.html#createElement(java.lang.String)">createElement</a></strong>(java.lang.String&nbsp;name)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">UserDataElement.</span><code><strong><a href="../../../org/dom4j/util/UserDataElement.html#createElement(java.lang.String)">createElement</a></strong>(java.lang.String&nbsp;name)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">IndexedElement.</span><code><strong><a href="../../../org/dom4j/util/IndexedElement.html#element(org.dom4j.QName)">element</a></strong>(<a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;qName)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">IndexedElement.</span><code><strong><a href="../../../org/dom4j/util/IndexedElement.html#element(java.lang.String)">element</a></strong>(java.lang.String&nbsp;name)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a></code></td>
<td class="colLast"><span class="strong">XMLErrorHandler.</span><code><strong><a href="../../../org/dom4j/util/XMLErrorHandler.html#getErrors()">getErrors</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/dom4j/util/package-summary.html">org.dom4j.util</a> with parameters of type <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</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">XMLErrorHandler.</span><code><strong><a href="../../../org/dom4j/util/XMLErrorHandler.html#addException(org.dom4j.Element,%20org.xml.sax.SAXParseException)">addException</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element,
            org.xml.sax.SAXParseException&nbsp;e)</code>
<div class="block">Adds the given parse exception information to the given element instance</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">IndexedElement.</span><code><strong><a href="../../../org/dom4j/util/IndexedElement.html#addToElementIndex(org.dom4j.Element)">addToElementIndex</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">IndexedElement.</span><code><strong><a href="../../../org/dom4j/util/IndexedElement.html#addToElementIndex(java.lang.Object,%20org.dom4j.Element)">addToElementIndex</a></strong>(java.lang.Object&nbsp;key,
                 <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;value)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="strong">AttributeHelper.</span><code><strong><a href="../../../org/dom4j/util/AttributeHelper.html#booleanValue(org.dom4j.Element,%20org.dom4j.QName)">booleanValue</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element,
            <a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;attributeQName)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="strong">AttributeHelper.</span><code><strong><a href="../../../org/dom4j/util/AttributeHelper.html#booleanValue(org.dom4j.Element,%20java.lang.String)">booleanValue</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element,
            java.lang.String&nbsp;attributeName)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="strong">NodeComparator.</span><code><strong><a href="../../../org/dom4j/util/NodeComparator.html#compare(org.dom4j.Element,%20org.dom4j.Element)">compare</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;n1,
       <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;n2)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Attribute.html" title="interface in org.dom4j">Attribute</a></code></td>
<td class="colLast"><span class="strong">ProxyDocumentFactory.</span><code><strong><a href="../../../org/dom4j/util/ProxyDocumentFactory.html#createAttribute(org.dom4j.Element,%20org.dom4j.QName,%20java.lang.String)">createAttribute</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;owner,
               <a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;qname,
               java.lang.String&nbsp;value)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Attribute.html" title="interface in org.dom4j">Attribute</a></code></td>
<td class="colLast"><span class="strong">UserDataDocumentFactory.</span><code><strong><a href="../../../org/dom4j/util/UserDataDocumentFactory.html#createAttribute(org.dom4j.Element,%20org.dom4j.QName,%20java.lang.String)">createAttribute</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;owner,
               <a href="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</a>&nbsp;qname,
               java.lang.String&nbsp;value)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Attribute.html" title="interface in org.dom4j">Attribute</a></code></td>
<td class="colLast"><span class="strong">ProxyDocumentFactory.</span><code><strong><a href="../../../org/dom4j/util/ProxyDocumentFactory.html#createAttribute(org.dom4j.Element,%20java.lang.String,%20java.lang.String)">createAttribute</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;owner,
               java.lang.String&nbsp;name,
               java.lang.String&nbsp;value)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/dom4j/Document.html" title="interface in org.dom4j">Document</a></code></td>
<td class="colLast"><span class="strong">ProxyDocumentFactory.</span><code><strong><a href="../../../org/dom4j/util/ProxyDocumentFactory.html#createDocument(org.dom4j.Element)">createDocument</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;rootElement)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">IndexedElement.</span><code><strong><a href="../../../org/dom4j/util/IndexedElement.html#removeFromElementIndex(org.dom4j.Element)">removeFromElementIndex</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;element)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">IndexedElement.</span><code><strong><a href="../../../org/dom4j/util/IndexedElement.html#removeFromElementIndex(java.lang.Object,%20org.dom4j.Element)">removeFromElementIndex</a></strong>(java.lang.Object&nbsp;key,
                      <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;value)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">XMLErrorHandler.</span><code><strong><a href="../../../org/dom4j/util/XMLErrorHandler.html#setErrors(org.dom4j.Element)">setErrors</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;errors)</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/dom4j/util/package-summary.html">org.dom4j.util</a> with parameters of type <a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</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/dom4j/util/XMLErrorHandler.html#XMLErrorHandler(org.dom4j.Element)">XMLErrorHandler</a></strong>(<a href="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</a>&nbsp;errors)</code>&nbsp;</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/dom4j/Element.html" title="interface in org.dom4j">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>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/dom4j/class-use/Element.html" target="_top">Frames</a></li>
<li><a href="Element.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 ? 2005 MetaStuff Ltd. All Rights Reserved. Hosted by <p> <img src='http://sourceforge.net/sflogo.php?group_id=16035' width='88' height='31' border='0' alt='SourceForge Logo' /></small></p>
</body>
</html>