Lines Matching refs:conversion
7 …. The input is XML strings and conversion options, and the output is a JavaScript object. For deta…
12 To ensure successful XML parsing and conversion, the input XML data must comply with the standard f…
25 …. Enter the XML file to be converted and set conversion options. For details about the supported c…
36 … // trim: false, indicating that spaces before and after the text are not deleted after conversion.
37 …claration", indicating that _declaration is used to identify the file declaration after conversion.
38 …ey: "_instruction", indicating that _instruction is used to identify instructions after conversion.
39 …tesKey: "_attributes", indicating that _attributes is used to identify attributes after conversion.
40 // textKey: "_text", indicating that _text is used to identify tag values after conversion.
41 … // cdataKey: "_cdata", indicating that _cdata is used to identify unparsed data after conversion.
42 …// docTypeKey: "_doctype", indicating that _doctype is used to identify documents after conversion.
43 … // commentKey: "_comment", indicating that _comment is used to identify comments after conversion.
44 … parentKey: "_parent", indicating that _parent is used to identify parent classes after conversion.
45 // typeKey: "_type", indicating that _type is used to identify types after conversion.
46 // nameKey: "_name", indicating that _name is used to identify tag names after conversion.
47 … elementsKey: "_elements", indicating that _elements is used to identify elements after conversion.
63 3. Call the conversion function and print the result.