given a stream, parses it to construct the Feed object out of it
Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public void Parse( Stream stream, AlternativeFormat format ) |
| Visual Basic (Declaration) |
|---|
Public Sub Parse ( _ stream As Stream, _ format As AlternativeFormat _ ) |
| Visual C++ |
|---|
public: void Parse( Stream^ stream, AlternativeFormat format ) |
Parameters
- stream
- Type: System.IO..::.Stream
a stream representing hopefully valid XML
- format
- Type: Google.GData.Client..::.AlternativeFormat
indicates if the stream is Atom or Rss