add SiblingsFiltered() and tests

This commit is contained in:
Martin Angers
2012-09-04 11:20:20 -04:00
parent b26e37d262
commit ff0cbc32c4
3 changed files with 25 additions and 1 deletions

2
doc.go
View File

@@ -145,7 +145,7 @@ package goquery
// - PrevAll() - Tree traversal
// - PrevUntil() - Tree traversal
// x PushStack()
// - Siblings() - Tree traversal
// x Siblings() - Tree traversal
// x Slice()
// x Text() - DOM Manipulation
// x ToArray()