mirror of
https://github.com/PuerkitoBio/goquery
synced 2025-10-05 08:46:53 +08:00
15 lines
464 B
Go
15 lines
464 B
Go
package goquery
|
|
|
|
// TODO : Benchmarks
|
|
// TODO : Ensure no node is added more than once in a selection (especially with Add...)
|
|
// TODO : Add the following methods:
|
|
// - Closest()
|
|
// - Parents()
|
|
// - Contains() (static function?)
|
|
// - Contents() (similar to Children(), but includes text and comment nodes, so Children() should filter them out)
|
|
// - End()
|
|
// - Eq()
|
|
// - Find() : Complete with Selection object and Node object as selectors
|
|
// - Has()
|
|
// - Html() ?
|