[This is preliminary documentation and is subject to change.]
Summary description for SifParser.
| C# | Visual Basic | Visual C++ |
public sealed class SifParser
Public NotInheritable Class SifParser
public ref class SifParser sealed
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| NewInstance()() |
Factory method for creating a new instance of a Sif Parser
| |
| Parse(String, IZone) | Parses a SIF data element into a SifElement | |
| Parse(String, IZone, SifParserFlags) | Parses a SIF data element into a SifElement | |
| Parse(String, IZone, SifParserFlags, SifVersion) | Parses a SIF data element into a SifElement.
| |
| Parse(TextReader, IZone) | Parses a SIF data element into a SifElement. | |
| Parse(TextReader, IZone, SifParserFlags) | Parses a SIF data element into a SifElement.
| |
| Parse(TextReader, IZone, SifParserFlags, SifVersion) | Parses a SIF data element into a SifElement. | |
| Parse(Stream, IZone, SifParserFlags) |
Parses a SIF object from the binary data stream
| |
| Parse(Stream, IZone) |
Parses a SIF object from the binary data stream
| |
| Parse(XmlReader, IZone, SifParserFlags, SifVersion) |
Parses the source of the XmlReader into a SifElement object.
|
| Object | |
| SifParser | |