This file is indexed.

/usr/share/doc/libjaxen-java/apidocs/org/jaxen/class-use/Context.html is in libjaxen-java-doc 1.1.6-3.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html>
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.jaxen.Context (jaxen 1.1.6 API)</title>
<link rel="stylesheet" type="text/css" href="../../../javadoc-style.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
    try {
        if (location.href.indexOf('is-external=true') == -1) {
            parent.document.title="Uses of Class org.jaxen.Context (jaxen 1.1.6 API)";
        }
    }
    catch(err) {
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/jaxen/class-use/Context.html" target="_top">Frames</a></li>
<li><a href="Context.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.jaxen.Context" class="title">Uses of Class<br>org.jaxen.Context</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.jaxen">org.jaxen</a></td>
<td class="colLast">
<div class="block">
                        This package defines the core Jaxen API to the XPath engine.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.jaxen.expr">org.jaxen.expr</a></td>
<td class="colLast">
<div class="block">
                        Interfaces and default implementations for
                        XPath expression components.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.jaxen.function">org.jaxen.function</a></td>
<td class="colLast">
<div class="block">
                        Standard XPath function library.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.jaxen.function.ext">org.jaxen.function.ext</a></td>
<td class="colLast">
<div class="block">
                        Extension functions to the standard XPath function library.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.jaxen.function.xslt">org.jaxen.function.xslt</a></td>
<td class="colLast">
<div class="block">
                        XPath functions which are defined in XSLT.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.jaxen.javabean">org.jaxen.javabean</a></td>
<td class="colLast">
<div class="block">
                        Navigation for JavaBeans.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.jaxen.pattern">org.jaxen.pattern</a></td>
<td class="colLast">
<div class="block">Defines XSLT Pattern objects.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.jaxen">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a> in <a href="../../../org/jaxen/package-summary.html">org.jaxen</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jaxen/package-summary.html">org.jaxen</a> that return <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a></code></td>
<td class="colLast"><span class="typeNameLabel">Context.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/Context.html#duplicate--">duplicate</a></span>()</code>
<div class="block">Create a type-safe shallow copy.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a></code></td>
<td class="colLast"><span class="typeNameLabel">BaseXPath.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/BaseXPath.html#getContext-java.lang.Object-">getContext</a></span>(java.lang.Object&nbsp;node)</code>
<div class="block">Create a <a href="../../../org/jaxen/Context.html" title="class in org.jaxen"><code>Context</code></a> wrapper for the provided
  implementation-specific object.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jaxen/package-summary.html">org.jaxen</a> with parameters of type <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">Function.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/Function.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Evaluate this function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.util.List</code></td>
<td class="colLast"><span class="typeNameLabel">BaseXPath.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/BaseXPath.html#selectNodesForContext-org.jaxen.Context-">selectNodesForContext</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>
<div class="block">Select all nodes that match this XPath
  expression on the given Context object.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">BaseXPath.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/BaseXPath.html#selectSingleNodeForContext-org.jaxen.Context-">selectSingleNodeForContext</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>
<div class="block">Return only the first node that is selected by this XPath
  expression.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.jaxen.expr">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a> in <a href="../../../org/jaxen/expr/package-summary.html">org.jaxen.expr</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jaxen/expr/package-summary.html">org.jaxen.expr</a> with parameters of type <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">FilterExpr.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/expr/FilterExpr.html#asBoolean-org.jaxen.Context-">asBoolean</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>
<div class="block">Evaluates the filter expression on the current context
 and returns true if at least one node matches.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">DefaultFilterExpr.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/expr/DefaultFilterExpr.html#asBoolean-org.jaxen.Context-">asBoolean</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">Returns true if the current filter matches at least one of the context nodes</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List</code></td>
<td class="colLast"><span class="typeNameLabel">XPathExpr.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/expr/XPathExpr.html#asList-org.jaxen.Context-">asList</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>
<div class="block">Evaluates the expression and returns a list cintaing the resulting nodes,
 or a singleton list containing a <code>Double</code>, <code>String</code>, 
 or <code>Boolean</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List</code></td>
<td class="colLast"><span class="typeNameLabel">DefaultXPathExpr.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/expr/DefaultXPathExpr.html#asList-org.jaxen.Context-">asList</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List</code></td>
<td class="colLast"><span class="typeNameLabel">Step.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/expr/Step.html#evaluate-org.jaxen.Context-">evaluate</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>
<div class="block">For each node in the given context calls matches() for every node on the
 axis, then filters the result by each of the predicates.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">Predicate.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/expr/Predicate.html#evaluate-org.jaxen.Context-">evaluate</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>
<div class="block">Evaluates this predicate's expression and returns the result.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">Expr.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/expr/Expr.html#evaluate-org.jaxen.Context-">evaluate</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>
<div class="block">Evaluate the expression in the given context, and return the result.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">DefaultUnionExpr.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/expr/DefaultUnionExpr.html#evaluate-org.jaxen.Context-">evaluate</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List</code></td>
<td class="colLast"><span class="typeNameLabel">DefaultStep.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/expr/DefaultStep.html#evaluate-org.jaxen.Context-">evaluate</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List</code></td>
<td class="colLast"><span class="typeNameLabel">DefaultNameStep.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/expr/DefaultNameStep.html#evaluate-org.jaxen.Context-">evaluate</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">Evaluate the context node set to find the new node set.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">DefaultFunctionCallExpr.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/expr/DefaultFunctionCallExpr.html#evaluate-org.jaxen.Context-">evaluate</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">DefaultFilterExpr.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/expr/DefaultFilterExpr.html#evaluate-org.jaxen.Context-">evaluate</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">DefaultAbsoluteLocationPath.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/expr/DefaultAbsoluteLocationPath.html#evaluate-org.jaxen.Context-">evaluate</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List</code></td>
<td class="colLast"><span class="typeNameLabel">DefaultFunctionCallExpr.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/expr/DefaultFunctionCallExpr.html#evaluateParams-org.jaxen.Context-">evaluateParams</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.jaxen.function">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a> in <a href="../../../org/jaxen/function/package-summary.html">org.jaxen.function</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jaxen/function/package-summary.html">org.jaxen.function</a> with parameters of type <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">TrueFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/TrueFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns <code>Boolean.TRUE</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">TranslateFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/TranslateFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns a copy of the first argument in which
 characters found in the second argument are replaced by
 corresponding characters from the third argument.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">SumFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/SumFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns the sum of its arguments.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">SubstringFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/SubstringFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns a substring of an XPath string-value by character index.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">SubstringBeforeFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/SubstringBeforeFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns the part of the string-value of the first item in <code>args</code>
 that comes before the string-value of the second item in <code>args</code>;
 or the empty string if the second string is not a substring of the first string.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">SubstringAfterFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/SubstringAfterFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns the part of the string-value of the first item in <code>args</code>
 that follows the string-value of the second item in <code>args</code>;
 or the empty string if the second string is not a substring of the first string.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">StringLengthFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/StringLengthFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">
 Returns the number of Unicode characters in the string-value of the argument.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">StringFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/StringFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns the string-value of <code>args.get(0)</code> 
 or of the context node if <code>args</code> is empty.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">StartsWithFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/StartsWithFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns true if the string-value of the first item in <code>args</code>
 starts with the string-value of the second item in <code>args</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">RoundFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/RoundFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns the nearest integer to the number.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">PositionFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/PositionFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns the position of the context node in the context node-set.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">NumberFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/NumberFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns the number value of <code>args.get(0)</code>,
 or the number value of the context node if <code>args</code>
 is empty.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">NotFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/NotFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns <code>Boolean.TRUE</code> if the boolean value of 
 <code>args.get(0)</code> is false, and <code>Boolean.FALSE</code> otherwise.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">NormalizeSpaceFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/NormalizeSpaceFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns the string-value of the first item in <code>args</code>
 after removing all leading and trailing white space, and 
 replacing each other sequence of whitespace by a single space.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">NamespaceUriFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/NamespaceUriFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns the namespace URI of the specified node or the namespace URI of the context node if 
 no arguments are provided.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">NameFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/NameFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns the name of the specified node or the name of the context node if 
 no arguments are provided.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">LocalNameFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/LocalNameFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns the local-name of the specified node or the context node if 
 no arguments are provided.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">LastFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/LastFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns the number of nodes in the context node-set.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">LangFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/LangFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">
 Determines whether or not the context node is written in the language specified
 by the XPath string-value of <code>args.get(0)</code>,
 as determined by the nearest <code>xml:lang</code> attribute in scope.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">IdFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/IdFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns a list of the nodes with the specified IDs.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">FloorFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/FloorFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns the largest integer less than or equal to a number.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">FalseFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/FalseFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns <code>Boolean.FALSE</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">CountFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/CountFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">
 Returns the number of nodes in the specified node-set.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">ContainsFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/ContainsFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">
  Returns true if the string-value of the 
  first item in <code>args</code> contains string-value of the second 
  item; false otherwise.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">ConcatFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/ConcatFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Concatenates the arguments and returns the resulting string.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">CeilingFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/CeilingFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Returns the smallest integer greater than or equal to a number.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">BooleanFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/BooleanFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>
<div class="block">Convert the argument to a <code>Boolean</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.Double</code></td>
<td class="colLast"><span class="typeNameLabel">PositionFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/PositionFunction.html#evaluate-org.jaxen.Context-">evaluate</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>
<div class="block">Returns the position of the context node in the context node-set.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.Double</code></td>
<td class="colLast"><span class="typeNameLabel">LastFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/LastFunction.html#evaluate-org.jaxen.Context-">evaluate</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>
<div class="block">Returns the number of nodes in the context node-set.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.jaxen.function.ext">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a> in <a href="../../../org/jaxen/function/ext/package-summary.html">org.jaxen.function.ext</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jaxen/function/ext/package-summary.html">org.jaxen.function.ext</a> with parameters of type <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">UpperFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/ext/UpperFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">LowerFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/ext/LowerFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">EvaluateFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/ext/EvaluateFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">EndsWithFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/ext/EndsWithFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.util.List</code></td>
<td class="colLast"><span class="typeNameLabel">EvaluateFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/ext/EvaluateFunction.html#evaluate-org.jaxen.Context-java.lang.Object-">evaluate</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
        java.lang.Object&nbsp;arg)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.jaxen.function.xslt">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a> in <a href="../../../org/jaxen/function/xslt/package-summary.html">org.jaxen.function.xslt</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jaxen/function/xslt/package-summary.html">org.jaxen.function.xslt</a> with parameters of type <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><span class="typeNameLabel">DocumentFunction.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/function/xslt/DocumentFunction.html#call-org.jaxen.Context-java.util.List-">call</a></span>(<a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context,
    java.util.List&nbsp;args)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.jaxen.javabean">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a> in <a href="../../../org/jaxen/javabean/package-summary.html">org.jaxen.javabean</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jaxen/javabean/package-summary.html">org.jaxen.javabean</a> that return <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a></code></td>
