C# Class Unlimited.Framework.Converters.Graph.String.Xml.XmlNavigator

Inheritance: Dev2.Converters.Graph.NavigatorBase, INavigator
Datei anzeigen Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
SelectEnumerable ( IPath path ) : IEnumerable
SelectEnumerablesAsRelated ( IList paths ) : IList>.Dictionary
SelectScalar ( IPath path ) : object
XmlNavigator ( object data ) : System

Protected Methods

Method Description
BuildIndexedTree ( IList paths, Dictionary indexedPathSegments, IndexedPathSegmentTreeNode rootIndexedValueTreeNode ) : void
WriteToResults ( IList paths, Dictionary indexedPathSegments, IndexedPathSegmentTreeNode rootIndexedValueTreeNode, Dictionary results ) : void

Private Methods

Method Description
CreatePathSegmentIndexedPathSegmentTreeNode ( XmlPathSegment pathSegment, IPathSegment parentPathSegment, IndexedPathSegmentTreeNode parentNode ) : IndexedPathSegmentTreeNode
SelectEnumberable ( IList pathSegments, IPathSegment parentPathSegment, System.Xml.Linq.XElement element ) : IEnumerable

Method Details

BuildIndexedTree() protected method

protected BuildIndexedTree ( IList paths, Dictionary indexedPathSegments, IndexedPathSegmentTreeNode rootIndexedValueTreeNode ) : void
paths IList
indexedPathSegments Dictionary
rootIndexedValueTreeNode IndexedPathSegmentTreeNode
return void

Dispose() public method

public Dispose ( ) : void
return void

SelectEnumerable() public method

public SelectEnumerable ( IPath path ) : IEnumerable
path IPath
return IEnumerable

SelectEnumerablesAsRelated() public method

public SelectEnumerablesAsRelated ( IList paths ) : IList>.Dictionary
paths IList
return IList>.Dictionary

SelectScalar() public method

public SelectScalar ( IPath path ) : object
path IPath
return object

WriteToResults() protected method

protected WriteToResults ( IList paths, Dictionary indexedPathSegments, IndexedPathSegmentTreeNode rootIndexedValueTreeNode, Dictionary results ) : void
paths IList
indexedPathSegments Dictionary
rootIndexedValueTreeNode IndexedPathSegmentTreeNode
results Dictionary
return void

XmlNavigator() public method

public XmlNavigator ( object data ) : System
data object
return System