tdom::xmlReadFile

 tdom::xmlReadFile

Defined in

Partial Call Graph (max 5 caller/called nodes):
%3 category_tree::xml::import_from_file category_tree::xml::import_from_file (public) tdom::xmlReadFile tdom::xmlReadFile category_tree::xml::import_from_file->tdom::xmlReadFile tdom::xmlOpenFileWorker tdom::xmlOpenFileWorker tdom::xmlReadFile->tdom::xmlOpenFileWorker

Testcases:
No testcase defined.
Source code:

    if {$encodingString != {}} {
        upvar $encodingString encString
    }
    
    set fd [xmlOpenFileWorker $filename encString 0 1]
    set data [read $fd [file size $filename]]
    close $fd 
    return $data
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: