util::tdomDoc2dict (public)
util::tdomDoc2dict doc
Defined in packages/acs-tcl/tcl/json-procs.tcl
Helper proc for util::json2dict, which outputsreturns the provided tDOM document in the form of a Tcl dict.
- Parameters:
- doc (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: expr {[::acs::icanuse "domDoc asTclValue"] ? [$doc asTclValue] : [util::tdomNodes2dict [$doc childNodes] [$doc jsonType]] }XQL Not present: Generic, PostgreSQL, Oracle