RPC::XML::Parser - A container class for XML::Parser
use RPC::XML::Parser; ... $P = RPC::XML::Parser->new(); $P->parse($message);
The following parameters are currently recognized:
If no argument is given, then the "parse_start" method of XML::Parser is used to create a XML::Parser::ExpatNB object, which is returned. This object may then be used to parse the data in chunks, rather than a steady stream. See the XML::Parser manual page for more details on how this works.
Закладки на сайте Проследить за страницей |
Created 1996-2025 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |