Class MeasureHandler

java.lang.Object
com.musicxmltasks.musicxml.handler.MeasureHandler
All Implemented Interfaces:
ScoreElementHandler

public class MeasureHandler
extends java.lang.Object
implements ScoreElementHandler
  • Constructor Summary

    Constructors
    Constructor Description
    MeasureHandler​(java.util.List<Measure> measures)  
  • Method Summary

    Modifier and Type Method Description
    void 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

    • MeasureHandler

      public MeasureHandler​(java.util.List<Measure> measures)
  • Method Details