Home
last modified time | relevance | path

Searched refs:inherit_att (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/p5-XML-Twig/XML-Twig-3.52/t/
H A Dtest5.t169 if( my $att= $subelt->inherit_att( 'att1') eq "subelt1") { print "ok 27\n"; }
172 if( my $att= $subelt->inherit_att( 'att1', 'elt') eq "elt1") { print "ok 28\n"; }
175 if( my $att= $subelt->inherit_att( 'att1', 'elt', 'doc') eq "elt1") { print "ok 29\n"; }
178 if( my $att= $subelt->inherit_att( 'att1', "doc") eq "doc1") { print "ok 30\n"; }
181 if( my $att= $subelt->inherit_att( 'att3') eq "doc3") { print "ok 31\n"; }
184 if( my $att= $subelt->inherit_att( 'att3') eq "doc3") { print "ok 32\n"; }
187 if( my $att= $subelt->inherit_att( 'att_null') == 0) { print "ok 33\n"; }
/dports/textproc/p5-XML-DOM-XPath/XML-DOM-XPath-0.14/
H A DXPath.pm170 my $expanded= $DEFAULT_NS{$prefix} || $node->inherit_att( $ns_att) || '';
175 sub inherit_att subroutine
229 sub inherit_att { return $_[0]->getParent->inherit_att( @_); } subroutine
/dports/textproc/p5-XML-Twig/XML-Twig-3.52/tools/xml_spellcheck/
H A Dxml_spellcheck72 or ($include_elements and $elt->inherit_att( '#include'))
73 or ($exclude_elements and !$elt->inherit_att( '#exclude'))
/dports/devel/R-cran-gdata/gdata/inst/perl/XML/
H A DTwig.pm4888 *inherited_att = *inherit_att;
6123 sub inherit_att subroutine
8458 $xml_space_preserve= 1 if( ($elt->inherit_att( 'xml:space') || '') eq 'preserve');
8549 $xml_space_preserve= 1 if( ($elt->inherit_att( 'xml:space') || '') eq 'preserve');
/dports/textproc/p5-XML-Twig/XML-Twig-3.52/
H A DTwig.pm5127 *inherited_att = *inherit_att;
6365 sub inherit_att subroutine
8683 $xml_space_preserve= 1 if( ($elt->inherit_att( 'xml:space') || '') eq 'preserve');
8793 $xml_space_preserve= 1 if( ($elt->inherit_att( 'xml:space') || '') eq 'preserve');
H A DTwig_pm.slow5127 *inherited_att = *inherit_att;
6365 sub inherit_att
8683 $xml_space_preserve= 1 if( ($elt->inherit_att( 'xml:space') || '') eq 'preserve');
8793 $xml_space_preserve= 1 if( ($elt->inherit_att( 'xml:space') || '') eq 'preserve');
13061 =item inherit_att ($att, @optional_tag_list)