SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-XML-XPath-Helper-Const rpm build for : OpenSuSE. For other distributions click perl-XML-XPath-Helper-Const.

Name : perl-XML-XPath-Helper-Const
Version : 0.04 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp154.1.1 Date : 2023-05-03 07:34:58
Group : Unspecified Source RPM : perl-XML-XPath-Helper-Const-0.04-lp154.1.1.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : Exports some precompiled xpath constants for XML::LibXML
Description :
This module provides some precompiled XPath expressions (refer to
XML::LibXML::XPathExpression for details about this).

The provided constants are:

* \'XPATH_SIMPLE_LIST\'

Selects the \"simple list nodes\" contained in the current node; i.e. the
nodes that contain at least one child node, all the child nodes have the
same name and no child node has child nodes again.

Example:

my $dom = XML::LibXML->load_xml(string => < < \'EOT\');
< root>
< findthis>
< entry>a< /entry>
< entry>b< /entry>
< entry>c< /entry>
< /findthis>
< ignorethis>
< foo>a< /foo>
< bar>b< /bar>
< /ignorethis>
< ignorethat>
< child>
< childofchild>< /childofchild>
< /child>
< /ignorethat>
< simpletag>blah< /simpletag>
< /root>
EOT
my AATTnodes = $dom->documentElement->findnodes(XPATH_SIMPLE_LIST);

Array \'AATTnodes\' contains a single node: \'< findthis>\'

* \'XPATH_SIMPLE_TAGS\'

Find all nodes that have no child nodes.

* \'XPATH_NESTED_TAGS\'

Find all nodes that have at least one child node.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-X/15.4/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-XML-XPath-Helper-Const-0.04-lp154.1.1.noarch.rpm
     

Provides :
perl(XML::XPath::Helper::Const)
perl-XML-XPath-Helper-Const

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(XML::LibXML) >= 1.70
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/XML
/usr/lib/perl5/vendor_perl/5.26.1/XML/XPath
/usr/lib/perl5/vendor_perl/5.26.1/XML/XPath/Helper
/usr/lib/perl5/vendor_perl/5.26.1/XML/XPath/Helper/Const.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-XML-XPath-Helper-Const
/usr/share/doc/packages/perl-XML-XPath-Helper-Const/Changes
/usr/share/doc/packages/perl-XML-XPath-Helper-Const/README
/usr/share/licenses/perl-XML-XPath-Helper-Const
/usr/share/licenses/perl-XML-XPath-Helper-Const/LICENSE
/usr/share/man/man3/XML::XPath::Helper::Const.3pm.gz

 
ICM