#include <Notations.h>
Inheritance diagram for Notations:

Public Member Functions | |
| Notations (XMLMarker *, QString nsp, QString nom, QXmlAttributes xml) | |
| virtual void | characters (QString s) |
| virtual bool | endXMLMarker () |
| bool | isValidDescendant (QString s) |
|
||||||||||||||||||||
|
|
|
|
This method is called to check if it is possible to build the descendant whose name is s In a sense it does the same thing like an XML validating parser. But since I know what can do my implementation that what MusicXML allow I prefer to code it Be aware that this is not always implemented since I'm lazy, made it possible because it note virtual voi method
Reimplemented from XMLMarker. |
1.3.6