Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static class: RT.Xml.Xml

Summary

Provides static methods to process XML data.

Static methods

XmlDocument
Parse(string xmlCode)
Parses the contents of the specified string as XML code.
XmlDocument
Parse(TextReader reader)
Reads the specified text reader and parses the text as XML code.
XmlDocument
ParseFile(string file)
Parses the contents of the specified XML file.