Click or drag to resize
ISourceNavigatorWithPosition Interface
A navigator that has the positioning information

Namespace: FlexRule.Core.Model
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface ISourceNavigatorWithPosition : ISourceNavigator, 
	ISourceInfo

The ISourceNavigatorWithPosition type exposes the following members.

Properties
  NameDescription
Public propertyHasChildren
If the current position still has any child
(Inherited from ISourceNavigator.)
Public propertyLineNumber
Line number in the actual source file/model
(Inherited from ISourceInfo.)
Public propertyLinePosition
Position in the line that starts the model element
(Inherited from ISourceInfo.)
Public propertyName
Name of the current position
(Inherited from ISourceNavigator.)
Public propertySourceLine
Original line that represents the element model
(Inherited from ISourceInfo.)
Public propertyTag
Extra information to be attached to the model element
(Inherited from ISourceInfo.)
Public propertyText
Text of the current position
(Inherited from ISourceNavigator.)
Public propertyUri (Inherited from ISourceInfo.)
Public propertyValue
Value of the current position
(Inherited from ISourceNavigator.)
Top
Methods
  NameDescription
Public methodCreateNavigator
Creates a new navigator from the current state
(Inherited from ISourceNavigator.)
Public methodIsElement
true if the current position is at element
(Inherited from ISourceNavigator.)
Public methodMoveToFirstChild
Set the pointer to read the first child element
(Inherited from ISourceNavigator.)
Public methodMoveToFirstParameter
Set the current position to read the first parameter
(Inherited from ISourceNavigator.)
Public methodMoveToNextParameter
MAke the current position to read the next parameters
(Inherited from ISourceNavigator.)
Public methodMoveToNextSibiling
Set pointer to read the next sibiling element in the hierarchy
(Inherited from ISourceNavigator.)
Public methodMoveToRootElement
Set the current node to the top
(Inherited from ISourceNavigator.)
Top
See Also