com.softsynth.jmsl.score
Class NoteXMLHandler

java.lang.Object
  extended by com.softsynth.jmsl.score.NoteXMLHandler
All Implemented Interfaces:
XMLCreatable

public class NoteXMLHandler
extends java.lang.Object
implements XMLCreatable

Author:
Nick Didkovsky, copyright 2000 Nick Didkovsky, all rights reserved

Constructor Summary
NoteXMLHandler()
           
 
Method Summary
 java.lang.Object create()
           
 void handleAttribute(java.lang.String name, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoteXMLHandler

public NoteXMLHandler()
Method Detail

handleAttribute

public void handleAttribute(java.lang.String name,
                            java.lang.String value)
Specified by:
handleAttribute in interface XMLCreatable

create

public java.lang.Object create()
Specified by:
create in interface XMLCreatable