com.softsynth.jmsl.score
Class StaffXMLHandler

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

public class StaffXMLHandler
extends java.lang.Object
implements XMLCreatable

This is used to modify a Staff that has already been produced

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

Constructor Summary
StaffXMLHandler()
           
 
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

StaffXMLHandler

public StaffXMLHandler()
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