XML Class
XML provides a set of utility functions to operate against XML documents.
XML provides a set of utility functions to operate against XML documents.
format
data
Defined in
xml/js/xml-format.js:18
Converts data to type XMLDocument.
data
XMLDocument
Data to convert.
String.
parse
data
Provided by the datatype-xml-parse module.
Defined in
xml/js/xml-parse.js:10
Converts data to type XMLDocument.
data
String
Data to convert.
XML Document.