![]() |
![]()
| ![]() |
![]()
NAMEWeb::Query::LibXML - fast, drop-in replacement for Web::Query VERSIONversion 1.01 SYNOPSISuse Web::Query::LibXML; # imports wq() # all methods inherited from Web::Query # see Web::Query for documentation DESCRIPTIONWeb::Query::LibXML is Web::Query subclass that overrides the _build_tree() method to use HTML::TreeBuilder::LibXML instead of HTML::TreeBuilder::XPath. Its a lot faster than its superclass. Use this module unless you can't install (or depend on) XML::LibXML on your system. FUNCTIONS
METHODSAll public methods are inherited from Web::Query. LICENSECopyright (C) Carlos Fernando Avila Gratz. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. AUTHORCarlos Fernando Avila Gratz <cafe@q1software.com> SEE ALSOWeb::Query, HTML::TreeBuilder::LibXML, XML::LibXML BUGSPlease report any bugs or feature requests on the bugtracker website <https://github.com/tokuhirom/Web-Query/issues> When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
|