public parseFromFile(filePath as String) as DomDocument throws IOException, DOMException:
Parses XML from a file path.
Parsed XML document.
document = DOMParser().parseFromFile("data.xml")