This file is indexed.

/usr/share/doc/libjdom2-java/api/org/jdom2/xpath/util/AbstractXPathCompiled.html is in libjdom2-java-doc 2.0.6-1.

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

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_55) on Sat May 24 05:15:00 UTC 2014 -->
<title>AbstractXPathCompiled (JDOM v2.x)</title>
<meta name="date" content="2014-05-24">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="AbstractXPathCompiled (JDOM v2.x)";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/AbstractXPathCompiled.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><b>JDOM<br><font size='-1'>2.x</font></b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../org/jdom2/xpath/util/XPathDiagnosticImpl.html" title="class in org.jdom2.xpath.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/jdom2/xpath/util/AbstractXPathCompiled.html" target="_top">Frames</a></li>
<li><a href="AbstractXPathCompiled.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.jdom2.xpath.util</div>
<h2 title="Class AbstractXPathCompiled" class="title">Class AbstractXPathCompiled&lt;T&gt;</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.jdom2.xpath.util.AbstractXPathCompiled&lt;T&gt;</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>T</code> - The generic type of the returned values.</dd></dl>
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.lang.Cloneable, <a href="../../../../org/jdom2/xpath/XPathExpression.html" title="interface in org.jdom2.xpath">XPathExpression</a>&lt;T&gt;</dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="strong">AbstractXPathCompiled&lt;T&gt;</span>
extends java.lang.Object
implements <a href="../../../../org/jdom2/xpath/XPathExpression.html" title="interface in org.jdom2.xpath">XPathExpression</a>&lt;T&gt;</pre>
<div class="block">A mostly-implemented XPathExpression that only needs two methods to be
 implemented in order to satisfy the complete API. Subclasses of this
 <strong>MUST</strong> correctly override the clone() method which in turn
 should call <code>super.clone();</code></div>
<dl><dt><span class="strong">Author:</span></dt>
  <dd>Rolf Lear</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!--   -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#AbstractXPathCompiled(java.lang.String, org.jdom2.filter.Filter, java.util.Map, org.jdom2.Namespace[])">AbstractXPathCompiled</a></strong>(java.lang.String&nbsp;query,
                     <a href="../../../../org/jdom2/filter/Filter.html" title="interface in org.jdom2.filter">Filter</a>&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;&nbsp;filter,
                     java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;variables,
                     <a href="../../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>[]&nbsp;namespaces)</code>
<div class="block">Construct an XPathExpression.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!--   -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</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>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/jdom2/xpath/XPathExpression.html" title="interface in org.jdom2.xpath">XPathExpression</a>&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#clone()">clone</a></strong>()</code>
<div class="block">Subclasses of this AbstractXPathCompile class must call super.clone() in
 their clone methods!</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/jdom2/xpath/XPathDiagnostic.html" title="interface in org.jdom2.xpath">XPathDiagnostic</a>&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#diagnose(java.lang.Object, boolean)">diagnose</a></strong>(java.lang.Object&nbsp;context,
        boolean&nbsp;firstonly)</code>
<div class="block">Evaluate the XPath query against the supplied context, but return
 additional data which may be useful for diagnosing problems with XPath
 queries.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#evaluate(java.lang.Object)">evaluate</a></strong>(java.lang.Object&nbsp;context)</code>
<div class="block">Process the compiled XPathExpression against the specified context.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#evaluateFirst(java.lang.Object)">evaluateFirst</a></strong>(java.lang.Object&nbsp;context)</code>
<div class="block">Return the first value in the XPath query result set type-cast to the
 return type of this XPathExpression.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected abstract java.util.List&lt;?&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#evaluateRawAll(java.lang.Object)">evaluateRawAll</a></strong>(java.lang.Object&nbsp;context)</code>
<div class="block">This is the raw expression evaluator to be implemented by the back-end
 XPath library.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected abstract java.lang.Object</code></td>
<td class="colLast"><code><strong><a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#evaluateRawFirst(java.lang.Object)">evaluateRawFirst</a></strong>(java.lang.Object&nbsp;context)</code>
<div class="block">This is the raw expression evaluator to be implemented by the back-end
 XPath library.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#getExpression()">getExpression</a></strong>()</code>
