![]() |
The Open FUSION Toolkit 1.0.0-6f445ef
An open-source framework for fusion and plasma science and engineering
|
Parse an XML file from a given file path, returning a pointer to the corresponding xmlDoc.
Public Member Functions | |
| integer(c_int) function | oft_xml_parse_file_c (filepath, doc_ptr) |
| integer(c_int) function oft_xml_parse_file_c | ( | character(kind=c_char), dimension(*), intent(in) | filepath, |
| type(c_ptr), intent(out) | doc_ptr | ||
| ) |
| [in] | filepath | Path to XML file |
| [out] | doc_ptr | Pointer to parsed xmlDoc object |