Contains methods to parse html and xml string into Document instances.
The browser's default DOMParser returns a Document regardless if the source string is valid or not.
The methods in this class detects for parsing errors and throws exceptions if any parsing error occurs.
Contains methods to parse html and xml string into Document instances. The browser's default DOMParser returns a Document regardless if the source string is valid or not. The methods in this class detects for parsing errors and throws exceptions if any parsing error occurs.