You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {boolean} [options.dynamicTypingNodeValue=true] Parse tag values that looks like number or boolean
18
-
* @param {boolean} [options.arrayMode=false]
19
-
* @param {boolean} [options.cdataTagName=false]
20
-
* @param {function} [options.tagValueProcessor=(v, node) => decoder.decode(v)] Tag values can be modified during parsing. By default we decode the tag value (a Uint8Array) using TextDecoder
21
-
* @param {function} [options.attributeValueProcessor=(v) => v] Attribute values can be modified during parsing
22
-
* @param {function} [options.tagNameProcessor=(v) => v] Callback allowing to rename tag names
23
-
* @param {function} [options.attributeNameProcessor=(v) => v] Callback allowing to rename attribute name
24
-
* @param {boolean} [options.stopNodes=[]] prevent further parsing
25
-
*
26
-
* @returns {string}
6
+
* Parse an ArrayBuffer or Uint8Array representing an XML and return an object
0 commit comments