DOMParser object
[This documentation is preliminary and is subject to change.]
Provides a method to convert an XML string to nodes in a Document Object Model (DOM) tree.
![]() |
Standards information
There are no standards that apply here.
Remarks
To create an instance of the DOMParser object, use the following syntax.
oParser = new DOMParser();
See also
Build date: 2/14/2012
