Namespace puredom.xml
-
Parse and generate XML.
- Defined in: utils.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
Method Summary
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
puredom.xml.
parse
(xmlString)
Parse XML from a string and return the resulting {Document}.
|
Namespace Detail
puredom.xml
Method Detail
-
<static> {Document} puredom.xml.parse(xmlString)Parse XML from a string and return the resulting {Document}.
var doc = puredom.xml.parse(' ');Example - Parameters:
- {String} xmlString
- The XML to parse
- Returns:
- {Document} The XML document.