[This is preliminary documentation and is subject to change.]
Parses a SIF data element into a SifElement
| C# | Visual Basic | Visual C++ |
public SifElement Parse( string msg, IZone zone, SifParserFlags flags )
Public Function Parse ( _ msg As String, _ zone As IZone, _ flags As SifParserFlags _ ) As SifElement
public: SifElement^ Parse ( String^ msg, IZone^ zone, SifParserFlags flags )
- msg (String)
- The content to parse
- zone (IZone)
- The Zone from which the message was received, or null if not applicable or not known
- flags (SifParserFlags)
- One or more SifParserFlags
A SifElement object encapsulating the message payload (e.g.
a Edustructures.SifWorks.student.StudentPersonal object)
| Exception | Condition |
|---|---|
| AdkParsingException | AdkParsingException is thrown if unable to
parse the message |
| IOException | IOException is thrown if an error is reported while reading
the message content |