 Loading...
Class DOMParser
Parses XML string into DOM structure.
Members Table
The following table lists the members exposed by the DOMParser object.
|
Show:
|
Property |
Type |
Readonly |
Description |
baseURI |
String |
false |
Set/Get the baseURI to be set to the result document object. |
Method |
Returns |
Description |
parseFromString
|
XMLDocument |
Parses the given XML string into DOM Document object. |
Sytaxis:
object.parseFromString(xml, contentType) Arguments:
Name |
Type |
O/R |
Description |
xml |
String |
Required |
The UTF16 string to be parsed. |
contentType |
String |
Required |
The content type of the string. Accepted "text/xml". |
|
Event |
B |
C |
Interface |
Description |
Constant |
Value |
Description |
|
|