datatype-xml-parse.js revision 8392a541bf432ed8d6e1985b6306b83dc898768d
/**
* Parse XML submodule.
*
* @module datatype
* @submodule datatype-xml-parse
* @for DataType.XML
*/
/**
* Converts data to type XMLDocument.
*
* @method parse
* @param data {String} Data to convert.
* @return {XMLDoc} XML Document.
*/
var xmlDoc = null;
try {
}
}
catch(e) {
try {
}
}
catch(ee) {
}
}
}
if( (LANG.isNull(xmlDoc)) || (LANG.isNull(xmlDoc.documentElement)) || (xmlDoc.documentElement.nodeName === "parsererror") ) {
}
return xmlDoc;
}
});
// Add Parsers shortcut
}, '@VERSION@' );