Ads API .NET library
|
An implementation of using XML. More...
Public Member Functions | |
AwXmlTextReader (Stream input) | |
Constructor More... | |
bool | Read () |
Advances this reader to the next row in the XML. More... | |
void | Dispose () |
Disposes the underlying XML reader and makes this reader useless. More... | |
IEnumerable< ColumnValuePair > | GetAttributes () |
Gets a list of the attributes and their values for the current row of the report. More... | |
An implementation of using XML.
|
inline |
Constructor
input | An input Stream of the XML text. |
|
inline |
Disposes the underlying XML reader and makes this reader useless.
|
inline |
Gets a list of the attributes and their values for the current row of the report.
Implements Google.Api.Ads.AdWords.Util.Reports.InputTextReader.
|
inline |
Advances this reader to the next row in the XML.
Implements Google.Api.Ads.AdWords.Util.Reports.InputTextReader.