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 returnedName Type Default Description xmlXML The xml to parse typestring '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