This file is indexed.

/usr/share/doc/libjenkins-dom4j-java/api/index-files/index-7.html is in libjenkins-dom4j-java-doc 1.6.1-hudson-3-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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_23) on Thu Oct 20 11:18:57 UTC 2011 -->
<TITLE>
G-Index (dom4j API)
</TITLE>

<META NAME="date" CONTENT="2011-10-20">

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

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

</HEAD>

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


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

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


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

<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="../org/dom4j/Namespace.html#get(java.lang.String, java.lang.String)"><B>get(String, String)</B></A> - 
Static method in class org.dom4j.<A HREF="../org/dom4j/Namespace.html" title="class in org.dom4j">Namespace</A>
<DD>A helper method to return the Namespace instance for the given prefix and
 URI
<DT><A HREF="../org/dom4j/Namespace.html#get(java.lang.String)"><B>get(String)</B></A> - 
Static method in class org.dom4j.<A HREF="../org/dom4j/Namespace.html" title="class in org.dom4j">Namespace</A>
<DD>A helper method to return the Namespace instance for no prefix and the
 URI
<DT><A HREF="../org/dom4j/QName.html#get(java.lang.String)"><B>get(String)</B></A> - 
Static method in class org.dom4j.<A HREF="../org/dom4j/QName.html" title="class in org.dom4j">QName</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/QName.html#get(java.lang.String, org.dom4j.Namespace)"><B>get(String, Namespace)</B></A> - 
Static method in class org.dom4j.<A HREF="../org/dom4j/QName.html" title="class in org.dom4j">QName</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/QName.html#get(java.lang.String, java.lang.String, java.lang.String)"><B>get(String, String, String)</B></A> - 
Static method in class org.dom4j.<A HREF="../org/dom4j/QName.html" title="class in org.dom4j">QName</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/QName.html#get(java.lang.String, java.lang.String)"><B>get(String, String)</B></A> - 
Static method in class org.dom4j.<A HREF="../org/dom4j/QName.html" title="class in org.dom4j">QName</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/QName.html#get(java.lang.String, org.dom4j.Namespace, java.lang.String)"><B>get(String, Namespace, String)</B></A> - 
Static method in class org.dom4j.<A HREF="../org/dom4j/QName.html" title="class in org.dom4j">QName</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/rule/Rule.html#getAction()"><B>getAction()</B></A> - 
Method in class org.dom4j.rule.<A HREF="../org/dom4j/rule/Rule.html" title="class in org.dom4j.rule">Rule</A>
<DD>Getter for property action.
<DT><A HREF="../org/dom4j/rule/Rule.html#getAppearenceCount()"><B>getAppearenceCount()</B></A> - 
Method in class org.dom4j.rule.<A HREF="../org/dom4j/rule/Rule.html" title="class in org.dom4j.rule">Rule</A>
<DD>Getter for property appearenceCount.
<DT><A HREF="../org/dom4j/dtd/AttributeDecl.html#getAttributeName()"><B>getAttributeName()</B></A> - 
Method in class org.dom4j.dtd.<A HREF="../org/dom4j/dtd/AttributeDecl.html" title="class in org.dom4j.dtd">AttributeDecl</A>
<DD>Getter for property attributeName.
<DT><A HREF="../org/dom4j/io/OutputFormat.html#getAttributeQuoteCharacter()"><B>getAttributeQuoteCharacter()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/OutputFormat.html" title="class in org.dom4j.io">OutputFormat</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/datatype/DatatypeElementFactory.html#getAttributeXSDatatype(org.dom4j.QName)"><B>getAttributeXSDatatype(QName)</B></A> - 
Method in class org.dom4j.datatype.<A HREF="../org/dom4j/datatype/DatatypeElementFactory.html" title="class in org.dom4j.datatype">DatatypeElementFactory</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/datatype/DatatypeAttribute.html#getBaseUri()"><B>getBaseUri()</B></A> - 
Method in class org.dom4j.datatype.<A HREF="../org/dom4j/datatype/DatatypeAttribute.html" title="class in org.dom4j.datatype">DatatypeAttribute</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/datatype/DatatypeElement.html#getBaseUri()"><B>getBaseUri()</B></A> - 
Method in class org.dom4j.datatype.<A HREF="../org/dom4j/datatype/DatatypeElement.html" title="class in org.dom4j.datatype">DatatypeElement</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/DocumentException.html#getCause()"><B>getCause()</B></A> - 
Method in exception org.dom4j.<A HREF="../org/dom4j/DocumentException.html" title="class in org.dom4j">DocumentException</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/datatype/DatatypeElementFactory.html#getChildElementXSDatatype(org.dom4j.QName)"><B>getChildElementXSDatatype(QName)</B></A> - 
Method in class org.dom4j.datatype.<A HREF="../org/dom4j/datatype/DatatypeElementFactory.html" title="class in org.dom4j.datatype">DatatypeElementFactory</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/io/STAXEventWriter.html#getConsumer()"><B>getConsumer()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/STAXEventWriter.html" title="class in org.dom4j.io">STAXEventWriter</A>
<DD>Returns a reference to the underlying event consumer to which events are
 written.
<DT><A HREF="../org/dom4j/io/SAXWriter.html#getContentHandler()"><B>getContentHandler()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXWriter.html" title="class in org.dom4j.io">SAXWriter</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/util/UserDataElement.html#getCopyOfUserData()"><B>getCopyOfUserData()</B></A> - 
Method in class org.dom4j.util.<A HREF="../org/dom4j/util/UserDataElement.html" title="class in org.dom4j.util">UserDataElement</A>
<DD>If a deep copy of user data is required whenever the clone() or
 createCopy() methods are called on this element then this method should
 return a clone of the user data
<DT><A HREF="../org/dom4j/ElementPath.html#getCurrent()"><B>getCurrent()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/ElementPath.html" title="interface in org.dom4j">ElementPath</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/Attribute.html#getData()"><B>getData()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Attribute.html" title="interface in org.dom4j">Attribute</A>
<DD>
 Accesses the data of this attribute which may implement data typing
 bindings such as <code>XML Schema</code> or <code>Java Bean</code>
 bindings or will return the same value as <A HREF="../org/dom4j/Node.html#getText()"><CODE>Node.getText()</CODE></A>.
