C# 클래스 Unlimited.Framework.Converters.Graph.String.Xml.XmlNavigator

상속: Dev2.Converters.Graph.NavigatorBase, INavigator
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
SelectEnumerable ( IPath path ) : IEnumerable
SelectEnumerablesAsRelated ( IList paths ) : IList>.Dictionary
SelectScalar ( IPath path ) : object
XmlNavigator ( object data ) : System

보호된 메소드들

메소드 설명
BuildIndexedTree ( IList paths, Dictionary indexedPathSegments, IndexedPathSegmentTreeNode rootIndexedValueTreeNode ) : void
WriteToResults ( IList paths, Dictionary indexedPathSegments, IndexedPathSegmentTreeNode rootIndexedValueTreeNode, Dictionary results ) : void

비공개 메소드들

메소드 설명
CreatePathSegmentIndexedPathSegmentTreeNode ( XmlPathSegment pathSegment, IPathSegment parentPathSegment, IndexedPathSegmentTreeNode parentNode ) : IndexedPathSegmentTreeNode
SelectEnumberable ( IList pathSegments, IPathSegment parentPathSegment, System.Xml.Linq.XElement element ) : IEnumerable

메소드 상세

BuildIndexedTree() 보호된 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SelectEnumerable() 공개 메소드

public SelectEnumerable ( IPath path ) : IEnumerable
path IPath
리턴 IEnumerable

SelectEnumerablesAsRelated() 공개 메소드

public SelectEnumerablesAsRelated ( IList paths ) : IList>.Dictionary
paths IList
리턴 IList>.Dictionary

SelectScalar() 공개 메소드

public SelectScalar ( IPath path ) : object
path IPath
리턴 object

WriteToResults() 보호된 메소드

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

XmlNavigator() 공개 메소드

public XmlNavigator ( object data ) : System
data object
리턴 System