The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 1.01

SYNOPSIS

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

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.

METHODS

All public methods are inherited from Web::Query.

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.

AUTHOR

Carlos Fernando Avila Gratz <cafe@q1software.com>

SEE ALSO

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

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.