Uses of Class
net.charlesames.utility.entity.XmlSpec

Packages that use XmlSpec
net.charlesames.music.ensemble Classes in package music.ensemble define the structure of scores. 
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.entity   
 

Uses of XmlSpec in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return XmlSpec
static XmlSpec UnpitchedSoundNoteListData.createXmlSpec()
          Create an XML specification for the UnpitchedSoundNoteListData class.
static XmlSpec UnpitchedSoundMusicXmlData.createXmlSpec()
          Create an XML specification for the UnpitchedSoundMusicXmlData class.
static XmlSpec UnpitchedSoundMidiData.createXmlSpec()
          Create an XML specification for the UnpitchedSoundMidiData class.
static XmlSpec UnpitchedSound.createXmlSpec()
          Create an XML specification for the UnpitchedSound class.
static XmlSpec UnpitchedIndication.createXmlSpec()
          Create an XML specification for the UnpitchedSound class.
static XmlSpec TuningMapDiatonic.createXmlSpec()
          Create an XML specification for the TuningMapDiatonic class.
static XmlSpec TuningMapChromatic.createXmlSpec()
          Create an XML specification for the TuningMapChromatic class.
static XmlSpec TuningElementLetter.createXmlSpec()
          Create an XML specification for the TuningElementLetter class.
static XmlSpec TuningElementInflection.createXmlSpec()
          Create an XML specification for the TuningElementInflection class.
static XmlSpec TuningElementDegree.createXmlSpec()
          Create an XML specification for the TuningElementDegree class.
static XmlSpec TuningElementAccidental.createXmlSpec()
          Create an XML specification for the TuningElementAccidental class.
static XmlSpec NoteListParameterLink.createXmlSpec()
          Create an XML specification for the NoteListParameterLink class.
static XmlSpec NoteListParameter.createXmlSpec()
          Create an XML specification for the NoteListParameter class.
static XmlSpec NoteListOpcode.createXmlSpec()
          Create an XML specification for the EnsembleVoiceMidiData class.
static XmlSpec NoteListInstrumentLink.createXmlSpec()
          Create an XML specification for the NoteListInstrumentLink class.
static XmlSpec NoteListInstrumentContour.createXmlSpec()
          Deprecated. Create an XML specification for the NoteListInstrumentContour class.
static XmlSpec NoteListInstrument.createXmlSpec()
          Create an XML specification for the NoteListInstrument class.
static XmlSpec MusicXmlStaff.createXmlSpec()
          Create an XML specification for the MusicXmlStaff class.
static XmlSpec MusicXmlPart.createXmlSpec()
          Create an XML specification for the MusicXmlPart class.
static XmlSpec MidiControl.createXmlSpec()
          Create an XML specification for the MidiControl class.
static XmlSpec EnsembleVoiceMusicXmlStaff.createXmlSpec()
          Create an XML specification for the EnsembleVoiceMusicXmlStaff class.
static XmlSpec EnsembleVoiceMusicXmlData.createXmlSpec()
          Create an XML specification for the EnsembleVoiceMusicXmlData class.
static XmlSpec EnsembleVoiceMidiData.createXmlSpec()
          Create an XML specification for the EnsembleVoiceMidiData class.
static XmlSpec EnsembleVoice.createXmlSpec()
          Create an XML specification for the EnsembleVoice class.
static XmlSpec EnsembleNoteListData.createXmlSpec()
          Create an XML specification for the EnsembleNoteListData class.
static XmlSpec EnsembleNativeData.createXmlSpec()
          Create an XML specification for the EnsembleNativeData class.
static XmlSpec EnsembleMusicXmlData.createXmlSpec()
          Create an XML specification for the EnsembleMusicXmlData class.
static XmlSpec EnsembleMidiData.createXmlSpec()
          Create an XML specification for the EnsembleMidiData class.
static XmlSpec EnsembleInstrumentVoice.createXmlSpec()
          Create an XML specification for the EnsembleInstrumentVoice class.
static XmlSpec EnsembleInstrumentNoteListData.createXmlSpec()
          Create an XML specification for the EnsembleInstrumentNoteListData class.
static XmlSpec EnsembleInstrumentMusicXmlData.createXmlSpec()
          Create an XML specification for the EnsembleInstrumentMusicXmlData class.
static XmlSpec EnsembleInstrumentMidiData.createXmlSpec()
          Create an XML specification for the EnsembleInstrumentMidiData class.
static XmlSpec EnsembleInstrument.createXmlSpec()
          Create an XML specification for the EnsembleInstrument class.
static XmlSpec EnsembleCredit.createXmlSpec()
          Create an XML specification for the EnsembleCredit class.
static XmlSpec EnsembleContourNoteListData.createXmlSpec()
          Create an XML specification for the EnsembleContourNoteListData class.
static XmlSpec EnsembleContour.createXmlSpec()
          Create an XML specification for the EnsembleChoir class.
static XmlSpec EnsembleChoirMusicXmlData.createXmlSpec()
          Create an XML specification for the EnsembleChoirMusicXmlData class.
static XmlSpec EnsembleChoirMidiData.createXmlSpec()
          Create an XML specification for the EnsembleChoirMidiData class.
