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