Uses of Class
net.charlesames.music.musicxml.IdentificationEncoding

Packages that use IdentificationEncoding
net.charlesames.music.musicxml The purpose of package music.musicxml is to generate files in MusicXML format. 
 

Uses of IdentificationEncoding in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return IdentificationEncoding
static IdentificationEncoding IdentificationEncoding.fromXmlNode(org.w3c.dom.Element element, Identification container)
          Create a new IdentificationEncoding instance and fill it with loaded data.
 IdentificationEncoding IdentificationEncodingSupport.getContainer()
           
 IdentificationEncoding Identification.getEncoding()
          Getter for the Encoding property.
static IdentificationEncoding IdentificationEncoding.getInstance(Identification container)
          Create a new IdentificationEncoding instance.
 

Methods in net.charlesames.music.musicxml with parameters of type IdentificationEncoding
static IdentificationEncodingSupport IdentificationEncodingSupport.fromXmlNode(org.w3c.dom.Element element, IdentificationEncoding container)
          Create a new IdentificationEncodingSupport instance and fill it with loaded data.
static IdentificationEncodingSupport IdentificationEncodingSupport.getInstance(IdentificationEncoding container)
          Create a new IdentificationEncodingSupport instance.
 void Identification.setEncoding(IdentificationEncoding encoding)
          Setter for the Encoding property.