Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DOMParser object

Provides a method to convert an XML string to nodes in a Document Object Model (DOM) tree.

Internet Explorer 9

 

Members

The DOMParser object has these types of members:

Methods

The DOMParser object has these methods.

MethodDescription
parseFromString

Creates an instance of a document that contains a DOM tree from a string of serialized XML source.

 

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

parseFromString

 

 

Show:
© 2017 Microsoft