See: Description
Class | Description |
---|---|
AddCommand |
Add all elements that match the selector to the set of matched elements.
|
AncestorsCommand |
Gets the ancestors of each element in the current set of matched elements.
|
ChildrenCommand |
Finds children of each element in the current set of matched elements.
|
CloseToCommand |
Finds elements close to the elements that match the given predicates.
|
ColorCommand |
Finds elements that match the given color.
|
Command | |
CommandWithPredicates |
Finds children of each element in the current set of matched elements.
|
ContainsAttributeCommand |
Reduce the current set of matched elements to those that contain the specified attribute value
|
ContainsTextCommand |
Reduce the current set of matched elements to those that contain the specified text
|
ContentsCommand |
Get the children of each element in the set of matched elements, including text and comment nodes.
|
DistinctDescendantsCommand |
Reduce the current set of matched elements to those that match the selector or pass the function's test.
|
FilterCommand |
Reduce the current set of matched elements to those that match the selector or pass the function's test.
|
FilterCSSCommand |
Reduce the set of matched elements to those that have the desired css values.
|
FindCommand |
Find descendants of the current set of matched elements that match the selector.
|
HasCommand |
Reduce the set of matched elements to those that have a descendant that matches the selector or element.
|
JQueryCommand |
TODO
|
NextCommand |
Gets siblings of each element in the current set of matched elements.
|
NotCommand |
Remove all elements from the set of matched elements that match the selector.
|
ParentCommand |
Gets the immediate parents of each element in the current set of matched elements.
|
PrevCommand |
Gets the immediately preceding sibling of each element in the current set of matched elements.
|
RegExCommand |
Reduce the current set of matched elements to those that match the regex selector.
|
SiblingsCommand |
Gets siblings of each element in the current set of matched elements.
|
XPathCommand |
Reduce the current set of matched elements to those that match the xpath selector.
|
Enum | Description |
---|---|
FilterCSSCommand.CSSAttributeComparator |