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

Public Member Functions | |
| XMLMarker (XMLMarker *, QString nsp, QString nom, QXmlAttributes xml) | |
| virtual | ~XMLMarker () |
| XMLMarker * | getParent (QString) |
| virtual void | printMe () |
| virtual void | characters (QString s) |
| virtual bool | endXMLMarker () |
| QString | getName () |
| virtual bool | isValidDescendant (QString s) |
| virtual bool | getStatus () |
Static Public Attributes | |
| int | nbinstance = 0 |
Protected Attributes | |
| QString | nom |
| QString | error |
| bool | status |
|
||||||||||||||||||||
|
The status field is used to say if everything went correct
|
|
|
Destructor of the XML marker |
|
|
|
|
|
Diplay a short descritpion of the marker |
|
|
This method is called after the building of one element to see if it is worthy to go on * |
|
|
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 in Alter, Attributes, Backup, Lyric, Measure, Notations, and Pitch. |
1.3.6