SimpleParserParseXml Method |
| Name | Description | |
|---|---|---|
| ParseXml(Stream) |
Parse the specified Stream into an IXmlDocument
object.
| |
| ParseXml(TextReader) |
Parse the specified TextReader into an IXmlDocument
object.
| |
| ParseXml(String) |
Parse the resource specified by path into an IXmlDocument
object.
| |
| ParseXml(IResource) |
Parse the specified resource's content into an
IXmlDocument object.
| |
| ParseXml(Stream, Encoding) |
Parse the specified Stream into an IXmlDocument
object using the specified charset.
|