Web::Query::LibXML - fast, drop-in replacement for Web::Query
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.