Class NoteFactory
java.lang.Object
com.musicxmltasks.musicxml.factory.NoteFactory
public class NoteFactory
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description static AccidentalTextnewAccidentalText(org.w3c.dom.Element element)static AccidentalTypenewAccidentalType(org.w3c.dom.Element accidentalElement)static BeamTypenewBeamType(org.w3c.dom.Element element)static FiguredBassnewFiguredBass(org.w3c.dom.Element element)static NoteTypeValuenewNoteTypeValue(org.w3c.dom.Element noteTypeElement)static StepnewStep(org.w3c.dom.Element stepElement)static TimeModificationnewTimeModification(org.w3c.dom.Element element)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
newStep
-
newNoteTypeValue
-
newAccidentalType
-
newAccidentalText
-
newBeamType
-
newTimeModification
-
newFiguredBass
-