Class AttributesHandler

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

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

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

    • AttributesHandler

      public AttributesHandler()
  • Method Details