<div class="block">Get the XPath expression</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/jdom2/filter/Filter.html" title="interface in org.jdom2.filter">Filter</a>&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#getFilter()">getFilter</a></strong>()</code>
<div class="block">Get the <code>Filter&lt;T&gt;</code> used to coerce the raw XPath results in to
         the correct Generic type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#getNamespace(java.lang.String)">getNamespace</a></strong>(java.lang.String&nbsp;prefix)</code>
<div class="block">Get the Namespace associated with a given prefix.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#getNamespaces()">getNamespaces</a></strong>()</code>
<div class="block">Get the Namespaces that were used to compile this XPathExpression.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#getVariable(java.lang.String)">getVariable</a></strong>(java.lang.String&nbsp;qname)</code>
<div class="block">Get the variable value associated to the given variable qname.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#getVariable(java.lang.String, org.jdom2.Namespace)">getVariable</a></strong>(java.lang.String&nbsp;name,
           <a href="../../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;uri)</code>
<div class="block">Get the variable value associated to the given variable name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.util.Map&lt;java.lang.String,java.lang.Object&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#getVariables()">getVariables</a></strong>()</code>
<div class="block">utility method that allows descendant classes to access the variables
 that were set on this expression, in a format that can be used in a constructor (qname/value).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#setVariable(java.lang.String, org.jdom2.Namespace, java.lang.Object)">setVariable</a></strong>(java.lang.String&nbsp;name,
           <a href="../../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;uri,
           java.lang.Object&nbsp;value)</code>
<div class="block">Change the defined value for a variable to some new value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#setVariable(java.lang.String, java.lang.Object)">setVariable</a></strong>(java.lang.String&nbsp;qname,
           java.lang.Object&nbsp;value)</code>
