Namespace: DuXML

DuXML

XML tools

Methods

staticDuXML.getValue(xml, type){Array.<any>|any}

D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 6985
Parses the value of the XML object.
If this object length is not 1, an Array is returned
Name Type Default Description
xml XML The xml to parse
type string 'string' optional The type, one of 'string', 'bool', 'int', 'float' or 'date'.
Returns:
Type Description
Array.<any> | any The value or an Array of values