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

Inheritance: Dev2.Converters.Graph.NavigatorBase, INavigator
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
BuildIndexedTree ( IList paths, Dictionary indexedPathSegments, IndexedPathSegmentTreeNode rootIndexedValueTreeNode ) : void
WriteToResults ( IList paths, Dictionary indexedPathSegments, IndexedPathSegmentTreeNode rootIndexedValueTreeNode, Dictionary results ) : void

Private Methods

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

Method Details

BuildIndexedTree() protected méthode

protected BuildIndexedTree ( IList paths, Dictionary indexedPathSegments, IndexedPathSegmentTreeNode rootIndexedValueTreeNode ) : void
paths IList
indexedPathSegments Dictionary
rootIndexedValueTreeNode IndexedPathSegmentTreeNode
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SelectEnumerable() public méthode

public SelectEnumerable ( IPath path ) : IEnumerable
path IPath
Résultat IEnumerable

SelectEnumerablesAsRelated() public méthode

public SelectEnumerablesAsRelated ( IList paths ) : IList>.Dictionary
paths IList
Résultat IList>.Dictionary

SelectScalar() public méthode

public SelectScalar ( IPath path ) : object
path IPath
Résultat object

WriteToResults() protected méthode

protected WriteToResults ( IList paths, Dictionary indexedPathSegments, IndexedPathSegmentTreeNode rootIndexedValueTreeNode, Dictionary results ) : void
paths IList
indexedPathSegments Dictionary
rootIndexedValueTreeNode IndexedPathSegmentTreeNode
results Dictionary
Résultat void

XmlNavigator() public méthode

public XmlNavigator ( object data ) : System
data object
Résultat System