<div class="block">Change the defined value for a variable to some new value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html#toString()">toString</a></strong>()</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!--   -->
</a>
<h3>Constructor Detail</h3>
<a name="AbstractXPathCompiled(java.lang.String, org.jdom2.filter.Filter, java.util.Map, org.jdom2.Namespace[])">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>AbstractXPathCompiled</h4>
<pre>public&nbsp;AbstractXPathCompiled(java.lang.String&nbsp;query,
                     <a href="../../../../org/jdom2/filter/Filter.html" title="interface in org.jdom2.filter">Filter</a>&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;&nbsp;filter,
                     java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;variables,
                     <a href="../../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>[]&nbsp;namespaces)</pre>
<div class="block">Construct an XPathExpression.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>query</code> - The XPath query</dd><dd><code>filter</code> - The coercion filter.</dd><dd><code>variables</code> - A map of variables.</dd><dd><code>namespaces</code> - The namespaces referenced from the query.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/jdom2/xpath/XPathExpression.html" title="interface in org.jdom2.xpath"><code>for conditions which throw
      {@link NullPointerException} or {@link IllegalArgumentException}.</code></a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!--   -->
</a>
<h3>Method Detail</h3>
<a name="clone()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clone</h4>
<pre>public&nbsp;<a href="../../../../org/jdom2/xpath/XPathExpression.html" title="interface in org.jdom2.xpath">XPathExpression</a>&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;&nbsp;clone()</pre>
<div class="block">Subclasses of this AbstractXPathCompile class must call super.clone() in
 their clone methods!
 <p>
 This would be a sample clone method from a subclass:
 
 
 <code><pre>
                public XPathExpression&lt;T&gt; clone() {
                        @SuppressWarnings("unchecked")
                        final MyXPathCompiled&lt;T&gt; ret = (MyXPathCompiled&lt;T&gt;)super.clone();
                        // change any fields that need to be cloned.
                        ....
                        return ret;
                }
 </pre></code>
 
 Here's the documentation from <a href="../../../../org/jdom2/xpath/XPathExpression.html#clone()"><code>XPathExpression.clone()</code></a>
 <p>
 Create a new instance of this XPathExpression that duplicates this
 instance.
 <p>
 The 'cloned' instance will have the same XPath query, namespace
 declarations, and variables. Changing a value associated with a variable
 on the cloned instance will not change this instance's values, and it is
 safe to run the evaluate methods on the cloned copy at the same time as
 this copy.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/jdom2/xpath/XPathExpression.html#clone()">clone</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html" title="interface in org.jdom2.xpath">XPathExpression</a>&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;</code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code>clone</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
<dt><span class="strong">Returns:</span></dt><dd>a new XPathExpression instance that shares the same core details
         as this.</dd></dl>
</li>
</ul>
<a name="getExpression()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getExpression</h4>
<pre>public final&nbsp;java.lang.String&nbsp;getExpression()</pre>
<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html#getExpression()">XPathExpression</a></code></strong></div>
<div class="block">Get the XPath expression</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/jdom2/xpath/XPathExpression.html#getExpression()">getExpression</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html" title="interface in org.jdom2.xpath">XPathExpression</a>&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;</code></dd>
<dt><span class="strong">Returns:</span></dt><dd>the string representation of the XPath expression</dd></dl>
</li>
</ul>
<a name="getNamespace(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNamespace</h4>
<pre>public final&nbsp;<a href="../../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;getNamespace(java.lang.String&nbsp;prefix)</pre>
<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html#getNamespace(java.lang.String)">XPathExpression</a></code></strong></div>
<div class="block">Get the Namespace associated with a given prefix.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/jdom2/xpath/XPathExpression.html#getNamespace(java.lang.String)">getNamespace</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html" title="interface in org.jdom2.xpath">XPathExpression</a>&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;</code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>prefix</code> - The prefix to select the Namespace URI for.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the URI of the specified Namespace prefix</dd></dl>
</li>
</ul>
<a name="getNamespaces()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNamespaces</h4>
<pre>public&nbsp;<a href="../../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>[]&nbsp;getNamespaces()</pre>
<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html#getNamespaces()">XPathExpression</a></code></strong></div>
<div class="block">Get the Namespaces that were used to compile this XPathExpression.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/jdom2/xpath/XPathExpression.html#getNamespaces()">getNamespaces</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html" title="interface in org.jdom2.xpath">XPathExpression</a>&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;</code></dd>
<dt><span class="strong">Returns:</span></dt><dd>a potentially empty array of Namespaces (never null).</dd></dl>
</li>
</ul>
<a name="getVariable(java.lang.String, org.jdom2.Namespace)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVariable</h4>
<pre>public final&nbsp;java.lang.Object&nbsp;getVariable(java.lang.String&nbsp;name,
                           <a href="../../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;uri)</pre>
<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html#getVariable(java.lang.String, org.jdom2.Namespace)">XPathExpression</a></code></strong></div>
<div class="block">Get the variable value associated to the given variable name.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/jdom2/xpath/XPathExpression.html#getVariable(java.lang.String, org.jdom2.Namespace)">getVariable</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html" title="interface in org.jdom2.xpath">XPathExpression</a>&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;</code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the variable localname to retrieve the value for.</dd><dd><code>uri</code> - the Namespace in which the variable name was declared.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the value associated to a Variable name.</dd></dl>
</li>
</ul>
<a name="getVariable(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVariable</h4>
<pre>public&nbsp;java.lang.Object&nbsp;getVariable(java.lang.String&nbsp;qname)</pre>
<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html#getVariable(java.lang.String)">XPathExpression</a></code></strong></div>
<div class="block">Get the variable value associated to the given variable qname.
 <p>
 qname must consist of an optional namespace prefix and colon, followed
 by a mandatory variable localname. If the prefix is not specified, then
 the Namespace is assumed to be the <a href="../../../../org/jdom2/Namespace.html#NO_NAMESPACE"><code>Namespace.NO_NAMESPACE</code></a>. If
 the prefix is specified, it must match with one of the declared
 Namespaces for this XPathExpression</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/jdom2/xpath/XPathExpression.html#getVariable(java.lang.String)">getVariable</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html" title="interface in org.jdom2.xpath">XPathExpression</a>&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;</code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>qname</code> - the variable qname to retrieve the value for.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the value associated to a Variable name.</dd></dl>
</li>
</ul>
<a name="setVariable(java.lang.String, org.jdom2.Namespace, java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setVariable</h4>
<pre>public&nbsp;java.lang.Object&nbsp;setVariable(java.lang.String&nbsp;name,
                           <a href="../../../../org/jdom2/Namespace.html" title="class in org.jdom2">Namespace</a>&nbsp;uri,
                           java.lang.Object&nbsp;value)</pre>
<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html#setVariable(java.lang.String, org.jdom2.Namespace, java.lang.Object)">XPathExpression</a></code></strong></div>
<div class="block">Change the defined value for a variable to some new value. You may not
 use this method to add new variables to the compiled XPath, you can only
 change existing variable values.
 <p>
 The value of the variable may be null. Some XPath libraries support a
 null value, and if the library that this expression is for does not
 support a null value it should be translated to something meaningful for
 that library, typically the empty string.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/jdom2/xpath/XPathExpression.html#setVariable(java.lang.String, org.jdom2.Namespace, java.lang.Object)">setVariable</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html" title="interface in org.jdom2.xpath">XPathExpression</a>&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;</code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - The variable localname to change.</dd><dd><code>uri</code> - the Namespace in which the variable name is declared.</dd><dd><code>value</code> - The new value to set.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The value of the variable prior to this change.</dd></dl>
</li>
</ul>
<a name="setVariable(java.lang.String, java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setVariable</h4>
<pre>public&nbsp;java.lang.Object&nbsp;setVariable(java.lang.String&nbsp;qname,
                           java.lang.Object&nbsp;value)</pre>
<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html#setVariable(java.lang.String, java.lang.Object)">XPathExpression</a></code></strong></div>
<div class="block">Change the defined value for a variable to some new value. You may not
 use this method to add new variables to the compiled XPath, you can only
 change existing variable values.
 <p>
 The value of the variable may be null. Some XPath libraries support a
 null value, and if the library that this expression is for does not
 support a null value it should be translated to something meaningful for
 that library, typically the empty string.
 <p>
 qname must consist of an optional namespace prefix and colon, followed
 by a mandatory variable localname. If the prefix is not specified, then
 the Namespace is assumed to be the <a href="../../../../org/jdom2/Namespace.html#NO_NAMESPACE"><code>Namespace.NO_NAMESPACE</code></a>. If
 the prefix is specified, it must match with one of the declared
 Namespaces for this XPathExpression</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/jdom2/xpath/XPathExpression.html#setVariable(java.lang.String, java.lang.Object)">setVariable</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html" title="interface in org.jdom2.xpath">XPathExpression</a>&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;</code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>qname</code> - The variable qname to change.</dd><dd><code>value</code> - The new value to set.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The value of the variable prior to this change.</dd></dl>
</li>
</ul>
<a name="getVariables()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVariables</h4>
<pre>protected&nbsp;java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;getVariables()</pre>
<div class="block">utility method that allows descendant classes to access the variables
 that were set on this expression, in a format that can be used in a constructor (qname/value).</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the variables set on this instance.</dd></dl>
</li>
</ul>
<a name="getFilter()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFilter</h4>
<pre>public final&nbsp;<a href="../../../../org/jdom2/filter/Filter.html" title="interface in org.jdom2.filter">Filter</a>&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;&nbsp;getFilter()</pre>
<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html#getFilter()">XPathExpression</a></code></strong></div>
<div class="block">Get the <code>Filter&lt;T&gt;</code> used to coerce the raw XPath results in to
         the correct Generic type.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/jdom2/xpath/XPathExpression.html#getFilter()">getFilter</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html" title="interface in org.jdom2.xpath">XPathExpression</a>&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;</code></dd>
<dt><span class="strong">Returns:</span></dt><dd>the <code>Filter&lt;T&gt;</code> used to coerce the raw XPath results in to
         the correct Generic type.</dd></dl>
</li>
</ul>
<a name="evaluate(java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>evaluate</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;&nbsp;evaluate(java.lang.Object&nbsp;context)</pre>
<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html#evaluate(java.lang.Object)">XPathExpression</a></code></strong></div>
<div class="block">Process the compiled XPathExpression against the specified context.
 <p>
 In the JDOM2 XPath API the results of the raw XPath query are processed
 by the attached <code>Filter&lt;T&gt;</code> instance to coerce the results in to
 the correct generic type for this XPathExpression. The Filter process may
 cause some XPath results to be removed from the final results. You may
 instead want to call the <a href="../../../../org/jdom2/xpath/XPathExpression.html#diagnose(java.lang.Object, boolean)"><code>XPathExpression.diagnose(Object, boolean)</code></a> method to
 have access to both the raw XPath results as well as the filtered and
 generically typed results.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/jdom2/xpath/XPathExpression.html#evaluate(java.lang.Object)">evaluate</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html" title="interface in org.jdom2.xpath">XPathExpression</a>&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;</code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>context</code> - The context against which to process the query.</dd>
<dt><span class="strong">Returns:</span></dt><dd>a list of the XPath results.</dd></dl>
</li>
</ul>
<a name="evaluateFirst(java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>evaluateFirst</h4>
<pre>public&nbsp;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&nbsp;evaluateFirst(java.lang.Object&nbsp;context)</pre>
<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html#evaluateFirst(java.lang.Object)">XPathExpression</a></code></strong></div>
<div class="block">Return the first value in the XPath query result set type-cast to the
 return type of this XPathExpression.
 <p>
 The concept of the 'first' result is applied before any JDOM Filter is
 applied. Thus, if the underlying XPath query has some results, the first
 result is sent through the filter. If it matches it is returned, if it
 does not match, then null is returned (even if some subsequent result
 underlying XPath result would pass the filter).
 <p>
 This allows the XPath implementation to optimise the evaluateFirst method
 by potentially using 'short-circuit' conditions in the evaluation.
 <p></div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/jdom2/xpath/XPathExpression.html#evaluateFirst(java.lang.Object)">evaluateFirst</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html" title="interface in org.jdom2.xpath">XPathExpression</a>&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;</code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>context</code> - The context against which to evaluate the expression. This will
        typically be a Document, Element, or some other JDOM object.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The first XPath result (if there is any) coerced to the generic
         type of this XPathExpression, or null if it cannot be coerced.</dd></dl>
</li>
</ul>
<a name="diagnose(java.lang.Object, boolean)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>diagnose</h4>
<pre>public&nbsp;<a href="../../../../org/jdom2/xpath/XPathDiagnostic.html" title="interface in org.jdom2.xpath">XPathDiagnostic</a>&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;&nbsp;diagnose(java.lang.Object&nbsp;context,
                          boolean&nbsp;firstonly)</pre>
<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html#diagnose(java.lang.Object, boolean)">XPathExpression</a></code></strong></div>
<div class="block">Evaluate the XPath query against the supplied context, but return
 additional data which may be useful for diagnosing problems with XPath
 queries.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/jdom2/xpath/XPathExpression.html#diagnose(java.lang.Object, boolean)">diagnose</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jdom2/xpath/XPathExpression.html" title="interface in org.jdom2.xpath">XPathExpression</a>&lt;<a href="../../../../org/jdom2/xpath/util/AbstractXPathCompiled.html" title="type parameter in AbstractXPathCompiled">T</a>&gt;</code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>context</code> - The context against which to run the query.</dd><dd><code>firstonly</code> - Indicate whether the XPath expression can be terminated after the
        first successful result value.</dd>
<dt><span class="strong">Returns:</span></dt><dd>an <a href="../../../../org/jdom2/xpath/XPathDiagnostic.html" title="interface in org.jdom2.xpath"><code>XPathDiagnostic</code></a> instance.</dd></dl>
</li>
</ul>
<a name="toString()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="evaluateRawAll(java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>evaluateRawAll</h4>
<pre>protected abstract&nbsp;java.util.List&lt;?&gt;&nbsp;evaluateRawAll(java.lang.Object&nbsp;context)</pre>
<div class="block">This is the raw expression evaluator to be implemented by the back-end
 XPath library.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>context</code> - The context against which to evaluate the query</dd>
<dt><span class="strong">Returns:</span></dt><dd>A list of XPath results.</dd></dl>
</li>
</ul>
<a name="evaluateRawFirst(java.lang.Object)">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>evaluateRawFirst</h4>
<pre>protected abstract&nbsp;java.lang.Object&nbsp;evaluateRawFirst(java.lang.Object&nbsp;context)</pre>
<div class="block">This is the raw expression evaluator to be implemented by the back-end
 XPath library. When this method is processed the implementing library is
 free to stop processing when the result that would be the first result is
 retrieved.
 <p>
 Only the first value in the result will be processed (if any).</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>context</code> - The context against which to evaluate the query</dd>
<dt><span class="strong">Returns:</span></dt><dd>The first item in the XPath results, or null if there are no
         results.</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/AbstractXPathCompiled.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><b>JDOM<br><font size='-1'>2.x</font></b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../org/jdom2/xpath/util/XPathDiagnosticImpl.html" title="class in org.jdom2.xpath.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/jdom2/xpath/util/AbstractXPathCompiled.html" target="_top">Frames</a></li>
<li><a href="AbstractXPathCompiled.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright ? 2014 Jason Hunter, Brett McLaughlin. All Rights Reserved.</small></p>
</body>
</html>