Метод | Описание | |
---|---|---|
GetAttributeValue ( string element, string attribute ) : string |
Gets an attribute value from the given response.
|
|
GetElementArray ( string elementName ) : string[] |
Gets an array of text values of an element from the given response.
|
|
GetElementValue ( string element ) : string |
Gets a text value of an element from the given response.
|
|
GetXDocument ( ) : XDocument | ||
IFlickrParsable ( System reader ) : void |
public GetAttributeValue ( string element, string attribute ) : string | ||
element | string | The element name to find. |
attribute | string | The attribute of the element to return. |
Результат | string |
public GetElementArray ( string elementName ) : string[] | ||
elementName | string | The element name to find. |
Результат | string[] |
public GetElementValue ( string element ) : string | ||
element | string | The element name to find. |
Результат | string |
public IFlickrParsable ( System reader ) : void | ||
reader | System | |
Результат | void |