SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-XML-Stream rpm build for : OpenSuSE. For other distributions click perl-XML-Stream.

Name : perl-XML-Stream
Version : 1.24 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.269.1 Date : 2023-07-20 16:36:26
Group : Development/Libraries/Perl Source RPM : perl-XML-Stream-1.24-lp155.269.1.src.rpm
Size : 0.29 MB
Packager : https://www_suse_com/
Summary : Creates an XML Stream connection and parses return data
Description :
This module provides the user with methods to connect to a remote server,
send a stream of XML to the server, and receive/parse an XML stream from
the server. It is primarily based work for the Etherx XML router developed
by the Jabber Development Team. For more information about this project
visit http://xmpp.org/protocols/streams/.

XML::Stream gives the user the ability to define a central callback that
will be used to handle the tags received from the server. These tags are
passed in the format defined at instantiation time. the closing tag of an
object is seen, the tree is finished and passed to the call back function.
What the user does with it from there is up to them.

For a detailed description of how this module works, and about the data
structure that it returns, please view the source of Stream.pm and look at
the detailed description at the end of the file.

NOTE: The parser that XML::Stream::Parser provides, as are most Perl
parsers, is synchronous. If you are in the middle of parsing a packet and
call a user defined callback, the Parser is blocked until your callback
finishes. This means you cannot be operating on a packet, send out another
packet and wait for a response to that packet. It will never get to you.
Threading might solve this, but as we all know threading in Perl is not
quite up to par yet. This issue will be revisted in the future.

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

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-XML-Stream-1.24-lp155.269.1.noarch.rpm
     

Provides :
perl(XML::Stream)
perl(XML::Stream::IO::Select::Win32)
perl(XML::Stream::Namespace)
perl(XML::Stream::Node)
perl(XML::Stream::Parser)
perl(XML::Stream::Parser::DTD)
perl(XML::Stream::Tools)
perl(XML::Stream::Tree)
perl(XML::Stream::XPath)
perl(XML::Stream::XPath::AllOp)
perl(XML::Stream::XPath::AndOp)
perl(XML::Stream::XPath::AttributeOp)
perl(XML::Stream::XPath::ContextOp)
perl(XML::Stream::XPath::EqualOp)
perl(XML::Stream::XPath::FunctionOp)
perl(XML::Stream::XPath::NodeOp)
perl(XML::Stream::XPath::NotEqualOp)
perl(XML::Stream::XPath::Op)
perl(XML::Stream::XPath::OrOp)
perl(XML::Stream::XPath::PositionOp)
perl(XML::Stream::XPath::Query)
perl(XML::Stream::XPath::Value)
perl-XML-Stream

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Authen::SASL)
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/Stream
/usr/lib/perl5/vendor_perl/5.26.1/XML/Stream.pm
/usr/lib/perl5/vendor_perl/5.26.1/XML/Stream/IO
/usr/lib/perl5/vendor_perl/5.26.1/XML/Stream/IO/Select
/usr/lib/perl5/vendor_perl/5.26.1/XML/Stream/IO/Select/Win32.pm
/usr/lib/perl5/vendor_perl/5.26.1/XML/Stream/Namespace.pm
/usr/lib/perl5/vendor_perl/5.26.1/XML/Stream/Node.pm
/usr/lib/perl5/vendor_perl/5.26.1/XML/Stream/Parser
/usr/lib/perl5/vendor_perl/5.26.1/XML/Stream/Parser.pm
/usr/lib/perl5/vendor_perl/5.26.1/XML/Stream/Parser/DTD.pm
/usr/lib/perl5/vendor_perl/5.26.1/XML/Stream/Tools.pm
/usr/lib/perl5/vendor_perl/5.26.1/XML/Stream/Tree.pm
/usr/lib/perl5/vendor_perl/5.26.1/XML/Stream/XPath
/usr/lib/perl5/vendor_perl/5.26.1/XML/Stream/XPath.pm
/usr/lib/perl5/vendor_perl/5.26.1/XML/Stream/XPath/Op.pm
/usr/lib/perl5/vendor_perl/5.26.1/XML/Stream/XPath/Query.pm
/usr/lib/perl5/vendor_perl/5.26.1/XML/Stream/XPath/Value.pm
/usr/share/doc/packages/perl-XML-Stream
/usr/share/doc/packages/perl-XML-Stream/CHANGES
/usr/share/doc/packages/perl-XML-Stream/INFO
/usr/share/doc/packages/perl-XML-Stream/README
/usr/share/licenses/perl-XML-Stream
/usr/share/licenses/perl-XML-Stream/LICENSE
/usr/share/man/man3/XML::Stream.3pm.gz
/usr/share/man/man3/XML::Stream::IO::Select::Win32.3pm.gz
/usr/share/man/man3/XML::Stream::Namespace.3pm.gz
/usr/share/man/man3/XML::Stream::Node.3pm.gz
/usr/share/man/man3/XML::Stream::Parser.3pm.gz
/usr/share/man/man3/XML::Stream::Parser::DTD.3pm.gz
There is 1 files more in these RPM.

 
ICM