C# Class ReasonCodeExample.XPathInformation.Workbench.SearchResultFactory

Afficher le fichier Open project: uli-weltersbach/XPathInformation Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( object xpathResult ) : IList

Private Methods

Méthode 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 méthode

public Parse ( object xpathResult ) : IList
xpathResult object
Résultat IList