The Open FUSION Toolkit 1.0.0-6f445ef
An open-source framework for fusion and plasma science and engineering
Loading...
Searching...
No Matches
Public Member Functions | List of all members
oft_xml_get_element_c Interface Reference

Detailed Description

Retrieve a pointer to the i-th xml node with a given name inside a parent node.

Public Member Functions

integer(c_int) function oft_xml_get_element_c (parent_ptr, name, index, element_ptr)
 

Constructor & Destructor Documentation

◆ oft_xml_get_element_c()

integer(c_int) function oft_xml_get_element_c ( type(c_ptr), intent(in), value  parent_ptr,
character(kind=c_char), dimension(*), intent(in)  name,
integer(c_int), intent(in), value  index,
type(c_ptr), intent(out)  element_ptr 
)
Parameters
[in]parent_ptrPointer to parent xmlNode
[in]nameElement name to search for
[in]indexDesired index among matching children
[out]element_ptrPointer to matching xmlNode
Returns
0 on success, nonzero on error

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