C# Class ReasonCodeExample.XPathInformation.Workbench.SearchResultFactory

ファイルを表示 Open project: uli-weltersbach/XPathInformation Class Usage Examples

Public Methods

Method Description
Parse ( object xpathResult ) : IList

Private Methods

Method Description
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

Method Details

Parse() public method

public Parse ( object xpathResult ) : IList
xpathResult object
return IList