DOKK / manpages / debian 12 / libweb-query-perl / Web::Query::LibXML.3pm.en
Web::Query::LibXML(3pm) User Contributed Perl Documentation Web::Query::LibXML(3pm)

Web::Query::LibXML - fast, drop-in replacement for Web::Query

version 0.39

    use Web::Query::LibXML; 
    
    # imports wq()
    # all methods inherited from Web::Query
    # see Web::Query for documentation

Web::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.

"wq($stuff)"
This is a shortcut for "Web::Query::LibXML->new($stuff)". This function is exported by default.

All public methods are inherited from Web::Query.

Copyright (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.

Carlos Fernando Avila Gratz <cafe@q1software.com>

Web::Query, HTML::TreeBuilder::LibXML, XML::LibXML

Please 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.

2018-08-23 perl v5.26.2