<DT><A HREF="../org/dom4j/datatype/DatatypeAttribute.html#getData()"><B>getData()</B></A> - 
Method in class org.dom4j.datatype.<A HREF="../org/dom4j/datatype/DatatypeAttribute.html" title="class in org.dom4j.datatype">DatatypeAttribute</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/datatype/DatatypeElement.html#getData()"><B>getData()</B></A> - 
Method in class org.dom4j.datatype.<A HREF="../org/dom4j/datatype/DatatypeElement.html" title="class in org.dom4j.datatype">DatatypeElement</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/Element.html#getData()"><B>getData()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Element.html" title="interface in org.dom4j">Element</A>
<DD>Accesses the data of this element which may implement data typing
 bindings such as XML Schema or Java Bean bindings or will return the same
 value as <A HREF="../org/dom4j/Element.html#getText()"><CODE>Element.getText()</CODE></A>
<DT><A HREF="../org/dom4j/util/UserDataAttribute.html#getData()"><B>getData()</B></A> - 
Method in class org.dom4j.util.<A HREF="../org/dom4j/util/UserDataAttribute.html" title="class in org.dom4j.util">UserDataAttribute</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/util/UserDataElement.html#getData()"><B>getData()</B></A> - 
Method in class org.dom4j.util.<A HREF="../org/dom4j/util/UserDataElement.html" title="class in org.dom4j.util">UserDataElement</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/io/SAXReader.html#getDispatchHandler()"><B>getDispatchHandler()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXReader.html" title="class in org.dom4j.io">SAXReader</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/io/XPP3Reader.html#getDispatchHandler()"><B>getDispatchHandler()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/XPP3Reader.html" title="class in org.dom4j.io">XPP3Reader</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/io/XPPReader.html#getDispatchHandler()"><B>getDispatchHandler()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/XPPReader.html" title="class in org.dom4j.io">XPPReader</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/Document.html#getDocType()"><B>getDocType()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Document.html" title="interface in org.dom4j">Document</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/io/DocumentResult.html#getDocument()"><B>getDocument()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/DocumentResult.html" title="class in org.dom4j.io">DocumentResult</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/io/DocumentSource.html#getDocument()"><B>getDocument()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/DocumentSource.html" title="class in org.dom4j.io">DocumentSource</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/io/SAXContentHandler.html#getDocument()"><B>getDocument()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXContentHandler.html" title="class in org.dom4j.io">SAXContentHandler</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/Node.html#getDocument()"><B>getDocument()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Node.html" title="interface in org.dom4j">Node</A>
<DD>
 <code>getDocument</code> returns the <code>Document</code> that this
 <code>Node</code> is part of if this node supports the parent
 relationship.
<DT><A HREF="../org/dom4j/io/DOMReader.html#getDocumentFactory()"><B>getDocumentFactory()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/DOMReader.html" title="class in org.dom4j.io">DOMReader</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/io/SAXModifier.html#getDocumentFactory()"><B>getDocumentFactory()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXModifier.html" title="class in org.dom4j.io">SAXModifier</A>
<DD>Get the <A HREF="../org/dom4j/DocumentFactory.html" title="class in org.dom4j"><CODE>DocumentFactory</CODE></A>used to create the DOM4J
 document structure
<DT><A HREF="../org/dom4j/io/SAXReader.html#getDocumentFactory()"><B>getDocumentFactory()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXReader.html" title="class in org.dom4j.io">SAXReader</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/io/XPP3Reader.html#getDocumentFactory()"><B>getDocumentFactory()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/XPP3Reader.html" title="class in org.dom4j.io">XPP3Reader</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/io/XPPReader.html#getDocumentFactory()"><B>getDocumentFactory()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/XPPReader.html" title="class in org.dom4j.io">XPPReader</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/QName.html#getDocumentFactory()"><B>getDocumentFactory()</B></A> - 
Method in class org.dom4j.<A HREF="../org/dom4j/QName.html" title="class in org.dom4j">QName</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/io/DOMWriter.html#getDomDocumentClass()"><B>getDomDocumentClass()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/DOMWriter.html" title="class in org.dom4j.io">DOMWriter</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/io/SAXWriter.html#getDTDHandler()"><B>getDTDHandler()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXWriter.html" title="class in org.dom4j.io">SAXWriter</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/ElementPath.html#getElement(int)"><B>getElement(int)</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/ElementPath.html" title="interface in org.dom4j">ElementPath</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/datatype/DatatypeDocumentFactory.html#getElementFactory(org.dom4j.QName)"><B>getElementFactory(QName)</B></A> - 
Method in class org.dom4j.datatype.<A HREF="../org/dom4j/datatype/DatatypeDocumentFactory.html" title="class in org.dom4j.datatype">DatatypeDocumentFactory</A>
<DD>Registers the given <code>DatatypeElementFactory</code> for the given
 &lt;element&gt; schema element
<DT><A HREF="../org/dom4j/DocumentType.html#getElementName()"><B>getElementName()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/DocumentType.html" title="interface in org.dom4j">DocumentType</A>
<DD>This method is the equivalent to the <A HREF="../org/dom4j/Node.html#getName()"><CODE>Node.getName()</CODE></A>method.
<DT><A HREF="../org/dom4j/dtd/AttributeDecl.html#getElementName()"><B>getElementName()</B></A> - 
Method in class org.dom4j.dtd.<A HREF="../org/dom4j/dtd/AttributeDecl.html" title="class in org.dom4j.dtd">AttributeDecl</A>
<DD>Getter for property elementName.
<DT><A HREF="../org/dom4j/io/SAXContentHandler.html#getElementStack()"><B>getElementStack()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXContentHandler.html" title="class in org.dom4j.io">SAXContentHandler</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/io/OutputFormat.html#getEncoding()"><B>getEncoding()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/OutputFormat.html" title="class in org.dom4j.io">OutputFormat</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/io/SAXReader.html#getEncoding()"><B>getEncoding()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXReader.html" title="class in org.dom4j.io">SAXReader</A>
<DD>Returns encoding used for InputSource (null means system default
 encoding)
