Package com.softsynth.jmsl.score
Interface XMLScoreEnabled
public interface XMLScoreEnabled
- Author:
- Nick Didkovsky, copyright 2000 Nick Didkovsky, all rights reserved
-
Method Summary
Modifier and Type Method Description XMLCreatable
getXMLCreatable()
XMLWritable
getXMLWritable()
-
Method Details
-
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
-