Hosted by
 |
with XML_Readers; use XML_Readers;
with XML_Writers; use XML_Writers;
package Identifications.MusicXML is
function Read_Identification
(XML : access XML_Reader)
return Identification_Access;
procedure Write_Identification
(XML : access XML_Writer;
This : access Identification);
end Identifications.MusicXML;
|