| ISourceNavigator Methods |
The ISourceNavigator type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateNavigator |
Creates a new navigator from the current state
| |
| IsElement |
true if the current position is at element
| |
| MoveToFirstChild |
Set the pointer to read the first child element
| |
| MoveToFirstParameter |
Set the current position to read the first parameter
| |
| MoveToNextParameter |
MAke the current position to read the next parameters
| |
| MoveToNextSibiling |
Set pointer to read the next sibiling element in the hierarchy
| |
| MoveToRootElement |
Set the current node to the top
|