How many ways are there to load XML data?

There are two methods:

  • LoadFromFile: Load XML file

  • LoadFromString: Load XML string

Each also has an asynchronous version that can execute parsing in the background.