Skip to content

Some safe API changes to run querypath2 and 3 in parallel #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/QueryPath/CSS/EventHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
*
*
* Typically the parser is not accessed directly. Most developers will use it indirectly from
* qp(), htmlqp(), or one of the methods on a QueryPath object.
* qp3(), htmlqp3(), or one of the methods on a QueryPath object.
*
* This parser is modular and is not tied to QueryPath, so you can use it in your
* own (non-QueryPath) projects if you wish. To dive in, start with EventHandler, the
* event interface that works like a SAX API for CSS selectors. If you want to check out
* the details, check out the parser (QueryPath::CSS::Parser), scanner
* the details, check out the parser (QueryPath::CSS::Parser), scanner
* (QueryPath::CSS::Scanner), and token list (QueryPath::CSS::Token).
*/

Expand Down
Loading