<td class="colLast"><span class="typeNameLabel">JavaBeanXPath.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/javabean/JavaBeanXPath.html#getContext-java.lang.Object-">getContext</a></span>(java.lang.Object&nbsp;node)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.jaxen.pattern">
<!--   -->
</a>
<h3>Uses of <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a> in <a href="../../../org/jaxen/pattern/package-summary.html">org.jaxen.pattern</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../org/jaxen/pattern/package-summary.html">org.jaxen.pattern</a> with parameters of type <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><span class="typeNameLabel">NamespaceTest.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/pattern/NamespaceTest.html#getURI-java.lang.Object-org.jaxen.Context-">getURI</a></span>(java.lang.Object&nbsp;node,
      <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>
<div class="block">Returns the URI of the current prefix or "" if no URI can be found</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">UnionPattern.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/pattern/UnionPattern.html#matches-java.lang.Object-org.jaxen.Context-">matches</a></span>(java.lang.Object&nbsp;node,
       <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">TextNodeTest.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/pattern/TextNodeTest.html#matches-java.lang.Object-org.jaxen.Context-">matches</a></span>(java.lang.Object&nbsp;node,
       <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract boolean</code></td>
<td class="colLast"><span class="typeNameLabel">Pattern.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/pattern/Pattern.html#matches-java.lang.Object-org.jaxen.Context-">matches</a></span>(java.lang.Object&nbsp;node,
       <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">NodeTypeTest.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/pattern/NodeTypeTest.html#matches-java.lang.Object-org.jaxen.Context-">matches</a></span>(java.lang.Object&nbsp;node,
       <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">NoNodeTest.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/pattern/NoNodeTest.html#matches-java.lang.Object-org.jaxen.Context-">matches</a></span>(java.lang.Object&nbsp;node,
       <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">NamespaceTest.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/pattern/NamespaceTest.html#matches-java.lang.Object-org.jaxen.Context-">matches</a></span>(java.lang.Object&nbsp;node,
       <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">NameTest.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/pattern/NameTest.html#matches-java.lang.Object-org.jaxen.Context-">matches</a></span>(java.lang.Object&nbsp;node,
       <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">LocationPathPattern.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/pattern/LocationPathPattern.html#matches-java.lang.Object-org.jaxen.Context-">matches</a></span>(java.lang.Object&nbsp;node,
       <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">AnyNodeTest.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/pattern/AnyNodeTest.html#matches-java.lang.Object-org.jaxen.Context-">matches</a></span>(java.lang.Object&nbsp;node,
       <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">AnyChildNodeTest.</span><code><span class="memberNameLink"><a href="../../../org/jaxen/pattern/AnyChildNodeTest.html#matches-java.lang.Object-org.jaxen.Context-">matches</a></span>(java.lang.Object&nbsp;node,
       <a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Context</a>&nbsp;context)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../org/jaxen/Context.html" title="class in org.jaxen">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/jaxen/class-use/Context.html" target="_top">Frames</a></li>
<li><a href="Context.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2018 <a href="http://codehaus.org">Codehaus</a>. All rights reserved.</small></p>
</body>
</html>