![]() |
The Open FUSION Toolkit 1.0.0-6f445ef
An open-source framework for fusion and plasma science and engineering
|
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) |
| 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 | ||
| ) |
| [in] | node_ptr | Pointer to xmlNode |
| [out] | content | Output character buffer |
| [out] | content_len | Length of content |