<DT><A HREF="../org/dom4j/Document.html#getEntityResolver()"><B>getEntityResolver()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Document.html" title="interface in org.dom4j">Document</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/io/SAXContentHandler.html#getEntityResolver()"><B>getEntityResolver()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXContentHandler.html" title="class in org.dom4j.io">SAXContentHandler</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/io/SAXReader.html#getEntityResolver()"><B>getEntityResolver()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXReader.html" title="class in org.dom4j.io">SAXReader</A>
<DD>Returns the current entity resolver used to resolve entities
<DT><A HREF="../org/dom4j/io/SAXWriter.html#getEntityResolver()"><B>getEntityResolver()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXWriter.html" title="class in org.dom4j.io">SAXWriter</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/io/SAXReader.html#getErrorHandler()"><B>getErrorHandler()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXReader.html" title="class in org.dom4j.io">SAXReader</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/io/SAXValidator.html#getErrorHandler()"><B>getErrorHandler()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXValidator.html" title="class in org.dom4j.io">SAXValidator</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/io/SAXWriter.html#getErrorHandler()"><B>getErrorHandler()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXWriter.html" title="class in org.dom4j.io">SAXWriter</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/util/XMLErrorHandler.html#getErrorQName()"><B>getErrorQName()</B></A> - 
Method in class org.dom4j.util.<A HREF="../org/dom4j/util/XMLErrorHandler.html" title="class in org.dom4j.util">XMLErrorHandler</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/util/XMLErrorHandler.html#getErrors()"><B>getErrors()</B></A> - 
Method in class org.dom4j.util.<A HREF="../org/dom4j/util/XMLErrorHandler.html" title="class in org.dom4j.util">XMLErrorHandler</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/io/STAXEventWriter.html#getEventFactory()"><B>getEventFactory()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/STAXEventWriter.html" title="class in org.dom4j.io">STAXEventWriter</A>
<DD>Returns a reference to the event factory used to construct STAX events.
<DT><A HREF="../org/dom4j/DocumentType.html#getExternalDeclarations()"><B>getExternalDeclarations()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/DocumentType.html" title="interface in org.dom4j">DocumentType</A>
<DD>Returns a list of internal DTD declaration objects, defined in the
 <A HREF="../org/dom4j/dtd/package-summary.html"><CODE>org.dom4j.dtd</CODE></A>package
<DT><A HREF="../org/dom4j/util/XMLErrorHandler.html#getFatalErrorQName()"><B>getFatalErrorQName()</B></A> - 
Method in class org.dom4j.util.<A HREF="../org/dom4j/util/XMLErrorHandler.html" title="class in org.dom4j.util">XMLErrorHandler</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/io/SAXWriter.html#getFeature(java.lang.String)"><B>getFeature(String)</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXWriter.html" title="class in org.dom4j.io">SAXWriter</A>
<DD>Looks up the value of a feature.
<DT><A HREF="../org/dom4j/XPath.html#getFunctionContext()"><B>getFunctionContext()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/XPath.html" title="interface in org.dom4j">XPath</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/io/XMLResult.html#getHandler()"><B>getHandler()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/XMLResult.html" title="class in org.dom4j.io">XMLResult</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/rule/Rule.html#getImportPrecedence()"><B>getImportPrecedence()</B></A> - 
Method in class org.dom4j.rule.<A HREF="../org/dom4j/rule/Rule.html" title="class in org.dom4j.rule">Rule</A>
<DD>Getter for property importPrecedence.
<DT><A HREF="../org/dom4j/io/OutputFormat.html#getIndent()"><B>getIndent()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/OutputFormat.html" title="class in org.dom4j.io">OutputFormat</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/io/SAXContentHandler.html#getInputSource()"><B>getInputSource()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXContentHandler.html" title="class in org.dom4j.io">SAXContentHandler</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/datatype/DatatypeDocumentFactory.html#getInstance()"><B>getInstance()</B></A> - 
Static method in class org.dom4j.datatype.<A HREF="../org/dom4j/datatype/DatatypeDocumentFactory.html" title="class in org.dom4j.datatype">DatatypeDocumentFactory</A>
<DD>
 Access to the singleton instance of this factory.
<DT><A HREF="../org/dom4j/DocumentFactory.html#getInstance()"><B>getInstance()</B></A> - 
Static method in class org.dom4j.<A HREF="../org/dom4j/DocumentFactory.html" title="class in org.dom4j">DocumentFactory</A>
<DD>
 Access to singleton implementation of DocumentFactory which is used if no
 DocumentFactory is specified when building using the standard builders.
<DT><A HREF="../org/dom4j/util/IndexedDocumentFactory.html#getInstance()"><B>getInstance()</B></A> - 
Static method in class org.dom4j.util.<A HREF="../org/dom4j/util/IndexedDocumentFactory.html" title="class in org.dom4j.util">IndexedDocumentFactory</A>
<DD>
 Access to the singleton instance of this factory.
<DT><A HREF="../org/dom4j/util/NonLazyDocumentFactory.html#getInstance()"><B>getInstance()</B></A> - 
Static method in class org.dom4j.util.<A HREF="../org/dom4j/util/NonLazyDocumentFactory.html" title="class in org.dom4j.util">NonLazyDocumentFactory</A>
<DD>
 Access to the singleton instance of this factory.
<DT><A HREF="../org/dom4j/util/UserDataDocumentFactory.html#getInstance()"><B>getInstance()</B></A> - 
Static method in class org.dom4j.util.<A HREF="../org/dom4j/util/UserDataDocumentFactory.html" title="class in org.dom4j.util">UserDataDocumentFactory</A>
<DD>
 Access to the singleton instance of this factory.
<DT><A HREF="../org/dom4j/DocumentType.html#getInternalDeclarations()"><B>getInternalDeclarations()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/DocumentType.html" title="interface in org.dom4j">DocumentType</A>
<DD>Returns a list of internal DTD declaration objects, defined in the
 <A HREF="../org/dom4j/dtd/package-summary.html"><CODE>org.dom4j.dtd</CODE></A>package
