Class BackupHandler

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

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

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

    • BackupHandler

      public BackupHandler()
  • Method Details