| ISourceNavigator Interface |
Namespace: FlexRule.Core.Model
public interface ISourceNavigator
The ISourceNavigator type exposes the following members.
| Name | Description | |
|---|---|---|
| HasChildren |
If the current position still has any child
| |
| Name |
Name of the current position
| |
| Text |
Text of the current position
| |
| Value |
Value of the current position
|
| 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
|