<DT><A HREF="../org/dom4j/io/SAXWriter.html#getLexicalHandler()"><B>getLexicalHandler()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXWriter.html" title="class in org.dom4j.io">SAXWriter</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/io/XMLResult.html#getLexicalHandler()"><B>getLexicalHandler()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/XMLResult.html" title="class in org.dom4j.io">XMLResult</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/io/XMLWriter.html#getLexicalHandler()"><B>getLexicalHandler()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/XMLWriter.html" title="class in org.dom4j.io">XMLWriter</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/io/OutputFormat.html#getLineSeparator()"><B>getLineSeparator()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/OutputFormat.html" title="class in org.dom4j.io">OutputFormat</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/rule/Pattern.html#getMatchesNodeName()"><B>getMatchesNodeName()</B></A> - 
Method in interface org.dom4j.rule.<A HREF="../org/dom4j/rule/Pattern.html" title="interface in org.dom4j.rule">Pattern</A>
<DD>For patterns which only match an ATTRIBUTE_NODE or an ELEMENT_NODE then
 this pattern may return the name of the element or attribute it matches.
<DT><A HREF="../org/dom4j/rule/Rule.html#getMatchesNodeName()"><B>getMatchesNodeName()</B></A> - 
Method in class org.dom4j.rule.<A HREF="../org/dom4j/rule/Rule.html" title="class in org.dom4j.rule">Rule</A>
<DD>For patterns which only match an ATTRIBUTE_NODE or an ELEMENT_NODE then
 this pattern may return the name of the element or attribute it matches.
<DT><A HREF="../org/dom4j/rule/Mode.html#getMatchingRule(org.dom4j.Node)"><B>getMatchingRule(Node)</B></A> - 
Method in class org.dom4j.rule.<A HREF="../org/dom4j/rule/Mode.html" title="class in org.dom4j.rule">Mode</A>
<DD>Performs an XSLT processing model match for the rule which matches the
 given Node the best.
<DT><A HREF="../org/dom4j/rule/RuleManager.html#getMatchingRule(java.lang.String, org.dom4j.Node)"><B>getMatchingRule(String, Node)</B></A> - 
Method in class org.dom4j.rule.<A HREF="../org/dom4j/rule/RuleManager.html" title="class in org.dom4j.rule">RuleManager</A>
<DD>Performs an XSLT processing model match for the rule which matches the
 given Node the best.
<DT><A HREF="../org/dom4j/rule/RuleSet.html#getMatchingRule(org.dom4j.Node)"><B>getMatchingRule(Node)</B></A> - 
Method in class org.dom4j.rule.<A HREF="../org/dom4j/rule/RuleSet.html" title="class in org.dom4j.rule">RuleSet</A>
<DD>Performs an XSLT processing model match for the rule which matches the
 given Node the best.
<DT><A HREF="../org/dom4j/rule/Pattern.html#getMatchType()"><B>getMatchType()</B></A> - 
Method in interface org.dom4j.rule.<A HREF="../org/dom4j/rule/Pattern.html" title="interface in org.dom4j.rule">Pattern</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/rule/Rule.html#getMatchType()"><B>getMatchType()</B></A> - 
Method in class org.dom4j.rule.<A HREF="../org/dom4j/rule/Rule.html" title="class in org.dom4j.rule">Rule</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/io/XMLWriter.html#getMaximumAllowedCharacter()"><B>getMaximumAllowedCharacter()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/XMLWriter.html" title="class in org.dom4j.io">XMLWriter</A>
<DD>Returns the maximum allowed character code that should be allowed
 unescaped which defaults to 127 in US-ASCII (7 bit) or 255 in ISO- (8
 bit).
<DT><A HREF="../org/dom4j/DocumentException.html#getMessage()"><B>getMessage()</B></A> - 
Method in exception org.dom4j.<A HREF="../org/dom4j/DocumentException.html" title="class in org.dom4j">DocumentException</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/rule/Rule.html#getMode()"><B>getMode()</B></A> - 
Method in class org.dom4j.rule.<A HREF="../org/dom4j/rule/Rule.html" title="class in org.dom4j.rule">Rule</A>
<DD>Getter for property mode.
<DT><A HREF="../org/dom4j/rule/RuleManager.html#getMode(java.lang.String)"><B>getMode(String)</B></A> - 
Method in class org.dom4j.rule.<A HREF="../org/dom4j/rule/RuleManager.html" title="class in org.dom4j.rule">RuleManager</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/dtd/ElementDecl.html#getModel()"><B>getModel()</B></A> - 
Method in class org.dom4j.dtd.<A HREF="../org/dom4j/dtd/ElementDecl.html" title="class in org.dom4j.dtd">ElementDecl</A>
<DD>Getter for property model.
<DT><A HREF="../org/dom4j/rule/Stylesheet.html#getModeName()"><B>getModeName()</B></A> - 
Method in class org.dom4j.rule.<A HREF="../org/dom4j/rule/Stylesheet.html" title="class in org.dom4j.rule">Stylesheet</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/dtd/ElementDecl.html#getName()"><B>getName()</B></A> - 
Method in class org.dom4j.dtd.<A HREF="../org/dom4j/dtd/ElementDecl.html" title="class in org.dom4j.dtd">ElementDecl</A>
<DD>Getter for property name.
<DT><A HREF="../org/dom4j/dtd/ExternalEntityDecl.html#getName()"><B>getName()</B></A> - 
Method in class org.dom4j.dtd.<A HREF="../org/dom4j/dtd/ExternalEntityDecl.html" title="class in org.dom4j.dtd">ExternalEntityDecl</A>
<DD>Getter for property name.
<DT><A HREF="../org/dom4j/dtd/InternalEntityDecl.html#getName()"><B>getName()</B></A> - 
Method in class org.dom4j.dtd.<A HREF="../org/dom4j/dtd/InternalEntityDecl.html" title="class in org.dom4j.dtd">InternalEntityDecl</A>
<DD>Getter for property name.
<DT><A HREF="../org/dom4j/Node.html#getName()"><B>getName()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Node.html" title="interface in org.dom4j">Node</A>
<DD>
 <code>getName</code> returns the name of this node.
<DT><A HREF="../org/dom4j/QName.html#getName()"><B>getName()</B></A> - 
Method in class org.dom4j.<A HREF="../org/dom4j/QName.html" title="class in org.dom4j">QName</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/Attribute.html#getNamespace()"><B>getNamespace()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Attribute.html" title="interface in org.dom4j">Attribute</A>
<DD>
 Returns the <code>Namespace</code> of this element if one exists
 otherwise null is returned returned.
