Class PrintHandler

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

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

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

    • PrintHandler

      public PrintHandler()
  • Method Details