public parseFromFile(filePath as FilePath) as DomDocument throws IOException, DOMException:
Parses XML from a FilePath.
| Parameter | Description |
|---|---|
filePath | Local XML file path object. |
Parsed XML document.
document = DOMParser().parseFromFile(FilePath("data.xml"))