<DT><A HREF="../org/dom4j/Element.html#getNamespace()"><B>getNamespace()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Element.html" title="interface in org.dom4j">Element</A>
<DD>
 Returns the <code>Namespace</code> of this element if one exists
 otherwise <code>Namespace.NO_NAMESPACE</code> is returned.
<DT><A HREF="../org/dom4j/io/DOMReader.html#getNamespace(java.lang.String, java.lang.String)"><B>getNamespace(String, String)</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/DOMReader.html" title="class in org.dom4j.io">DOMReader</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/QName.html#getNamespace()"><B>getNamespace()</B></A> - 
Method in class org.dom4j.<A HREF="../org/dom4j/QName.html" title="class in org.dom4j">QName</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/XPath.html#getNamespaceContext()"><B>getNamespaceContext()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/XPath.html" title="interface in org.dom4j">XPath</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/Element.html#getNamespaceForPrefix(java.lang.String)"><B>getNamespaceForPrefix(String)</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Element.html" title="interface in org.dom4j">Element</A>
<DD>
 Returns the <code>Namespace</code> which is mapped to the given prefix
 or null if it could not be found.
<DT><A HREF="../org/dom4j/Element.html#getNamespaceForURI(java.lang.String)"><B>getNamespaceForURI(String)</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Element.html" title="interface in org.dom4j">Element</A>
<DD>
 Returns the <code>Namespace</code> which is mapped to the given URI or
 null if it could not be found.
<DT><A HREF="../org/dom4j/Attribute.html#getNamespacePrefix()"><B>getNamespacePrefix()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Attribute.html" title="interface in org.dom4j">Attribute</A>
<DD>
 Returns the namespace prefix of this element if one exists otherwise an
 empty <code>String</code> is returned.
<DT><A HREF="../org/dom4j/datatype/DatatypeAttribute.html#getNamespacePrefix(java.lang.String)"><B>getNamespacePrefix(String)</B></A> - 
Method in class org.dom4j.datatype.<A HREF="../org/dom4j/datatype/DatatypeAttribute.html" title="class in org.dom4j.datatype">DatatypeAttribute</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/datatype/DatatypeElement.html#getNamespacePrefix(java.lang.String)"><B>getNamespacePrefix(String)</B></A> - 
Method in class org.dom4j.datatype.<A HREF="../org/dom4j/datatype/DatatypeElement.html" title="class in org.dom4j.datatype">DatatypeElement</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/Element.html#getNamespacePrefix()"><B>getNamespacePrefix()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Element.html" title="interface in org.dom4j">Element</A>
<DD>
 Returns the namespace prefix of this element if one exists otherwise an
 empty <code>String</code> is returned.
<DT><A HREF="../org/dom4j/QName.html#getNamespacePrefix()"><B>getNamespacePrefix()</B></A> - 
Method in class org.dom4j.<A HREF="../org/dom4j/QName.html" title="class in org.dom4j">QName</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/Element.html#getNamespacesForURI(java.lang.String)"><B>getNamespacesForURI(String)</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Element.html" title="interface in org.dom4j">Element</A>
<DD>
 Returns the all namespaces which are mapped to the given URI or an empty
 list if no such namespaces could be found.
<DT><A HREF="../org/dom4j/Attribute.html#getNamespaceURI()"><B>getNamespaceURI()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Attribute.html" title="interface in org.dom4j">Attribute</A>
<DD>
 Returns the URI mapped to the namespace of this element if one exists
 otherwise an empty <code>String</code> is returned.
<DT><A HREF="../org/dom4j/Element.html#getNamespaceURI()"><B>getNamespaceURI()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Element.html" title="interface in org.dom4j">Element</A>
<DD>
 Returns the URI mapped to the namespace of this element if one exists
 otherwise an empty <code>String</code> is returned.
<DT><A HREF="../org/dom4j/QName.html#getNamespaceURI()"><B>getNamespaceURI()</B></A> - 
Method in class org.dom4j.<A HREF="../org/dom4j/QName.html" title="class in org.dom4j">QName</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/DocumentException.html#getNestedException()"><B>getNestedException()</B></A> - 
Method in exception org.dom4j.<A HREF="../org/dom4j/DocumentException.html" title="class in org.dom4j">DocumentException</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/io/OutputFormat.html#getNewLineAfterNTags()"><B>getNewLineAfterNTags()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/OutputFormat.html" title="class in org.dom4j.io">OutputFormat</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/Namespace.html#getNodeType()"><B>getNodeType()</B></A> - 
Method in class org.dom4j.<A HREF="../org/dom4j/Namespace.html" title="class in org.dom4j">Namespace</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/Node.html#getNodeType()"><B>getNodeType()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Node.html" title="interface in org.dom4j">Node</A>
<DD>Returns the code according to the type of node.
<DT><A HREF="../org/dom4j/Node.html#getNodeTypeName()"><B>getNodeTypeName()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Node.html" title="interface in org.dom4j">Node</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/io/HTMLWriter.html#getOmitElementCloseSet()"><B>getOmitElementCloseSet()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/HTMLWriter.html" title="class in org.dom4j.io">HTMLWriter</A>
<DD>A clone of the Set of elements that can have their close-tags omitted.
<DT><A HREF="../org/dom4j/io/XMLWriter.html#getOutputFormat()"><B>getOutputFormat()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/XMLWriter.html" title="class in org.dom4j.io">XMLWriter</A>
<DD>Lets subclasses get at the current format object, so they can call
 setTrimText, setNewLines, etc.
<DT><A HREF="../org/dom4j/datatype/DatatypeAttribute.html#getParent()"><B>getParent()</B></A> - 
Method in class org.dom4j.datatype.<A HREF="../org/dom4j/datatype/DatatypeAttribute.html" title="class in org.dom4j.datatype">DatatypeAttribute</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/Node.html#getParent()"><B>getParent()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Node.html" title="interface in org.dom4j">Node</A>
<DD>
 <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.
