foxy.f90 Source File

FoXy, Fortran XML parser for poor people


This file depends on

sourcefile~~foxy.f90~~EfferentGraph sourcefile~foxy.f90 foxy.f90 sourcefile~foxy_xml_file.f90 foxy_xml_file.f90 sourcefile~foxy.f90->sourcefile~foxy_xml_file.f90 sourcefile~foxy_xml_tag.f90 foxy_xml_tag.F90 sourcefile~foxy.f90->sourcefile~foxy_xml_tag.f90 sourcefile~foxy_xml_file.f90->sourcefile~foxy_xml_tag.f90

Files dependent on this one

sourcefile~~foxy.f90~~AfferentGraph sourcefile~foxy.f90 foxy.f90 sourcefile~foxy_test_add_attributes.f90 foxy_test_add_attributes.f90 sourcefile~foxy_test_add_attributes.f90->sourcefile~foxy.f90 sourcefile~foxy_test_add_tag.f90 foxy_test_add_tag.f90 sourcefile~foxy_test_add_tag.f90->sourcefile~foxy.f90 sourcefile~foxy_test_create_tag.f90 foxy_test_create_tag.f90 sourcefile~foxy_test_create_tag.f90->sourcefile~foxy.f90 sourcefile~foxy_test_delete_attributes.f90 foxy_test_delete_attributes.f90 sourcefile~foxy_test_delete_attributes.f90->sourcefile~foxy.f90 sourcefile~foxy_test_delete_content.f90 foxy_test_delete_content.f90 sourcefile~foxy_test_delete_content.f90->sourcefile~foxy.f90 sourcefile~foxy_test_delete_tag.f90 foxy_test_delete_tag.f90 sourcefile~foxy_test_delete_tag.f90->sourcefile~foxy.f90 sourcefile~foxy_test_indent_tag.f90 foxy_test_indent_tag.f90 sourcefile~foxy_test_indent_tag.f90->sourcefile~foxy.f90 sourcefile~foxy_test_parse_file_simple.f90 foxy_test_parse_file_simple.f90 sourcefile~foxy_test_parse_file_simple.f90->sourcefile~foxy.f90 sourcefile~foxy_test_parse_string_nested_tags.f90 foxy_test_parse_string_nested_tags.f90 sourcefile~foxy_test_parse_string_nested_tags.f90->sourcefile~foxy.f90 sourcefile~foxy_test_parse_string_simple.f90 foxy_test_parse_string_simple.f90 sourcefile~foxy_test_parse_string_simple.f90->sourcefile~foxy.f90 sourcefile~foxy_test_write_tag.f90 foxy_test_write_tag.f90 sourcefile~foxy_test_write_tag.f90->sourcefile~foxy.f90

Source Code

!< FoXy, Fortran XML parser for poor people
module foxy
!< FoXy, Fortran XML parser for poor people
use foxy_xml_file, only : xml_file
use foxy_xml_tag, only : xml_tag
use penf

implicit none
private
public :: I1P, I2P, I4P, I8P, R4P, R8P
public :: xml_file
public :: xml_tag
endmodule foxy