MONC
Private Member Functions | List of all members
sax_xml_parser_mod::start_element_callback_interface Interface Reference

The start element callback interface (on opening of XML tag) More...

Private Member Functions

subroutine start_element_callback_interface (element_name, number_of_attributes, attribute_names, attribute_values)
 

Detailed Description

The start element callback interface (on opening of XML tag)

Definition at line 16 of file saxparser.F90.

Constructor & Destructor Documentation

◆ start_element_callback_interface()

subroutine sax_xml_parser_mod::start_element_callback_interface::start_element_callback_interface ( character(len=*), intent(in)  element_name,
integer, intent(in)  number_of_attributes,
character(len=*), dimension(:), intent(in)  attribute_names,
character(len=*), dimension(:), intent(in)  attribute_values 
)
private

Definition at line 16 of file saxparser.F90.

17  character(len=*), intent(in) :: element_name
18  character(len=*), dimension(:), intent(in) :: attribute_names, attribute_values
19  integer, intent(in) :: number_of_attributes

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