Method | Description | |
---|---|---|
IsFiltered ( |
Return true if the navigator's current node matches the filter condition.
|
|
MoveToContent ( |
Reposition the navigator to the first matching content node (inc. attributes); skip over filtered nodes. If there are no matching nodes, then don't move navigator and return false.
|
|
MoveToFollowing ( |
Reposition the navigator to the next following node (inc. descendants); skip over filtered nodes. If there are no matching nodes, then return false.
|
|
MoveToFollowingSibling ( |
Reposition the navigator to the next following sibling node (no attributes); skip over filtered nodes. If there are no matching nodes, then don't move navigator and return false.
|
|
MoveToNextContent ( |
Reposition the navigator to the next matching content node (inc. attributes); skip over filtered nodes. If there are no matching nodes, then don't move navigator and return false.
|
|
MoveToPreviousSibling ( |
Reposition the navigator to the previous sibling node (no attributes); skip over filtered nodes. If there are no matching nodes, then don't move navigator and return false.
|
public abstract IsFiltered ( |
||
navigator | ||
return | bool |
public abstract MoveToContent ( |
||
navigator | ||
return | bool |
public abstract MoveToFollowing ( |
||
navigator | ||
navigatorEnd | ||
return | bool |
public abstract MoveToFollowingSibling ( |
||
navigator | ||
return | bool |
public abstract MoveToNextContent ( |
||
navigator | ||
return | bool |
public abstract MoveToPreviousSibling ( |
||
navigator | ||
return | bool |