IDOMParser interface
Interface that converts strings of serialized XML source code into a Document Object Model (DOM) trees.
Members
The IDOMParser interface inherits from the IDispatch interface. IDOMParser also has these types of members:
Methods
The IDOMParser interface has these methods.
| Method | Description |
|---|---|
| parseFromString |
Creates an instance of a document that contains a DOM tree from a string of serialized XML source. |
Requirements
|
Minimum supported client |
Windows Vista with SP1, Windows 7 |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: