Version 3.17.2
Show:

XML Class

Module: datatype-xml-format
Parent Module: datatype-xml

XML provides a set of utility functions to operate against XML documents.

Item Index

Methods

Methods

format

(
  • data
)
String

Converts data to type XMLDocument.

Parameters:

  • data XMLDocument

    Data to convert.

Returns:

String:

String.

parse

(
  • data
)
XMLDocument

Provided by the datatype-xml-parse module.

Defined in xml/js/xml-parse.js:10

Converts data to type XMLDocument.

Parameters:

  • data String

    Data to convert.

Returns:

XMLDocument:

XML Document.