Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(xml_writer_abstract), | intent(inout) | :: | self |
subroutine close_xml_file(self)
!< Close XML file.
class(xml_writer_abstract), intent(inout) :: self !< Writer.
if (.not.self%is_volatile) close(unit=self%xml, iostat=self%error)
endsubroutine close_xml_file