GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Web::Query::LibXML(3) User Contributed Perl Documentation Web::Query::LibXML(3)

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-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.