logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Carlos Fernando Avila Gratz <cafe@q1software.com>

Bugs

       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.

perl v5.38.2                                       2024-01-20                            Web::Query::LibXML(3pm)

Description

       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.

Functions

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

License

       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.

Methods

       All public methods are inherited from Web::Query.

Name

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

See Also

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

Synopsis

           use Web::Query::LibXML;

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

Version

       version 1.01

See Also