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

Detailed Description

Retrieve pointers to all xml nodes with a given name inside a parent node.

Public Member Functions

integer(c_int) function oft_xml_get_elements_c (parent_ptr, name, n, elements_ptr)

Constructor & Destructor Documentation

◆ oft_xml_get_elements_c()

integer(c_int) function oft_xml_get_elements_c ( type(c_ptr), intent(in), value parent_ptr,
character(kind=c_char), dimension(*), intent(in) name,
integer(c_int), intent(out) n,
type(c_ptr), intent(out) elements_ptr )
Parameters
[in]parent_ptrPointer to parent xmlNode
[in]nameElement name to search for
[out]nNumber of matching children
[out]elements_ptrPointer to array of matching nodes
Returns
0 on success, nonzero on error

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