<DT><A HREF="../org/dom4j/ElementPath.html#getPath()"><B>getPath()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/ElementPath.html" title="interface in org.dom4j">ElementPath</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/Namespace.html#getPath(org.dom4j.Element)"><B>getPath(Element)</B></A> - 
Method in class org.dom4j.<A HREF="../org/dom4j/Namespace.html" title="class in org.dom4j">Namespace</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/Node.html#getPath()"><B>getPath()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Node.html" title="interface in org.dom4j">Node</A>
<DD>
 Returns the XPath expression which will return a node set containing the
 given node such as /a/b/&#64;c.
<DT><A HREF="../org/dom4j/Node.html#getPath(org.dom4j.Element)"><B>getPath(Element)</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Node.html" title="interface in org.dom4j">Node</A>
<DD>Returns the relative XPath expression which will return a node set
 containing the given node such as a/b/&#64;c.
<DT><A HREF="../org/dom4j/rule/Rule.html#getPattern()"><B>getPattern()</B></A> - 
Method in class org.dom4j.rule.<A HREF="../org/dom4j/rule/Rule.html" title="class in org.dom4j.rule">Rule</A>
<DD>Getter for property pattern.
<DT><A HREF="../org/dom4j/Namespace.html#getPrefix()"><B>getPrefix()</B></A> - 
Method in class org.dom4j.<A HREF="../org/dom4j/Namespace.html" title="class in org.dom4j">Namespace</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/io/HTMLWriter.html#getPreformattedTags()"><B>getPreformattedTags()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/HTMLWriter.html" title="class in org.dom4j.io">HTMLWriter</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/rule/Pattern.html#getPriority()"><B>getPriority()</B></A> - 
Method in interface org.dom4j.rule.<A HREF="../org/dom4j/rule/Pattern.html" title="interface in org.dom4j.rule">Pattern</A>
<DD>Returns the default resolution policy of the pattern according to the <a
 href="http://www.w3.org/TR/xslt11/#conflict"> XSLT conflict resolution
 spec </a>.
<DT><A HREF="../org/dom4j/rule/Rule.html#getPriority()"><B>getPriority()</B></A> - 
Method in class org.dom4j.rule.<A HREF="../org/dom4j/rule/Rule.html" title="class in org.dom4j.rule">Rule</A>
<DD>Getter for property priority.
<DT><A HREF="../org/dom4j/io/SAXWriter.html#getProperty(java.lang.String)"><B>getProperty(String)</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXWriter.html" title="class in org.dom4j.io">SAXWriter</A>
<DD>Gets the given SAX property
<DT><A HREF="../org/dom4j/io/XMLWriter.html#getProperty(java.lang.String)"><B>getProperty(String)</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/XMLWriter.html" title="class in org.dom4j.io">XMLWriter</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/util/ProxyDocumentFactory.html#getProxy()"><B>getProxy()</B></A> - 
Method in class org.dom4j.util.<A HREF="../org/dom4j/util/ProxyDocumentFactory.html" title="class in org.dom4j.util">ProxyDocumentFactory</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/DocumentType.html#getPublicID()"><B>getPublicID()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/DocumentType.html" title="interface in org.dom4j">DocumentType</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/dtd/ExternalEntityDecl.html#getPublicID()"><B>getPublicID()</B></A> - 
Method in class org.dom4j.dtd.<A HREF="../org/dom4j/dtd/ExternalEntityDecl.html" title="class in org.dom4j.dtd">ExternalEntityDecl</A>
<DD>Getter for property publicID.
<DT><A HREF="../org/dom4j/Attribute.html#getQName()"><B>getQName()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Attribute.html" title="interface in org.dom4j">Attribute</A>
<DD>
 Returns the <code>QName</code> of this attribute which represents the
 local name, the qualified name and the <code>Namespace</code>.
<DT><A HREF="../org/dom4j/datatype/DatatypeAttribute.html#getQName()"><B>getQName()</B></A> - 
Method in class org.dom4j.datatype.<A HREF="../org/dom4j/datatype/DatatypeAttribute.html" title="class in org.dom4j.datatype">DatatypeAttribute</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/datatype/DatatypeElementFactory.html#getQName()"><B>getQName()</B></A> - 
Method in class org.dom4j.datatype.<A HREF="../org/dom4j/datatype/DatatypeElementFactory.html" title="class in org.dom4j.datatype">DatatypeElementFactory</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/Element.html#getQName()"><B>getQName()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Element.html" title="interface in org.dom4j">Element</A>
<DD>
 Returns the <code>QName</code> of this element which represents the
 local name, the qualified name and the <code>Namespace</code>.
<DT><A HREF="../org/dom4j/Element.html#getQName(java.lang.String)"><B>getQName(String)</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Element.html" title="interface in org.dom4j">Element</A>
<DD>
 Returns the <code>QName</code> for the given qualified name, using the
 namespace URI in scope for the given prefix of the qualified name or the
 default namespace if the qualified name has no prefix.
<DT><A HREF="../org/dom4j/DocumentFactory.html#getQNames()"><B>getQNames()</B></A> - 
Method in class org.dom4j.<A HREF="../org/dom4j/DocumentFactory.html" title="class in org.dom4j">DocumentFactory</A>
<DD>Returns a list of all the QName instances currently used by this document
 factory
<DT><A HREF="../org/dom4j/Attribute.html#getQualifiedName()"><B>getQualifiedName()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Attribute.html" title="interface in org.dom4j">Attribute</A>
<DD>
 Returns the fully qualified name of this element.
<DT><A HREF="../org/dom4j/Element.html#getQualifiedName()"><B>getQualifiedName()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Element.html" title="interface in org.dom4j">Element</A>
<DD>
 Returns the fully qualified name of this element.
<DT><A HREF="../org/dom4j/QName.html#getQualifiedName()"><B>getQualifiedName()</B></A> - 
Method in class org.dom4j.<A HREF="../org/dom4j/QName.html" title="class in org.dom4j">QName</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/Document.html#getRootElement()"><B>getRootElement()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Document.html" title="interface in org.dom4j">Document</A>
<DD>Returns the root <A HREF="../org/dom4j/Element.html" title="interface in org.dom4j"><CODE>Element</CODE></A>for this document.
<DT><A HREF="../org/dom4j/rule/RuleSet.html#getRuleArray()"><B>getRuleArray()</B></A> - 
Method in class org.dom4j.rule.<A HREF="../org/dom4j/rule/RuleSet.html" title="class in org.dom4j.rule">RuleSet</A>
<DD>Returns an array of sorted rules.
<DT><A HREF="../org/dom4j/rule/Mode.html#getRuleSet(int)"><B>getRuleSet(int)</B></A> - 
Method in class org.dom4j.rule.<A HREF="../org/dom4j/rule/Mode.html" title="class in org.dom4j.rule">Mode</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/Element.html#getStringValue()"><B>getStringValue()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Element.html" title="interface in org.dom4j">Element</A>
<DD>Returns the XPath string-value of this node.
<DT><A HREF="../org/dom4j/Namespace.html#getStringValue()"><B>getStringValue()</B></A> - 
Method in class org.dom4j.<A HREF="../org/dom4j/Namespace.html" title="class in org.dom4j">Namespace</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/Node.html#getStringValue()"><B>getStringValue()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Node.html" title="interface in org.dom4j">Node</A>
<DD>Returns the XPath string-value of this node.
<DT><A HREF="../org/dom4j/DocumentType.html#getSystemID()"><B>getSystemID()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/DocumentType.html" title="interface in org.dom4j">DocumentType</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/dtd/ExternalEntityDecl.html#getSystemID()"><B>getSystemID()</B></A> - 
Method in class org.dom4j.dtd.<A HREF="../org/dom4j/dtd/ExternalEntityDecl.html" title="class in org.dom4j.dtd">ExternalEntityDecl</A>
<DD>Getter for property systemID.
<DT><A HREF="../org/dom4j/ProcessingInstruction.html#getTarget()"><B>getTarget()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/ProcessingInstruction.html" title="interface in org.dom4j">ProcessingInstruction</A>
<DD>This method is the equivalent to the <A HREF="../org/dom4j/Node.html#getName()"><CODE>Node.getName()</CODE></A>method.
<DT><A HREF="../org/dom4j/Element.html#getText()"><B>getText()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Element.html" title="interface in org.dom4j">Element</A>
<DD>Returns the text value of this element without recursing through child
 elements.
<DT><A HREF="../org/dom4j/Namespace.html#getText()"><B>getText()</B></A> - 
Method in class org.dom4j.<A HREF="../org/dom4j/Namespace.html" title="class in org.dom4j">Namespace</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/Node.html#getText()"><B>getText()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Node.html" title="interface in org.dom4j">Node</A>
<DD>
 Returns the text of this node.
<DT><A HREF="../org/dom4j/ProcessingInstruction.html#getText()"><B>getText()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/ProcessingInstruction.html" title="interface in org.dom4j">ProcessingInstruction</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/XPath.html#getText()"><B>getText()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/XPath.html" title="interface in org.dom4j">XPath</A>
<DD>
 <code>getText</code> will return the textual version of the XPath
 expression.
<DT><A HREF="../org/dom4j/Element.html#getTextTrim()"><B>getTextTrim()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Element.html" title="interface in org.dom4j">Element</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/dtd/AttributeDecl.html#getType()"><B>getType()</B></A> - 
Method in class org.dom4j.dtd.<A HREF="../org/dom4j/dtd/AttributeDecl.html" title="class in org.dom4j.dtd">AttributeDecl</A>
<DD>Getter for property type.
<DT><A HREF="../org/dom4j/rule/Pattern.html#getUnionPatterns()"><B>getUnionPatterns()</B></A> - 
Method in interface org.dom4j.rule.<A HREF="../org/dom4j/rule/Pattern.html" title="interface in org.dom4j.rule">Pattern</A>
<DD>If this pattern is a union pattern then this method should return an
 array of patterns which describe the union pattern, which should contain
 more than one pattern.
<DT><A HREF="../org/dom4j/rule/Rule.html#getUnionRules()"><B>getUnionRules()</B></A> - 
Method in class org.dom4j.rule.<A HREF="../org/dom4j/rule/Rule.html" title="class in org.dom4j.rule">Rule</A>
<DD>If this rule contains a union pattern then this method should return an
 array of Rules which describe the union rule, which should contain more
 than one rule.
<DT><A HREF="../org/dom4j/Namespace.html#getUniquePath(org.dom4j.Element)"><B>getUniquePath(Element)</B></A> - 
Method in class org.dom4j.<A HREF="../org/dom4j/Namespace.html" title="class in org.dom4j">Namespace</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/Node.html#getUniquePath()"><B>getUniquePath()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Node.html" title="interface in org.dom4j">Node</A>
<DD>
 Returns the XPath expression which will return a nodeset of one node
 which is the current node.
<DT><A HREF="../org/dom4j/Node.html#getUniquePath(org.dom4j.Element)"><B>getUniquePath(Element)</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Node.html" title="interface in org.dom4j">Node</A>
<DD>
 Returns the relative unique XPath expression from the given context which
 will return a nodeset of one node which is the current node.
<DT><A HREF="../org/dom4j/Namespace.html#getURI()"><B>getURI()</B></A> - 
Method in class org.dom4j.<A HREF="../org/dom4j/Namespace.html" title="class in org.dom4j">Namespace</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/Attribute.html#getValue()"><B>getValue()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Attribute.html" title="interface in org.dom4j">Attribute</A>
<DD>
 Returns the value of the attribute.
<DT><A HREF="../org/dom4j/datatype/DatatypeAttribute.html#getValue()"><B>getValue()</B></A> - 
Method in class org.dom4j.datatype.<A HREF="../org/dom4j/datatype/DatatypeAttribute.html" title="class in org.dom4j.datatype">DatatypeAttribute</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/dtd/AttributeDecl.html#getValue()"><B>getValue()</B></A> - 
Method in class org.dom4j.dtd.<A HREF="../org/dom4j/dtd/AttributeDecl.html" title="class in org.dom4j.dtd">AttributeDecl</A>
<DD>Getter for property value.
<DT><A HREF="../org/dom4j/dtd/InternalEntityDecl.html#getValue()"><B>getValue()</B></A> - 
Method in class org.dom4j.dtd.<A HREF="../org/dom4j/dtd/InternalEntityDecl.html" title="class in org.dom4j.dtd">InternalEntityDecl</A>
<DD>Getter for property value.
<DT><A HREF="../org/dom4j/ProcessingInstruction.html#getValue(java.lang.String)"><B>getValue(String)</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/ProcessingInstruction.html" title="interface in org.dom4j">ProcessingInstruction</A>
<DD>
 Returns the value of a specific name in the PI.
