C# 클래스 ReasonCodeExample.XPathInformation.Workbench.SearchResultFactory

파일 보기 프로젝트 열기: uli-weltersbach/XPathInformation 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( object xpathResult ) : IList

비공개 메소드들

메소드 설명
ParseEnumerableResult ( IEnumerable xpathResults ) : IEnumerable
ParseSimpleResult ( object xpathResult ) : SearchResult
SetLineInfo ( IXmlLineInfo lineInfo, SearchResult searchResult ) : void
TryParseAttributeSearchResult ( System.Xml.Linq.XAttribute attribute ) : SearchResult
TryParseElementSearchResult ( System.Xml.Linq.XElement element ) : SearchResult

메소드 상세

Parse() 공개 메소드

public Parse ( object xpathResult ) : IList
xpathResult object
리턴 IList