The start element callback interface (on opening of XML tag)
More...
The start element callback interface (on opening of XML tag)
Definition at line 16 of file saxparser.F90.
◆ 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: