Class HarmonyHandler

java.lang.Object
com.musicxmltasks.musicxml.handler.HarmonyHandler
All Implemented Interfaces:
MusicDataHandler

public class HarmonyHandler
extends java.lang.Object
implements MusicDataHandler
  • Constructor Summary

    Constructors
    Constructor Description
    HarmonyHandler()  
  • Method Summary

    Modifier and Type Method Description
    MusicData handle​(org.w3c.dom.Element element)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HarmonyHandler

      public HarmonyHandler()
  • Method Details