<DT><A HREF="../org/dom4j/dtd/AttributeDecl.html#getValueDefault()"><B>getValueDefault()</B></A> - 
Method in class org.dom4j.dtd.<A HREF="../org/dom4j/dtd/AttributeDecl.html" title="class in org.dom4j.dtd">AttributeDecl</A>
<DD>Getter for property valueDefault.
<DT><A HREF="../org/dom4j/rule/RuleManager.html#getValueOfAction()"><B>getValueOfAction()</B></A> - 
Method in class org.dom4j.rule.<A HREF="../org/dom4j/rule/RuleManager.html" title="class in org.dom4j.rule">RuleManager</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/rule/Stylesheet.html#getValueOfAction()"><B>getValueOfAction()</B></A> - 
Method in class org.dom4j.rule.<A HREF="../org/dom4j/rule/Stylesheet.html" title="class in org.dom4j.rule">Stylesheet</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/ProcessingInstruction.html#getValues()"><B>getValues()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/ProcessingInstruction.html" title="interface in org.dom4j">ProcessingInstruction</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/XPath.html#getVariableContext()"><B>getVariableContext()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/XPath.html" title="interface in org.dom4j">XPath</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/util/XMLErrorHandler.html#getWarningQName()"><B>getWarningQName()</B></A> - 
Method in class org.dom4j.util.<A HREF="../org/dom4j/util/XMLErrorHandler.html" title="class in org.dom4j.util">XMLErrorHandler</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/Document.html#getXMLEncoding()"><B>getXMLEncoding()</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Document.html" title="interface in org.dom4j">Document</A>
<DD>Return the encoding of this document, as part of the XML declaration This
 is <code>null</code> when unspecified or when it is not known (such as
 when the Document was created in memory) or when the implementation does
 not support this operation.
<DT><A HREF="../org/dom4j/io/SAXReader.html#getXMLFilter()"><B>getXMLFilter()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXReader.html" title="class in org.dom4j.io">SAXReader</A>
<DD>Returns the SAX filter being used to filter SAX events.
<DT><A HREF="../org/dom4j/io/DocumentSource.html#getXMLReader()"><B>getXMLReader()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/DocumentSource.html" title="class in org.dom4j.io">DocumentSource</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/io/SAXReader.html#getXMLReader()"><B>getXMLReader()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXReader.html" title="class in org.dom4j.io">SAXReader</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/io/SAXValidator.html#getXMLReader()"><B>getXMLReader()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXValidator.html" title="class in org.dom4j.io">SAXValidator</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/io/SAXModifier.html#getXMLWriter()"><B>getXMLWriter()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/SAXModifier.html" title="class in org.dom4j.io">SAXModifier</A>
<DD>Returns the current <A HREF="../org/dom4j/io/XMLWriter.html" title="class in org.dom4j.io"><CODE>XMLWriter</CODE></A>.
<DT><A HREF="../org/dom4j/io/XMLResult.html#getXMLWriter()"><B>getXMLWriter()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/XMLResult.html" title="class in org.dom4j.io">XMLResult</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/XPathException.html#getXPath()"><B>getXPath()</B></A> - 
Method in exception org.dom4j.<A HREF="../org/dom4j/XPathException.html" title="class in org.dom4j">XPathException</A>
<DD>Returns the XPath expression that caused the problem
<DT><A HREF="../org/dom4j/DocumentFactory.html#getXPathNamespaceURIs()"><B>getXPathNamespaceURIs()</B></A> - 
Method in class org.dom4j.<A HREF="../org/dom4j/DocumentFactory.html" title="class in org.dom4j">DocumentFactory</A>
<DD>DOCUMENT ME!
<DT><A HREF="../org/dom4j/Namespace.html#getXPathNameStep()"><B>getXPathNameStep()</B></A> - 
Method in class org.dom4j.<A HREF="../org/dom4j/Namespace.html" title="class in org.dom4j">Namespace</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/Element.html#getXPathResult(int)"><B>getXPathResult(int)</B></A> - 
Method in interface org.dom4j.<A HREF="../org/dom4j/Element.html" title="interface in org.dom4j">Element</A>
<DD>Returns a node at the given index suitable for an XPath result set.
<DT><A HREF="../org/dom4j/io/XPP3Reader.html#getXPPFactory()"><B>getXPPFactory()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/XPP3Reader.html" title="class in org.dom4j.io">XPP3Reader</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/io/XPPReader.html#getXPPFactory()"><B>getXPPFactory()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/XPPReader.html" title="class in org.dom4j.io">XPPReader</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/io/XPP3Reader.html#getXPPParser()"><B>getXPPParser()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/XPP3Reader.html" title="class in org.dom4j.io">XPP3Reader</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/io/XPPReader.html#getXPPParser()"><B>getXPPParser()</B></A> - 
Method in class org.dom4j.io.<A HREF="../org/dom4j/io/XPPReader.html" title="class in org.dom4j.io">XPPReader</A>
<DD>&nbsp;
<DT><A HREF="../org/dom4j/datatype/DatatypeAttribute.html#getXSDatatype()"><B>getXSDatatype()</B></A> - 
Method in class org.dom4j.datatype.<A HREF="../org/dom4j/datatype/DatatypeAttribute.html" title="class in org.dom4j.datatype">DatatypeAttribute</A>
<DD>Returns the MSV XSDatatype for this node
<DT><A HREF="../org/dom4j/datatype/DatatypeElement.html#getXSDatatype()"><B>getXSDatatype()</B></A> - 
Method in class org.dom4j.datatype.<A HREF="../org/dom4j/datatype/DatatypeElement.html" title="class in org.dom4j.datatype">DatatypeElement</A>
<DD>Returns the MSV XSDatatype for this node
</DL>
<HR>


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

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


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

<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
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' />
</BODY>
</HTML>