Home
last modified time | relevance | path

Searched refs:ancestors_or_self (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/p5-XML-DOM-XPath/XML-DOM-XPath-0.14/
H A DXPath.pm100 my @a_pile= ($a->ancestors_or_self);
101 my @b_pile= ($b->ancestors_or_self);
129 sub ancestors_or_self subroutine
/dports/textproc/p5-XML-Twig/XML-Twig-3.52/tools/xml_grep/
H A Dxml_grep256 foreach my $elt ( $hit->ancestors_or_self)
/dports/textproc/p5-XML-Twig/XML-Twig-3.52/t/
H A Dtest_bugs_3_18.t435 is( scalar $elt->ancestors_or_self( 'elt'), 1, "ancestors_or_self with cond");
436 is( scalar $elt->ancestors_or_self(), 2, "ancestors_or_self without cond");
/dports/devel/R-cran-gdata/gdata/inst/perl/XML/
H A DTwig.pm6104 sub ancestors_or_self subroutine
9286 foreach my $ancestor (reverse $elt->ancestors_or_self)
/dports/textproc/p5-XML-Twig/XML-Twig-3.52/
H A DTwig.pm6346 sub ancestors_or_self subroutine
9534 foreach my $ancestor (reverse $elt->ancestors_or_self)
H A DChanges1180 - added: the XML::Twig::Elt ancestors_or_self method
H A DTwig_pm.slow6346 sub ancestors_or_self
6966 'ancestor-or-self' => 'ancestors_or_self',
9534 foreach my $ancestor (reverse $elt->ancestors_or_self)
12287 you will have to use ancestors_or_self
12289 =item ancestors_or_self ($optional_condition)