getXML()
- Description
Implement this method in order to interpret an XML node that represents a composition. You must implement this method to enable save() and undo(). This method performs the inverse operation of loadXML().
- Syntax
XMLElement getXML() { statements }- Parameters
- None
- Returns
- an XMLElement that represents a composition
- Usage
- Web & Applications
- Related
No Comments
You must be logged in to post a comment.