The Open FUSION Toolkit 26.6
An open-source framework for fusion and plasma science and engineering
Loading...
Searching...
No Matches
oft_xml_parse_file_c Interface Reference

Detailed Description

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)

Constructor & Destructor Documentation

◆ oft_xml_parse_file_c()

integer(c_int) function oft_xml_parse_file_c ( character(kind=c_char), dimension(*), intent(in) filepath,
type(c_ptr), intent(out) doc_ptr )
Parameters
[in]filepathPath to XML file
[out]doc_ptrPointer to parsed xmlDoc object
Returns
0 on success, nonzero on error

The documentation for this interface was generated from the following file: