Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | Private Attributes | List of all members
sll_t_xml_document Type Reference

XML document type. More...

Collaboration diagram for sll_t_xml_document:

Private Member Functions

procedure add_header_line => t_xml_document__add_header_line
 
procedure new_element => t_xml_document__new_element
 
procedure write => t_xml_document__write
 
procedure delete => t_xml_document__delete
 

Private Attributes

character(len=maxlen), dimension(:), allocatable header_lines
 
type(sll_t_xml_element), allocatable root
 

Detailed Description

XML document type.

Definition at line 87 of file sll_m_xml.F90.

Member Function/Subroutine Documentation

◆ add_header_line()

procedure add_header_line
private

Definition at line 91 of file sll_m_xml.F90.

◆ delete()

procedure delete
private

Definition at line 94 of file sll_m_xml.F90.

◆ new_element()

procedure new_element
private

Definition at line 92 of file sll_m_xml.F90.

◆ write()

procedure write
private

Definition at line 93 of file sll_m_xml.F90.

Member Data Documentation

◆ header_lines

character(len=maxlen), dimension(:), allocatable header_lines
private

Definition at line 88 of file sll_m_xml.F90.

◆ root

type(sll_t_xml_element), allocatable root
private

Definition at line 89 of file sll_m_xml.F90.

    Report Typos and Errors