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_content_c Interface Reference

Detailed Description

Extract content from a given xml node as a string.

Public Member Functions

integer(c_int) function oft_xml_get_content_c (node_ptr, content, content_len)
 

Constructor & Destructor Documentation

◆ oft_xml_get_content_c()

integer(c_int) function oft_xml_get_content_c ( type(c_ptr), intent(in), value  node_ptr,
type(c_ptr), intent(out)  content,
integer(c_int), intent(out)  content_len 
)
Parameters
[in]node_ptrPointer to xmlNode
[out]contentOutput character buffer
[out]content_lenLength of content
Returns
0 on success, nonzero on error

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