Menu
©2015
Documentation generator: JsDoc Toolkit 2.4.0
Template: Codeview 1.2
Generated on: 2015-1-16 18:32

Namespace puredom.xml

  • Parse and generate XML.

  • Defined in: utils.js
Namespace Summary
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.