static XmlSpec EnsembleChoir.createXmlSpec()
          Create an XML specification for the EnsembleChoir class.
static XmlSpec Ensemble.createXmlSpec()
          Create an XML specification for the Ensemble class.
static XmlSpec EnsembleEntity.createXmlSpec(java.lang.Class<? extends EnsembleEntity> entityClass, java.lang.String tag, java.lang.String description)
          Create an XML specification for the indicated entity class.
 

Uses of XmlSpec in net.charlesames.music.score
 

Methods in net.charlesames.music.score that return XmlSpec
static XmlSpec Slur.createXmlSpec()
          Create an XML specification for the Slur class.
static XmlSpec SegmentStart.createXmlSpec()
          Create an XML specification for the SegmentStart class.
static XmlSpec SegmentEnd.createXmlSpec()
          Create an XML specification for the SegmentEnd class.
static XmlSpec ScoreVoice.createXmlSpec()
          Create an XML specification for the ScoreVoice class.
static XmlSpec ScoreTupletStart.createXmlSpec()
          Create an XML specification for the ScoreTupletStart class.
static XmlSpec ScoreTupletEnd.createXmlSpec()
          Create an XML specification for the ScoreTupletEnd class.
static XmlSpec ScoreTuplet.createXmlSpec()
          Create an XML specification for the ScoreTuplet class.
static XmlSpec ScoreSegment.createXmlSpec()
          Create an XML specification for the ScoreSegment class.
static XmlSpec ScorePhrase.createXmlSpec()
          Create an XML specification for the ScorePhrase class.
static XmlSpec ScoreNote.createXmlSpec()
          Create an XML specification for the ScoreNote class.
static XmlSpec ScoreMeasure.createXmlSpec()
          Create an XML specification for the ScoreMeasure class.
static XmlSpec ScoreInstrument.createXmlSpec()
          Create an XML specification for the ScoreInstrument class.
static XmlSpec ScoreGroupData.createXmlSpec()
          Create an XML specification for the ScoreGroupData class.
static XmlSpec ScoreEventData.createXmlSpec()
          Create an XML specification for the ScoreEventData class.
static XmlSpec ScoreEnsembleData.createXmlSpec()
          Create an XML specification for the ScoreEnsembleData class.
static XmlSpec ScoreContour.createXmlSpec()
          Create an XML specification for the ScoreContour class.
static XmlSpec Score.createXmlSpec()
          Create an XML specification for the Score class.
static XmlSpec HarpPedallingChange.createXmlSpec()
          Create an XML specification for the HarpPedallingChange class.
static XmlSpec ClefChange.createXmlSpec()
          Create an XML specification for the ClefChange class.
static XmlSpec ChordStart.createXmlSpec()
          Create an XML specification for the ChordStart class.
static XmlSpec ChordEnd.createXmlSpec()
          Create an XML specification for the ChordEnd class.
static XmlSpec Chord.createXmlSpec()
          Create an XML specification for the Chord class.
static XmlSpec ScoreEntity.createXmlSpec(java.lang.Class<? extends ScoreEntity> entityClass, java.lang.String tag, java.lang.String description)
          Create an XML specification for the indicated entity class.
static XmlSpec ScoreEvent.createXmlSpec(java.lang.Class<? extends ScoreEvent> entityClass, java.lang.String tag, java.lang.String description)
          Create an XML specification for the indicated entity class.
 

Uses of XmlSpec in net.charlesames.utility.entity
 

Methods in net.charlesames.utility.entity that return XmlSpec
static XmlSpec WriteableEntity.createXmlSpec(java.lang.Class<? extends WriteableEntity> entityClass, java.lang.String tag, java.lang.String description)
          Create an XML specification for the indicated entity class.
 XmlSpec XmlSpec.getBaseXmlSpec()
          Get the base XmlSpec instance, if any.
 XmlSpec XmlNode.getXmlSpec()
          Get the parent XmlSpec instance.
 XmlSpec WriteableEntity.getXmlSpec()
          Get the XML specification for this subclass of WriteableEntity.
static XmlSpec WriteableEntity.getXmlSpec(java.lang.Class<? extends WriteableEntity> entityClass)
          Get the XmlSpec for the indicated subclass of WriteableEntity.
 

Methods in net.charlesames.utility.entity with parameters of type XmlSpec
 void XmlSpec.setBaseXmlSpec(XmlSpec baseXmlSpec)
          Set the base XmlSpec instance.
 

Constructors in net.charlesames.utility.entity with parameters of type XmlSpec
XmlAttribute(XmlSpec xmlSpec, java.lang.String tag, XmlType valueType, java.lang.String valueUse)
          Constructor for XmlAttribute instances.
XmlChoice(XmlSpec xmlSpec, java.lang.Class<? extends WriteableEntity> baseEntityClass)
          Constructor for XmlChoice instances.
XmlComplexElement(XmlSpec xmlSpec, java.lang.Class<? extends WriteableEntity> entityClass, java.lang.String tag)
          Constructor for XmlComplexElement instances.
XmlSimpleElement(XmlSpec xmlSpec, java.lang.String tag, XmlType valueType)
          Constructor for XmlSimpleElement instances.