Class DirectionHandler

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

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

    Constructors
    Constructor Description
    DirectionHandler()  
  • 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

    • DirectionHandler

      public DirectionHandler()
  • Method Details