Метод | Описание | |
---|---|---|
LazyParse ( string xml ) : IEnumerable |
Parse the given XML lazily and return a collection of Changeset objects for the information contained in it, in the order the changesets appear in the xml.
|
|
Parse ( string xml ) : Changeset[] |
Parse the given XML and return Changeset objects for the information contained in it, ordered in descending order by the revision numbers (ie. latest changeset first.)
|
Метод | Описание | |
---|---|---|
LazyExtractChangesetXmlPieces ( string xml ) : IEnumerable |
Lazily extract all the <logentry>...</logentry> xml pieces from the changeset xml log.
|
public static LazyParse ( string xml ) : IEnumerable |
||
xml | string | /// The XML to parse. /// |
Результат | IEnumerable |
public static Parse ( string xml ) : Changeset[] | ||
xml | string | /// The XML to parse. /// |
Результат | Changeset[] |