com.softsynth.jmsl.score
Interface XMLScoreEnabled


public interface XMLScoreEnabled

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

Method Summary
 XMLCreatable getXMLCreatable()
           
 XMLWritable getXMLWritable()
           
 

Method Detail

getXMLCreatable

XMLCreatable getXMLCreatable()
Returns:
either itself if it can create itself by implementing XMLCreatable, or a helper class

getXMLWritable

XMLWritable getXMLWritable()
Returns:
either itself if it can write itself by implementing XMLWritable, or a helper class