Uses of Class
net.charlesames.utility.error.XmlNodeError

Packages that use XmlNodeError
net.charlesames.music.ensemble Classes in package music.ensemble define the structure of scores. 
net.charlesames.music.midi The classes in this package have two missions: (1) to build a MIDI sequence from scratch and (2) to take an existing MIDI sequence and explain its contents. 
net.charlesames.music.score Classes in the {code net.charlesames.music.score} package represent musical scores and the components which comprise musical scores. 
net.charlesames.utility.io   
 

Uses of XmlNodeError in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return types with arguments of type XmlNodeError
 java.util.List<XmlNodeError> Ensemble.getErrors()
           
 

Uses of XmlNodeError in net.charlesames.music.midi
 

Methods in net.charlesames.music.midi that return types with arguments of type XmlNodeError
 java.util.List<XmlNodeError> MidiFile.getErrors()
           
 

Uses of XmlNodeError in net.charlesames.music.score
 

Methods in net.charlesames.music.score that return types with arguments of type XmlNodeError
 java.util.List<XmlNodeError> Score.getErrors()
           
 

Uses of XmlNodeError in net.charlesames.utility.io
 

Methods in net.charlesames.utility.io that return types with arguments of type XmlNodeError
 java.util.List<XmlNodeError> XmlFileDocument.getErrors()
          Get the collection of errors generated during the most recent file load.