msva / lua-htmlparser

An HTML parser for lua.
234 stars 44 forks source link

method chaining #8

Closed wscherphof closed 11 years ago

wscherphof commented 11 years ago

Return the result of select() as a node, so that you can select again on the result directly.

wscherphof commented 11 years ago

Make calling a node itself the equivalent of calling select, as in root("selector1")("selector2").

wscherphof commented 11 years ago

__call = select -> done